@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,500,800");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
@media (min-width: 0) {
  /* *********************************************
  	Class declarations start here.
  ********************************************** */
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-table {
    display: table !important;
  }
  .d-table-cell {
    display: table-cell !important;
  }
  .d-table-row {
    display: table-row !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .align-items-baseline {
    align-items: baseline !important;
  }
  .align-items-stretch {
    align-items: stretch !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .justify-content-around {
    justify-content: space-around !important;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-muted {
    opacity: 0.6;
  }
  .text-dark {
    color: #222;
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .p-0 {
    padding: 0rem !important;
  }
  .m-0 {
    margin: 0rem !important;
  }
  .px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-0 {
    padding-top: 0rem !important;
  }
  .mt-0 {
    margin-top: 0rem !important;
  }
  .pr-0 {
    padding-right: 0rem !important;
  }
  .mr-0 {
    margin-right: 0rem !important;
  }
  .pb-0 {
    padding-bottom: 0rem !important;
  }
  .mb-0 {
    margin-bottom: 0rem !important;
  }
  .pl-0 {
    padding-left: 0rem !important;
  }
  .ml-0 {
    margin-left: 0rem !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .pr-1 {
    padding-right: 0.25rem !important;
  }
  .mr-1 {
    margin-right: 0.25rem !important;
  }
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .pl-1 {
    padding-left: 0.25rem !important;
  }
  .ml-1 {
    margin-left: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  .pr-2 {
    padding-right: 0.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .pl-2 {
    padding-left: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-3 {
    padding-top: 1rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .pr-3 {
    padding-right: 1rem !important;
  }
  .mr-3 {
    margin-right: 1rem !important;
  }
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .pl-3 {
    padding-left: 1rem !important;
  }
  .ml-3 {
    margin-left: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .pr-4 {
    padding-right: 1.5rem !important;
  }
  .mr-4 {
    margin-right: 1.5rem !important;
  }
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .pl-4 {
    padding-left: 1.5rem !important;
  }
  .ml-4 {
    margin-left: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-5 {
    padding-top: 3rem !important;
  }
  .mt-5 {
    margin-top: 3rem !important;
  }
  .pr-5 {
    padding-right: 3rem !important;
  }
  .mr-5 {
    margin-right: 3rem !important;
  }
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  .pl-5 {
    padding-left: 3rem !important;
  }
  .ml-5 {
    margin-left: 3rem !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) {
  /* *********************************************
  	Class declarations start here.
  ********************************************** */
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .text-md-uppercase {
    text-transform: uppercase;
  }
  .text-md-muted {
    opacity: 0.6;
  }
  .text-md-dark {
    color: #222;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  /* *********************************************
  	Class declarations start here.
  ********************************************** */
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase;
  }
  .text-lg-muted {
    opacity: 0.6;
  }
  .text-lg-dark {
    color: #222;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
}
.text-primary {
  color: #009FE0 !important;
}

.bg-primary {
  background-color: #009FE0 !important;
}

.text-secondary {
  color: #bbb !important;
}

.bg-secondary {
  background-color: #bbb !important;
}

.text-success {
  color: #3adb76 !important;
}

.bg-success {
  background-color: #3adb76 !important;
}

.text-warning {
  color: #ffae00 !important;
}

.bg-warning {
  background-color: #ffae00 !important;
}

.text-alert {
  color: #ec5840 !important;
}

.bg-alert {
  background-color: #ec5840 !important;
}

.text-color-top-menu {
  color: #346786 !important;
}

.bg-color-top-menu {
  background-color: #346786 !important;
}

.text-color-light-blue {
  color: #31B0D5 !important;
}

.bg-color-light-blue {
  background-color: #31B0D5 !important;
}

.text-color-darker-blue {
  color: #1B303B !important;
}

.bg-color-darker-blue {
  background-color: #1B303B !important;
}

.text-color-blue {
  color: #237489 !important;
}

.bg-color-blue {
  background-color: #237489 !important;
}

.text-color-red {
  color: #8A3121 !important;
}

.bg-color-red {
  background-color: #8A3121 !important;
}

.text-color-green {
  color: #4C7948 !important;
}

.bg-color-green {
  background-color: #4C7948 !important;
}

.text-color-yellow {
  color: #DED14E !important;
}

.bg-color-yellow {
  background-color: #DED14E !important;
}

.text-color-orange {
  color: #c36d1b !important;
}

.bg-color-orange {
  background-color: #c36d1b !important;
}

.text-color-purple {
  color: #445079 !important;
}

.bg-color-purple {
  background-color: #445079 !important;
}

.text-color-blue-saturated {
  color: #009FE0 !important;
}

.bg-color-blue-saturated {
  background-color: #009FE0 !important;
}

.text-color-red-saturated {
  color: #A91B01 !important;
}

.bg-color-red-saturated {
  background-color: #A91B01 !important;
}

.text-color-green-saturated {
  color: #3F8739 !important;
}

.bg-color-green-saturated {
  background-color: #3F8739 !important;
}

.text-color-yellow-saturated {
  color: #FFEB2D !important;
}

.bg-color-yellow-saturated {
  background-color: #FFEB2D !important;
}

.text-color-orange-saturated {
  color: #DE6C00 !important;
}

.bg-color-orange-saturated {
  background-color: #DE6C00 !important;
}

.text-color-purple-saturated {
  color: #344789 !important;
}

.bg-color-purple-saturated {
  background-color: #344789 !important;
}

.text-color-yellow-dark {
  color: #857E3F !important;
}

.bg-color-yellow-dark {
  background-color: #857E3F !important;
}

.text-light-gray {
  color: #E2E2E2 !important;
}

.bg-light-gray {
  background-color: #E2E2E2 !important;
}

.text-lightest-gray {
  color: #f5f5f5 !important;
}

.bg-lightest-gray {
  background-color: #f5f5f5 !important;
}

.text-medium-gray {
  color: #cacaca !important;
}

.bg-medium-gray {
  background-color: #cacaca !important;
}

.text-dark-gray {
  color: #8a8a8a !important;
}

.bg-dark-gray {
  background-color: #8a8a8a !important;
}

.text-darker-gray {
  color: #555 !important;
}

.bg-darker-gray {
  background-color: #555 !important;
}

.text-orange {
  color: orange !important;
}

.bg-orange {
  background-color: orange !important;
}

.text-white, .wrapper-conteudo-tinymce a.botao-laranja, .mceContentBody a.botao-laranja, .mce-content-body a.botao-laranja, .wrapper-conteudo-tinymce a.botao-azul, .mceContentBody a.botao-azul, .mce-content-body a.botao-azul {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

@media print {
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  .no-print {
    display: none;
  }
}
html > object {
  display: none !important;
}

.hide-empty:empty {
  display: none;
}

p:empty {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .medium-nowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 64em) {
  .large-nowrap {
    white-space: nowrap;
  }
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none;
}

.help {
  cursor: help;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.inline-block {
  display: inline-block !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.no-click > a {
  cursor: default;
}

.relative {
  position: relative;
}

.max-300 {
  max-width: 18.75rem !important;
}

.max-500 {
  max-width: 31.25rem !important;
}

.max-700 {
  max-width: 43.75rem !important;
}

.max-800 {
  max-width: 50rem !important;
}

.max-900 {
  max-width: 56.25rem !important;
}

.max-1000 {
  max-width: 62.5rem !important;
}

.max-1100 {
  max-width: 68.75rem !important;
}

.max-1200 {
  max-width: 75rem !important;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.wrapper-message {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, Sans-serif;
  max-height: 6.25rem;
  position: fixed;
  top: 165px;
  left: 0px;
  width: 100%;
  line-height: 1.2;
  overflow: hidden;
  font-size: 1.1875rem;
  z-index: 10000;
  opacity: 0.95;
  text-align: center;
  transition: all 1.5s ease;
  cursor: pointer;
}
.wrapper-message.closed {
  max-height: 0;
}
.wrapper-message.no-transition {
  transition: none !important;
}
.wrapper-message .success,
.wrapper-message .peixe-success {
  background: #333;
  color: #FFF;
  font-weight: 100;
  padding: 15px 25px;
}
.wrapper-message .error,
.wrapper-message .peixe-error {
  background: #CC0000;
  color: #FFF;
  font-weight: 100;
  padding: 15px 25px;
}

.peixe-screen-freezer {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
}

.peixe-ajax-loader {
  position: fixed;
  z-index: 10001;
  background: #333;
  padding: 5px 10px;
  color: #FFF;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  box-shadow: 0px 1px 2px rgba(1, 1, 1, 0.2);
  text-shadow: 0px -1px 0px rgba(1, 1, 1, 0.99);
  display: none;
}

div[media-manager-element=image-container] {
  max-width: 100%;
}
div[media-manager-element=image-container].float-left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
div[media-manager-element=image-container].float-right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
div[media-manager-element=image-container] dl {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
div[media-manager-element=image-container] dl dt {
  margin: 0;
  max-width: 100%;
}
div[media-manager-element=image-container] dl dt img {
  display: block;
  max-width: 100%;
}
div[media-manager-element=image-container] dl dd {
  color: #999;
  font-style: italic;
  margin: 0;
  padding-top: 5px;
  font-size: 12px;
}

.color.primary, .wrapper-conteudo-tinymce a.color.botao-azul, .mceContentBody a.color.botao-azul, .mce-content-body a.color.botao-azul {
  color: #009FE0;
}
.color.secondary, .wrapper-conteudo-tinymce a.color.botao-cinza, .mceContentBody a.color.botao-cinza, .mce-content-body a.color.botao-cinza {
  color: #bbb;
}
.color.success {
  color: #3adb76;
}
.color.warning, .wrapper-conteudo-tinymce a.color.botao-laranja, .mceContentBody a.color.botao-laranja, .mce-content-body a.color.botao-laranja {
  color: #ffae00;
}
.color.alert {
  color: #ec5840;
}
.color.color-top-menu {
  color: #346786;
}
.color.color-light-blue {
  color: #31B0D5;
}
.color.color-darker-blue {
  color: #1B303B;
}
.color.color-blue {
  color: #237489;
}
.color.color-red {
  color: #8A3121;
}
.color.color-green {
  color: #4C7948;
}
.color.color-yellow {
  color: #DED14E;
}
.color.color-orange {
  color: #c36d1b;
}
.color.color-purple {
  color: #445079;
}
.color.color-blue-saturated {
  color: #009FE0;
}
.color.color-red-saturated {
  color: #A91B01;
}
.color.color-green-saturated {
  color: #3F8739;
}
.color.color-yellow-saturated {
  color: #FFEB2D;
}
.color.color-orange-saturated {
  color: #DE6C00;
}
.color.color-purple-saturated {
  color: #344789;
}
.color.color-yellow-dark {
  color: #857E3F;
}
.color.light-gray {
  color: #E2E2E2;
}
.color.lightest-gray {
  color: #f5f5f5;
}
.color.medium-gray {
  color: #cacaca;
}
.color.dark-gray {
  color: #8a8a8a;
}
.color.darker-gray {
  color: #555;
}
.color.orange {
  color: orange;
}
.color.white {
  color: #fff;
}
.color.black {
  color: #000;
}

textarea {
  height: auto;
  resize: vertical;
}

input[type=file][peixe-ajax-file-upload] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  margin-top: 30px;
  margin-left: 15px;
}

.font-9 {
  font-size: 0.5625rem !important;
}

.font-10 {
  font-size: 0.625rem !important;
}

.font-11 {
  font-size: 0.6875rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-17 {
  font-size: 1.0625rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-19 {
  font-size: 1.1875rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-21 {
  font-size: 1.3125rem !important;
}

.font-22 {
  font-size: 1.375rem !important;
}

.font-23 {
  font-size: 1.4375rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.font-25 {
  font-size: 1.5625rem !important;
}

.font-26 {
  font-size: 1.625rem !important;
}

.font-27 {
  font-size: 1.6875rem !important;
}

.font-28 {
  font-size: 1.75rem !important;
}

.font-29 {
  font-size: 1.8125rem !important;
}

.font-30 {
  font-size: 1.875rem !important;
}

@media print, screen and (min-width: 40em) {
  .medium-font-9 {
    font-size: 0.5625rem !important;
  }
  .medium-font-10 {
    font-size: 0.625rem !important;
  }
  .medium-font-11 {
    font-size: 0.6875rem !important;
  }
  .medium-font-12 {
    font-size: 0.75rem !important;
  }
  .medium-font-13 {
    font-size: 0.8125rem !important;
  }
  .medium-font-14 {
    font-size: 0.875rem !important;
  }
  .medium-font-15 {
    font-size: 0.9375rem !important;
  }
  .medium-font-16 {
    font-size: 1rem !important;
  }
  .medium-font-17 {
    font-size: 1.0625rem !important;
  }
  .medium-font-18 {
    font-size: 1.125rem !important;
  }
  .medium-font-19 {
    font-size: 1.1875rem !important;
  }
  .medium-font-20 {
    font-size: 1.25rem !important;
  }
  .medium-font-21 {
    font-size: 1.3125rem !important;
  }
  .medium-font-22 {
    font-size: 1.375rem !important;
  }
  .medium-font-23 {
    font-size: 1.4375rem !important;
  }
  .medium-font-24 {
    font-size: 1.5rem !important;
  }
  .medium-font-25 {
    font-size: 1.5625rem !important;
  }
  .medium-font-26 {
    font-size: 1.625rem !important;
  }
  .medium-font-27 {
    font-size: 1.6875rem !important;
  }
  .medium-font-28 {
    font-size: 1.75rem !important;
  }
  .medium-font-29 {
    font-size: 1.8125rem !important;
  }
  .medium-font-30 {
    font-size: 1.875rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-font-9 {
    font-size: 0.5625rem !important;
  }
  .large-font-10 {
    font-size: 0.625rem !important;
  }
  .large-font-11 {
    font-size: 0.6875rem !important;
  }
  .large-font-12 {
    font-size: 0.75rem !important;
  }
  .large-font-13 {
    font-size: 0.8125rem !important;
  }
  .large-font-14 {
    font-size: 0.875rem !important;
  }
  .large-font-15 {
    font-size: 0.9375rem !important;
  }
  .large-font-16 {
    font-size: 1rem !important;
  }
  .large-font-17 {
    font-size: 1.0625rem !important;
  }
  .large-font-18 {
    font-size: 1.125rem !important;
  }
  .large-font-19 {
    font-size: 1.1875rem !important;
  }
  .large-font-20 {
    font-size: 1.25rem !important;
  }
  .large-font-21 {
    font-size: 1.3125rem !important;
  }
  .large-font-22 {
    font-size: 1.375rem !important;
  }
  .large-font-23 {
    font-size: 1.4375rem !important;
  }
  .large-font-24 {
    font-size: 1.5rem !important;
  }
  .large-font-25 {
    font-size: 1.5625rem !important;
  }
  .large-font-26 {
    font-size: 1.625rem !important;
  }
  .large-font-27 {
    font-size: 1.6875rem !important;
  }
  .large-font-28 {
    font-size: 1.75rem !important;
  }
  .large-font-29 {
    font-size: 1.8125rem !important;
  }
  .large-font-30 {
    font-size: 1.875rem !important;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-float-left {
    float: left;
  }
  .medium-float-right {
    float: right;
  }
  .medium-float-none {
    float: none;
  }
}
@media print, screen and (min-width: 64em) {
  .large-float-left {
    float: left;
  }
  .large-float-right {
    float: right;
  }
  .large-float-none {
    float: none;
  }
}
.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .medium-block {
    display: block;
  }
  .medium-inline {
    display: inline;
  }
  .medium-inline-block {
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .large-block {
    display: block;
  }
  .large-inline {
    display: inline;
  }
  .large-inline-block {
    display: inline-block;
  }
}
.top-1 {
  top: 0.0625rem;
}

.top-minus-1 {
  top: -0.0625rem;
}

.padding-top-1 {
  padding-top: 0.0625rem;
}

.padding-right-1 {
  padding-right: 0.0625rem;
}

.padding-bottom-1 {
  padding-bottom: 0.0625rem;
}

.padding-left-1 {
  padding-left: 0.0625rem;
}

.margin-top-1 {
  margin-top: 0.0625rem;
}

.margin-right-1 {
  margin-right: 0.0625rem;
}

.margin-bottom-1 {
  margin-bottom: 0.0625rem;
}

.margin-left-1 {
  margin-left: 0.0625rem;
}

.top-2 {
  top: 0.125rem;
}

.top-minus-2 {
  top: -0.125rem;
}

.padding-top-2 {
  padding-top: 0.125rem;
}

.padding-right-2 {
  padding-right: 0.125rem;
}

.padding-bottom-2 {
  padding-bottom: 0.125rem;
}

.padding-left-2 {
  padding-left: 0.125rem;
}

.margin-top-2 {
  margin-top: 0.125rem;
}

.margin-right-2 {
  margin-right: 0.125rem;
}

.margin-bottom-2 {
  margin-bottom: 0.125rem;
}

.margin-left-2 {
  margin-left: 0.125rem;
}

.top-3 {
  top: 0.1875rem;
}

.top-minus-3 {
  top: -0.1875rem;
}

.padding-top-3 {
  padding-top: 0.1875rem;
}

.padding-right-3 {
  padding-right: 0.1875rem;
}

.padding-bottom-3 {
  padding-bottom: 0.1875rem;
}

.padding-left-3 {
  padding-left: 0.1875rem;
}

.margin-top-3 {
  margin-top: 0.1875rem;
}

.margin-right-3 {
  margin-right: 0.1875rem;
}

.margin-bottom-3 {
  margin-bottom: 0.1875rem;
}

.margin-left-3 {
  margin-left: 0.1875rem;
}

.top-4 {
  top: 0.25rem;
}

.top-minus-4 {
  top: -0.25rem;
}

.padding-top-4 {
  padding-top: 0.25rem;
}

.padding-right-4 {
  padding-right: 0.25rem;
}

.padding-bottom-4 {
  padding-bottom: 0.25rem;
}

.padding-left-4 {
  padding-left: 0.25rem;
}

.margin-top-4 {
  margin-top: 0.25rem;
}

.margin-right-4 {
  margin-right: 0.25rem;
}

.margin-bottom-4 {
  margin-bottom: 0.25rem;
}

.margin-left-4 {
  margin-left: 0.25rem;
}

.top-5 {
  top: 0.3125rem;
}

.top-minus-5 {
  top: -0.3125rem;
}

.padding-top-5 {
  padding-top: 0.3125rem;
}

.padding-right-5 {
  padding-right: 0.3125rem;
}

.padding-bottom-5 {
  padding-bottom: 0.3125rem;
}

.padding-left-5 {
  padding-left: 0.3125rem;
}

.margin-top-5 {
  margin-top: 0.3125rem;
}

.margin-right-5 {
  margin-right: 0.3125rem;
}

.margin-bottom-5 {
  margin-bottom: 0.3125rem;
}

.margin-left-5 {
  margin-left: 0.3125rem;
}

.top-6 {
  top: 0.375rem;
}

.top-minus-6 {
  top: -0.375rem;
}

.padding-top-6 {
  padding-top: 0.375rem;
}

.padding-right-6 {
  padding-right: 0.375rem;
}

.padding-bottom-6 {
  padding-bottom: 0.375rem;
}

.padding-left-6 {
  padding-left: 0.375rem;
}

.margin-top-6 {
  margin-top: 0.375rem;
}

.margin-right-6 {
  margin-right: 0.375rem;
}

.margin-bottom-6 {
  margin-bottom: 0.375rem;
}

.margin-left-6 {
  margin-left: 0.375rem;
}

.top-7 {
  top: 0.4375rem;
}

.top-minus-7 {
  top: -0.4375rem;
}

.padding-top-7 {
  padding-top: 0.4375rem;
}

.padding-right-7 {
  padding-right: 0.4375rem;
}

.padding-bottom-7 {
  padding-bottom: 0.4375rem;
}

.padding-left-7 {
  padding-left: 0.4375rem;
}

.margin-top-7 {
  margin-top: 0.4375rem;
}

.margin-right-7 {
  margin-right: 0.4375rem;
}

.margin-bottom-7 {
  margin-bottom: 0.4375rem;
}

.margin-left-7 {
  margin-left: 0.4375rem;
}

.top-8 {
  top: 0.5rem;
}

.top-minus-8 {
  top: -0.5rem;
}

.padding-top-8 {
  padding-top: 0.5rem;
}

.padding-right-8 {
  padding-right: 0.5rem;
}

.padding-bottom-8 {
  padding-bottom: 0.5rem;
}

.padding-left-8 {
  padding-left: 0.5rem;
}

.margin-top-8 {
  margin-top: 0.5rem;
}

.margin-right-8 {
  margin-right: 0.5rem;
}

.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.margin-left-8 {
  margin-left: 0.5rem;
}

.top-9 {
  top: 0.5625rem;
}

.top-minus-9 {
  top: -0.5625rem;
}

.padding-top-9 {
  padding-top: 0.5625rem;
}

.padding-right-9 {
  padding-right: 0.5625rem;
}

.padding-bottom-9 {
  padding-bottom: 0.5625rem;
}

.padding-left-9 {
  padding-left: 0.5625rem;
}

.margin-top-9 {
  margin-top: 0.5625rem;
}

.margin-right-9 {
  margin-right: 0.5625rem;
}

.margin-bottom-9 {
  margin-bottom: 0.5625rem;
}

.margin-left-9 {
  margin-left: 0.5625rem;
}

.top-10 {
  top: 0.625rem;
}

.top-minus-10 {
  top: -0.625rem;
}

.padding-top-10 {
  padding-top: 0.625rem;
}

.padding-right-10 {
  padding-right: 0.625rem;
}

.padding-bottom-10 {
  padding-bottom: 0.625rem;
}

.padding-left-10 {
  padding-left: 0.625rem;
}

.margin-top-10 {
  margin-top: 0.625rem;
}

.margin-right-10 {
  margin-right: 0.625rem;
}

.margin-bottom-10 {
  margin-bottom: 0.625rem;
}

.margin-left-10 {
  margin-left: 0.625rem;
}

.top-11 {
  top: 0.6875rem;
}

.top-minus-11 {
  top: -0.6875rem;
}

.padding-top-11 {
  padding-top: 0.6875rem;
}

.padding-right-11 {
  padding-right: 0.6875rem;
}

.padding-bottom-11 {
  padding-bottom: 0.6875rem;
}

.padding-left-11 {
  padding-left: 0.6875rem;
}

.margin-top-11 {
  margin-top: 0.6875rem;
}

.margin-right-11 {
  margin-right: 0.6875rem;
}

.margin-bottom-11 {
  margin-bottom: 0.6875rem;
}

.margin-left-11 {
  margin-left: 0.6875rem;
}

.top-12 {
  top: 0.75rem;
}

.top-minus-12 {
  top: -0.75rem;
}

.padding-top-12 {
  padding-top: 0.75rem;
}

.padding-right-12 {
  padding-right: 0.75rem;
}

.padding-bottom-12 {
  padding-bottom: 0.75rem;
}

.padding-left-12 {
  padding-left: 0.75rem;
}

.margin-top-12 {
  margin-top: 0.75rem;
}

.margin-right-12 {
  margin-right: 0.75rem;
}

.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

.margin-left-12 {
  margin-left: 0.75rem;
}

.top-13 {
  top: 0.8125rem;
}

.top-minus-13 {
  top: -0.8125rem;
}

.padding-top-13 {
  padding-top: 0.8125rem;
}

.padding-right-13 {
  padding-right: 0.8125rem;
}

.padding-bottom-13 {
  padding-bottom: 0.8125rem;
}

.padding-left-13 {
  padding-left: 0.8125rem;
}

.margin-top-13 {
  margin-top: 0.8125rem;
}

.margin-right-13 {
  margin-right: 0.8125rem;
}

.margin-bottom-13 {
  margin-bottom: 0.8125rem;
}

.margin-left-13 {
  margin-left: 0.8125rem;
}

.top-14 {
  top: 0.875rem;
}

.top-minus-14 {
  top: -0.875rem;
}

.padding-top-14 {
  padding-top: 0.875rem;
}

.padding-right-14 {
  padding-right: 0.875rem;
}

.padding-bottom-14 {
  padding-bottom: 0.875rem;
}

.padding-left-14 {
  padding-left: 0.875rem;
}

.margin-top-14 {
  margin-top: 0.875rem;
}

.margin-right-14 {
  margin-right: 0.875rem;
}

.margin-bottom-14 {
  margin-bottom: 0.875rem;
}

.margin-left-14 {
  margin-left: 0.875rem;
}

.top-15 {
  top: 0.9375rem;
}

.top-minus-15 {
  top: -0.9375rem;
}

.padding-top-15 {
  padding-top: 0.9375rem;
}

.padding-right-15 {
  padding-right: 0.9375rem;
}

.padding-bottom-15 {
  padding-bottom: 0.9375rem;
}

.padding-left-15 {
  padding-left: 0.9375rem;
}

.margin-top-15 {
  margin-top: 0.9375rem;
}

.margin-right-15 {
  margin-right: 0.9375rem;
}

.margin-bottom-15 {
  margin-bottom: 0.9375rem;
}

.margin-left-15 {
  margin-left: 0.9375rem;
}

.top-16 {
  top: 1rem;
}

.top-minus-16 {
  top: -1rem;
}

.padding-top-16 {
  padding-top: 1rem;
}

.padding-right-16 {
  padding-right: 1rem;
}

.padding-bottom-16 {
  padding-bottom: 1rem;
}

.padding-left-16 {
  padding-left: 1rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

.margin-right-16 {
  margin-right: 1rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-left-16 {
  margin-left: 1rem;
}

.top-17 {
  top: 1.0625rem;
}

.top-minus-17 {
  top: -1.0625rem;
}

.padding-top-17 {
  padding-top: 1.0625rem;
}

.padding-right-17 {
  padding-right: 1.0625rem;
}

.padding-bottom-17 {
  padding-bottom: 1.0625rem;
}

.padding-left-17 {
  padding-left: 1.0625rem;
}

.margin-top-17 {
  margin-top: 1.0625rem;
}

.margin-right-17 {
  margin-right: 1.0625rem;
}

.margin-bottom-17 {
  margin-bottom: 1.0625rem;
}

.margin-left-17 {
  margin-left: 1.0625rem;
}

.top-18 {
  top: 1.125rem;
}

.top-minus-18 {
  top: -1.125rem;
}

.padding-top-18 {
  padding-top: 1.125rem;
}

.padding-right-18 {
  padding-right: 1.125rem;
}

.padding-bottom-18 {
  padding-bottom: 1.125rem;
}

.padding-left-18 {
  padding-left: 1.125rem;
}

.margin-top-18 {
  margin-top: 1.125rem;
}

.margin-right-18 {
  margin-right: 1.125rem;
}

.margin-bottom-18 {
  margin-bottom: 1.125rem;
}

.margin-left-18 {
  margin-left: 1.125rem;
}

.top-19 {
  top: 1.1875rem;
}

.top-minus-19 {
  top: -1.1875rem;
}

.padding-top-19 {
  padding-top: 1.1875rem;
}

.padding-right-19 {
  padding-right: 1.1875rem;
}

.padding-bottom-19 {
  padding-bottom: 1.1875rem;
}

.padding-left-19 {
  padding-left: 1.1875rem;
}

.margin-top-19 {
  margin-top: 1.1875rem;
}

.margin-right-19 {
  margin-right: 1.1875rem;
}

.margin-bottom-19 {
  margin-bottom: 1.1875rem;
}

.margin-left-19 {
  margin-left: 1.1875rem;
}

.top-20 {
  top: 1.25rem;
}

.top-minus-20 {
  top: -1.25rem;
}

.padding-top-20 {
  padding-top: 1.25rem;
}

.padding-right-20 {
  padding-right: 1.25rem;
}

.padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.padding-left-20 {
  padding-left: 1.25rem;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.margin-right-20 {
  margin-right: 1.25rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-left-20 {
  margin-left: 1.25rem;
}

.top-21 {
  top: 1.3125rem;
}

.top-minus-21 {
  top: -1.3125rem;
}

.padding-top-21 {
  padding-top: 1.3125rem;
}

.padding-right-21 {
  padding-right: 1.3125rem;
}

.padding-bottom-21 {
  padding-bottom: 1.3125rem;
}

.padding-left-21 {
  padding-left: 1.3125rem;
}

.margin-top-21 {
  margin-top: 1.3125rem;
}

.margin-right-21 {
  margin-right: 1.3125rem;
}

.margin-bottom-21 {
  margin-bottom: 1.3125rem;
}

.margin-left-21 {
  margin-left: 1.3125rem;
}

.top-22 {
  top: 1.375rem;
}

.top-minus-22 {
  top: -1.375rem;
}

.padding-top-22 {
  padding-top: 1.375rem;
}

.padding-right-22 {
  padding-right: 1.375rem;
}

.padding-bottom-22 {
  padding-bottom: 1.375rem;
}

.padding-left-22 {
  padding-left: 1.375rem;
}

.margin-top-22 {
  margin-top: 1.375rem;
}

.margin-right-22 {
  margin-right: 1.375rem;
}

.margin-bottom-22 {
  margin-bottom: 1.375rem;
}

.margin-left-22 {
  margin-left: 1.375rem;
}

.top-23 {
  top: 1.4375rem;
}

.top-minus-23 {
  top: -1.4375rem;
}

.padding-top-23 {
  padding-top: 1.4375rem;
}

.padding-right-23 {
  padding-right: 1.4375rem;
}

.padding-bottom-23 {
  padding-bottom: 1.4375rem;
}

.padding-left-23 {
  padding-left: 1.4375rem;
}

.margin-top-23 {
  margin-top: 1.4375rem;
}

.margin-right-23 {
  margin-right: 1.4375rem;
}

.margin-bottom-23 {
  margin-bottom: 1.4375rem;
}

.margin-left-23 {
  margin-left: 1.4375rem;
}

.top-24 {
  top: 1.5rem;
}

.top-minus-24 {
  top: -1.5rem;
}

.padding-top-24 {
  padding-top: 1.5rem;
}

.padding-right-24 {
  padding-right: 1.5rem;
}

.padding-bottom-24 {
  padding-bottom: 1.5rem;
}

.padding-left-24 {
  padding-left: 1.5rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-right-24 {
  margin-right: 1.5rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.margin-left-24 {
  margin-left: 1.5rem;
}

.top-25 {
  top: 1.5625rem;
}

.top-minus-25 {
  top: -1.5625rem;
}

.padding-top-25 {
  padding-top: 1.5625rem;
}

.padding-right-25 {
  padding-right: 1.5625rem;
}

.padding-bottom-25 {
  padding-bottom: 1.5625rem;
}

.padding-left-25 {
  padding-left: 1.5625rem;
}

.margin-top-25 {
  margin-top: 1.5625rem;
}

.margin-right-25 {
  margin-right: 1.5625rem;
}

.margin-bottom-25 {
  margin-bottom: 1.5625rem;
}

.margin-left-25 {
  margin-left: 1.5625rem;
}

.top-26 {
  top: 1.625rem;
}

.top-minus-26 {
  top: -1.625rem;
}

.padding-top-26 {
  padding-top: 1.625rem;
}

.padding-right-26 {
  padding-right: 1.625rem;
}

.padding-bottom-26 {
  padding-bottom: 1.625rem;
}

.padding-left-26 {
  padding-left: 1.625rem;
}

.margin-top-26 {
  margin-top: 1.625rem;
}

.margin-right-26 {
  margin-right: 1.625rem;
}

.margin-bottom-26 {
  margin-bottom: 1.625rem;
}

.margin-left-26 {
  margin-left: 1.625rem;
}

.top-27 {
  top: 1.6875rem;
}

.top-minus-27 {
  top: -1.6875rem;
}

.padding-top-27 {
  padding-top: 1.6875rem;
}

.padding-right-27 {
  padding-right: 1.6875rem;
}

.padding-bottom-27 {
  padding-bottom: 1.6875rem;
}

.padding-left-27 {
  padding-left: 1.6875rem;
}

.margin-top-27 {
  margin-top: 1.6875rem;
}

.margin-right-27 {
  margin-right: 1.6875rem;
}

.margin-bottom-27 {
  margin-bottom: 1.6875rem;
}

.margin-left-27 {
  margin-left: 1.6875rem;
}

.top-28 {
  top: 1.75rem;
}

.top-minus-28 {
  top: -1.75rem;
}

.padding-top-28 {
  padding-top: 1.75rem;
}

.padding-right-28 {
  padding-right: 1.75rem;
}

.padding-bottom-28 {
  padding-bottom: 1.75rem;
}

.padding-left-28 {
  padding-left: 1.75rem;
}

.margin-top-28 {
  margin-top: 1.75rem;
}

.margin-right-28 {
  margin-right: 1.75rem;
}

.margin-bottom-28 {
  margin-bottom: 1.75rem;
}

.margin-left-28 {
  margin-left: 1.75rem;
}

.top-29 {
  top: 1.8125rem;
}

.top-minus-29 {
  top: -1.8125rem;
}

.padding-top-29 {
  padding-top: 1.8125rem;
}

.padding-right-29 {
  padding-right: 1.8125rem;
}

.padding-bottom-29 {
  padding-bottom: 1.8125rem;
}

.padding-left-29 {
  padding-left: 1.8125rem;
}

.margin-top-29 {
  margin-top: 1.8125rem;
}

.margin-right-29 {
  margin-right: 1.8125rem;
}

.margin-bottom-29 {
  margin-bottom: 1.8125rem;
}

.margin-left-29 {
  margin-left: 1.8125rem;
}

.top-30 {
  top: 1.875rem;
}

.top-minus-30 {
  top: -1.875rem;
}

.padding-top-30 {
  padding-top: 1.875rem;
}

.padding-right-30 {
  padding-right: 1.875rem;
}

.padding-bottom-30 {
  padding-bottom: 1.875rem;
}

.padding-left-30 {
  padding-left: 1.875rem;
}

.margin-top-30 {
  margin-top: 1.875rem;
}

.margin-right-30 {
  margin-right: 1.875rem;
}

.margin-bottom-30 {
  margin-bottom: 1.875rem;
}

.margin-left-30 {
  margin-left: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .medium-top-1 {
    top: 0.0625rem;
  }
  .medium-top-minus-1 {
    top: -0.0625rem;
  }
  .medium-top-2 {
    top: 0.125rem;
  }
  .medium-top-minus-2 {
    top: -0.125rem;
  }
  .medium-top-3 {
    top: 0.1875rem;
  }
  .medium-top-minus-3 {
    top: -0.1875rem;
  }
  .medium-top-4 {
    top: 0.25rem;
  }
  .medium-top-minus-4 {
    top: -0.25rem;
  }
  .medium-top-5 {
    top: 0.3125rem;
  }
  .medium-top-minus-5 {
    top: -0.3125rem;
  }
  .medium-top-6 {
    top: 0.375rem;
  }
  .medium-top-minus-6 {
    top: -0.375rem;
  }
  .medium-top-7 {
    top: 0.4375rem;
  }
  .medium-top-minus-7 {
    top: -0.4375rem;
  }
  .medium-top-8 {
    top: 0.5rem;
  }
  .medium-top-minus-8 {
    top: -0.5rem;
  }
  .medium-top-9 {
    top: 0.5625rem;
  }
  .medium-top-minus-9 {
    top: -0.5625rem;
  }
  .medium-top-10 {
    top: 0.625rem;
  }
  .medium-top-minus-10 {
    top: -0.625rem;
  }
  .medium-top-11 {
    top: 0.6875rem;
  }
  .medium-top-minus-11 {
    top: -0.6875rem;
  }
  .medium-top-12 {
    top: 0.75rem;
  }
  .medium-top-minus-12 {
    top: -0.75rem;
  }
  .medium-top-13 {
    top: 0.8125rem;
  }
  .medium-top-minus-13 {
    top: -0.8125rem;
  }
  .medium-top-14 {
    top: 0.875rem;
  }
  .medium-top-minus-14 {
    top: -0.875rem;
  }
  .medium-top-15 {
    top: 0.9375rem;
  }
  .medium-top-minus-15 {
    top: -0.9375rem;
  }
  .medium-top-16 {
    top: 1rem;
  }
  .medium-top-minus-16 {
    top: -1rem;
  }
  .medium-top-17 {
    top: 1.0625rem;
  }
  .medium-top-minus-17 {
    top: -1.0625rem;
  }
  .medium-top-18 {
    top: 1.125rem;
  }
  .medium-top-minus-18 {
    top: -1.125rem;
  }
  .medium-top-19 {
    top: 1.1875rem;
  }
  .medium-top-minus-19 {
    top: -1.1875rem;
  }
  .medium-top-20 {
    top: 1.25rem;
  }
  .medium-top-minus-20 {
    top: -1.25rem;
  }
  .medium-top-21 {
    top: 1.3125rem;
  }
  .medium-top-minus-21 {
    top: -1.3125rem;
  }
  .medium-top-22 {
    top: 1.375rem;
  }
  .medium-top-minus-22 {
    top: -1.375rem;
  }
  .medium-top-23 {
    top: 1.4375rem;
  }
  .medium-top-minus-23 {
    top: -1.4375rem;
  }
  .medium-top-24 {
    top: 1.5rem;
  }
  .medium-top-minus-24 {
    top: -1.5rem;
  }
  .medium-top-25 {
    top: 1.5625rem;
  }
  .medium-top-minus-25 {
    top: -1.5625rem;
  }
  .medium-top-26 {
    top: 1.625rem;
  }
  .medium-top-minus-26 {
    top: -1.625rem;
  }
  .medium-top-27 {
    top: 1.6875rem;
  }
  .medium-top-minus-27 {
    top: -1.6875rem;
  }
  .medium-top-28 {
    top: 1.75rem;
  }
  .medium-top-minus-28 {
    top: -1.75rem;
  }
  .medium-top-29 {
    top: 1.8125rem;
  }
  .medium-top-minus-29 {
    top: -1.8125rem;
  }
  .medium-top-30 {
    top: 1.875rem;
  }
  .medium-top-minus-30 {
    top: -1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-top-1 {
    top: 0.0625rem;
  }
  .large-top-minus-1 {
    top: -0.0625rem;
  }
  .large-top-2 {
    top: 0.125rem;
  }
  .large-top-minus-2 {
    top: -0.125rem;
  }
  .large-top-3 {
    top: 0.1875rem;
  }
  .large-top-minus-3 {
    top: -0.1875rem;
  }
  .large-top-4 {
    top: 0.25rem;
  }
  .large-top-minus-4 {
    top: -0.25rem;
  }
  .large-top-5 {
    top: 0.3125rem;
  }
  .large-top-minus-5 {
    top: -0.3125rem;
  }
  .large-top-6 {
    top: 0.375rem;
  }
  .large-top-minus-6 {
    top: -0.375rem;
  }
  .large-top-7 {
    top: 0.4375rem;
  }
  .large-top-minus-7 {
    top: -0.4375rem;
  }
  .large-top-8 {
    top: 0.5rem;
  }
  .large-top-minus-8 {
    top: -0.5rem;
  }
  .large-top-9 {
    top: 0.5625rem;
  }
  .large-top-minus-9 {
    top: -0.5625rem;
  }
  .large-top-10 {
    top: 0.625rem;
  }
  .large-top-minus-10 {
    top: -0.625rem;
  }
  .large-top-11 {
    top: 0.6875rem;
  }
  .large-top-minus-11 {
    top: -0.6875rem;
  }
  .large-top-12 {
    top: 0.75rem;
  }
  .large-top-minus-12 {
    top: -0.75rem;
  }
  .large-top-13 {
    top: 0.8125rem;
  }
  .large-top-minus-13 {
    top: -0.8125rem;
  }
  .large-top-14 {
    top: 0.875rem;
  }
  .large-top-minus-14 {
    top: -0.875rem;
  }
  .large-top-15 {
    top: 0.9375rem;
  }
  .large-top-minus-15 {
    top: -0.9375rem;
  }
  .large-top-16 {
    top: 1rem;
  }
  .large-top-minus-16 {
    top: -1rem;
  }
  .large-top-17 {
    top: 1.0625rem;
  }
  .large-top-minus-17 {
    top: -1.0625rem;
  }
  .large-top-18 {
    top: 1.125rem;
  }
  .large-top-minus-18 {
    top: -1.125rem;
  }
  .large-top-19 {
    top: 1.1875rem;
  }
  .large-top-minus-19 {
    top: -1.1875rem;
  }
  .large-top-20 {
    top: 1.25rem;
  }
  .large-top-minus-20 {
    top: -1.25rem;
  }
  .large-top-21 {
    top: 1.3125rem;
  }
  .large-top-minus-21 {
    top: -1.3125rem;
  }
  .large-top-22 {
    top: 1.375rem;
  }
  .large-top-minus-22 {
    top: -1.375rem;
  }
  .large-top-23 {
    top: 1.4375rem;
  }
  .large-top-minus-23 {
    top: -1.4375rem;
  }
  .large-top-24 {
    top: 1.5rem;
  }
  .large-top-minus-24 {
    top: -1.5rem;
  }
  .large-top-25 {
    top: 1.5625rem;
  }
  .large-top-minus-25 {
    top: -1.5625rem;
  }
  .large-top-26 {
    top: 1.625rem;
  }
  .large-top-minus-26 {
    top: -1.625rem;
  }
  .large-top-27 {
    top: 1.6875rem;
  }
  .large-top-minus-27 {
    top: -1.6875rem;
  }
  .large-top-28 {
    top: 1.75rem;
  }
  .large-top-minus-28 {
    top: -1.75rem;
  }
  .large-top-29 {
    top: 1.8125rem;
  }
  .large-top-minus-29 {
    top: -1.8125rem;
  }
  .large-top-30 {
    top: 1.875rem;
  }
  .large-top-minus-30 {
    top: -1.875rem;
  }
}
.no-margin {
  margin-bottom: 0 !important;
}

.margin-bottom {
  margin-bottom: 1rem !important;
}

.margin-bottom-2x {
  margin-bottom: 2rem !important;
}

.margin-bottom-4x {
  margin-bottom: 4rem !important;
}

.margin-bottom-6x {
  margin-bottom: 6rem !important;
}

.margin-bottom-8x {
  margin-bottom: 8rem !important;
}

.margin-bottom-10x {
  margin-bottom: 10rem !important;
}

@media print, screen and (min-width: 40em) {
  .medium-no-margin {
    margin-bottom: 0 !important;
  }
  .medium-margin-bottom {
    margin-bottom: 1rem !important;
  }
  .medium-margin-bottom-2x {
    margin-bottom: 2rem !important;
  }
  .medium-margin-bottom-4x {
    margin-bottom: 4rem !important;
  }
  .medium-margin-bottom-6x {
    margin-bottom: 6rem !important;
  }
  .medium-margin-bottom-8x {
    margin-bottom: 8rem !important;
  }
  .medium-margin-bottom-10x {
    margin-bottom: 10rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-no-margin {
    margin-bottom: 0 !important;
  }
  .large-margin-bottom {
    margin-bottom: 1rem !important;
  }
  .large-margin-bottom-2x {
    margin-bottom: 2rem !important;
  }
  .large-margin-bottom-4x {
    margin-bottom: 4rem !important;
  }
  .large-margin-bottom-6x {
    margin-bottom: 6rem !important;
  }
  .large-margin-bottom-8x {
    margin-bottom: 8rem !important;
  }
  .large-margin-bottom-10x {
    margin-bottom: 10rem !important;
  }
}
.columns.shrink {
  width: auto;
}

@media print, screen and (min-width: 40em) {
  .columns.medium-shrink {
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .columns.large-shrink {
    width: auto;
  }
}
/* ------------------ */
/* FOUNDATION HELPERS */
/* ------------------ */
.row.full {
  max-width: 100%;
}

.button i[class^=fa-]:not(.single), .wrapper-conteudo-tinymce a.botao-cinza i[class^=fa-]:not(.single), .mceContentBody a.botao-cinza i[class^=fa-]:not(.single), .mce-content-body a.botao-cinza i[class^=fa-]:not(.single), .wrapper-conteudo-tinymce a.botao-laranja i[class^=fa-]:not(.single), .mceContentBody a.botao-laranja i[class^=fa-]:not(.single), .mce-content-body a.botao-laranja i[class^=fa-]:not(.single), .wrapper-conteudo-tinymce a.botao-azul i[class^=fa-]:not(.single), .mceContentBody a.botao-azul i[class^=fa-]:not(.single), .mce-content-body a.botao-azul i[class^=fa-]:not(.single) {
  margin-right: 0.3em;
}

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 800;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #009FE0;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 136.74, 192.64);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 800;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #E2E2E2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E2E2E2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button, .wrapper-conteudo-tinymce a.botao-cinza, .mceContentBody a.botao-cinza, .mce-content-body a.botao-cinza, .wrapper-conteudo-tinymce a.botao-laranja, .mceContentBody a.botao-laranja, .mce-content-body a.botao-laranja, .wrapper-conteudo-tinymce a.botao-azul, .mceContentBody a.botao-azul, .mce-content-body a.botao-azul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #009FE0;
  color: #fff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce [data-whatinput=mouse] a.botao-cinza, [data-whatinput=mouse] .mceContentBody a.botao-cinza, .mceContentBody [data-whatinput=mouse] a.botao-cinza, [data-whatinput=mouse] .mce-content-body a.botao-cinza, .mce-content-body [data-whatinput=mouse] a.botao-cinza, [data-whatinput=mouse] .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce [data-whatinput=mouse] a.botao-laranja, [data-whatinput=mouse] .mceContentBody a.botao-laranja, .mceContentBody [data-whatinput=mouse] a.botao-laranja, [data-whatinput=mouse] .mce-content-body a.botao-laranja, .mce-content-body [data-whatinput=mouse] a.botao-laranja, [data-whatinput=mouse] .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce [data-whatinput=mouse] a.botao-azul, [data-whatinput=mouse] .mceContentBody a.botao-azul, .mceContentBody [data-whatinput=mouse] a.botao-azul, [data-whatinput=mouse] .mce-content-body a.botao-azul, .mce-content-body [data-whatinput=mouse] a.botao-azul {
  outline: 0;
}
.button:hover, .wrapper-conteudo-tinymce a.botao-cinza:hover, .mceContentBody a.botao-cinza:hover, .mce-content-body a.botao-cinza:hover, .wrapper-conteudo-tinymce a.botao-laranja:hover, .mceContentBody a.botao-laranja:hover, .mce-content-body a.botao-laranja:hover, .wrapper-conteudo-tinymce a.botao-azul:hover, .mceContentBody a.botao-azul:hover, .mce-content-body a.botao-azul:hover, .button:focus, .wrapper-conteudo-tinymce a.botao-cinza:focus, .mceContentBody a.botao-cinza:focus, .mce-content-body a.botao-cinza:focus, .wrapper-conteudo-tinymce a.botao-laranja:focus, .mceContentBody a.botao-laranja:focus, .mce-content-body a.botao-laranja:focus, .wrapper-conteudo-tinymce a.botao-azul:focus, .mceContentBody a.botao-azul:focus, .mce-content-body a.botao-azul:focus {
  background-color: rgb(0, 135.15, 190.4);
  color: #fff;
}
.button.tiny, .wrapper-conteudo-tinymce a.tiny.botao-cinza, .mceContentBody a.tiny.botao-cinza, .mce-content-body a.tiny.botao-cinza, .wrapper-conteudo-tinymce a.tiny.botao-laranja, .mceContentBody a.tiny.botao-laranja, .mce-content-body a.tiny.botao-laranja, .wrapper-conteudo-tinymce a.tiny.botao-azul, .mceContentBody a.tiny.botao-azul, .mce-content-body a.tiny.botao-azul {
  font-size: 0.6rem;
}
.button.small, .wrapper-conteudo-tinymce a.small.botao-cinza, .mceContentBody a.small.botao-cinza, .mce-content-body a.small.botao-cinza, .wrapper-conteudo-tinymce a.small.botao-laranja, .mceContentBody a.small.botao-laranja, .mce-content-body a.small.botao-laranja, .wrapper-conteudo-tinymce a.small.botao-azul, .mceContentBody a.small.botao-azul, .mce-content-body a.small.botao-azul {
  font-size: 0.75rem;
}
.button.large, .wrapper-conteudo-tinymce a.large.botao-cinza, .mceContentBody a.large.botao-cinza, .mce-content-body a.large.botao-cinza, .wrapper-conteudo-tinymce a.large.botao-laranja, .mceContentBody a.large.botao-laranja, .mce-content-body a.large.botao-laranja, .wrapper-conteudo-tinymce a.large.botao-azul, .mceContentBody a.large.botao-azul, .mce-content-body a.large.botao-azul {
  font-size: 1.25rem;
}
.button.expanded, .wrapper-conteudo-tinymce a.expanded.botao-cinza, .mceContentBody a.expanded.botao-cinza, .mce-content-body a.expanded.botao-cinza, .wrapper-conteudo-tinymce a.expanded.botao-laranja, .mceContentBody a.expanded.botao-laranja, .mce-content-body a.expanded.botao-laranja, .wrapper-conteudo-tinymce a.expanded.botao-azul, .mceContentBody a.expanded.botao-azul, .mce-content-body a.expanded.botao-azul {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary, .wrapper-conteudo-tinymce a.primary.botao-cinza, .mceContentBody a.primary.botao-cinza, .mce-content-body a.primary.botao-cinza, .wrapper-conteudo-tinymce a.primary.botao-laranja, .mceContentBody a.primary.botao-laranja, .mce-content-body a.primary.botao-laranja, .wrapper-conteudo-tinymce a.botao-azul, .mceContentBody a.botao-azul, .mce-content-body a.botao-azul {
  background-color: #009FE0;
  color: #000;
}
.button.primary:hover, .wrapper-conteudo-tinymce a.primary.botao-cinza:hover, .mceContentBody a.primary.botao-cinza:hover, .mce-content-body a.primary.botao-cinza:hover, .wrapper-conteudo-tinymce a.primary.botao-laranja:hover, .mceContentBody a.primary.botao-laranja:hover, .mce-content-body a.primary.botao-laranja:hover, .wrapper-conteudo-tinymce a.botao-azul:hover, .mceContentBody a.botao-azul:hover, .mce-content-body a.botao-azul:hover, .button.primary:focus, .wrapper-conteudo-tinymce a.primary.botao-cinza:focus, .mceContentBody a.primary.botao-cinza:focus, .mce-content-body a.primary.botao-cinza:focus, .wrapper-conteudo-tinymce a.primary.botao-laranja:focus, .mceContentBody a.primary.botao-laranja:focus, .mce-content-body a.primary.botao-laranja:focus, .wrapper-conteudo-tinymce a.botao-azul:focus, .mceContentBody a.botao-azul:focus, .mce-content-body a.botao-azul:focus {
  background-color: rgb(0, 127.2, 179.2);
  color: #000;
}
.button.secondary, .wrapper-conteudo-tinymce a.botao-cinza, .mceContentBody a.botao-cinza, .mce-content-body a.botao-cinza, .wrapper-conteudo-tinymce a.secondary.botao-laranja, .mceContentBody a.secondary.botao-laranja, .mce-content-body a.secondary.botao-laranja, .wrapper-conteudo-tinymce a.secondary.botao-azul, .mceContentBody a.secondary.botao-azul, .mce-content-body a.secondary.botao-azul {
  background-color: #bbb;
  color: #000;
}
.button.secondary:hover, .wrapper-conteudo-tinymce a.button.botao-cinza:hover, .mceContentBody a.button.botao-cinza:hover, .mce-content-body a.button.botao-cinza:hover, .wrapper-conteudo-tinymce a.secondary.botao-cinza:hover, .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.botao-cinza:hover, .mceContentBody a.secondary.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.botao-cinza:hover, .mceContentBody a.botao-cinza:hover, .mceContentBody .mce-content-body a.botao-cinza:hover, .mce-content-body .mceContentBody a.botao-cinza:hover, .mce-content-body a.secondary.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.botao-cinza:hover, .mce-content-body .mceContentBody a.botao-cinza:hover, .mceContentBody .mce-content-body a.botao-cinza:hover, .mce-content-body a.botao-cinza:hover, .wrapper-conteudo-tinymce a.secondary.botao-laranja:hover, .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.botao-laranja.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.botao-laranja.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:hover, .mceContentBody a.secondary.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.botao-laranja.botao-cinza:hover, .mceContentBody a.botao-laranja.botao-cinza:hover, .mceContentBody .mce-content-body a.botao-laranja.botao-cinza:hover, .mce-content-body .mceContentBody a.botao-laranja.botao-cinza:hover, .mce-content-body a.secondary.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.botao-laranja.botao-cinza:hover, .mce-content-body .mceContentBody a.botao-laranja.botao-cinza:hover, .mceContentBody .mce-content-body a.botao-laranja.botao-cinza:hover, .mce-content-body a.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce a.secondary.botao-azul:hover, .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.botao-azul.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.botao-azul.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:hover, .mceContentBody a.secondary.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.botao-azul.botao-cinza:hover, .mceContentBody a.botao-azul.botao-cinza:hover, .mceContentBody .mce-content-body a.botao-azul.botao-cinza:hover, .mce-content-body .mceContentBody a.botao-azul.botao-cinza:hover, .mce-content-body a.secondary.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.botao-azul.botao-cinza:hover, .mce-content-body .mceContentBody a.botao-azul.botao-cinza:hover, .mceContentBody .mce-content-body a.botao-azul.botao-cinza:hover, .mce-content-body a.botao-azul.botao-cinza:hover, .button.secondary:focus, .wrapper-conteudo-tinymce a.button.botao-cinza:focus, .mceContentBody a.button.botao-cinza:focus, .mce-content-body a.button.botao-cinza:focus, .wrapper-conteudo-tinymce a.secondary.botao-cinza:focus, .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.botao-cinza:focus, .mceContentBody a.secondary.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.botao-cinza:focus, .mceContentBody a.botao-cinza:focus, .mceContentBody .mce-content-body a.botao-cinza:focus, .mce-content-body .mceContentBody a.botao-cinza:focus, .mce-content-body a.secondary.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.botao-cinza:focus, .mce-content-body .mceContentBody a.botao-cinza:focus, .mceContentBody .mce-content-body a.botao-cinza:focus, .mce-content-body a.botao-cinza:focus, .wrapper-conteudo-tinymce a.secondary.botao-laranja:focus, .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.botao-laranja.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.botao-laranja.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:focus, .mceContentBody a.secondary.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.botao-laranja.botao-cinza:focus, .mceContentBody a.botao-laranja.botao-cinza:focus, .mceContentBody .mce-content-body a.botao-laranja.botao-cinza:focus, .mce-content-body .mceContentBody a.botao-laranja.botao-cinza:focus, .mce-content-body a.secondary.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.botao-laranja.botao-cinza:focus, .mce-content-body .mceContentBody a.botao-laranja.botao-cinza:focus, .mceContentBody .mce-content-body a.botao-laranja.botao-cinza:focus, .mce-content-body a.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce a.secondary.botao-azul:focus, .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.botao-azul.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.botao-azul.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:focus, .mceContentBody a.secondary.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.botao-azul.botao-cinza:focus, .mceContentBody a.botao-azul.botao-cinza:focus, .mceContentBody .mce-content-body a.botao-azul.botao-cinza:focus, .mce-content-body .mceContentBody a.botao-azul.botao-cinza:focus, .mce-content-body a.secondary.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.botao-azul.botao-cinza:focus, .mce-content-body .mceContentBody a.botao-azul.botao-cinza:focus, .mceContentBody .mce-content-body a.botao-azul.botao-cinza:focus, .mce-content-body a.botao-azul.botao-cinza:focus {
  background-color: rgb(149.6, 149.6, 149.6);
  color: #000;
}
.button.success, .wrapper-conteudo-tinymce a.success.botao-cinza, .mceContentBody a.success.botao-cinza, .mce-content-body a.success.botao-cinza, .wrapper-conteudo-tinymce a.success.botao-laranja, .mceContentBody a.success.botao-laranja, .mce-content-body a.success.botao-laranja, .wrapper-conteudo-tinymce a.success.botao-azul, .mceContentBody a.success.botao-azul, .mce-content-body a.success.botao-azul {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .wrapper-conteudo-tinymce a.success.botao-cinza:hover, .mceContentBody a.success.botao-cinza:hover, .mce-content-body a.success.botao-cinza:hover, .wrapper-conteudo-tinymce a.success.botao-laranja:hover, .mceContentBody a.success.botao-laranja:hover, .mce-content-body a.success.botao-laranja:hover, .wrapper-conteudo-tinymce a.success.botao-azul:hover, .mceContentBody a.success.botao-azul:hover, .mce-content-body a.success.botao-azul:hover, .button.success:focus, .wrapper-conteudo-tinymce a.success.botao-cinza:focus, .mceContentBody a.success.botao-cinza:focus, .mce-content-body a.success.botao-cinza:focus, .wrapper-conteudo-tinymce a.success.botao-laranja:focus, .mceContentBody a.success.botao-laranja:focus, .mce-content-body a.success.botao-laranja:focus, .wrapper-conteudo-tinymce a.success.botao-azul:focus, .mceContentBody a.success.botao-azul:focus, .mce-content-body a.success.botao-azul:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000;
}
.button.warning, .wrapper-conteudo-tinymce a.warning.botao-cinza, .mceContentBody a.warning.botao-cinza, .mce-content-body a.warning.botao-cinza, .wrapper-conteudo-tinymce a.botao-laranja, .mceContentBody a.botao-laranja, .mce-content-body a.botao-laranja, .wrapper-conteudo-tinymce a.warning.botao-azul, .mceContentBody a.warning.botao-azul, .mce-content-body a.warning.botao-azul {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .wrapper-conteudo-tinymce a.warning.botao-cinza:hover, .mceContentBody a.warning.botao-cinza:hover, .mce-content-body a.warning.botao-cinza:hover, .wrapper-conteudo-tinymce a.botao-laranja:hover, .mceContentBody a.botao-laranja:hover, .mce-content-body a.botao-laranja:hover, .wrapper-conteudo-tinymce a.warning.botao-azul:hover, .mceContentBody a.warning.botao-azul:hover, .mce-content-body a.warning.botao-azul:hover, .button.warning:focus, .wrapper-conteudo-tinymce a.warning.botao-cinza:focus, .mceContentBody a.warning.botao-cinza:focus, .mce-content-body a.warning.botao-cinza:focus, .wrapper-conteudo-tinymce a.botao-laranja:focus, .mceContentBody a.botao-laranja:focus, .mce-content-body a.botao-laranja:focus, .wrapper-conteudo-tinymce a.warning.botao-azul:focus, .mceContentBody a.warning.botao-azul:focus, .mce-content-body a.warning.botao-azul:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000;
}
.button.alert, .wrapper-conteudo-tinymce a.alert.botao-cinza, .mceContentBody a.alert.botao-cinza, .mce-content-body a.alert.botao-cinza, .wrapper-conteudo-tinymce a.alert.botao-laranja, .mceContentBody a.alert.botao-laranja, .mce-content-body a.alert.botao-laranja, .wrapper-conteudo-tinymce a.alert.botao-azul, .mceContentBody a.alert.botao-azul, .mce-content-body a.alert.botao-azul {
  background-color: #ec5840;
  color: #000;
}
.button.alert:hover, .wrapper-conteudo-tinymce a.alert.botao-cinza:hover, .mceContentBody a.alert.botao-cinza:hover, .mce-content-body a.alert.botao-cinza:hover, .wrapper-conteudo-tinymce a.alert.botao-laranja:hover, .mceContentBody a.alert.botao-laranja:hover, .mce-content-body a.alert.botao-laranja:hover, .wrapper-conteudo-tinymce a.alert.botao-azul:hover, .mceContentBody a.alert.botao-azul:hover, .mce-content-body a.alert.botao-azul:hover, .button.alert:focus, .wrapper-conteudo-tinymce a.alert.botao-cinza:focus, .mceContentBody a.alert.botao-cinza:focus, .mce-content-body a.alert.botao-cinza:focus, .wrapper-conteudo-tinymce a.alert.botao-laranja:focus, .mceContentBody a.alert.botao-laranja:focus, .mce-content-body a.alert.botao-laranja:focus, .wrapper-conteudo-tinymce a.alert.botao-azul:focus, .mceContentBody a.alert.botao-azul:focus, .mce-content-body a.alert.botao-azul:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #000;
}
.button.color-top-menu, .wrapper-conteudo-tinymce a.color-top-menu.botao-cinza, .mceContentBody a.color-top-menu.botao-cinza, .mce-content-body a.color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a.color-top-menu.botao-laranja, .mceContentBody a.color-top-menu.botao-laranja, .mce-content-body a.color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a.color-top-menu.botao-azul, .mceContentBody a.color-top-menu.botao-azul, .mce-content-body a.color-top-menu.botao-azul {
  background-color: #346786;
  color: #fff;
}
.button.color-top-menu:hover, .wrapper-conteudo-tinymce a.color-top-menu.botao-cinza:hover, .mceContentBody a.color-top-menu.botao-cinza:hover, .mce-content-body a.color-top-menu.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-top-menu.botao-laranja:hover, .mceContentBody a.color-top-menu.botao-laranja:hover, .mce-content-body a.color-top-menu.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-top-menu.botao-azul:hover, .mceContentBody a.color-top-menu.botao-azul:hover, .mce-content-body a.color-top-menu.botao-azul:hover, .button.color-top-menu:focus, .wrapper-conteudo-tinymce a.color-top-menu.botao-cinza:focus, .mceContentBody a.color-top-menu.botao-cinza:focus, .mce-content-body a.color-top-menu.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-top-menu.botao-laranja:focus, .mceContentBody a.color-top-menu.botao-laranja:focus, .mce-content-body a.color-top-menu.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-top-menu.botao-azul:focus, .mceContentBody a.color-top-menu.botao-azul:focus, .mce-content-body a.color-top-menu.botao-azul:focus {
  background-color: rgb(41.6, 82.4, 107.2);
  color: #fff;
}
.button.color-light-blue, .wrapper-conteudo-tinymce a.color-light-blue.botao-cinza, .mceContentBody a.color-light-blue.botao-cinza, .mce-content-body a.color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a.color-light-blue.botao-laranja, .mceContentBody a.color-light-blue.botao-laranja, .mce-content-body a.color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a.color-light-blue.botao-azul, .mceContentBody a.color-light-blue.botao-azul, .mce-content-body a.color-light-blue.botao-azul {
  background-color: #31B0D5;
  color: #000;
}
.button.color-light-blue:hover, .wrapper-conteudo-tinymce a.color-light-blue.botao-cinza:hover, .mceContentBody a.color-light-blue.botao-cinza:hover, .mce-content-body a.color-light-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-light-blue.botao-laranja:hover, .mceContentBody a.color-light-blue.botao-laranja:hover, .mce-content-body a.color-light-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-light-blue.botao-azul:hover, .mceContentBody a.color-light-blue.botao-azul:hover, .mce-content-body a.color-light-blue.botao-azul:hover, .button.color-light-blue:focus, .wrapper-conteudo-tinymce a.color-light-blue.botao-cinza:focus, .mceContentBody a.color-light-blue.botao-cinza:focus, .mce-content-body a.color-light-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-light-blue.botao-laranja:focus, .mceContentBody a.color-light-blue.botao-laranja:focus, .mce-content-body a.color-light-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-light-blue.botao-azul:focus, .mceContentBody a.color-light-blue.botao-azul:focus, .mce-content-body a.color-light-blue.botao-azul:focus {
  background-color: rgb(35.4967741935, 142.8322580645, 174.1032258065);
  color: #000;
}
.button.color-darker-blue, .wrapper-conteudo-tinymce a.color-darker-blue.botao-cinza, .mceContentBody a.color-darker-blue.botao-cinza, .mce-content-body a.color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a.color-darker-blue.botao-laranja, .mceContentBody a.color-darker-blue.botao-laranja, .mce-content-body a.color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a.color-darker-blue.botao-azul, .mceContentBody a.color-darker-blue.botao-azul, .mce-content-body a.color-darker-blue.botao-azul {
  background-color: #1B303B;
  color: #fff;
}
.button.color-darker-blue:hover, .wrapper-conteudo-tinymce a.color-darker-blue.botao-cinza:hover, .mceContentBody a.color-darker-blue.botao-cinza:hover, .mce-content-body a.color-darker-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-darker-blue.botao-laranja:hover, .mceContentBody a.color-darker-blue.botao-laranja:hover, .mce-content-body a.color-darker-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-darker-blue.botao-azul:hover, .mceContentBody a.color-darker-blue.botao-azul:hover, .mce-content-body a.color-darker-blue.botao-azul:hover, .button.color-darker-blue:focus, .wrapper-conteudo-tinymce a.color-darker-blue.botao-cinza:focus, .mceContentBody a.color-darker-blue.botao-cinza:focus, .mce-content-body a.color-darker-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-darker-blue.botao-laranja:focus, .mceContentBody a.color-darker-blue.botao-laranja:focus, .mce-content-body a.color-darker-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-darker-blue.botao-azul:focus, .mceContentBody a.color-darker-blue.botao-azul:focus, .mce-content-body a.color-darker-blue.botao-azul:focus {
  background-color: rgb(21.6, 38.4, 47.2);
  color: #fff;
}
.button.color-blue, .wrapper-conteudo-tinymce a.color-blue.botao-cinza, .mceContentBody a.color-blue.botao-cinza, .mce-content-body a.color-blue.botao-cinza, .wrapper-conteudo-tinymce a.color-blue.botao-laranja, .mceContentBody a.color-blue.botao-laranja, .mce-content-body a.color-blue.botao-laranja, .wrapper-conteudo-tinymce a.color-blue.botao-azul, .mceContentBody a.color-blue.botao-azul, .mce-content-body a.color-blue.botao-azul {
  background-color: #237489;
  color: #fff;
}
.button.color-blue:hover, .wrapper-conteudo-tinymce a.color-blue.botao-cinza:hover, .mceContentBody a.color-blue.botao-cinza:hover, .mce-content-body a.color-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-blue.botao-laranja:hover, .mceContentBody a.color-blue.botao-laranja:hover, .mce-content-body a.color-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-blue.botao-azul:hover, .mceContentBody a.color-blue.botao-azul:hover, .mce-content-body a.color-blue.botao-azul:hover, .button.color-blue:focus, .wrapper-conteudo-tinymce a.color-blue.botao-cinza:focus, .mceContentBody a.color-blue.botao-cinza:focus, .mce-content-body a.color-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-blue.botao-laranja:focus, .mceContentBody a.color-blue.botao-laranja:focus, .mce-content-body a.color-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-blue.botao-azul:focus, .mceContentBody a.color-blue.botao-azul:focus, .mce-content-body a.color-blue.botao-azul:focus {
  background-color: rgb(28, 92.8, 109.6);
  color: #fff;
}
.button.color-red, .wrapper-conteudo-tinymce a.color-red.botao-cinza, .mceContentBody a.color-red.botao-cinza, .mce-content-body a.color-red.botao-cinza, .wrapper-conteudo-tinymce a.color-red.botao-laranja, .mceContentBody a.color-red.botao-laranja, .mce-content-body a.color-red.botao-laranja, .wrapper-conteudo-tinymce a.color-red.botao-azul, .mceContentBody a.color-red.botao-azul, .mce-content-body a.color-red.botao-azul {
  background-color: #8A3121;
  color: #fff;
}
.button.color-red:hover, .wrapper-conteudo-tinymce a.color-red.botao-cinza:hover, .mceContentBody a.color-red.botao-cinza:hover, .mce-content-body a.color-red.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-red.botao-laranja:hover, .mceContentBody a.color-red.botao-laranja:hover, .mce-content-body a.color-red.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-red.botao-azul:hover, .mceContentBody a.color-red.botao-azul:hover, .mce-content-body a.color-red.botao-azul:hover, .button.color-red:focus, .wrapper-conteudo-tinymce a.color-red.botao-cinza:focus, .mceContentBody a.color-red.botao-cinza:focus, .mce-content-body a.color-red.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-red.botao-laranja:focus, .mceContentBody a.color-red.botao-laranja:focus, .mce-content-body a.color-red.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-red.botao-azul:focus, .mceContentBody a.color-red.botao-azul:focus, .mce-content-body a.color-red.botao-azul:focus {
  background-color: rgb(110.4, 39.2, 26.4);
  color: #fff;
}
.button.color-green, .wrapper-conteudo-tinymce a.color-green.botao-cinza, .mceContentBody a.color-green.botao-cinza, .mce-content-body a.color-green.botao-cinza, .wrapper-conteudo-tinymce a.color-green.botao-laranja, .mceContentBody a.color-green.botao-laranja, .mce-content-body a.color-green.botao-laranja, .wrapper-conteudo-tinymce a.color-green.botao-azul, .mceContentBody a.color-green.botao-azul, .mce-content-body a.color-green.botao-azul {
  background-color: #4C7948;
  color: #fff;
}
.button.color-green:hover, .wrapper-conteudo-tinymce a.color-green.botao-cinza:hover, .mceContentBody a.color-green.botao-cinza:hover, .mce-content-body a.color-green.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-green.botao-laranja:hover, .mceContentBody a.color-green.botao-laranja:hover, .mce-content-body a.color-green.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-green.botao-azul:hover, .mceContentBody a.color-green.botao-azul:hover, .mce-content-body a.color-green.botao-azul:hover, .button.color-green:focus, .wrapper-conteudo-tinymce a.color-green.botao-cinza:focus, .mceContentBody a.color-green.botao-cinza:focus, .mce-content-body a.color-green.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-green.botao-laranja:focus, .mceContentBody a.color-green.botao-laranja:focus, .mce-content-body a.color-green.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-green.botao-azul:focus, .mceContentBody a.color-green.botao-azul:focus, .mce-content-body a.color-green.botao-azul:focus {
  background-color: rgb(60.8, 96.8, 57.6);
  color: #fff;
}
.button.color-yellow, .wrapper-conteudo-tinymce a.color-yellow.botao-cinza, .mceContentBody a.color-yellow.botao-cinza, .mce-content-body a.color-yellow.botao-cinza, .wrapper-conteudo-tinymce a.color-yellow.botao-laranja, .mceContentBody a.color-yellow.botao-laranja, .mce-content-body a.color-yellow.botao-laranja, .wrapper-conteudo-tinymce a.color-yellow.botao-azul, .mceContentBody a.color-yellow.botao-azul, .mce-content-body a.color-yellow.botao-azul {
  background-color: #DED14E;
  color: #000;
}
.button.color-yellow:hover, .wrapper-conteudo-tinymce a.color-yellow.botao-cinza:hover, .mceContentBody a.color-yellow.botao-cinza:hover, .mce-content-body a.color-yellow.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-yellow.botao-laranja:hover, .mceContentBody a.color-yellow.botao-laranja:hover, .mce-content-body a.color-yellow.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-yellow.botao-azul:hover, .mceContentBody a.color-yellow.botao-azul:hover, .mce-content-body a.color-yellow.botao-azul:hover, .button.color-yellow:focus, .wrapper-conteudo-tinymce a.color-yellow.botao-cinza:focus, .mceContentBody a.color-yellow.botao-cinza:focus, .mce-content-body a.color-yellow.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-yellow.botao-laranja:focus, .mceContentBody a.color-yellow.botao-laranja:focus, .mce-content-body a.color-yellow.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-yellow.botao-azul:focus, .mceContentBody a.color-yellow.botao-azul:focus, .mce-content-body a.color-yellow.botao-azul:focus {
  background-color: rgb(202.2857142857, 187.4285714286, 37.7142857143);
  color: #000;
}
.button.color-orange, .wrapper-conteudo-tinymce a.color-orange.botao-cinza, .mceContentBody a.color-orange.botao-cinza, .mce-content-body a.color-orange.botao-cinza, .wrapper-conteudo-tinymce a.color-orange.botao-laranja, .mceContentBody a.color-orange.botao-laranja, .mce-content-body a.color-orange.botao-laranja, .wrapper-conteudo-tinymce a.color-orange.botao-azul, .mceContentBody a.color-orange.botao-azul, .mce-content-body a.color-orange.botao-azul {
  background-color: #c36d1b;
  color: #000;
}
.button.color-orange:hover, .wrapper-conteudo-tinymce a.color-orange.botao-cinza:hover, .mceContentBody a.color-orange.botao-cinza:hover, .mce-content-body a.color-orange.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-orange.botao-laranja:hover, .mceContentBody a.color-orange.botao-laranja:hover, .mce-content-body a.color-orange.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-orange.botao-azul:hover, .mceContentBody a.color-orange.botao-azul:hover, .mce-content-body a.color-orange.botao-azul:hover, .button.color-orange:focus, .wrapper-conteudo-tinymce a.color-orange.botao-cinza:focus, .mceContentBody a.color-orange.botao-cinza:focus, .mce-content-body a.color-orange.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-orange.botao-laranja:focus, .mceContentBody a.color-orange.botao-laranja:focus, .mce-content-body a.color-orange.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-orange.botao-azul:focus, .mceContentBody a.color-orange.botao-azul:focus, .mce-content-body a.color-orange.botao-azul:focus {
  background-color: rgb(156, 87.2, 21.6);
  color: #000;
}
.button.color-purple, .wrapper-conteudo-tinymce a.color-purple.botao-cinza, .mceContentBody a.color-purple.botao-cinza, .mce-content-body a.color-purple.botao-cinza, .wrapper-conteudo-tinymce a.color-purple.botao-laranja, .mceContentBody a.color-purple.botao-laranja, .mce-content-body a.color-purple.botao-laranja, .wrapper-conteudo-tinymce a.color-purple.botao-azul, .mceContentBody a.color-purple.botao-azul, .mce-content-body a.color-purple.botao-azul {
  background-color: #445079;
  color: #fff;
}
.button.color-purple:hover, .wrapper-conteudo-tinymce a.color-purple.botao-cinza:hover, .mceContentBody a.color-purple.botao-cinza:hover, .mce-content-body a.color-purple.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-purple.botao-laranja:hover, .mceContentBody a.color-purple.botao-laranja:hover, .mce-content-body a.color-purple.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-purple.botao-azul:hover, .mceContentBody a.color-purple.botao-azul:hover, .mce-content-body a.color-purple.botao-azul:hover, .button.color-purple:focus, .wrapper-conteudo-tinymce a.color-purple.botao-cinza:focus, .mceContentBody a.color-purple.botao-cinza:focus, .mce-content-body a.color-purple.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-purple.botao-laranja:focus, .mceContentBody a.color-purple.botao-laranja:focus, .mce-content-body a.color-purple.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-purple.botao-azul:focus, .mceContentBody a.color-purple.botao-azul:focus, .mce-content-body a.color-purple.botao-azul:focus {
  background-color: rgb(54.4, 64, 96.8);
  color: #fff;
}
.button.color-blue-saturated, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-cinza, .mceContentBody a.color-blue-saturated.botao-cinza, .mce-content-body a.color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-laranja, .mceContentBody a.color-blue-saturated.botao-laranja, .mce-content-body a.color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-azul, .mceContentBody a.color-blue-saturated.botao-azul, .mce-content-body a.color-blue-saturated.botao-azul {
  background-color: #009FE0;
  color: #000;
}
.button.color-blue-saturated:hover, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-cinza:hover, .mceContentBody a.color-blue-saturated.botao-cinza:hover, .mce-content-body a.color-blue-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-laranja:hover, .mceContentBody a.color-blue-saturated.botao-laranja:hover, .mce-content-body a.color-blue-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-azul:hover, .mceContentBody a.color-blue-saturated.botao-azul:hover, .mce-content-body a.color-blue-saturated.botao-azul:hover, .button.color-blue-saturated:focus, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-cinza:focus, .mceContentBody a.color-blue-saturated.botao-cinza:focus, .mce-content-body a.color-blue-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-laranja:focus, .mceContentBody a.color-blue-saturated.botao-laranja:focus, .mce-content-body a.color-blue-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-blue-saturated.botao-azul:focus, .mceContentBody a.color-blue-saturated.botao-azul:focus, .mce-content-body a.color-blue-saturated.botao-azul:focus {
  background-color: rgb(0, 127.2, 179.2);
  color: #000;
}
.button.color-red-saturated, .wrapper-conteudo-tinymce a.color-red-saturated.botao-cinza, .mceContentBody a.color-red-saturated.botao-cinza, .mce-content-body a.color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a.color-red-saturated.botao-laranja, .mceContentBody a.color-red-saturated.botao-laranja, .mce-content-body a.color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a.color-red-saturated.botao-azul, .mceContentBody a.color-red-saturated.botao-azul, .mce-content-body a.color-red-saturated.botao-azul {
  background-color: #A91B01;
  color: #fff;
}
.button.color-red-saturated:hover, .wrapper-conteudo-tinymce a.color-red-saturated.botao-cinza:hover, .mceContentBody a.color-red-saturated.botao-cinza:hover, .mce-content-body a.color-red-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-red-saturated.botao-laranja:hover, .mceContentBody a.color-red-saturated.botao-laranja:hover, .mce-content-body a.color-red-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-red-saturated.botao-azul:hover, .mceContentBody a.color-red-saturated.botao-azul:hover, .mce-content-body a.color-red-saturated.botao-azul:hover, .button.color-red-saturated:focus, .wrapper-conteudo-tinymce a.color-red-saturated.botao-cinza:focus, .mceContentBody a.color-red-saturated.botao-cinza:focus, .mce-content-body a.color-red-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-red-saturated.botao-laranja:focus, .mceContentBody a.color-red-saturated.botao-laranja:focus, .mce-content-body a.color-red-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-red-saturated.botao-azul:focus, .mceContentBody a.color-red-saturated.botao-azul:focus, .mce-content-body a.color-red-saturated.botao-azul:focus {
  background-color: rgb(135.2, 21.6, 0.8);
  color: #fff;
}
.button.color-green-saturated, .wrapper-conteudo-tinymce a.color-green-saturated.botao-cinza, .mceContentBody a.color-green-saturated.botao-cinza, .mce-content-body a.color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a.color-green-saturated.botao-laranja, .mceContentBody a.color-green-saturated.botao-laranja, .mce-content-body a.color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a.color-green-saturated.botao-azul, .mceContentBody a.color-green-saturated.botao-azul, .mce-content-body a.color-green-saturated.botao-azul {
  background-color: #3F8739;
  color: #000;
}
.button.color-green-saturated:hover, .wrapper-conteudo-tinymce a.color-green-saturated.botao-cinza:hover, .mceContentBody a.color-green-saturated.botao-cinza:hover, .mce-content-body a.color-green-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-green-saturated.botao-laranja:hover, .mceContentBody a.color-green-saturated.botao-laranja:hover, .mce-content-body a.color-green-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-green-saturated.botao-azul:hover, .mceContentBody a.color-green-saturated.botao-azul:hover, .mce-content-body a.color-green-saturated.botao-azul:hover, .button.color-green-saturated:focus, .wrapper-conteudo-tinymce a.color-green-saturated.botao-cinza:focus, .mceContentBody a.color-green-saturated.botao-cinza:focus, .mce-content-body a.color-green-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-green-saturated.botao-laranja:focus, .mceContentBody a.color-green-saturated.botao-laranja:focus, .mce-content-body a.color-green-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-green-saturated.botao-azul:focus, .mceContentBody a.color-green-saturated.botao-azul:focus, .mce-content-body a.color-green-saturated.botao-azul:focus {
  background-color: rgb(50.4, 108, 45.6);
  color: #000;
}
.button.color-yellow-saturated, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-cinza, .mceContentBody a.color-yellow-saturated.botao-cinza, .mce-content-body a.color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-laranja, .mceContentBody a.color-yellow-saturated.botao-laranja, .mce-content-body a.color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-azul, .mceContentBody a.color-yellow-saturated.botao-azul, .mce-content-body a.color-yellow-saturated.botao-azul {
  background-color: #FFEB2D;
  color: #000;
}
.button.color-yellow-saturated:hover, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-cinza:hover, .mceContentBody a.color-yellow-saturated.botao-cinza:hover, .mce-content-body a.color-yellow-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-laranja:hover, .mceContentBody a.color-yellow-saturated.botao-laranja:hover, .mce-content-body a.color-yellow-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-azul:hover, .mceContentBody a.color-yellow-saturated.botao-azul:hover, .mce-content-body a.color-yellow-saturated.botao-azul:hover, .button.color-yellow-saturated:focus, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-cinza:focus, .mceContentBody a.color-yellow-saturated.botao-cinza:focus, .mce-content-body a.color-yellow-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-laranja:focus, .mceContentBody a.color-yellow-saturated.botao-laranja:focus, .mce-content-body a.color-yellow-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-yellow-saturated.botao-azul:focus, .mceContentBody a.color-yellow-saturated.botao-azul:focus, .mce-content-body a.color-yellow-saturated.botao-azul:focus {
  background-color: rgb(240, 217.1428571429, 0);
  color: #000;
}
.button.color-orange-saturated, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-cinza, .mceContentBody a.color-orange-saturated.botao-cinza, .mce-content-body a.color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-laranja, .mceContentBody a.color-orange-saturated.botao-laranja, .mce-content-body a.color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-azul, .mceContentBody a.color-orange-saturated.botao-azul, .mce-content-body a.color-orange-saturated.botao-azul {
  background-color: #DE6C00;
  color: #000;
}
.button.color-orange-saturated:hover, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-cinza:hover, .mceContentBody a.color-orange-saturated.botao-cinza:hover, .mce-content-body a.color-orange-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-laranja:hover, .mceContentBody a.color-orange-saturated.botao-laranja:hover, .mce-content-body a.color-orange-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-azul:hover, .mceContentBody a.color-orange-saturated.botao-azul:hover, .mce-content-body a.color-orange-saturated.botao-azul:hover, .button.color-orange-saturated:focus, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-cinza:focus, .mceContentBody a.color-orange-saturated.botao-cinza:focus, .mce-content-body a.color-orange-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-laranja:focus, .mceContentBody a.color-orange-saturated.botao-laranja:focus, .mce-content-body a.color-orange-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-orange-saturated.botao-azul:focus, .mceContentBody a.color-orange-saturated.botao-azul:focus, .mce-content-body a.color-orange-saturated.botao-azul:focus {
  background-color: rgb(177.6, 86.4, 0);
  color: #000;
}
.button.color-purple-saturated, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-cinza, .mceContentBody a.color-purple-saturated.botao-cinza, .mce-content-body a.color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-laranja, .mceContentBody a.color-purple-saturated.botao-laranja, .mce-content-body a.color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-azul, .mceContentBody a.color-purple-saturated.botao-azul, .mce-content-body a.color-purple-saturated.botao-azul {
  background-color: #344789;
  color: #fff;
}
.button.color-purple-saturated:hover, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-cinza:hover, .mceContentBody a.color-purple-saturated.botao-cinza:hover, .mce-content-body a.color-purple-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-laranja:hover, .mceContentBody a.color-purple-saturated.botao-laranja:hover, .mce-content-body a.color-purple-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-azul:hover, .mceContentBody a.color-purple-saturated.botao-azul:hover, .mce-content-body a.color-purple-saturated.botao-azul:hover, .button.color-purple-saturated:focus, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-cinza:focus, .mceContentBody a.color-purple-saturated.botao-cinza:focus, .mce-content-body a.color-purple-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-laranja:focus, .mceContentBody a.color-purple-saturated.botao-laranja:focus, .mce-content-body a.color-purple-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-purple-saturated.botao-azul:focus, .mceContentBody a.color-purple-saturated.botao-azul:focus, .mce-content-body a.color-purple-saturated.botao-azul:focus {
  background-color: rgb(41.6, 56.8, 109.6);
  color: #fff;
}
.button.color-yellow-dark, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-cinza, .mceContentBody a.color-yellow-dark.botao-cinza, .mce-content-body a.color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-laranja, .mceContentBody a.color-yellow-dark.botao-laranja, .mce-content-body a.color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-azul, .mceContentBody a.color-yellow-dark.botao-azul, .mce-content-body a.color-yellow-dark.botao-azul {
  background-color: #857E3F;
  color: #000;
}
.button.color-yellow-dark:hover, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-cinza:hover, .mceContentBody a.color-yellow-dark.botao-cinza:hover, .mce-content-body a.color-yellow-dark.botao-cinza:hover, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-laranja:hover, .mceContentBody a.color-yellow-dark.botao-laranja:hover, .mce-content-body a.color-yellow-dark.botao-laranja:hover, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-azul:hover, .mceContentBody a.color-yellow-dark.botao-azul:hover, .mce-content-body a.color-yellow-dark.botao-azul:hover, .button.color-yellow-dark:focus, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-cinza:focus, .mceContentBody a.color-yellow-dark.botao-cinza:focus, .mce-content-body a.color-yellow-dark.botao-cinza:focus, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-laranja:focus, .mceContentBody a.color-yellow-dark.botao-laranja:focus, .mce-content-body a.color-yellow-dark.botao-laranja:focus, .wrapper-conteudo-tinymce a.color-yellow-dark.botao-azul:focus, .mceContentBody a.color-yellow-dark.botao-azul:focus, .mce-content-body a.color-yellow-dark.botao-azul:focus {
  background-color: rgb(106.4, 100.8, 50.4);
  color: #000;
}
.button.light-gray, .wrapper-conteudo-tinymce a.light-gray.botao-cinza, .mceContentBody a.light-gray.botao-cinza, .mce-content-body a.light-gray.botao-cinza, .wrapper-conteudo-tinymce a.light-gray.botao-laranja, .mceContentBody a.light-gray.botao-laranja, .mce-content-body a.light-gray.botao-laranja, .wrapper-conteudo-tinymce a.light-gray.botao-azul, .mceContentBody a.light-gray.botao-azul, .mce-content-body a.light-gray.botao-azul {
  background-color: #E2E2E2;
  color: #000;
}
.button.light-gray:hover, .wrapper-conteudo-tinymce a.light-gray.botao-cinza:hover, .mceContentBody a.light-gray.botao-cinza:hover, .mce-content-body a.light-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.light-gray.botao-laranja:hover, .mceContentBody a.light-gray.botao-laranja:hover, .mce-content-body a.light-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.light-gray.botao-azul:hover, .mceContentBody a.light-gray.botao-azul:hover, .mce-content-body a.light-gray.botao-azul:hover, .button.light-gray:focus, .wrapper-conteudo-tinymce a.light-gray.botao-cinza:focus, .mceContentBody a.light-gray.botao-cinza:focus, .mce-content-body a.light-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.light-gray.botao-laranja:focus, .mceContentBody a.light-gray.botao-laranja:focus, .mce-content-body a.light-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.light-gray.botao-azul:focus, .mceContentBody a.light-gray.botao-azul:focus, .mce-content-body a.light-gray.botao-azul:focus {
  background-color: rgb(180.8, 180.8, 180.8);
  color: #000;
}
.button.lightest-gray, .wrapper-conteudo-tinymce a.lightest-gray.botao-cinza, .mceContentBody a.lightest-gray.botao-cinza, .mce-content-body a.lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a.lightest-gray.botao-laranja, .mceContentBody a.lightest-gray.botao-laranja, .mce-content-body a.lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a.lightest-gray.botao-azul, .mceContentBody a.lightest-gray.botao-azul, .mce-content-body a.lightest-gray.botao-azul {
  background-color: #f5f5f5;
  color: #000;
}
.button.lightest-gray:hover, .wrapper-conteudo-tinymce a.lightest-gray.botao-cinza:hover, .mceContentBody a.lightest-gray.botao-cinza:hover, .mce-content-body a.lightest-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.lightest-gray.botao-laranja:hover, .mceContentBody a.lightest-gray.botao-laranja:hover, .mce-content-body a.lightest-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.lightest-gray.botao-azul:hover, .mceContentBody a.lightest-gray.botao-azul:hover, .mce-content-body a.lightest-gray.botao-azul:hover, .button.lightest-gray:focus, .wrapper-conteudo-tinymce a.lightest-gray.botao-cinza:focus, .mceContentBody a.lightest-gray.botao-cinza:focus, .mce-content-body a.lightest-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.lightest-gray.botao-laranja:focus, .mceContentBody a.lightest-gray.botao-laranja:focus, .mce-content-body a.lightest-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.lightest-gray.botao-azul:focus, .mceContentBody a.lightest-gray.botao-azul:focus, .mce-content-body a.lightest-gray.botao-azul:focus {
  background-color: #c4c4c4;
  color: #000;
}
.button.medium-gray, .wrapper-conteudo-tinymce a.medium-gray.botao-cinza, .mceContentBody a.medium-gray.botao-cinza, .mce-content-body a.medium-gray.botao-cinza, .wrapper-conteudo-tinymce a.medium-gray.botao-laranja, .mceContentBody a.medium-gray.botao-laranja, .mce-content-body a.medium-gray.botao-laranja, .wrapper-conteudo-tinymce a.medium-gray.botao-azul, .mceContentBody a.medium-gray.botao-azul, .mce-content-body a.medium-gray.botao-azul {
  background-color: #cacaca;
  color: #000;
}
.button.medium-gray:hover, .wrapper-conteudo-tinymce a.medium-gray.botao-cinza:hover, .mceContentBody a.medium-gray.botao-cinza:hover, .mce-content-body a.medium-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.medium-gray.botao-laranja:hover, .mceContentBody a.medium-gray.botao-laranja:hover, .mce-content-body a.medium-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.medium-gray.botao-azul:hover, .mceContentBody a.medium-gray.botao-azul:hover, .mce-content-body a.medium-gray.botao-azul:hover, .button.medium-gray:focus, .wrapper-conteudo-tinymce a.medium-gray.botao-cinza:focus, .mceContentBody a.medium-gray.botao-cinza:focus, .mce-content-body a.medium-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.medium-gray.botao-laranja:focus, .mceContentBody a.medium-gray.botao-laranja:focus, .mce-content-body a.medium-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.medium-gray.botao-azul:focus, .mceContentBody a.medium-gray.botao-azul:focus, .mce-content-body a.medium-gray.botao-azul:focus {
  background-color: rgb(161.6, 161.6, 161.6);
  color: #000;
}
.button.dark-gray, .wrapper-conteudo-tinymce a.dark-gray.botao-cinza, .mceContentBody a.dark-gray.botao-cinza, .mce-content-body a.dark-gray.botao-cinza, .wrapper-conteudo-tinymce a.dark-gray.botao-laranja, .mceContentBody a.dark-gray.botao-laranja, .mce-content-body a.dark-gray.botao-laranja, .wrapper-conteudo-tinymce a.dark-gray.botao-azul, .mceContentBody a.dark-gray.botao-azul, .mce-content-body a.dark-gray.botao-azul {
  background-color: #8a8a8a;
  color: #000;
}
.button.dark-gray:hover, .wrapper-conteudo-tinymce a.dark-gray.botao-cinza:hover, .mceContentBody a.dark-gray.botao-cinza:hover, .mce-content-body a.dark-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.dark-gray.botao-laranja:hover, .mceContentBody a.dark-gray.botao-laranja:hover, .mce-content-body a.dark-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.dark-gray.botao-azul:hover, .mceContentBody a.dark-gray.botao-azul:hover, .mce-content-body a.dark-gray.botao-azul:hover, .button.dark-gray:focus, .wrapper-conteudo-tinymce a.dark-gray.botao-cinza:focus, .mceContentBody a.dark-gray.botao-cinza:focus, .mce-content-body a.dark-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.dark-gray.botao-laranja:focus, .mceContentBody a.dark-gray.botao-laranja:focus, .mce-content-body a.dark-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.dark-gray.botao-azul:focus, .mceContentBody a.dark-gray.botao-azul:focus, .mce-content-body a.dark-gray.botao-azul:focus {
  background-color: rgb(110.4, 110.4, 110.4);
  color: #000;
}
.button.darker-gray, .wrapper-conteudo-tinymce a.darker-gray.botao-cinza, .mceContentBody a.darker-gray.botao-cinza, .mce-content-body a.darker-gray.botao-cinza, .wrapper-conteudo-tinymce a.darker-gray.botao-laranja, .mceContentBody a.darker-gray.botao-laranja, .mce-content-body a.darker-gray.botao-laranja, .wrapper-conteudo-tinymce a.darker-gray.botao-azul, .mceContentBody a.darker-gray.botao-azul, .mce-content-body a.darker-gray.botao-azul {
  background-color: #555;
  color: #fff;
}
.button.darker-gray:hover, .wrapper-conteudo-tinymce a.darker-gray.botao-cinza:hover, .mceContentBody a.darker-gray.botao-cinza:hover, .mce-content-body a.darker-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.darker-gray.botao-laranja:hover, .mceContentBody a.darker-gray.botao-laranja:hover, .mce-content-body a.darker-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.darker-gray.botao-azul:hover, .mceContentBody a.darker-gray.botao-azul:hover, .mce-content-body a.darker-gray.botao-azul:hover, .button.darker-gray:focus, .wrapper-conteudo-tinymce a.darker-gray.botao-cinza:focus, .mceContentBody a.darker-gray.botao-cinza:focus, .mce-content-body a.darker-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.darker-gray.botao-laranja:focus, .mceContentBody a.darker-gray.botao-laranja:focus, .mce-content-body a.darker-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.darker-gray.botao-azul:focus, .mceContentBody a.darker-gray.botao-azul:focus, .mce-content-body a.darker-gray.botao-azul:focus {
  background-color: #444444;
  color: #fff;
}
.button.orange, .wrapper-conteudo-tinymce a.orange.botao-cinza, .mceContentBody a.orange.botao-cinza, .mce-content-body a.orange.botao-cinza, .wrapper-conteudo-tinymce a.orange.botao-laranja, .mceContentBody a.orange.botao-laranja, .mce-content-body a.orange.botao-laranja, .wrapper-conteudo-tinymce a.orange.botao-azul, .mceContentBody a.orange.botao-azul, .mce-content-body a.orange.botao-azul {
  background-color: orange;
  color: #000;
}
.button.orange:hover, .wrapper-conteudo-tinymce a.orange.botao-cinza:hover, .mceContentBody a.orange.botao-cinza:hover, .mce-content-body a.orange.botao-cinza:hover, .wrapper-conteudo-tinymce a.orange.botao-laranja:hover, .mceContentBody a.orange.botao-laranja:hover, .mce-content-body a.orange.botao-laranja:hover, .wrapper-conteudo-tinymce a.orange.botao-azul:hover, .mceContentBody a.orange.botao-azul:hover, .mce-content-body a.orange.botao-azul:hover, .button.orange:focus, .wrapper-conteudo-tinymce a.orange.botao-cinza:focus, .mceContentBody a.orange.botao-cinza:focus, .mce-content-body a.orange.botao-cinza:focus, .wrapper-conteudo-tinymce a.orange.botao-laranja:focus, .mceContentBody a.orange.botao-laranja:focus, .mce-content-body a.orange.botao-laranja:focus, .wrapper-conteudo-tinymce a.orange.botao-azul:focus, .mceContentBody a.orange.botao-azul:focus, .mce-content-body a.orange.botao-azul:focus {
  background-color: #cc8400;
  color: #000;
}
.button.white, .wrapper-conteudo-tinymce a.white.botao-cinza, .mceContentBody a.white.botao-cinza, .mce-content-body a.white.botao-cinza, .wrapper-conteudo-tinymce a.white.botao-laranja, .mceContentBody a.white.botao-laranja, .mce-content-body a.white.botao-laranja, .wrapper-conteudo-tinymce a.white.botao-azul, .mceContentBody a.white.botao-azul, .mce-content-body a.white.botao-azul {
  background-color: #fff;
  color: #000;
}
.button.white:hover, .wrapper-conteudo-tinymce a.white.botao-cinza:hover, .mceContentBody a.white.botao-cinza:hover, .mce-content-body a.white.botao-cinza:hover, .wrapper-conteudo-tinymce a.white.botao-laranja:hover, .mceContentBody a.white.botao-laranja:hover, .mce-content-body a.white.botao-laranja:hover, .wrapper-conteudo-tinymce a.white.botao-azul:hover, .mceContentBody a.white.botao-azul:hover, .mce-content-body a.white.botao-azul:hover, .button.white:focus, .wrapper-conteudo-tinymce a.white.botao-cinza:focus, .mceContentBody a.white.botao-cinza:focus, .mce-content-body a.white.botao-cinza:focus, .wrapper-conteudo-tinymce a.white.botao-laranja:focus, .mceContentBody a.white.botao-laranja:focus, .mce-content-body a.white.botao-laranja:focus, .wrapper-conteudo-tinymce a.white.botao-azul:focus, .mceContentBody a.white.botao-azul:focus, .mce-content-body a.white.botao-azul:focus {
  background-color: #cccccc;
  color: #000;
}
.button.black, .wrapper-conteudo-tinymce a.black.botao-cinza, .mceContentBody a.black.botao-cinza, .mce-content-body a.black.botao-cinza, .wrapper-conteudo-tinymce a.black.botao-laranja, .mceContentBody a.black.botao-laranja, .mce-content-body a.black.botao-laranja, .wrapper-conteudo-tinymce a.black.botao-azul, .mceContentBody a.black.botao-azul, .mce-content-body a.black.botao-azul {
  background-color: #000;
  color: #fff;
}
.button.black:hover, .wrapper-conteudo-tinymce a.black.botao-cinza:hover, .mceContentBody a.black.botao-cinza:hover, .mce-content-body a.black.botao-cinza:hover, .wrapper-conteudo-tinymce a.black.botao-laranja:hover, .mceContentBody a.black.botao-laranja:hover, .mce-content-body a.black.botao-laranja:hover, .wrapper-conteudo-tinymce a.black.botao-azul:hover, .mceContentBody a.black.botao-azul:hover, .mce-content-body a.black.botao-azul:hover, .button.black:focus, .wrapper-conteudo-tinymce a.black.botao-cinza:focus, .mceContentBody a.black.botao-cinza:focus, .mce-content-body a.black.botao-cinza:focus, .wrapper-conteudo-tinymce a.black.botao-laranja:focus, .mceContentBody a.black.botao-laranja:focus, .mce-content-body a.black.botao-laranja:focus, .wrapper-conteudo-tinymce a.black.botao-azul:focus, .mceContentBody a.black.botao-azul:focus, .mce-content-body a.black.botao-azul:focus {
  background-color: black;
  color: #fff;
}
.button.disabled, .wrapper-conteudo-tinymce a.disabled.botao-cinza, .mceContentBody a.disabled.botao-cinza, .mce-content-body a.disabled.botao-cinza, .wrapper-conteudo-tinymce a.disabled.botao-laranja, .mceContentBody a.disabled.botao-laranja, .mce-content-body a.disabled.botao-laranja, .wrapper-conteudo-tinymce a.disabled.botao-azul, .mceContentBody a.disabled.botao-azul, .mce-content-body a.disabled.botao-azul, .button[disabled], .wrapper-conteudo-tinymce a[disabled].botao-cinza, .mceContentBody a[disabled].botao-cinza, .mce-content-body a[disabled].botao-cinza, .wrapper-conteudo-tinymce a[disabled].botao-laranja, .mceContentBody a[disabled].botao-laranja, .mce-content-body a[disabled].botao-laranja, .wrapper-conteudo-tinymce a[disabled].botao-azul, .mceContentBody a[disabled].botao-azul, .mce-content-body a[disabled].botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .wrapper-conteudo-tinymce a.disabled.botao-cinza, .mceContentBody a.disabled.botao-cinza, .mce-content-body a.disabled.botao-cinza, .wrapper-conteudo-tinymce a.disabled.botao-laranja, .mceContentBody a.disabled.botao-laranja, .mce-content-body a.disabled.botao-laranja, .wrapper-conteudo-tinymce a.disabled.botao-azul, .mceContentBody a.disabled.botao-azul, .mce-content-body a.disabled.botao-azul, .button.disabled:hover, .button.disabled:focus, .button[disabled], .wrapper-conteudo-tinymce a[disabled].botao-cinza, .mceContentBody a[disabled].botao-cinza, .mce-content-body a[disabled].botao-cinza, .wrapper-conteudo-tinymce a[disabled].botao-laranja, .mceContentBody a[disabled].botao-laranja, .mce-content-body a[disabled].botao-laranja, .wrapper-conteudo-tinymce a[disabled].botao-azul, .mceContentBody a[disabled].botao-azul, .mce-content-body a[disabled].botao-azul, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #009FE0;
  color: #fff;
}
.button.disabled.primary, .wrapper-conteudo-tinymce a.disabled.primary.botao-cinza, .mceContentBody a.disabled.primary.botao-cinza, .mce-content-body a.disabled.primary.botao-cinza, .wrapper-conteudo-tinymce a.disabled.primary.botao-laranja, .mceContentBody a.disabled.primary.botao-laranja, .mce-content-body a.disabled.primary.botao-laranja, .wrapper-conteudo-tinymce a.disabled.botao-azul, .mceContentBody a.disabled.botao-azul, .mce-content-body a.disabled.botao-azul, .button[disabled].primary, .wrapper-conteudo-tinymce a[disabled].primary.botao-cinza, .mceContentBody a[disabled].primary.botao-cinza, .mce-content-body a[disabled].primary.botao-cinza, .wrapper-conteudo-tinymce a[disabled].primary.botao-laranja, .mceContentBody a[disabled].primary.botao-laranja, .mce-content-body a[disabled].primary.botao-laranja, .wrapper-conteudo-tinymce a[disabled].botao-azul, .mceContentBody a[disabled].botao-azul, .mce-content-body a[disabled].botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .wrapper-conteudo-tinymce a.disabled.primary.botao-cinza, .mceContentBody a.disabled.primary.botao-cinza, .mce-content-body a.disabled.primary.botao-cinza, .wrapper-conteudo-tinymce a.disabled.primary.botao-laranja, .mceContentBody a.disabled.primary.botao-laranja, .mce-content-body a.disabled.primary.botao-laranja, .wrapper-conteudo-tinymce a.disabled.botao-azul, .mceContentBody a.disabled.botao-azul, .mce-content-body a.disabled.botao-azul, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .wrapper-conteudo-tinymce a[disabled].primary.botao-cinza, .mceContentBody a[disabled].primary.botao-cinza, .mce-content-body a[disabled].primary.botao-cinza, .wrapper-conteudo-tinymce a[disabled].primary.botao-laranja, .mceContentBody a[disabled].primary.botao-laranja, .mce-content-body a[disabled].primary.botao-laranja, .wrapper-conteudo-tinymce a[disabled].botao-azul, .mceContentBody a[disabled].botao-azul, .mce-content-body a[disabled].botao-azul, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #009FE0;
  color: #000;
}
.button.disabled.secondary, .wrapper-conteudo-tinymce a.button.disabled.botao-cinza, .mceContentBody a.button.disabled.botao-cinza, .mce-content-body a.button.disabled.botao-cinza, .wrapper-conteudo-tinymce a.disabled.secondary.botao-cinza, .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-cinza, .mceContentBody a.disabled.secondary.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-cinza, .mceContentBody a.disabled.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-cinza, .mce-content-body a.disabled.secondary.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-cinza, .mce-content-body a.disabled.botao-cinza, .wrapper-conteudo-tinymce a.disabled.secondary.botao-laranja, .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .mceContentBody a.disabled.secondary.botao-laranja, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-laranja.botao-cinza, .mce-content-body a.disabled.secondary.botao-laranja, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce a.disabled.secondary.botao-azul, .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .mceContentBody a.disabled.secondary.botao-azul, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-azul.botao-cinza, .mce-content-body a.disabled.secondary.botao-azul, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body a.disabled.botao-azul.botao-cinza, .button[disabled].secondary, .wrapper-conteudo-tinymce a.button[disabled].botao-cinza, .mceContentBody a.button[disabled].botao-cinza, .mce-content-body a.button[disabled].botao-cinza, .wrapper-conteudo-tinymce a[disabled].secondary.botao-cinza, .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-cinza, .mceContentBody a[disabled].secondary.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-cinza, .mceContentBody a[disabled].botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-cinza, .mce-content-body a[disabled].secondary.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-cinza, .mce-content-body a[disabled].botao-cinza, .wrapper-conteudo-tinymce a[disabled].secondary.botao-laranja, .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .mceContentBody a[disabled].secondary.botao-laranja, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-laranja.botao-cinza, .mce-content-body a[disabled].secondary.botao-laranja, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce a[disabled].secondary.botao-azul, .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .mceContentBody a[disabled].secondary.botao-azul, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-azul.botao-cinza, .mce-content-body a[disabled].secondary.botao-azul, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body a[disabled].botao-azul.botao-cinza {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .wrapper-conteudo-tinymce a.button.disabled.botao-cinza, .mceContentBody a.button.disabled.botao-cinza, .mce-content-body a.button.disabled.botao-cinza, .wrapper-conteudo-tinymce a.disabled.secondary.botao-cinza, .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-cinza, .mceContentBody a.disabled.secondary.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-cinza, .mceContentBody a.disabled.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-cinza, .mce-content-body a.disabled.secondary.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-cinza, .mce-content-body a.disabled.botao-cinza, .wrapper-conteudo-tinymce a.disabled.secondary.botao-laranja, .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .mceContentBody a.disabled.secondary.botao-laranja, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-laranja.botao-cinza, .mce-content-body a.disabled.secondary.botao-laranja, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-laranja.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-laranja.botao-cinza, .mce-content-body a.disabled.botao-laranja.botao-cinza, .wrapper-conteudo-tinymce a.disabled.secondary.botao-azul, .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .mceContentBody a.disabled.secondary.botao-azul, .mceContentBody .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-azul.botao-cinza, .mce-content-body a.disabled.secondary.botao-azul, .mce-content-body .wrapper-conteudo-tinymce a.disabled.botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body .mceContentBody a.disabled.botao-azul.botao-cinza, .mceContentBody .mce-content-body a.disabled.botao-azul.botao-cinza, .mce-content-body a.disabled.botao-azul.botao-cinza, .button.disabled.secondary:hover, .wrapper-conteudo-tinymce a.button.disabled.botao-cinza:hover, .mceContentBody a.button.disabled.botao-cinza:hover, .mce-content-body a.button.disabled.botao-cinza:hover, .button.disabled.secondary:focus, .wrapper-conteudo-tinymce a.button.disabled.botao-cinza:focus, .mceContentBody a.button.disabled.botao-cinza:focus, .mce-content-body a.button.disabled.botao-cinza:focus, .button[disabled].secondary, .wrapper-conteudo-tinymce a.button[disabled].botao-cinza, .mceContentBody a.button[disabled].botao-cinza, .mce-content-body a.button[disabled].botao-cinza, .wrapper-conteudo-tinymce a[disabled].secondary.botao-cinza, .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-cinza, .mceContentBody a[disabled].secondary.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-cinza, .mceContentBody a[disabled].botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-cinza, .mce-content-body a[disabled].secondary.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-cinza, .mce-content-body a[disabled].botao-cinza, .wrapper-conteudo-tinymce a[disabled].secondary.botao-laranja, .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .mceContentBody a[disabled].secondary.botao-laranja, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-laranja.botao-cinza, .mce-content-body a[disabled].secondary.botao-laranja, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-laranja.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-laranja.botao-cinza, .mce-content-body a[disabled].botao-laranja.botao-cinza, .wrapper-conteudo-tinymce a[disabled].secondary.botao-azul, .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .mceContentBody a[disabled].secondary.botao-azul, .mceContentBody .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-azul.botao-cinza, .mce-content-body a[disabled].secondary.botao-azul, .mce-content-body .wrapper-conteudo-tinymce a[disabled].botao-azul.botao-cinza, .wrapper-conteudo-tinymce .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body .mceContentBody a[disabled].botao-azul.botao-cinza, .mceContentBody .mce-content-body a[disabled].botao-azul.botao-cinza, .mce-content-body a[disabled].botao-azul.botao-cinza, .button[disabled].secondary:hover, .wrapper-conteudo-tinymce a.button[disabled].botao-cinza:hover, .mceContentBody a.button[disabled].botao-cinza:hover, .mce-content-body a.button[disabled].botao-cinza:hover, .button[disabled].secondary:focus, .wrapper-conteudo-tinymce a.button[disabled].botao-cinza:focus, .mceContentBody a.button[disabled].botao-cinza:focus, .mce-content-body a.button[disabled].botao-cinza:focus {
  background-color: #bbb;
  color: #000;
}
.button.disabled.success, .wrapper-conteudo-tinymce a.disabled.success.botao-cinza, .mceContentBody a.disabled.success.botao-cinza, .mce-content-body a.disabled.success.botao-cinza, .wrapper-conteudo-tinymce a.disabled.success.botao-laranja, .mceContentBody a.disabled.success.botao-laranja, .mce-content-body a.disabled.success.botao-laranja, .wrapper-conteudo-tinymce a.disabled.success.botao-azul, .mceContentBody a.disabled.success.botao-azul, .mce-content-body a.disabled.success.botao-azul, .button[disabled].success, .wrapper-conteudo-tinymce a[disabled].success.botao-cinza, .mceContentBody a[disabled].success.botao-cinza, .mce-content-body a[disabled].success.botao-cinza, .wrapper-conteudo-tinymce a[disabled].success.botao-laranja, .mceContentBody a[disabled].success.botao-laranja, .mce-content-body a[disabled].success.botao-laranja, .wrapper-conteudo-tinymce a[disabled].success.botao-azul, .mceContentBody a[disabled].success.botao-azul, .mce-content-body a[disabled].success.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .wrapper-conteudo-tinymce a.disabled.success.botao-cinza, .mceContentBody a.disabled.success.botao-cinza, .mce-content-body a.disabled.success.botao-cinza, .wrapper-conteudo-tinymce a.disabled.success.botao-laranja, .mceContentBody a.disabled.success.botao-laranja, .mce-content-body a.disabled.success.botao-laranja, .wrapper-conteudo-tinymce a.disabled.success.botao-azul, .mceContentBody a.disabled.success.botao-azul, .mce-content-body a.disabled.success.botao-azul, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .wrapper-conteudo-tinymce a[disabled].success.botao-cinza, .mceContentBody a[disabled].success.botao-cinza, .mce-content-body a[disabled].success.botao-cinza, .wrapper-conteudo-tinymce a[disabled].success.botao-laranja, .mceContentBody a[disabled].success.botao-laranja, .mce-content-body a[disabled].success.botao-laranja, .wrapper-conteudo-tinymce a[disabled].success.botao-azul, .mceContentBody a[disabled].success.botao-azul, .mce-content-body a[disabled].success.botao-azul, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000;
}
.button.disabled.warning, .wrapper-conteudo-tinymce a.disabled.warning.botao-cinza, .mceContentBody a.disabled.warning.botao-cinza, .mce-content-body a.disabled.warning.botao-cinza, .wrapper-conteudo-tinymce a.disabled.botao-laranja, .mceContentBody a.disabled.botao-laranja, .mce-content-body a.disabled.botao-laranja, .wrapper-conteudo-tinymce a.disabled.warning.botao-azul, .mceContentBody a.disabled.warning.botao-azul, .mce-content-body a.disabled.warning.botao-azul, .button[disabled].warning, .wrapper-conteudo-tinymce a[disabled].warning.botao-cinza, .mceContentBody a[disabled].warning.botao-cinza, .mce-content-body a[disabled].warning.botao-cinza, .wrapper-conteudo-tinymce a[disabled].botao-laranja, .mceContentBody a[disabled].botao-laranja, .mce-content-body a[disabled].botao-laranja, .wrapper-conteudo-tinymce a[disabled].warning.botao-azul, .mceContentBody a[disabled].warning.botao-azul, .mce-content-body a[disabled].warning.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .wrapper-conteudo-tinymce a.disabled.warning.botao-cinza, .mceContentBody a.disabled.warning.botao-cinza, .mce-content-body a.disabled.warning.botao-cinza, .wrapper-conteudo-tinymce a.disabled.botao-laranja, .mceContentBody a.disabled.botao-laranja, .mce-content-body a.disabled.botao-laranja, .wrapper-conteudo-tinymce a.disabled.warning.botao-azul, .mceContentBody a.disabled.warning.botao-azul, .mce-content-body a.disabled.warning.botao-azul, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .wrapper-conteudo-tinymce a[disabled].warning.botao-cinza, .mceContentBody a[disabled].warning.botao-cinza, .mce-content-body a[disabled].warning.botao-cinza, .wrapper-conteudo-tinymce a[disabled].botao-laranja, .mceContentBody a[disabled].botao-laranja, .mce-content-body a[disabled].botao-laranja, .wrapper-conteudo-tinymce a[disabled].warning.botao-azul, .mceContentBody a[disabled].warning.botao-azul, .mce-content-body a[disabled].warning.botao-azul, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000;
}
.button.disabled.alert, .wrapper-conteudo-tinymce a.disabled.alert.botao-cinza, .mceContentBody a.disabled.alert.botao-cinza, .mce-content-body a.disabled.alert.botao-cinza, .wrapper-conteudo-tinymce a.disabled.alert.botao-laranja, .mceContentBody a.disabled.alert.botao-laranja, .mce-content-body a.disabled.alert.botao-laranja, .wrapper-conteudo-tinymce a.disabled.alert.botao-azul, .mceContentBody a.disabled.alert.botao-azul, .mce-content-body a.disabled.alert.botao-azul, .button[disabled].alert, .wrapper-conteudo-tinymce a[disabled].alert.botao-cinza, .mceContentBody a[disabled].alert.botao-cinza, .mce-content-body a[disabled].alert.botao-cinza, .wrapper-conteudo-tinymce a[disabled].alert.botao-laranja, .mceContentBody a[disabled].alert.botao-laranja, .mce-content-body a[disabled].alert.botao-laranja, .wrapper-conteudo-tinymce a[disabled].alert.botao-azul, .mceContentBody a[disabled].alert.botao-azul, .mce-content-body a[disabled].alert.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .wrapper-conteudo-tinymce a.disabled.alert.botao-cinza, .mceContentBody a.disabled.alert.botao-cinza, .mce-content-body a.disabled.alert.botao-cinza, .wrapper-conteudo-tinymce a.disabled.alert.botao-laranja, .mceContentBody a.disabled.alert.botao-laranja, .mce-content-body a.disabled.alert.botao-laranja, .wrapper-conteudo-tinymce a.disabled.alert.botao-azul, .mceContentBody a.disabled.alert.botao-azul, .mce-content-body a.disabled.alert.botao-azul, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .wrapper-conteudo-tinymce a[disabled].alert.botao-cinza, .mceContentBody a[disabled].alert.botao-cinza, .mce-content-body a[disabled].alert.botao-cinza, .wrapper-conteudo-tinymce a[disabled].alert.botao-laranja, .mceContentBody a[disabled].alert.botao-laranja, .mce-content-body a[disabled].alert.botao-laranja, .wrapper-conteudo-tinymce a[disabled].alert.botao-azul, .mceContentBody a[disabled].alert.botao-azul, .mce-content-body a[disabled].alert.botao-azul, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #000;
}
.button.disabled.color-top-menu, .wrapper-conteudo-tinymce a.disabled.color-top-menu.botao-cinza, .mceContentBody a.disabled.color-top-menu.botao-cinza, .mce-content-body a.disabled.color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-top-menu.botao-laranja, .mceContentBody a.disabled.color-top-menu.botao-laranja, .mce-content-body a.disabled.color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-top-menu.botao-azul, .mceContentBody a.disabled.color-top-menu.botao-azul, .mce-content-body a.disabled.color-top-menu.botao-azul, .button[disabled].color-top-menu, .wrapper-conteudo-tinymce a[disabled].color-top-menu.botao-cinza, .mceContentBody a[disabled].color-top-menu.botao-cinza, .mce-content-body a[disabled].color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-top-menu.botao-laranja, .mceContentBody a[disabled].color-top-menu.botao-laranja, .mce-content-body a[disabled].color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-top-menu.botao-azul, .mceContentBody a[disabled].color-top-menu.botao-azul, .mce-content-body a[disabled].color-top-menu.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-top-menu, .wrapper-conteudo-tinymce a.disabled.color-top-menu.botao-cinza, .mceContentBody a.disabled.color-top-menu.botao-cinza, .mce-content-body a.disabled.color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-top-menu.botao-laranja, .mceContentBody a.disabled.color-top-menu.botao-laranja, .mce-content-body a.disabled.color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-top-menu.botao-azul, .mceContentBody a.disabled.color-top-menu.botao-azul, .mce-content-body a.disabled.color-top-menu.botao-azul, .button.disabled.color-top-menu:hover, .button.disabled.color-top-menu:focus, .button[disabled].color-top-menu, .wrapper-conteudo-tinymce a[disabled].color-top-menu.botao-cinza, .mceContentBody a[disabled].color-top-menu.botao-cinza, .mce-content-body a[disabled].color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-top-menu.botao-laranja, .mceContentBody a[disabled].color-top-menu.botao-laranja, .mce-content-body a[disabled].color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-top-menu.botao-azul, .mceContentBody a[disabled].color-top-menu.botao-azul, .mce-content-body a[disabled].color-top-menu.botao-azul, .button[disabled].color-top-menu:hover, .button[disabled].color-top-menu:focus {
  background-color: #346786;
  color: #fff;
}
.button.disabled.color-light-blue, .wrapper-conteudo-tinymce a.disabled.color-light-blue.botao-cinza, .mceContentBody a.disabled.color-light-blue.botao-cinza, .mce-content-body a.disabled.color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-light-blue.botao-laranja, .mceContentBody a.disabled.color-light-blue.botao-laranja, .mce-content-body a.disabled.color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-light-blue.botao-azul, .mceContentBody a.disabled.color-light-blue.botao-azul, .mce-content-body a.disabled.color-light-blue.botao-azul, .button[disabled].color-light-blue, .wrapper-conteudo-tinymce a[disabled].color-light-blue.botao-cinza, .mceContentBody a[disabled].color-light-blue.botao-cinza, .mce-content-body a[disabled].color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-light-blue.botao-laranja, .mceContentBody a[disabled].color-light-blue.botao-laranja, .mce-content-body a[disabled].color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-light-blue.botao-azul, .mceContentBody a[disabled].color-light-blue.botao-azul, .mce-content-body a[disabled].color-light-blue.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-light-blue, .wrapper-conteudo-tinymce a.disabled.color-light-blue.botao-cinza, .mceContentBody a.disabled.color-light-blue.botao-cinza, .mce-content-body a.disabled.color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-light-blue.botao-laranja, .mceContentBody a.disabled.color-light-blue.botao-laranja, .mce-content-body a.disabled.color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-light-blue.botao-azul, .mceContentBody a.disabled.color-light-blue.botao-azul, .mce-content-body a.disabled.color-light-blue.botao-azul, .button.disabled.color-light-blue:hover, .button.disabled.color-light-blue:focus, .button[disabled].color-light-blue, .wrapper-conteudo-tinymce a[disabled].color-light-blue.botao-cinza, .mceContentBody a[disabled].color-light-blue.botao-cinza, .mce-content-body a[disabled].color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-light-blue.botao-laranja, .mceContentBody a[disabled].color-light-blue.botao-laranja, .mce-content-body a[disabled].color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-light-blue.botao-azul, .mceContentBody a[disabled].color-light-blue.botao-azul, .mce-content-body a[disabled].color-light-blue.botao-azul, .button[disabled].color-light-blue:hover, .button[disabled].color-light-blue:focus {
  background-color: #31B0D5;
  color: #000;
}
.button.disabled.color-darker-blue, .wrapper-conteudo-tinymce a.disabled.color-darker-blue.botao-cinza, .mceContentBody a.disabled.color-darker-blue.botao-cinza, .mce-content-body a.disabled.color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-darker-blue.botao-laranja, .mceContentBody a.disabled.color-darker-blue.botao-laranja, .mce-content-body a.disabled.color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-darker-blue.botao-azul, .mceContentBody a.disabled.color-darker-blue.botao-azul, .mce-content-body a.disabled.color-darker-blue.botao-azul, .button[disabled].color-darker-blue, .wrapper-conteudo-tinymce a[disabled].color-darker-blue.botao-cinza, .mceContentBody a[disabled].color-darker-blue.botao-cinza, .mce-content-body a[disabled].color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-darker-blue.botao-laranja, .mceContentBody a[disabled].color-darker-blue.botao-laranja, .mce-content-body a[disabled].color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-darker-blue.botao-azul, .mceContentBody a[disabled].color-darker-blue.botao-azul, .mce-content-body a[disabled].color-darker-blue.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-darker-blue, .wrapper-conteudo-tinymce a.disabled.color-darker-blue.botao-cinza, .mceContentBody a.disabled.color-darker-blue.botao-cinza, .mce-content-body a.disabled.color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-darker-blue.botao-laranja, .mceContentBody a.disabled.color-darker-blue.botao-laranja, .mce-content-body a.disabled.color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-darker-blue.botao-azul, .mceContentBody a.disabled.color-darker-blue.botao-azul, .mce-content-body a.disabled.color-darker-blue.botao-azul, .button.disabled.color-darker-blue:hover, .button.disabled.color-darker-blue:focus, .button[disabled].color-darker-blue, .wrapper-conteudo-tinymce a[disabled].color-darker-blue.botao-cinza, .mceContentBody a[disabled].color-darker-blue.botao-cinza, .mce-content-body a[disabled].color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-darker-blue.botao-laranja, .mceContentBody a[disabled].color-darker-blue.botao-laranja, .mce-content-body a[disabled].color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-darker-blue.botao-azul, .mceContentBody a[disabled].color-darker-blue.botao-azul, .mce-content-body a[disabled].color-darker-blue.botao-azul, .button[disabled].color-darker-blue:hover, .button[disabled].color-darker-blue:focus {
  background-color: #1B303B;
  color: #fff;
}
.button.disabled.color-blue, .wrapper-conteudo-tinymce a.disabled.color-blue.botao-cinza, .mceContentBody a.disabled.color-blue.botao-cinza, .mce-content-body a.disabled.color-blue.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-blue.botao-laranja, .mceContentBody a.disabled.color-blue.botao-laranja, .mce-content-body a.disabled.color-blue.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-blue.botao-azul, .mceContentBody a.disabled.color-blue.botao-azul, .mce-content-body a.disabled.color-blue.botao-azul, .button[disabled].color-blue, .wrapper-conteudo-tinymce a[disabled].color-blue.botao-cinza, .mceContentBody a[disabled].color-blue.botao-cinza, .mce-content-body a[disabled].color-blue.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-blue.botao-laranja, .mceContentBody a[disabled].color-blue.botao-laranja, .mce-content-body a[disabled].color-blue.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-blue.botao-azul, .mceContentBody a[disabled].color-blue.botao-azul, .mce-content-body a[disabled].color-blue.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-blue, .wrapper-conteudo-tinymce a.disabled.color-blue.botao-cinza, .mceContentBody a.disabled.color-blue.botao-cinza, .mce-content-body a.disabled.color-blue.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-blue.botao-laranja, .mceContentBody a.disabled.color-blue.botao-laranja, .mce-content-body a.disabled.color-blue.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-blue.botao-azul, .mceContentBody a.disabled.color-blue.botao-azul, .mce-content-body a.disabled.color-blue.botao-azul, .button.disabled.color-blue:hover, .button.disabled.color-blue:focus, .button[disabled].color-blue, .wrapper-conteudo-tinymce a[disabled].color-blue.botao-cinza, .mceContentBody a[disabled].color-blue.botao-cinza, .mce-content-body a[disabled].color-blue.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-blue.botao-laranja, .mceContentBody a[disabled].color-blue.botao-laranja, .mce-content-body a[disabled].color-blue.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-blue.botao-azul, .mceContentBody a[disabled].color-blue.botao-azul, .mce-content-body a[disabled].color-blue.botao-azul, .button[disabled].color-blue:hover, .button[disabled].color-blue:focus {
  background-color: #237489;
  color: #fff;
}
.button.disabled.color-red, .wrapper-conteudo-tinymce a.disabled.color-red.botao-cinza, .mceContentBody a.disabled.color-red.botao-cinza, .mce-content-body a.disabled.color-red.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-red.botao-laranja, .mceContentBody a.disabled.color-red.botao-laranja, .mce-content-body a.disabled.color-red.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-red.botao-azul, .mceContentBody a.disabled.color-red.botao-azul, .mce-content-body a.disabled.color-red.botao-azul, .button[disabled].color-red, .wrapper-conteudo-tinymce a[disabled].color-red.botao-cinza, .mceContentBody a[disabled].color-red.botao-cinza, .mce-content-body a[disabled].color-red.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-red.botao-laranja, .mceContentBody a[disabled].color-red.botao-laranja, .mce-content-body a[disabled].color-red.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-red.botao-azul, .mceContentBody a[disabled].color-red.botao-azul, .mce-content-body a[disabled].color-red.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-red, .wrapper-conteudo-tinymce a.disabled.color-red.botao-cinza, .mceContentBody a.disabled.color-red.botao-cinza, .mce-content-body a.disabled.color-red.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-red.botao-laranja, .mceContentBody a.disabled.color-red.botao-laranja, .mce-content-body a.disabled.color-red.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-red.botao-azul, .mceContentBody a.disabled.color-red.botao-azul, .mce-content-body a.disabled.color-red.botao-azul, .button.disabled.color-red:hover, .button.disabled.color-red:focus, .button[disabled].color-red, .wrapper-conteudo-tinymce a[disabled].color-red.botao-cinza, .mceContentBody a[disabled].color-red.botao-cinza, .mce-content-body a[disabled].color-red.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-red.botao-laranja, .mceContentBody a[disabled].color-red.botao-laranja, .mce-content-body a[disabled].color-red.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-red.botao-azul, .mceContentBody a[disabled].color-red.botao-azul, .mce-content-body a[disabled].color-red.botao-azul, .button[disabled].color-red:hover, .button[disabled].color-red:focus {
  background-color: #8A3121;
  color: #fff;
}
.button.disabled.color-green, .wrapper-conteudo-tinymce a.disabled.color-green.botao-cinza, .mceContentBody a.disabled.color-green.botao-cinza, .mce-content-body a.disabled.color-green.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-green.botao-laranja, .mceContentBody a.disabled.color-green.botao-laranja, .mce-content-body a.disabled.color-green.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-green.botao-azul, .mceContentBody a.disabled.color-green.botao-azul, .mce-content-body a.disabled.color-green.botao-azul, .button[disabled].color-green, .wrapper-conteudo-tinymce a[disabled].color-green.botao-cinza, .mceContentBody a[disabled].color-green.botao-cinza, .mce-content-body a[disabled].color-green.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-green.botao-laranja, .mceContentBody a[disabled].color-green.botao-laranja, .mce-content-body a[disabled].color-green.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-green.botao-azul, .mceContentBody a[disabled].color-green.botao-azul, .mce-content-body a[disabled].color-green.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-green, .wrapper-conteudo-tinymce a.disabled.color-green.botao-cinza, .mceContentBody a.disabled.color-green.botao-cinza, .mce-content-body a.disabled.color-green.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-green.botao-laranja, .mceContentBody a.disabled.color-green.botao-laranja, .mce-content-body a.disabled.color-green.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-green.botao-azul, .mceContentBody a.disabled.color-green.botao-azul, .mce-content-body a.disabled.color-green.botao-azul, .button.disabled.color-green:hover, .button.disabled.color-green:focus, .button[disabled].color-green, .wrapper-conteudo-tinymce a[disabled].color-green.botao-cinza, .mceContentBody a[disabled].color-green.botao-cinza, .mce-content-body a[disabled].color-green.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-green.botao-laranja, .mceContentBody a[disabled].color-green.botao-laranja, .mce-content-body a[disabled].color-green.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-green.botao-azul, .mceContentBody a[disabled].color-green.botao-azul, .mce-content-body a[disabled].color-green.botao-azul, .button[disabled].color-green:hover, .button[disabled].color-green:focus {
  background-color: #4C7948;
  color: #fff;
}
.button.disabled.color-yellow, .wrapper-conteudo-tinymce a.disabled.color-yellow.botao-cinza, .mceContentBody a.disabled.color-yellow.botao-cinza, .mce-content-body a.disabled.color-yellow.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-yellow.botao-laranja, .mceContentBody a.disabled.color-yellow.botao-laranja, .mce-content-body a.disabled.color-yellow.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-yellow.botao-azul, .mceContentBody a.disabled.color-yellow.botao-azul, .mce-content-body a.disabled.color-yellow.botao-azul, .button[disabled].color-yellow, .wrapper-conteudo-tinymce a[disabled].color-yellow.botao-cinza, .mceContentBody a[disabled].color-yellow.botao-cinza, .mce-content-body a[disabled].color-yellow.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-yellow.botao-laranja, .mceContentBody a[disabled].color-yellow.botao-laranja, .mce-content-body a[disabled].color-yellow.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-yellow.botao-azul, .mceContentBody a[disabled].color-yellow.botao-azul, .mce-content-body a[disabled].color-yellow.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-yellow, .wrapper-conteudo-tinymce a.disabled.color-yellow.botao-cinza, .mceContentBody a.disabled.color-yellow.botao-cinza, .mce-content-body a.disabled.color-yellow.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-yellow.botao-laranja, .mceContentBody a.disabled.color-yellow.botao-laranja, .mce-content-body a.disabled.color-yellow.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-yellow.botao-azul, .mceContentBody a.disabled.color-yellow.botao-azul, .mce-content-body a.disabled.color-yellow.botao-azul, .button.disabled.color-yellow:hover, .button.disabled.color-yellow:focus, .button[disabled].color-yellow, .wrapper-conteudo-tinymce a[disabled].color-yellow.botao-cinza, .mceContentBody a[disabled].color-yellow.botao-cinza, .mce-content-body a[disabled].color-yellow.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-yellow.botao-laranja, .mceContentBody a[disabled].color-yellow.botao-laranja, .mce-content-body a[disabled].color-yellow.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-yellow.botao-azul, .mceContentBody a[disabled].color-yellow.botao-azul, .mce-content-body a[disabled].color-yellow.botao-azul, .button[disabled].color-yellow:hover, .button[disabled].color-yellow:focus {
  background-color: #DED14E;
  color: #000;
}
.button.disabled.color-orange, .wrapper-conteudo-tinymce a.disabled.color-orange.botao-cinza, .mceContentBody a.disabled.color-orange.botao-cinza, .mce-content-body a.disabled.color-orange.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-orange.botao-laranja, .mceContentBody a.disabled.color-orange.botao-laranja, .mce-content-body a.disabled.color-orange.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-orange.botao-azul, .mceContentBody a.disabled.color-orange.botao-azul, .mce-content-body a.disabled.color-orange.botao-azul, .button[disabled].color-orange, .wrapper-conteudo-tinymce a[disabled].color-orange.botao-cinza, .mceContentBody a[disabled].color-orange.botao-cinza, .mce-content-body a[disabled].color-orange.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-orange.botao-laranja, .mceContentBody a[disabled].color-orange.botao-laranja, .mce-content-body a[disabled].color-orange.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-orange.botao-azul, .mceContentBody a[disabled].color-orange.botao-azul, .mce-content-body a[disabled].color-orange.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-orange, .wrapper-conteudo-tinymce a.disabled.color-orange.botao-cinza, .mceContentBody a.disabled.color-orange.botao-cinza, .mce-content-body a.disabled.color-orange.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-orange.botao-laranja, .mceContentBody a.disabled.color-orange.botao-laranja, .mce-content-body a.disabled.color-orange.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-orange.botao-azul, .mceContentBody a.disabled.color-orange.botao-azul, .mce-content-body a.disabled.color-orange.botao-azul, .button.disabled.color-orange:hover, .button.disabled.color-orange:focus, .button[disabled].color-orange, .wrapper-conteudo-tinymce a[disabled].color-orange.botao-cinza, .mceContentBody a[disabled].color-orange.botao-cinza, .mce-content-body a[disabled].color-orange.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-orange.botao-laranja, .mceContentBody a[disabled].color-orange.botao-laranja, .mce-content-body a[disabled].color-orange.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-orange.botao-azul, .mceContentBody a[disabled].color-orange.botao-azul, .mce-content-body a[disabled].color-orange.botao-azul, .button[disabled].color-orange:hover, .button[disabled].color-orange:focus {
  background-color: #c36d1b;
  color: #000;
}
.button.disabled.color-purple, .wrapper-conteudo-tinymce a.disabled.color-purple.botao-cinza, .mceContentBody a.disabled.color-purple.botao-cinza, .mce-content-body a.disabled.color-purple.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-purple.botao-laranja, .mceContentBody a.disabled.color-purple.botao-laranja, .mce-content-body a.disabled.color-purple.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-purple.botao-azul, .mceContentBody a.disabled.color-purple.botao-azul, .mce-content-body a.disabled.color-purple.botao-azul, .button[disabled].color-purple, .wrapper-conteudo-tinymce a[disabled].color-purple.botao-cinza, .mceContentBody a[disabled].color-purple.botao-cinza, .mce-content-body a[disabled].color-purple.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-purple.botao-laranja, .mceContentBody a[disabled].color-purple.botao-laranja, .mce-content-body a[disabled].color-purple.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-purple.botao-azul, .mceContentBody a[disabled].color-purple.botao-azul, .mce-content-body a[disabled].color-purple.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-purple, .wrapper-conteudo-tinymce a.disabled.color-purple.botao-cinza, .mceContentBody a.disabled.color-purple.botao-cinza, .mce-content-body a.disabled.color-purple.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-purple.botao-laranja, .mceContentBody a.disabled.color-purple.botao-laranja, .mce-content-body a.disabled.color-purple.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-purple.botao-azul, .mceContentBody a.disabled.color-purple.botao-azul, .mce-content-body a.disabled.color-purple.botao-azul, .button.disabled.color-purple:hover, .button.disabled.color-purple:focus, .button[disabled].color-purple, .wrapper-conteudo-tinymce a[disabled].color-purple.botao-cinza, .mceContentBody a[disabled].color-purple.botao-cinza, .mce-content-body a[disabled].color-purple.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-purple.botao-laranja, .mceContentBody a[disabled].color-purple.botao-laranja, .mce-content-body a[disabled].color-purple.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-purple.botao-azul, .mceContentBody a[disabled].color-purple.botao-azul, .mce-content-body a[disabled].color-purple.botao-azul, .button[disabled].color-purple:hover, .button[disabled].color-purple:focus {
  background-color: #445079;
  color: #fff;
}
.button.disabled.color-blue-saturated, .wrapper-conteudo-tinymce a.disabled.color-blue-saturated.botao-cinza, .mceContentBody a.disabled.color-blue-saturated.botao-cinza, .mce-content-body a.disabled.color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-blue-saturated.botao-laranja, .mceContentBody a.disabled.color-blue-saturated.botao-laranja, .mce-content-body a.disabled.color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-blue-saturated.botao-azul, .mceContentBody a.disabled.color-blue-saturated.botao-azul, .mce-content-body a.disabled.color-blue-saturated.botao-azul, .button[disabled].color-blue-saturated, .wrapper-conteudo-tinymce a[disabled].color-blue-saturated.botao-cinza, .mceContentBody a[disabled].color-blue-saturated.botao-cinza, .mce-content-body a[disabled].color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-blue-saturated.botao-laranja, .mceContentBody a[disabled].color-blue-saturated.botao-laranja, .mce-content-body a[disabled].color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-blue-saturated.botao-azul, .mceContentBody a[disabled].color-blue-saturated.botao-azul, .mce-content-body a[disabled].color-blue-saturated.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-blue-saturated, .wrapper-conteudo-tinymce a.disabled.color-blue-saturated.botao-cinza, .mceContentBody a.disabled.color-blue-saturated.botao-cinza, .mce-content-body a.disabled.color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-blue-saturated.botao-laranja, .mceContentBody a.disabled.color-blue-saturated.botao-laranja, .mce-content-body a.disabled.color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-blue-saturated.botao-azul, .mceContentBody a.disabled.color-blue-saturated.botao-azul, .mce-content-body a.disabled.color-blue-saturated.botao-azul, .button.disabled.color-blue-saturated:hover, .button.disabled.color-blue-saturated:focus, .button[disabled].color-blue-saturated, .wrapper-conteudo-tinymce a[disabled].color-blue-saturated.botao-cinza, .mceContentBody a[disabled].color-blue-saturated.botao-cinza, .mce-content-body a[disabled].color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-blue-saturated.botao-laranja, .mceContentBody a[disabled].color-blue-saturated.botao-laranja, .mce-content-body a[disabled].color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-blue-saturated.botao-azul, .mceContentBody a[disabled].color-blue-saturated.botao-azul, .mce-content-body a[disabled].color-blue-saturated.botao-azul, .button[disabled].color-blue-saturated:hover, .button[disabled].color-blue-saturated:focus {
  background-color: #009FE0;
  color: #000;
}
.button.disabled.color-red-saturated, .wrapper-conteudo-tinymce a.disabled.color-red-saturated.botao-cinza, .mceContentBody a.disabled.color-red-saturated.botao-cinza, .mce-content-body a.disabled.color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-red-saturated.botao-laranja, .mceContentBody a.disabled.color-red-saturated.botao-laranja, .mce-content-body a.disabled.color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-red-saturated.botao-azul, .mceContentBody a.disabled.color-red-saturated.botao-azul, .mce-content-body a.disabled.color-red-saturated.botao-azul, .button[disabled].color-red-saturated, .wrapper-conteudo-tinymce a[disabled].color-red-saturated.botao-cinza, .mceContentBody a[disabled].color-red-saturated.botao-cinza, .mce-content-body a[disabled].color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-red-saturated.botao-laranja, .mceContentBody a[disabled].color-red-saturated.botao-laranja, .mce-content-body a[disabled].color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-red-saturated.botao-azul, .mceContentBody a[disabled].color-red-saturated.botao-azul, .mce-content-body a[disabled].color-red-saturated.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-red-saturated, .wrapper-conteudo-tinymce a.disabled.color-red-saturated.botao-cinza, .mceContentBody a.disabled.color-red-saturated.botao-cinza, .mce-content-body a.disabled.color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-red-saturated.botao-laranja, .mceContentBody a.disabled.color-red-saturated.botao-laranja, .mce-content-body a.disabled.color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-red-saturated.botao-azul, .mceContentBody a.disabled.color-red-saturated.botao-azul, .mce-content-body a.disabled.color-red-saturated.botao-azul, .button.disabled.color-red-saturated:hover, .button.disabled.color-red-saturated:focus, .button[disabled].color-red-saturated, .wrapper-conteudo-tinymce a[disabled].color-red-saturated.botao-cinza, .mceContentBody a[disabled].color-red-saturated.botao-cinza, .mce-content-body a[disabled].color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-red-saturated.botao-laranja, .mceContentBody a[disabled].color-red-saturated.botao-laranja, .mce-content-body a[disabled].color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-red-saturated.botao-azul, .mceContentBody a[disabled].color-red-saturated.botao-azul, .mce-content-body a[disabled].color-red-saturated.botao-azul, .button[disabled].color-red-saturated:hover, .button[disabled].color-red-saturated:focus {
  background-color: #A91B01;
  color: #fff;
}
.button.disabled.color-green-saturated, .wrapper-conteudo-tinymce a.disabled.color-green-saturated.botao-cinza, .mceContentBody a.disabled.color-green-saturated.botao-cinza, .mce-content-body a.disabled.color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-green-saturated.botao-laranja, .mceContentBody a.disabled.color-green-saturated.botao-laranja, .mce-content-body a.disabled.color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-green-saturated.botao-azul, .mceContentBody a.disabled.color-green-saturated.botao-azul, .mce-content-body a.disabled.color-green-saturated.botao-azul, .button[disabled].color-green-saturated, .wrapper-conteudo-tinymce a[disabled].color-green-saturated.botao-cinza, .mceContentBody a[disabled].color-green-saturated.botao-cinza, .mce-content-body a[disabled].color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-green-saturated.botao-laranja, .mceContentBody a[disabled].color-green-saturated.botao-laranja, .mce-content-body a[disabled].color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-green-saturated.botao-azul, .mceContentBody a[disabled].color-green-saturated.botao-azul, .mce-content-body a[disabled].color-green-saturated.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-green-saturated, .wrapper-conteudo-tinymce a.disabled.color-green-saturated.botao-cinza, .mceContentBody a.disabled.color-green-saturated.botao-cinza, .mce-content-body a.disabled.color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-green-saturated.botao-laranja, .mceContentBody a.disabled.color-green-saturated.botao-laranja, .mce-content-body a.disabled.color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-green-saturated.botao-azul, .mceContentBody a.disabled.color-green-saturated.botao-azul, .mce-content-body a.disabled.color-green-saturated.botao-azul, .button.disabled.color-green-saturated:hover, .button.disabled.color-green-saturated:focus, .button[disabled].color-green-saturated, .wrapper-conteudo-tinymce a[disabled].color-green-saturated.botao-cinza, .mceContentBody a[disabled].color-green-saturated.botao-cinza, .mce-content-body a[disabled].color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-green-saturated.botao-laranja, .mceContentBody a[disabled].color-green-saturated.botao-laranja, .mce-content-body a[disabled].color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-green-saturated.botao-azul, .mceContentBody a[disabled].color-green-saturated.botao-azul, .mce-content-body a[disabled].color-green-saturated.botao-azul, .button[disabled].color-green-saturated:hover, .button[disabled].color-green-saturated:focus {
  background-color: #3F8739;
  color: #000;
}
.button.disabled.color-yellow-saturated, .wrapper-conteudo-tinymce a.disabled.color-yellow-saturated.botao-cinza, .mceContentBody a.disabled.color-yellow-saturated.botao-cinza, .mce-content-body a.disabled.color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-yellow-saturated.botao-laranja, .mceContentBody a.disabled.color-yellow-saturated.botao-laranja, .mce-content-body a.disabled.color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-yellow-saturated.botao-azul, .mceContentBody a.disabled.color-yellow-saturated.botao-azul, .mce-content-body a.disabled.color-yellow-saturated.botao-azul, .button[disabled].color-yellow-saturated, .wrapper-conteudo-tinymce a[disabled].color-yellow-saturated.botao-cinza, .mceContentBody a[disabled].color-yellow-saturated.botao-cinza, .mce-content-body a[disabled].color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-yellow-saturated.botao-laranja, .mceContentBody a[disabled].color-yellow-saturated.botao-laranja, .mce-content-body a[disabled].color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-yellow-saturated.botao-azul, .mceContentBody a[disabled].color-yellow-saturated.botao-azul, .mce-content-body a[disabled].color-yellow-saturated.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-yellow-saturated, .wrapper-conteudo-tinymce a.disabled.color-yellow-saturated.botao-cinza, .mceContentBody a.disabled.color-yellow-saturated.botao-cinza, .mce-content-body a.disabled.color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-yellow-saturated.botao-laranja, .mceContentBody a.disabled.color-yellow-saturated.botao-laranja, .mce-content-body a.disabled.color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-yellow-saturated.botao-azul, .mceContentBody a.disabled.color-yellow-saturated.botao-azul, .mce-content-body a.disabled.color-yellow-saturated.botao-azul, .button.disabled.color-yellow-saturated:hover, .button.disabled.color-yellow-saturated:focus, .button[disabled].color-yellow-saturated, .wrapper-conteudo-tinymce a[disabled].color-yellow-saturated.botao-cinza, .mceContentBody a[disabled].color-yellow-saturated.botao-cinza, .mce-content-body a[disabled].color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-yellow-saturated.botao-laranja, .mceContentBody a[disabled].color-yellow-saturated.botao-laranja, .mce-content-body a[disabled].color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-yellow-saturated.botao-azul, .mceContentBody a[disabled].color-yellow-saturated.botao-azul, .mce-content-body a[disabled].color-yellow-saturated.botao-azul, .button[disabled].color-yellow-saturated:hover, .button[disabled].color-yellow-saturated:focus {
  background-color: #FFEB2D;
  color: #000;
}
.button.disabled.color-orange-saturated, .wrapper-conteudo-tinymce a.disabled.color-orange-saturated.botao-cinza, .mceContentBody a.disabled.color-orange-saturated.botao-cinza, .mce-content-body a.disabled.color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-orange-saturated.botao-laranja, .mceContentBody a.disabled.color-orange-saturated.botao-laranja, .mce-content-body a.disabled.color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-orange-saturated.botao-azul, .mceContentBody a.disabled.color-orange-saturated.botao-azul, .mce-content-body a.disabled.color-orange-saturated.botao-azul, .button[disabled].color-orange-saturated, .wrapper-conteudo-tinymce a[disabled].color-orange-saturated.botao-cinza, .mceContentBody a[disabled].color-orange-saturated.botao-cinza, .mce-content-body a[disabled].color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-orange-saturated.botao-laranja, .mceContentBody a[disabled].color-orange-saturated.botao-laranja, .mce-content-body a[disabled].color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-orange-saturated.botao-azul, .mceContentBody a[disabled].color-orange-saturated.botao-azul, .mce-content-body a[disabled].color-orange-saturated.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-orange-saturated, .wrapper-conteudo-tinymce a.disabled.color-orange-saturated.botao-cinza, .mceContentBody a.disabled.color-orange-saturated.botao-cinza, .mce-content-body a.disabled.color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-orange-saturated.botao-laranja, .mceContentBody a.disabled.color-orange-saturated.botao-laranja, .mce-content-body a.disabled.color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-orange-saturated.botao-azul, .mceContentBody a.disabled.color-orange-saturated.botao-azul, .mce-content-body a.disabled.color-orange-saturated.botao-azul, .button.disabled.color-orange-saturated:hover, .button.disabled.color-orange-saturated:focus, .button[disabled].color-orange-saturated, .wrapper-conteudo-tinymce a[disabled].color-orange-saturated.botao-cinza, .mceContentBody a[disabled].color-orange-saturated.botao-cinza, .mce-content-body a[disabled].color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-orange-saturated.botao-laranja, .mceContentBody a[disabled].color-orange-saturated.botao-laranja, .mce-content-body a[disabled].color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-orange-saturated.botao-azul, .mceContentBody a[disabled].color-orange-saturated.botao-azul, .mce-content-body a[disabled].color-orange-saturated.botao-azul, .button[disabled].color-orange-saturated:hover, .button[disabled].color-orange-saturated:focus {
  background-color: #DE6C00;
  color: #000;
}
.button.disabled.color-purple-saturated, .wrapper-conteudo-tinymce a.disabled.color-purple-saturated.botao-cinza, .mceContentBody a.disabled.color-purple-saturated.botao-cinza, .mce-content-body a.disabled.color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-purple-saturated.botao-laranja, .mceContentBody a.disabled.color-purple-saturated.botao-laranja, .mce-content-body a.disabled.color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-purple-saturated.botao-azul, .mceContentBody a.disabled.color-purple-saturated.botao-azul, .mce-content-body a.disabled.color-purple-saturated.botao-azul, .button[disabled].color-purple-saturated, .wrapper-conteudo-tinymce a[disabled].color-purple-saturated.botao-cinza, .mceContentBody a[disabled].color-purple-saturated.botao-cinza, .mce-content-body a[disabled].color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-purple-saturated.botao-laranja, .mceContentBody a[disabled].color-purple-saturated.botao-laranja, .mce-content-body a[disabled].color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-purple-saturated.botao-azul, .mceContentBody a[disabled].color-purple-saturated.botao-azul, .mce-content-body a[disabled].color-purple-saturated.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-purple-saturated, .wrapper-conteudo-tinymce a.disabled.color-purple-saturated.botao-cinza, .mceContentBody a.disabled.color-purple-saturated.botao-cinza, .mce-content-body a.disabled.color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-purple-saturated.botao-laranja, .mceContentBody a.disabled.color-purple-saturated.botao-laranja, .mce-content-body a.disabled.color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-purple-saturated.botao-azul, .mceContentBody a.disabled.color-purple-saturated.botao-azul, .mce-content-body a.disabled.color-purple-saturated.botao-azul, .button.disabled.color-purple-saturated:hover, .button.disabled.color-purple-saturated:focus, .button[disabled].color-purple-saturated, .wrapper-conteudo-tinymce a[disabled].color-purple-saturated.botao-cinza, .mceContentBody a[disabled].color-purple-saturated.botao-cinza, .mce-content-body a[disabled].color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-purple-saturated.botao-laranja, .mceContentBody a[disabled].color-purple-saturated.botao-laranja, .mce-content-body a[disabled].color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-purple-saturated.botao-azul, .mceContentBody a[disabled].color-purple-saturated.botao-azul, .mce-content-body a[disabled].color-purple-saturated.botao-azul, .button[disabled].color-purple-saturated:hover, .button[disabled].color-purple-saturated:focus {
  background-color: #344789;
  color: #fff;
}
.button.disabled.color-yellow-dark, .wrapper-conteudo-tinymce a.disabled.color-yellow-dark.botao-cinza, .mceContentBody a.disabled.color-yellow-dark.botao-cinza, .mce-content-body a.disabled.color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-yellow-dark.botao-laranja, .mceContentBody a.disabled.color-yellow-dark.botao-laranja, .mce-content-body a.disabled.color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-yellow-dark.botao-azul, .mceContentBody a.disabled.color-yellow-dark.botao-azul, .mce-content-body a.disabled.color-yellow-dark.botao-azul, .button[disabled].color-yellow-dark, .wrapper-conteudo-tinymce a[disabled].color-yellow-dark.botao-cinza, .mceContentBody a[disabled].color-yellow-dark.botao-cinza, .mce-content-body a[disabled].color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-yellow-dark.botao-laranja, .mceContentBody a[disabled].color-yellow-dark.botao-laranja, .mce-content-body a[disabled].color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-yellow-dark.botao-azul, .mceContentBody a[disabled].color-yellow-dark.botao-azul, .mce-content-body a[disabled].color-yellow-dark.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.color-yellow-dark, .wrapper-conteudo-tinymce a.disabled.color-yellow-dark.botao-cinza, .mceContentBody a.disabled.color-yellow-dark.botao-cinza, .mce-content-body a.disabled.color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a.disabled.color-yellow-dark.botao-laranja, .mceContentBody a.disabled.color-yellow-dark.botao-laranja, .mce-content-body a.disabled.color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a.disabled.color-yellow-dark.botao-azul, .mceContentBody a.disabled.color-yellow-dark.botao-azul, .mce-content-body a.disabled.color-yellow-dark.botao-azul, .button.disabled.color-yellow-dark:hover, .button.disabled.color-yellow-dark:focus, .button[disabled].color-yellow-dark, .wrapper-conteudo-tinymce a[disabled].color-yellow-dark.botao-cinza, .mceContentBody a[disabled].color-yellow-dark.botao-cinza, .mce-content-body a[disabled].color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a[disabled].color-yellow-dark.botao-laranja, .mceContentBody a[disabled].color-yellow-dark.botao-laranja, .mce-content-body a[disabled].color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a[disabled].color-yellow-dark.botao-azul, .mceContentBody a[disabled].color-yellow-dark.botao-azul, .mce-content-body a[disabled].color-yellow-dark.botao-azul, .button[disabled].color-yellow-dark:hover, .button[disabled].color-yellow-dark:focus {
  background-color: #857E3F;
  color: #000;
}
.button.disabled.light-gray, .wrapper-conteudo-tinymce a.disabled.light-gray.botao-cinza, .mceContentBody a.disabled.light-gray.botao-cinza, .mce-content-body a.disabled.light-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.light-gray.botao-laranja, .mceContentBody a.disabled.light-gray.botao-laranja, .mce-content-body a.disabled.light-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.light-gray.botao-azul, .mceContentBody a.disabled.light-gray.botao-azul, .mce-content-body a.disabled.light-gray.botao-azul, .button[disabled].light-gray, .wrapper-conteudo-tinymce a[disabled].light-gray.botao-cinza, .mceContentBody a[disabled].light-gray.botao-cinza, .mce-content-body a[disabled].light-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].light-gray.botao-laranja, .mceContentBody a[disabled].light-gray.botao-laranja, .mce-content-body a[disabled].light-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].light-gray.botao-azul, .mceContentBody a[disabled].light-gray.botao-azul, .mce-content-body a[disabled].light-gray.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.light-gray, .wrapper-conteudo-tinymce a.disabled.light-gray.botao-cinza, .mceContentBody a.disabled.light-gray.botao-cinza, .mce-content-body a.disabled.light-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.light-gray.botao-laranja, .mceContentBody a.disabled.light-gray.botao-laranja, .mce-content-body a.disabled.light-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.light-gray.botao-azul, .mceContentBody a.disabled.light-gray.botao-azul, .mce-content-body a.disabled.light-gray.botao-azul, .button.disabled.light-gray:hover, .button.disabled.light-gray:focus, .button[disabled].light-gray, .wrapper-conteudo-tinymce a[disabled].light-gray.botao-cinza, .mceContentBody a[disabled].light-gray.botao-cinza, .mce-content-body a[disabled].light-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].light-gray.botao-laranja, .mceContentBody a[disabled].light-gray.botao-laranja, .mce-content-body a[disabled].light-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].light-gray.botao-azul, .mceContentBody a[disabled].light-gray.botao-azul, .mce-content-body a[disabled].light-gray.botao-azul, .button[disabled].light-gray:hover, .button[disabled].light-gray:focus {
  background-color: #E2E2E2;
  color: #000;
}
.button.disabled.lightest-gray, .wrapper-conteudo-tinymce a.disabled.lightest-gray.botao-cinza, .mceContentBody a.disabled.lightest-gray.botao-cinza, .mce-content-body a.disabled.lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.lightest-gray.botao-laranja, .mceContentBody a.disabled.lightest-gray.botao-laranja, .mce-content-body a.disabled.lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.lightest-gray.botao-azul, .mceContentBody a.disabled.lightest-gray.botao-azul, .mce-content-body a.disabled.lightest-gray.botao-azul, .button[disabled].lightest-gray, .wrapper-conteudo-tinymce a[disabled].lightest-gray.botao-cinza, .mceContentBody a[disabled].lightest-gray.botao-cinza, .mce-content-body a[disabled].lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].lightest-gray.botao-laranja, .mceContentBody a[disabled].lightest-gray.botao-laranja, .mce-content-body a[disabled].lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].lightest-gray.botao-azul, .mceContentBody a[disabled].lightest-gray.botao-azul, .mce-content-body a[disabled].lightest-gray.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.lightest-gray, .wrapper-conteudo-tinymce a.disabled.lightest-gray.botao-cinza, .mceContentBody a.disabled.lightest-gray.botao-cinza, .mce-content-body a.disabled.lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.lightest-gray.botao-laranja, .mceContentBody a.disabled.lightest-gray.botao-laranja, .mce-content-body a.disabled.lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.lightest-gray.botao-azul, .mceContentBody a.disabled.lightest-gray.botao-azul, .mce-content-body a.disabled.lightest-gray.botao-azul, .button.disabled.lightest-gray:hover, .button.disabled.lightest-gray:focus, .button[disabled].lightest-gray, .wrapper-conteudo-tinymce a[disabled].lightest-gray.botao-cinza, .mceContentBody a[disabled].lightest-gray.botao-cinza, .mce-content-body a[disabled].lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].lightest-gray.botao-laranja, .mceContentBody a[disabled].lightest-gray.botao-laranja, .mce-content-body a[disabled].lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].lightest-gray.botao-azul, .mceContentBody a[disabled].lightest-gray.botao-azul, .mce-content-body a[disabled].lightest-gray.botao-azul, .button[disabled].lightest-gray:hover, .button[disabled].lightest-gray:focus {
  background-color: #f5f5f5;
  color: #000;
}
.button.disabled.medium-gray, .wrapper-conteudo-tinymce a.disabled.medium-gray.botao-cinza, .mceContentBody a.disabled.medium-gray.botao-cinza, .mce-content-body a.disabled.medium-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.medium-gray.botao-laranja, .mceContentBody a.disabled.medium-gray.botao-laranja, .mce-content-body a.disabled.medium-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.medium-gray.botao-azul, .mceContentBody a.disabled.medium-gray.botao-azul, .mce-content-body a.disabled.medium-gray.botao-azul, .button[disabled].medium-gray, .wrapper-conteudo-tinymce a[disabled].medium-gray.botao-cinza, .mceContentBody a[disabled].medium-gray.botao-cinza, .mce-content-body a[disabled].medium-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].medium-gray.botao-laranja, .mceContentBody a[disabled].medium-gray.botao-laranja, .mce-content-body a[disabled].medium-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].medium-gray.botao-azul, .mceContentBody a[disabled].medium-gray.botao-azul, .mce-content-body a[disabled].medium-gray.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.medium-gray, .wrapper-conteudo-tinymce a.disabled.medium-gray.botao-cinza, .mceContentBody a.disabled.medium-gray.botao-cinza, .mce-content-body a.disabled.medium-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.medium-gray.botao-laranja, .mceContentBody a.disabled.medium-gray.botao-laranja, .mce-content-body a.disabled.medium-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.medium-gray.botao-azul, .mceContentBody a.disabled.medium-gray.botao-azul, .mce-content-body a.disabled.medium-gray.botao-azul, .button.disabled.medium-gray:hover, .button.disabled.medium-gray:focus, .button[disabled].medium-gray, .wrapper-conteudo-tinymce a[disabled].medium-gray.botao-cinza, .mceContentBody a[disabled].medium-gray.botao-cinza, .mce-content-body a[disabled].medium-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].medium-gray.botao-laranja, .mceContentBody a[disabled].medium-gray.botao-laranja, .mce-content-body a[disabled].medium-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].medium-gray.botao-azul, .mceContentBody a[disabled].medium-gray.botao-azul, .mce-content-body a[disabled].medium-gray.botao-azul, .button[disabled].medium-gray:hover, .button[disabled].medium-gray:focus {
  background-color: #cacaca;
  color: #000;
}
.button.disabled.dark-gray, .wrapper-conteudo-tinymce a.disabled.dark-gray.botao-cinza, .mceContentBody a.disabled.dark-gray.botao-cinza, .mce-content-body a.disabled.dark-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.dark-gray.botao-laranja, .mceContentBody a.disabled.dark-gray.botao-laranja, .mce-content-body a.disabled.dark-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.dark-gray.botao-azul, .mceContentBody a.disabled.dark-gray.botao-azul, .mce-content-body a.disabled.dark-gray.botao-azul, .button[disabled].dark-gray, .wrapper-conteudo-tinymce a[disabled].dark-gray.botao-cinza, .mceContentBody a[disabled].dark-gray.botao-cinza, .mce-content-body a[disabled].dark-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].dark-gray.botao-laranja, .mceContentBody a[disabled].dark-gray.botao-laranja, .mce-content-body a[disabled].dark-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].dark-gray.botao-azul, .mceContentBody a[disabled].dark-gray.botao-azul, .mce-content-body a[disabled].dark-gray.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.dark-gray, .wrapper-conteudo-tinymce a.disabled.dark-gray.botao-cinza, .mceContentBody a.disabled.dark-gray.botao-cinza, .mce-content-body a.disabled.dark-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.dark-gray.botao-laranja, .mceContentBody a.disabled.dark-gray.botao-laranja, .mce-content-body a.disabled.dark-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.dark-gray.botao-azul, .mceContentBody a.disabled.dark-gray.botao-azul, .mce-content-body a.disabled.dark-gray.botao-azul, .button.disabled.dark-gray:hover, .button.disabled.dark-gray:focus, .button[disabled].dark-gray, .wrapper-conteudo-tinymce a[disabled].dark-gray.botao-cinza, .mceContentBody a[disabled].dark-gray.botao-cinza, .mce-content-body a[disabled].dark-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].dark-gray.botao-laranja, .mceContentBody a[disabled].dark-gray.botao-laranja, .mce-content-body a[disabled].dark-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].dark-gray.botao-azul, .mceContentBody a[disabled].dark-gray.botao-azul, .mce-content-body a[disabled].dark-gray.botao-azul, .button[disabled].dark-gray:hover, .button[disabled].dark-gray:focus {
  background-color: #8a8a8a;
  color: #000;
}
.button.disabled.darker-gray, .wrapper-conteudo-tinymce a.disabled.darker-gray.botao-cinza, .mceContentBody a.disabled.darker-gray.botao-cinza, .mce-content-body a.disabled.darker-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.darker-gray.botao-laranja, .mceContentBody a.disabled.darker-gray.botao-laranja, .mce-content-body a.disabled.darker-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.darker-gray.botao-azul, .mceContentBody a.disabled.darker-gray.botao-azul, .mce-content-body a.disabled.darker-gray.botao-azul, .button[disabled].darker-gray, .wrapper-conteudo-tinymce a[disabled].darker-gray.botao-cinza, .mceContentBody a[disabled].darker-gray.botao-cinza, .mce-content-body a[disabled].darker-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].darker-gray.botao-laranja, .mceContentBody a[disabled].darker-gray.botao-laranja, .mce-content-body a[disabled].darker-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].darker-gray.botao-azul, .mceContentBody a[disabled].darker-gray.botao-azul, .mce-content-body a[disabled].darker-gray.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.darker-gray, .wrapper-conteudo-tinymce a.disabled.darker-gray.botao-cinza, .mceContentBody a.disabled.darker-gray.botao-cinza, .mce-content-body a.disabled.darker-gray.botao-cinza, .wrapper-conteudo-tinymce a.disabled.darker-gray.botao-laranja, .mceContentBody a.disabled.darker-gray.botao-laranja, .mce-content-body a.disabled.darker-gray.botao-laranja, .wrapper-conteudo-tinymce a.disabled.darker-gray.botao-azul, .mceContentBody a.disabled.darker-gray.botao-azul, .mce-content-body a.disabled.darker-gray.botao-azul, .button.disabled.darker-gray:hover, .button.disabled.darker-gray:focus, .button[disabled].darker-gray, .wrapper-conteudo-tinymce a[disabled].darker-gray.botao-cinza, .mceContentBody a[disabled].darker-gray.botao-cinza, .mce-content-body a[disabled].darker-gray.botao-cinza, .wrapper-conteudo-tinymce a[disabled].darker-gray.botao-laranja, .mceContentBody a[disabled].darker-gray.botao-laranja, .mce-content-body a[disabled].darker-gray.botao-laranja, .wrapper-conteudo-tinymce a[disabled].darker-gray.botao-azul, .mceContentBody a[disabled].darker-gray.botao-azul, .mce-content-body a[disabled].darker-gray.botao-azul, .button[disabled].darker-gray:hover, .button[disabled].darker-gray:focus {
  background-color: #555;
  color: #fff;
}
.button.disabled.orange, .wrapper-conteudo-tinymce a.disabled.orange.botao-cinza, .mceContentBody a.disabled.orange.botao-cinza, .mce-content-body a.disabled.orange.botao-cinza, .wrapper-conteudo-tinymce a.disabled.orange.botao-laranja, .mceContentBody a.disabled.orange.botao-laranja, .mce-content-body a.disabled.orange.botao-laranja, .wrapper-conteudo-tinymce a.disabled.orange.botao-azul, .mceContentBody a.disabled.orange.botao-azul, .mce-content-body a.disabled.orange.botao-azul, .button[disabled].orange, .wrapper-conteudo-tinymce a[disabled].orange.botao-cinza, .mceContentBody a[disabled].orange.botao-cinza, .mce-content-body a[disabled].orange.botao-cinza, .wrapper-conteudo-tinymce a[disabled].orange.botao-laranja, .mceContentBody a[disabled].orange.botao-laranja, .mce-content-body a[disabled].orange.botao-laranja, .wrapper-conteudo-tinymce a[disabled].orange.botao-azul, .mceContentBody a[disabled].orange.botao-azul, .mce-content-body a[disabled].orange.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.orange, .wrapper-conteudo-tinymce a.disabled.orange.botao-cinza, .mceContentBody a.disabled.orange.botao-cinza, .mce-content-body a.disabled.orange.botao-cinza, .wrapper-conteudo-tinymce a.disabled.orange.botao-laranja, .mceContentBody a.disabled.orange.botao-laranja, .mce-content-body a.disabled.orange.botao-laranja, .wrapper-conteudo-tinymce a.disabled.orange.botao-azul, .mceContentBody a.disabled.orange.botao-azul, .mce-content-body a.disabled.orange.botao-azul, .button.disabled.orange:hover, .button.disabled.orange:focus, .button[disabled].orange, .wrapper-conteudo-tinymce a[disabled].orange.botao-cinza, .mceContentBody a[disabled].orange.botao-cinza, .mce-content-body a[disabled].orange.botao-cinza, .wrapper-conteudo-tinymce a[disabled].orange.botao-laranja, .mceContentBody a[disabled].orange.botao-laranja, .mce-content-body a[disabled].orange.botao-laranja, .wrapper-conteudo-tinymce a[disabled].orange.botao-azul, .mceContentBody a[disabled].orange.botao-azul, .mce-content-body a[disabled].orange.botao-azul, .button[disabled].orange:hover, .button[disabled].orange:focus {
  background-color: orange;
  color: #000;
}
.button.disabled.white, .wrapper-conteudo-tinymce a.disabled.white.botao-cinza, .mceContentBody a.disabled.white.botao-cinza, .mce-content-body a.disabled.white.botao-cinza, .wrapper-conteudo-tinymce a.disabled.white.botao-laranja, .mceContentBody a.disabled.white.botao-laranja, .mce-content-body a.disabled.white.botao-laranja, .wrapper-conteudo-tinymce a.disabled.white.botao-azul, .mceContentBody a.disabled.white.botao-azul, .mce-content-body a.disabled.white.botao-azul, .button[disabled].white, .wrapper-conteudo-tinymce a[disabled].white.botao-cinza, .mceContentBody a[disabled].white.botao-cinza, .mce-content-body a[disabled].white.botao-cinza, .wrapper-conteudo-tinymce a[disabled].white.botao-laranja, .mceContentBody a[disabled].white.botao-laranja, .mce-content-body a[disabled].white.botao-laranja, .wrapper-conteudo-tinymce a[disabled].white.botao-azul, .mceContentBody a[disabled].white.botao-azul, .mce-content-body a[disabled].white.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.white, .wrapper-conteudo-tinymce a.disabled.white.botao-cinza, .mceContentBody a.disabled.white.botao-cinza, .mce-content-body a.disabled.white.botao-cinza, .wrapper-conteudo-tinymce a.disabled.white.botao-laranja, .mceContentBody a.disabled.white.botao-laranja, .mce-content-body a.disabled.white.botao-laranja, .wrapper-conteudo-tinymce a.disabled.white.botao-azul, .mceContentBody a.disabled.white.botao-azul, .mce-content-body a.disabled.white.botao-azul, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white, .wrapper-conteudo-tinymce a[disabled].white.botao-cinza, .mceContentBody a[disabled].white.botao-cinza, .mce-content-body a[disabled].white.botao-cinza, .wrapper-conteudo-tinymce a[disabled].white.botao-laranja, .mceContentBody a[disabled].white.botao-laranja, .mce-content-body a[disabled].white.botao-laranja, .wrapper-conteudo-tinymce a[disabled].white.botao-azul, .mceContentBody a[disabled].white.botao-azul, .mce-content-body a[disabled].white.botao-azul, .button[disabled].white:hover, .button[disabled].white:focus {
  background-color: #fff;
  color: #000;
}
.button.disabled.black, .wrapper-conteudo-tinymce a.disabled.black.botao-cinza, .mceContentBody a.disabled.black.botao-cinza, .mce-content-body a.disabled.black.botao-cinza, .wrapper-conteudo-tinymce a.disabled.black.botao-laranja, .mceContentBody a.disabled.black.botao-laranja, .mce-content-body a.disabled.black.botao-laranja, .wrapper-conteudo-tinymce a.disabled.black.botao-azul, .mceContentBody a.disabled.black.botao-azul, .mce-content-body a.disabled.black.botao-azul, .button[disabled].black, .wrapper-conteudo-tinymce a[disabled].black.botao-cinza, .mceContentBody a[disabled].black.botao-cinza, .mce-content-body a[disabled].black.botao-cinza, .wrapper-conteudo-tinymce a[disabled].black.botao-laranja, .mceContentBody a[disabled].black.botao-laranja, .mce-content-body a[disabled].black.botao-laranja, .wrapper-conteudo-tinymce a[disabled].black.botao-azul, .mceContentBody a[disabled].black.botao-azul, .mce-content-body a[disabled].black.botao-azul {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.black, .wrapper-conteudo-tinymce a.disabled.black.botao-cinza, .mceContentBody a.disabled.black.botao-cinza, .mce-content-body a.disabled.black.botao-cinza, .wrapper-conteudo-tinymce a.disabled.black.botao-laranja, .mceContentBody a.disabled.black.botao-laranja, .mce-content-body a.disabled.black.botao-laranja, .wrapper-conteudo-tinymce a.disabled.black.botao-azul, .mceContentBody a.disabled.black.botao-azul, .mce-content-body a.disabled.black.botao-azul, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black, .wrapper-conteudo-tinymce a[disabled].black.botao-cinza, .mceContentBody a[disabled].black.botao-cinza, .mce-content-body a[disabled].black.botao-cinza, .wrapper-conteudo-tinymce a[disabled].black.botao-laranja, .mceContentBody a[disabled].black.botao-laranja, .mce-content-body a[disabled].black.botao-laranja, .wrapper-conteudo-tinymce a[disabled].black.botao-azul, .mceContentBody a[disabled].black.botao-azul, .mce-content-body a[disabled].black.botao-azul, .button[disabled].black:hover, .button[disabled].black:focus {
  background-color: #000;
  color: #fff;
}
.button.hollow, .wrapper-conteudo-tinymce a.hollow.botao-cinza, .mceContentBody a.hollow.botao-cinza, .mce-content-body a.hollow.botao-cinza, .wrapper-conteudo-tinymce a.hollow.botao-laranja, .mceContentBody a.hollow.botao-laranja, .mce-content-body a.hollow.botao-laranja, .wrapper-conteudo-tinymce a.hollow.botao-azul, .mceContentBody a.hollow.botao-azul, .mce-content-body a.hollow.botao-azul {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.hollow, .wrapper-conteudo-tinymce a.hollow.botao-cinza, .mceContentBody a.hollow.botao-cinza, .mce-content-body a.hollow.botao-cinza, .wrapper-conteudo-tinymce a.hollow.botao-laranja, .mceContentBody a.hollow.botao-laranja, .mce-content-body a.hollow.botao-laranja, .wrapper-conteudo-tinymce a.hollow.botao-azul, .mceContentBody a.hollow.botao-azul, .mce-content-body a.hollow.botao-azul, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .wrapper-conteudo-tinymce a.hollow.disabled.botao-cinza, .mceContentBody a.hollow.disabled.botao-cinza, .mce-content-body a.hollow.disabled.botao-cinza, .wrapper-conteudo-tinymce a.hollow.disabled.botao-laranja, .mceContentBody a.hollow.disabled.botao-laranja, .mce-content-body a.hollow.disabled.botao-laranja, .wrapper-conteudo-tinymce a.hollow.disabled.botao-azul, .mceContentBody a.hollow.disabled.botao-azul, .mce-content-body a.hollow.disabled.botao-azul, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .wrapper-conteudo-tinymce a.hollow[disabled].botao-cinza, .mceContentBody a.hollow[disabled].botao-cinza, .mce-content-body a.hollow[disabled].botao-cinza, .wrapper-conteudo-tinymce a.hollow[disabled].botao-laranja, .mceContentBody a.hollow[disabled].botao-laranja, .mce-content-body a.hollow[disabled].botao-laranja, .wrapper-conteudo-tinymce a.hollow[disabled].botao-azul, .mceContentBody a.hollow[disabled].botao-azul, .mce-content-body a.hollow[disabled].botao-azul, .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover, .mceContentBody a.hollow.botao-cinza:hover, .mce-content-body a.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover, .mceContentBody a.hollow.botao-laranja:hover, .mce-content-body a.hollow.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.botao-azul:hover, .mceContentBody a.hollow.botao-azul:hover, .mce-content-body a.hollow.botao-azul:hover, .button.hollow:focus, .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus, .mceContentBody a.hollow.botao-cinza:focus, .mce-content-body a.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus, .mceContentBody a.hollow.botao-laranja:focus, .mce-content-body a.hollow.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.botao-azul:focus, .mceContentBody a.hollow.botao-azul:focus, .mce-content-body a.hollow.botao-azul:focus {
  border-color: rgb(0, 79.5, 112);
  color: rgb(0, 79.5, 112);
}
.button.hollow:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover.disabled, .mceContentBody a.hollow.botao-cinza:hover.disabled, .mce-content-body a.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover.disabled, .mceContentBody a.hollow.botao-laranja:hover.disabled, .mce-content-body a.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul:hover.disabled, .mceContentBody a.hollow.botao-azul:hover.disabled, .mce-content-body a.hollow.botao-azul:hover.disabled, .button.hollow:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover[disabled], .mceContentBody a.hollow.botao-cinza:hover[disabled], .mce-content-body a.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover[disabled], .mceContentBody a.hollow.botao-laranja:hover[disabled], .mce-content-body a.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul:hover[disabled], .mceContentBody a.hollow.botao-azul:hover[disabled], .mce-content-body a.hollow.botao-azul:hover[disabled], .button.hollow:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus.disabled, .mceContentBody a.hollow.botao-cinza:focus.disabled, .mce-content-body a.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus.disabled, .mceContentBody a.hollow.botao-laranja:focus.disabled, .mce-content-body a.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul:focus.disabled, .mceContentBody a.hollow.botao-azul:focus.disabled, .mce-content-body a.hollow.botao-azul:focus.disabled, .button.hollow:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus[disabled], .mceContentBody a.hollow.botao-cinza:focus[disabled], .mce-content-body a.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus[disabled], .mceContentBody a.hollow.botao-laranja:focus[disabled], .mce-content-body a.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul:focus[disabled], .mceContentBody a.hollow.botao-azul:focus[disabled], .mce-content-body a.hollow.botao-azul:focus[disabled] {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.hollow.primary, .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza, .mceContentBody a.hollow.primary.botao-cinza, .mce-content-body a.hollow.primary.botao-cinza, .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja, .mceContentBody a.hollow.primary.botao-laranja, .mce-content-body a.hollow.primary.botao-laranja, .wrapper-conteudo-tinymce a.hollow.botao-azul, .mceContentBody a.hollow.botao-azul, .mce-content-body a.hollow.botao-azul {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.hollow.primary:hover, .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza:hover, .mceContentBody a.hollow.primary.botao-cinza:hover, .mce-content-body a.hollow.primary.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja:hover, .mceContentBody a.hollow.primary.botao-laranja:hover, .mce-content-body a.hollow.primary.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.botao-azul:hover, .mceContentBody a.hollow.botao-azul:hover, .mce-content-body a.hollow.botao-azul:hover, .button.hollow.primary:focus, .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza:focus, .mceContentBody a.hollow.primary.botao-cinza:focus, .mce-content-body a.hollow.primary.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja:focus, .mceContentBody a.hollow.primary.botao-laranja:focus, .mce-content-body a.hollow.primary.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.botao-azul:focus, .mceContentBody a.hollow.botao-azul:focus, .mce-content-body a.hollow.botao-azul:focus {
  border-color: rgb(0, 79.5, 112);
  color: rgb(0, 79.5, 112);
}
.button.hollow.primary:hover.disabled, .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza:hover.disabled, .mceContentBody a.hollow.primary.botao-cinza:hover.disabled, .mce-content-body a.hollow.primary.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja:hover.disabled, .mceContentBody a.hollow.primary.botao-laranja:hover.disabled, .mce-content-body a.hollow.primary.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul:hover.disabled, .mceContentBody a.hollow.botao-azul:hover.disabled, .mce-content-body a.hollow.botao-azul:hover.disabled, .button.hollow.primary:hover[disabled], .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza:hover[disabled], .mceContentBody a.hollow.primary.botao-cinza:hover[disabled], .mce-content-body a.hollow.primary.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja:hover[disabled], .mceContentBody a.hollow.primary.botao-laranja:hover[disabled], .mce-content-body a.hollow.primary.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul:hover[disabled], .mceContentBody a.hollow.botao-azul:hover[disabled], .mce-content-body a.hollow.botao-azul:hover[disabled], .button.hollow.primary:focus.disabled, .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza:focus.disabled, .mceContentBody a.hollow.primary.botao-cinza:focus.disabled, .mce-content-body a.hollow.primary.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja:focus.disabled, .mceContentBody a.hollow.primary.botao-laranja:focus.disabled, .mce-content-body a.hollow.primary.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul:focus.disabled, .mceContentBody a.hollow.botao-azul:focus.disabled, .mce-content-body a.hollow.botao-azul:focus.disabled, .button.hollow.primary:focus[disabled], .wrapper-conteudo-tinymce a.hollow.primary.botao-cinza:focus[disabled], .mceContentBody a.hollow.primary.botao-cinza:focus[disabled], .mce-content-body a.hollow.primary.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.primary.botao-laranja:focus[disabled], .mceContentBody a.hollow.primary.botao-laranja:focus[disabled], .mce-content-body a.hollow.primary.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul:focus[disabled], .mceContentBody a.hollow.botao-azul:focus[disabled], .mce-content-body a.hollow.botao-azul:focus[disabled] {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.hollow.secondary, .wrapper-conteudo-tinymce a.hollow.botao-cinza, .mceContentBody a.hollow.botao-cinza, .mce-content-body a.hollow.botao-cinza, .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja, .mceContentBody a.hollow.secondary.botao-laranja, .mce-content-body a.hollow.secondary.botao-laranja, .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul, .mceContentBody a.hollow.secondary.botao-azul, .mce-content-body a.hollow.secondary.botao-azul {
  border: 1px solid #bbb;
  color: #bbb;
}
.button.hollow.secondary:hover, .wrapper-conteudo-tinymce a.button.hollow.botao-cinza:hover, .mceContentBody a.button.hollow.botao-cinza:hover, .mce-content-body a.button.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.secondary.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover, .mceContentBody a.hollow.secondary.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:hover, .mceContentBody a.hollow.botao-cinza:hover, .mceContentBody .mce-content-body a.hollow.botao-cinza:hover, .mce-content-body .mceContentBody a.hollow.botao-cinza:hover, .mce-content-body a.hollow.secondary.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:hover, .mce-content-body .mceContentBody a.hollow.botao-cinza:hover, .mceContentBody .mce-content-body a.hollow.botao-cinza:hover, .mce-content-body a.hollow.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover, .mceContentBody a.hollow.secondary.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover, .mceContentBody a.hollow.botao-laranja.botao-cinza:hover, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover, .mce-content-body a.hollow.secondary.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover, .mce-content-body a.hollow.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul:hover, .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover, .mceContentBody a.hollow.secondary.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:hover, .mceContentBody a.hollow.botao-azul.botao-cinza:hover, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:hover, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:hover, .mce-content-body a.hollow.secondary.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:hover, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:hover, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:hover, .mce-content-body a.hollow.botao-azul.botao-cinza:hover, .button.hollow.secondary:focus, .wrapper-conteudo-tinymce a.button.hollow.botao-cinza:focus, .mceContentBody a.button.hollow.botao-cinza:focus, .mce-content-body a.button.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.secondary.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus, .mceContentBody a.hollow.secondary.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:focus, .mceContentBody a.hollow.botao-cinza:focus, .mceContentBody .mce-content-body a.hollow.botao-cinza:focus, .mce-content-body .mceContentBody a.hollow.botao-cinza:focus, .mce-content-body a.hollow.secondary.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:focus, .mce-content-body .mceContentBody a.hollow.botao-cinza:focus, .mceContentBody .mce-content-body a.hollow.botao-cinza:focus, .mce-content-body a.hollow.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus, .mceContentBody a.hollow.secondary.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus, .mceContentBody a.hollow.botao-laranja.botao-cinza:focus, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus, .mce-content-body a.hollow.secondary.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus, .mce-content-body a.hollow.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul:focus, .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus, .mceContentBody a.hollow.secondary.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:focus, .mceContentBody a.hollow.botao-azul.botao-cinza:focus, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:focus, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:focus, .mce-content-body a.hollow.secondary.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:focus, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:focus, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:focus, .mce-content-body a.hollow.botao-azul.botao-cinza:focus {
  border-color: rgb(93.5, 93.5, 93.5);
  color: rgb(93.5, 93.5, 93.5);
}
.button.hollow.secondary:hover.disabled, .wrapper-conteudo-tinymce a.button.hollow.botao-cinza:hover.disabled, .mceContentBody a.button.hollow.botao-cinza:hover.disabled, .mce-content-body a.button.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.secondary.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover.disabled, .mceContentBody a.hollow.secondary.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:hover.disabled, .mceContentBody a.hollow.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-cinza:hover.disabled, .mce-content-body a.hollow.secondary.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-cinza:hover.disabled, .mce-content-body a.hollow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.hollow.secondary.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.hollow.secondary.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover.disabled, .mceContentBody a.hollow.secondary.botao-azul:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:hover.disabled, .mceContentBody a.hollow.botao-azul.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:hover.disabled, .mce-content-body a.hollow.secondary.botao-azul:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:hover.disabled, .mce-content-body a.hollow.botao-azul.botao-cinza:hover.disabled, .button.hollow.secondary:hover[disabled], .wrapper-conteudo-tinymce a.button.hollow.botao-cinza:hover[disabled], .mceContentBody a.button.hollow.botao-cinza:hover[disabled], .mce-content-body a.button.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.secondary.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover[disabled], .mceContentBody a.hollow.secondary.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:hover[disabled], .mceContentBody a.hollow.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-cinza:hover[disabled], .mce-content-body a.hollow.secondary.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-cinza:hover[disabled], .mce-content-body a.hollow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.hollow.secondary.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.hollow.secondary.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover[disabled], .mceContentBody a.hollow.secondary.botao-azul:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:hover[disabled], .mceContentBody a.hollow.botao-azul.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:hover[disabled], .mce-content-body a.hollow.secondary.botao-azul:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:hover[disabled], .mce-content-body a.hollow.botao-azul.botao-cinza:hover[disabled], .button.hollow.secondary:focus.disabled, .wrapper-conteudo-tinymce a.button.hollow.botao-cinza:focus.disabled, .mceContentBody a.button.hollow.botao-cinza:focus.disabled, .mce-content-body a.button.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.secondary.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus.disabled, .mceContentBody a.hollow.secondary.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:focus.disabled, .mceContentBody a.hollow.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-cinza:focus.disabled, .mce-content-body a.hollow.secondary.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-cinza:focus.disabled, .mce-content-body a.hollow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.hollow.secondary.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.hollow.secondary.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus.disabled, .mceContentBody a.hollow.secondary.botao-azul:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:focus.disabled, .mceContentBody a.hollow.botao-azul.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:focus.disabled, .mce-content-body a.hollow.secondary.botao-azul:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:focus.disabled, .mce-content-body a.hollow.botao-azul.botao-cinza:focus.disabled, .button.hollow.secondary:focus[disabled], .wrapper-conteudo-tinymce a.button.hollow.botao-cinza:focus[disabled], .mceContentBody a.button.hollow.botao-cinza:focus[disabled], .mce-content-body a.button.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.secondary.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus[disabled], .mceContentBody a.hollow.secondary.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-cinza:focus[disabled], .mceContentBody a.hollow.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-cinza:focus[disabled], .mce-content-body a.hollow.secondary.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-cinza:focus[disabled], .mce-content-body a.hollow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.secondary.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.hollow.secondary.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.hollow.secondary.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.secondary.botao-azul:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus[disabled], .mceContentBody a.hollow.secondary.botao-azul:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-cinza:focus[disabled], .mceContentBody a.hollow.botao-azul.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:focus[disabled], .mce-content-body a.hollow.secondary.botao-azul:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-cinza:focus[disabled], .mce-content-body a.hollow.botao-azul.botao-cinza:focus[disabled] {
  border: 1px solid #bbb;
  color: #bbb;
}
.button.hollow.success, .wrapper-conteudo-tinymce a.hollow.success.botao-cinza, .mceContentBody a.hollow.success.botao-cinza, .mce-content-body a.hollow.success.botao-cinza, .wrapper-conteudo-tinymce a.hollow.success.botao-laranja, .mceContentBody a.hollow.success.botao-laranja, .mce-content-body a.hollow.success.botao-laranja, .wrapper-conteudo-tinymce a.hollow.success.botao-azul, .mceContentBody a.hollow.success.botao-azul, .mce-content-body a.hollow.success.botao-azul {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .wrapper-conteudo-tinymce a.hollow.success.botao-cinza:hover, .mceContentBody a.hollow.success.botao-cinza:hover, .mce-content-body a.hollow.success.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.success.botao-laranja:hover, .mceContentBody a.hollow.success.botao-laranja:hover, .mce-content-body a.hollow.success.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.success.botao-azul:hover, .mceContentBody a.hollow.success.botao-azul:hover, .mce-content-body a.hollow.success.botao-azul:hover, .button.hollow.success:focus, .wrapper-conteudo-tinymce a.hollow.success.botao-cinza:focus, .mceContentBody a.hollow.success.botao-cinza:focus, .mce-content-body a.hollow.success.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.success.botao-laranja:focus, .mceContentBody a.hollow.success.botao-laranja:focus, .mce-content-body a.hollow.success.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.success.botao-azul:focus, .mceContentBody a.hollow.success.botao-azul:focus, .mce-content-body a.hollow.success.botao-azul:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.success:hover.disabled, .wrapper-conteudo-tinymce a.hollow.success.botao-cinza:hover.disabled, .mceContentBody a.hollow.success.botao-cinza:hover.disabled, .mce-content-body a.hollow.success.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.success.botao-laranja:hover.disabled, .mceContentBody a.hollow.success.botao-laranja:hover.disabled, .mce-content-body a.hollow.success.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.success.botao-azul:hover.disabled, .mceContentBody a.hollow.success.botao-azul:hover.disabled, .mce-content-body a.hollow.success.botao-azul:hover.disabled, .button.hollow.success:hover[disabled], .wrapper-conteudo-tinymce a.hollow.success.botao-cinza:hover[disabled], .mceContentBody a.hollow.success.botao-cinza:hover[disabled], .mce-content-body a.hollow.success.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.success.botao-laranja:hover[disabled], .mceContentBody a.hollow.success.botao-laranja:hover[disabled], .mce-content-body a.hollow.success.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.success.botao-azul:hover[disabled], .mceContentBody a.hollow.success.botao-azul:hover[disabled], .mce-content-body a.hollow.success.botao-azul:hover[disabled], .button.hollow.success:focus.disabled, .wrapper-conteudo-tinymce a.hollow.success.botao-cinza:focus.disabled, .mceContentBody a.hollow.success.botao-cinza:focus.disabled, .mce-content-body a.hollow.success.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.success.botao-laranja:focus.disabled, .mceContentBody a.hollow.success.botao-laranja:focus.disabled, .mce-content-body a.hollow.success.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.success.botao-azul:focus.disabled, .mceContentBody a.hollow.success.botao-azul:focus.disabled, .mce-content-body a.hollow.success.botao-azul:focus.disabled, .button.hollow.success:focus[disabled], .wrapper-conteudo-tinymce a.hollow.success.botao-cinza:focus[disabled], .mceContentBody a.hollow.success.botao-cinza:focus[disabled], .mce-content-body a.hollow.success.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.success.botao-laranja:focus[disabled], .mceContentBody a.hollow.success.botao-laranja:focus[disabled], .mce-content-body a.hollow.success.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.success.botao-azul:focus[disabled], .mceContentBody a.hollow.success.botao-azul:focus[disabled], .mce-content-body a.hollow.success.botao-azul:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning, .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza, .mceContentBody a.hollow.warning.botao-cinza, .mce-content-body a.hollow.warning.botao-cinza, .wrapper-conteudo-tinymce a.hollow.botao-laranja, .mceContentBody a.hollow.botao-laranja, .mce-content-body a.hollow.botao-laranja, .wrapper-conteudo-tinymce a.hollow.warning.botao-azul, .mceContentBody a.hollow.warning.botao-azul, .mce-content-body a.hollow.warning.botao-azul {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza:hover, .mceContentBody a.hollow.warning.botao-cinza:hover, .mce-content-body a.hollow.warning.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover, .mceContentBody a.hollow.botao-laranja:hover, .mce-content-body a.hollow.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.warning.botao-azul:hover, .mceContentBody a.hollow.warning.botao-azul:hover, .mce-content-body a.hollow.warning.botao-azul:hover, .button.hollow.warning:focus, .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza:focus, .mceContentBody a.hollow.warning.botao-cinza:focus, .mce-content-body a.hollow.warning.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus, .mceContentBody a.hollow.botao-laranja:focus, .mce-content-body a.hollow.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.warning.botao-azul:focus, .mceContentBody a.hollow.warning.botao-azul:focus, .mce-content-body a.hollow.warning.botao-azul:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.warning:hover.disabled, .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza:hover.disabled, .mceContentBody a.hollow.warning.botao-cinza:hover.disabled, .mce-content-body a.hollow.warning.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.button.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.button.hollow.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.button.hollow.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.hollow.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.warning.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover.disabled, .mceContentBody a.hollow.warning.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:hover.disabled, .mceContentBody a.hollow.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja:hover.disabled, .mce-content-body a.hollow.warning.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja:hover.disabled, .mce-content-body a.hollow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.warning.botao-azul:hover.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover.disabled, .mceContentBody a.hollow.warning.botao-azul:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:hover.disabled, .mceContentBody a.hollow.botao-azul.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:hover.disabled, .mce-content-body a.hollow.warning.botao-azul:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:hover.disabled, .mce-content-body a.hollow.botao-azul.botao-laranja:hover.disabled, .button.hollow.warning:hover[disabled], .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza:hover[disabled], .mceContentBody a.hollow.warning.botao-cinza:hover[disabled], .mce-content-body a.hollow.warning.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.button.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.button.hollow.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.button.hollow.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.hollow.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.warning.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover[disabled], .mceContentBody a.hollow.warning.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:hover[disabled], .mceContentBody a.hollow.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja:hover[disabled], .mce-content-body a.hollow.warning.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja:hover[disabled], .mce-content-body a.hollow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.warning.botao-azul:hover[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover[disabled], .mceContentBody a.hollow.warning.botao-azul:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:hover[disabled], .mceContentBody a.hollow.botao-azul.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:hover[disabled], .mce-content-body a.hollow.warning.botao-azul:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:hover[disabled], .mce-content-body a.hollow.botao-azul.botao-laranja:hover[disabled], .button.hollow.warning:focus.disabled, .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza:focus.disabled, .mceContentBody a.hollow.warning.botao-cinza:focus.disabled, .mce-content-body a.hollow.warning.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.button.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.button.hollow.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.button.hollow.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.hollow.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.warning.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus.disabled, .mceContentBody a.hollow.warning.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:focus.disabled, .mceContentBody a.hollow.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja:focus.disabled, .mce-content-body a.hollow.warning.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-laranja:focus.disabled, .mce-content-body a.hollow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.warning.botao-azul:focus.disabled, .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus.disabled, .mceContentBody a.hollow.warning.botao-azul:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:focus.disabled, .mceContentBody a.hollow.botao-azul.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:focus.disabled, .mce-content-body a.hollow.warning.botao-azul:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:focus.disabled, .mce-content-body a.hollow.botao-azul.botao-laranja:focus.disabled, .button.hollow.warning:focus[disabled], .wrapper-conteudo-tinymce a.hollow.warning.botao-cinza:focus[disabled], .mceContentBody a.hollow.warning.botao-cinza:focus[disabled], .mce-content-body a.hollow.warning.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.button.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.button.hollow.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.button.hollow.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.hollow.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.warning.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus[disabled], .mceContentBody a.hollow.warning.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-laranja:focus[disabled], .mceContentBody a.hollow.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja:focus[disabled], .mce-content-body a.hollow.warning.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-laranja:focus[disabled], .mce-content-body a.hollow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.warning.botao-azul:focus[disabled], .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus[disabled], .mceContentBody a.hollow.warning.botao-azul:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.hollow.botao-azul.botao-laranja:focus[disabled], .mceContentBody a.hollow.botao-azul.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:focus[disabled], .mce-content-body a.hollow.warning.botao-azul:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.hollow.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.hollow.botao-azul.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.hollow.botao-azul.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.hollow.botao-azul.botao-laranja:focus[disabled], .mce-content-body a.hollow.botao-azul.botao-laranja:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert, .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza, .mceContentBody a.hollow.alert.botao-cinza, .mce-content-body a.hollow.alert.botao-cinza, .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja, .mceContentBody a.hollow.alert.botao-laranja, .mce-content-body a.hollow.alert.botao-laranja, .wrapper-conteudo-tinymce a.hollow.alert.botao-azul, .mceContentBody a.hollow.alert.botao-azul, .mce-content-body a.hollow.alert.botao-azul {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza:hover, .mceContentBody a.hollow.alert.botao-cinza:hover, .mce-content-body a.hollow.alert.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja:hover, .mceContentBody a.hollow.alert.botao-laranja:hover, .mce-content-body a.hollow.alert.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.alert.botao-azul:hover, .mceContentBody a.hollow.alert.botao-azul:hover, .mce-content-body a.hollow.alert.botao-azul:hover, .button.hollow.alert:focus, .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza:focus, .mceContentBody a.hollow.alert.botao-cinza:focus, .mce-content-body a.hollow.alert.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja:focus, .mceContentBody a.hollow.alert.botao-laranja:focus, .mce-content-body a.hollow.alert.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.alert.botao-azul:focus, .mceContentBody a.hollow.alert.botao-azul:focus, .mce-content-body a.hollow.alert.botao-azul:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.hollow.alert:hover.disabled, .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza:hover.disabled, .mceContentBody a.hollow.alert.botao-cinza:hover.disabled, .mce-content-body a.hollow.alert.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja:hover.disabled, .mceContentBody a.hollow.alert.botao-laranja:hover.disabled, .mce-content-body a.hollow.alert.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.alert.botao-azul:hover.disabled, .mceContentBody a.hollow.alert.botao-azul:hover.disabled, .mce-content-body a.hollow.alert.botao-azul:hover.disabled, .button.hollow.alert:hover[disabled], .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza:hover[disabled], .mceContentBody a.hollow.alert.botao-cinza:hover[disabled], .mce-content-body a.hollow.alert.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja:hover[disabled], .mceContentBody a.hollow.alert.botao-laranja:hover[disabled], .mce-content-body a.hollow.alert.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.alert.botao-azul:hover[disabled], .mceContentBody a.hollow.alert.botao-azul:hover[disabled], .mce-content-body a.hollow.alert.botao-azul:hover[disabled], .button.hollow.alert:focus.disabled, .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza:focus.disabled, .mceContentBody a.hollow.alert.botao-cinza:focus.disabled, .mce-content-body a.hollow.alert.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja:focus.disabled, .mceContentBody a.hollow.alert.botao-laranja:focus.disabled, .mce-content-body a.hollow.alert.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.alert.botao-azul:focus.disabled, .mceContentBody a.hollow.alert.botao-azul:focus.disabled, .mce-content-body a.hollow.alert.botao-azul:focus.disabled, .button.hollow.alert:focus[disabled], .wrapper-conteudo-tinymce a.hollow.alert.botao-cinza:focus[disabled], .mceContentBody a.hollow.alert.botao-cinza:focus[disabled], .mce-content-body a.hollow.alert.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.alert.botao-laranja:focus[disabled], .mceContentBody a.hollow.alert.botao-laranja:focus[disabled], .mce-content-body a.hollow.alert.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.alert.botao-azul:focus[disabled], .mceContentBody a.hollow.alert.botao-azul:focus[disabled], .mce-content-body a.hollow.alert.botao-azul:focus[disabled] {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.color-top-menu, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza, .mceContentBody a.hollow.color-top-menu.botao-cinza, .mce-content-body a.hollow.color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja, .mceContentBody a.hollow.color-top-menu.botao-laranja, .mce-content-body a.hollow.color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul, .mceContentBody a.hollow.color-top-menu.botao-azul, .mce-content-body a.hollow.color-top-menu.botao-azul {
  border: 1px solid #346786;
  color: #346786;
}
.button.hollow.color-top-menu:hover, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza:hover, .mceContentBody a.hollow.color-top-menu.botao-cinza:hover, .mce-content-body a.hollow.color-top-menu.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja:hover, .mceContentBody a.hollow.color-top-menu.botao-laranja:hover, .mce-content-body a.hollow.color-top-menu.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul:hover, .mceContentBody a.hollow.color-top-menu.botao-azul:hover, .mce-content-body a.hollow.color-top-menu.botao-azul:hover, .button.hollow.color-top-menu:focus, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza:focus, .mceContentBody a.hollow.color-top-menu.botao-cinza:focus, .mce-content-body a.hollow.color-top-menu.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja:focus, .mceContentBody a.hollow.color-top-menu.botao-laranja:focus, .mce-content-body a.hollow.color-top-menu.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul:focus, .mceContentBody a.hollow.color-top-menu.botao-azul:focus, .mce-content-body a.hollow.color-top-menu.botao-azul:focus {
  border-color: rgb(26, 51.5, 67);
  color: rgb(26, 51.5, 67);
}
.button.hollow.color-top-menu:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-top-menu.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-top-menu.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-top-menu.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-top-menu.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul:hover.disabled, .mceContentBody a.hollow.color-top-menu.botao-azul:hover.disabled, .mce-content-body a.hollow.color-top-menu.botao-azul:hover.disabled, .button.hollow.color-top-menu:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-top-menu.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-top-menu.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-top-menu.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-top-menu.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul:hover[disabled], .mceContentBody a.hollow.color-top-menu.botao-azul:hover[disabled], .mce-content-body a.hollow.color-top-menu.botao-azul:hover[disabled], .button.hollow.color-top-menu:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-top-menu.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-top-menu.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-top-menu.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-top-menu.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul:focus.disabled, .mceContentBody a.hollow.color-top-menu.botao-azul:focus.disabled, .mce-content-body a.hollow.color-top-menu.botao-azul:focus.disabled, .button.hollow.color-top-menu:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-top-menu.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-top-menu.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-top-menu.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-top-menu.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-top-menu.botao-azul:focus[disabled], .mceContentBody a.hollow.color-top-menu.botao-azul:focus[disabled], .mce-content-body a.hollow.color-top-menu.botao-azul:focus[disabled] {
  border: 1px solid #346786;
  color: #346786;
}
.button.hollow.color-light-blue, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza, .mceContentBody a.hollow.color-light-blue.botao-cinza, .mce-content-body a.hollow.color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja, .mceContentBody a.hollow.color-light-blue.botao-laranja, .mce-content-body a.hollow.color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul, .mceContentBody a.hollow.color-light-blue.botao-azul, .mce-content-body a.hollow.color-light-blue.botao-azul {
  border: 1px solid #31B0D5;
  color: #31B0D5;
}
.button.hollow.color-light-blue:hover, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza:hover, .mceContentBody a.hollow.color-light-blue.botao-cinza:hover, .mce-content-body a.hollow.color-light-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja:hover, .mceContentBody a.hollow.color-light-blue.botao-laranja:hover, .mce-content-body a.hollow.color-light-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul:hover, .mceContentBody a.hollow.color-light-blue.botao-azul:hover, .mce-content-body a.hollow.color-light-blue.botao-azul:hover, .button.hollow.color-light-blue:focus, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza:focus, .mceContentBody a.hollow.color-light-blue.botao-cinza:focus, .mce-content-body a.hollow.color-light-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja:focus, .mceContentBody a.hollow.color-light-blue.botao-laranja:focus, .mce-content-body a.hollow.color-light-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul:focus, .mceContentBody a.hollow.color-light-blue.botao-azul:focus, .mce-content-body a.hollow.color-light-blue.botao-azul:focus {
  border-color: rgb(22.185483871, 89.2701612903, 108.814516129);
  color: rgb(22.185483871, 89.2701612903, 108.814516129);
}
.button.hollow.color-light-blue:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-light-blue.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-light-blue.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-light-blue.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-light-blue.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul:hover.disabled, .mceContentBody a.hollow.color-light-blue.botao-azul:hover.disabled, .mce-content-body a.hollow.color-light-blue.botao-azul:hover.disabled, .button.hollow.color-light-blue:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-light-blue.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-light-blue.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-light-blue.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-light-blue.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul:hover[disabled], .mceContentBody a.hollow.color-light-blue.botao-azul:hover[disabled], .mce-content-body a.hollow.color-light-blue.botao-azul:hover[disabled], .button.hollow.color-light-blue:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-light-blue.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-light-blue.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-light-blue.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-light-blue.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul:focus.disabled, .mceContentBody a.hollow.color-light-blue.botao-azul:focus.disabled, .mce-content-body a.hollow.color-light-blue.botao-azul:focus.disabled, .button.hollow.color-light-blue:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-light-blue.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-light-blue.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-light-blue.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-light-blue.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-light-blue.botao-azul:focus[disabled], .mceContentBody a.hollow.color-light-blue.botao-azul:focus[disabled], .mce-content-body a.hollow.color-light-blue.botao-azul:focus[disabled] {
  border: 1px solid #31B0D5;
  color: #31B0D5;
}
.button.hollow.color-darker-blue, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza, .mceContentBody a.hollow.color-darker-blue.botao-cinza, .mce-content-body a.hollow.color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja, .mceContentBody a.hollow.color-darker-blue.botao-laranja, .mce-content-body a.hollow.color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul, .mceContentBody a.hollow.color-darker-blue.botao-azul, .mce-content-body a.hollow.color-darker-blue.botao-azul {
  border: 1px solid #1B303B;
  color: #1B303B;
}
.button.hollow.color-darker-blue:hover, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza:hover, .mceContentBody a.hollow.color-darker-blue.botao-cinza:hover, .mce-content-body a.hollow.color-darker-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja:hover, .mceContentBody a.hollow.color-darker-blue.botao-laranja:hover, .mce-content-body a.hollow.color-darker-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul:hover, .mceContentBody a.hollow.color-darker-blue.botao-azul:hover, .mce-content-body a.hollow.color-darker-blue.botao-azul:hover, .button.hollow.color-darker-blue:focus, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza:focus, .mceContentBody a.hollow.color-darker-blue.botao-cinza:focus, .mce-content-body a.hollow.color-darker-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja:focus, .mceContentBody a.hollow.color-darker-blue.botao-laranja:focus, .mce-content-body a.hollow.color-darker-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul:focus, .mceContentBody a.hollow.color-darker-blue.botao-azul:focus, .mce-content-body a.hollow.color-darker-blue.botao-azul:focus {
  border-color: rgb(13.5, 24, 29.5);
  color: rgb(13.5, 24, 29.5);
}
.button.hollow.color-darker-blue:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-darker-blue.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-darker-blue.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-darker-blue.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-darker-blue.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul:hover.disabled, .mceContentBody a.hollow.color-darker-blue.botao-azul:hover.disabled, .mce-content-body a.hollow.color-darker-blue.botao-azul:hover.disabled, .button.hollow.color-darker-blue:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-darker-blue.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-darker-blue.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-darker-blue.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-darker-blue.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul:hover[disabled], .mceContentBody a.hollow.color-darker-blue.botao-azul:hover[disabled], .mce-content-body a.hollow.color-darker-blue.botao-azul:hover[disabled], .button.hollow.color-darker-blue:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-darker-blue.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-darker-blue.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-darker-blue.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-darker-blue.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul:focus.disabled, .mceContentBody a.hollow.color-darker-blue.botao-azul:focus.disabled, .mce-content-body a.hollow.color-darker-blue.botao-azul:focus.disabled, .button.hollow.color-darker-blue:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-darker-blue.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-darker-blue.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-darker-blue.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-darker-blue.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-darker-blue.botao-azul:focus[disabled], .mceContentBody a.hollow.color-darker-blue.botao-azul:focus[disabled], .mce-content-body a.hollow.color-darker-blue.botao-azul:focus[disabled] {
  border: 1px solid #1B303B;
  color: #1B303B;
}
.button.hollow.color-blue, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza, .mceContentBody a.hollow.color-blue.botao-cinza, .mce-content-body a.hollow.color-blue.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja, .mceContentBody a.hollow.color-blue.botao-laranja, .mce-content-body a.hollow.color-blue.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul, .mceContentBody a.hollow.color-blue.botao-azul, .mce-content-body a.hollow.color-blue.botao-azul {
  border: 1px solid #237489;
  color: #237489;
}
.button.hollow.color-blue:hover, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza:hover, .mceContentBody a.hollow.color-blue.botao-cinza:hover, .mce-content-body a.hollow.color-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja:hover, .mceContentBody a.hollow.color-blue.botao-laranja:hover, .mce-content-body a.hollow.color-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul:hover, .mceContentBody a.hollow.color-blue.botao-azul:hover, .mce-content-body a.hollow.color-blue.botao-azul:hover, .button.hollow.color-blue:focus, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza:focus, .mceContentBody a.hollow.color-blue.botao-cinza:focus, .mce-content-body a.hollow.color-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja:focus, .mceContentBody a.hollow.color-blue.botao-laranja:focus, .mce-content-body a.hollow.color-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul:focus, .mceContentBody a.hollow.color-blue.botao-azul:focus, .mce-content-body a.hollow.color-blue.botao-azul:focus {
  border-color: rgb(17.5, 58, 68.5);
  color: rgb(17.5, 58, 68.5);
}
.button.hollow.color-blue:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-blue.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-blue.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-blue.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-blue.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul:hover.disabled, .mceContentBody a.hollow.color-blue.botao-azul:hover.disabled, .mce-content-body a.hollow.color-blue.botao-azul:hover.disabled, .button.hollow.color-blue:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-blue.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-blue.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-blue.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-blue.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul:hover[disabled], .mceContentBody a.hollow.color-blue.botao-azul:hover[disabled], .mce-content-body a.hollow.color-blue.botao-azul:hover[disabled], .button.hollow.color-blue:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-blue.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-blue.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-blue.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-blue.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul:focus.disabled, .mceContentBody a.hollow.color-blue.botao-azul:focus.disabled, .mce-content-body a.hollow.color-blue.botao-azul:focus.disabled, .button.hollow.color-blue:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-blue.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-blue.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-blue.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-blue.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue.botao-azul:focus[disabled], .mceContentBody a.hollow.color-blue.botao-azul:focus[disabled], .mce-content-body a.hollow.color-blue.botao-azul:focus[disabled] {
  border: 1px solid #237489;
  color: #237489;
}
.button.hollow.color-red, .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza, .mceContentBody a.hollow.color-red.botao-cinza, .mce-content-body a.hollow.color-red.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja, .mceContentBody a.hollow.color-red.botao-laranja, .mce-content-body a.hollow.color-red.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul, .mceContentBody a.hollow.color-red.botao-azul, .mce-content-body a.hollow.color-red.botao-azul {
  border: 1px solid #8A3121;
  color: #8A3121;
}
.button.hollow.color-red:hover, .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza:hover, .mceContentBody a.hollow.color-red.botao-cinza:hover, .mce-content-body a.hollow.color-red.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja:hover, .mceContentBody a.hollow.color-red.botao-laranja:hover, .mce-content-body a.hollow.color-red.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul:hover, .mceContentBody a.hollow.color-red.botao-azul:hover, .mce-content-body a.hollow.color-red.botao-azul:hover, .button.hollow.color-red:focus, .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza:focus, .mceContentBody a.hollow.color-red.botao-cinza:focus, .mce-content-body a.hollow.color-red.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja:focus, .mceContentBody a.hollow.color-red.botao-laranja:focus, .mce-content-body a.hollow.color-red.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul:focus, .mceContentBody a.hollow.color-red.botao-azul:focus, .mce-content-body a.hollow.color-red.botao-azul:focus {
  border-color: rgb(69, 24.5, 16.5);
  color: rgb(69, 24.5, 16.5);
}
.button.hollow.color-red:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-red.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-red.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-red.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-red.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul:hover.disabled, .mceContentBody a.hollow.color-red.botao-azul:hover.disabled, .mce-content-body a.hollow.color-red.botao-azul:hover.disabled, .button.hollow.color-red:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-red.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-red.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-red.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-red.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul:hover[disabled], .mceContentBody a.hollow.color-red.botao-azul:hover[disabled], .mce-content-body a.hollow.color-red.botao-azul:hover[disabled], .button.hollow.color-red:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-red.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-red.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-red.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-red.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul:focus.disabled, .mceContentBody a.hollow.color-red.botao-azul:focus.disabled, .mce-content-body a.hollow.color-red.botao-azul:focus.disabled, .button.hollow.color-red:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-red.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-red.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-red.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-red.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-red.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-red.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-red.botao-azul:focus[disabled], .mceContentBody a.hollow.color-red.botao-azul:focus[disabled], .mce-content-body a.hollow.color-red.botao-azul:focus[disabled] {
  border: 1px solid #8A3121;
  color: #8A3121;
}
.button.hollow.color-green, .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza, .mceContentBody a.hollow.color-green.botao-cinza, .mce-content-body a.hollow.color-green.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja, .mceContentBody a.hollow.color-green.botao-laranja, .mce-content-body a.hollow.color-green.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul, .mceContentBody a.hollow.color-green.botao-azul, .mce-content-body a.hollow.color-green.botao-azul {
  border: 1px solid #4C7948;
  color: #4C7948;
}
.button.hollow.color-green:hover, .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza:hover, .mceContentBody a.hollow.color-green.botao-cinza:hover, .mce-content-body a.hollow.color-green.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja:hover, .mceContentBody a.hollow.color-green.botao-laranja:hover, .mce-content-body a.hollow.color-green.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul:hover, .mceContentBody a.hollow.color-green.botao-azul:hover, .mce-content-body a.hollow.color-green.botao-azul:hover, .button.hollow.color-green:focus, .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza:focus, .mceContentBody a.hollow.color-green.botao-cinza:focus, .mce-content-body a.hollow.color-green.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja:focus, .mceContentBody a.hollow.color-green.botao-laranja:focus, .mce-content-body a.hollow.color-green.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul:focus, .mceContentBody a.hollow.color-green.botao-azul:focus, .mce-content-body a.hollow.color-green.botao-azul:focus {
  border-color: rgb(38, 60.5, 36);
  color: rgb(38, 60.5, 36);
}
.button.hollow.color-green:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-green.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-green.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-green.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-green.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul:hover.disabled, .mceContentBody a.hollow.color-green.botao-azul:hover.disabled, .mce-content-body a.hollow.color-green.botao-azul:hover.disabled, .button.hollow.color-green:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-green.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-green.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-green.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-green.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul:hover[disabled], .mceContentBody a.hollow.color-green.botao-azul:hover[disabled], .mce-content-body a.hollow.color-green.botao-azul:hover[disabled], .button.hollow.color-green:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-green.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-green.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-green.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-green.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul:focus.disabled, .mceContentBody a.hollow.color-green.botao-azul:focus.disabled, .mce-content-body a.hollow.color-green.botao-azul:focus.disabled, .button.hollow.color-green:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-green.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-green.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-green.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-green.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-green.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-green.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-green.botao-azul:focus[disabled], .mceContentBody a.hollow.color-green.botao-azul:focus[disabled], .mce-content-body a.hollow.color-green.botao-azul:focus[disabled] {
  border: 1px solid #4C7948;
  color: #4C7948;
}
.button.hollow.color-yellow, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza, .mceContentBody a.hollow.color-yellow.botao-cinza, .mce-content-body a.hollow.color-yellow.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja, .mceContentBody a.hollow.color-yellow.botao-laranja, .mce-content-body a.hollow.color-yellow.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul, .mceContentBody a.hollow.color-yellow.botao-azul, .mce-content-body a.hollow.color-yellow.botao-azul {
  border: 1px solid #DED14E;
  color: #DED14E;
}
.button.hollow.color-yellow:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza:hover, .mceContentBody a.hollow.color-yellow.botao-cinza:hover, .mce-content-body a.hollow.color-yellow.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja:hover, .mceContentBody a.hollow.color-yellow.botao-laranja:hover, .mce-content-body a.hollow.color-yellow.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul:hover, .mceContentBody a.hollow.color-yellow.botao-azul:hover, .mce-content-body a.hollow.color-yellow.botao-azul:hover, .button.hollow.color-yellow:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza:focus, .mceContentBody a.hollow.color-yellow.botao-cinza:focus, .mce-content-body a.hollow.color-yellow.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja:focus, .mceContentBody a.hollow.color-yellow.botao-laranja:focus, .mce-content-body a.hollow.color-yellow.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul:focus, .mceContentBody a.hollow.color-yellow.botao-azul:focus, .mce-content-body a.hollow.color-yellow.botao-azul:focus {
  border-color: rgb(126.4285714286, 117.1428571429, 23.5714285714);
  color: rgb(126.4285714286, 117.1428571429, 23.5714285714);
}
.button.hollow.color-yellow:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-yellow.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-yellow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-yellow.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-yellow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul:hover.disabled, .mceContentBody a.hollow.color-yellow.botao-azul:hover.disabled, .mce-content-body a.hollow.color-yellow.botao-azul:hover.disabled, .button.hollow.color-yellow:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-yellow.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-yellow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-yellow.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-yellow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul:hover[disabled], .mceContentBody a.hollow.color-yellow.botao-azul:hover[disabled], .mce-content-body a.hollow.color-yellow.botao-azul:hover[disabled], .button.hollow.color-yellow:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-yellow.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-yellow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-yellow.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-yellow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul:focus.disabled, .mceContentBody a.hollow.color-yellow.botao-azul:focus.disabled, .mce-content-body a.hollow.color-yellow.botao-azul:focus.disabled, .button.hollow.color-yellow:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-yellow.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-yellow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-yellow.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-yellow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow.botao-azul:focus[disabled], .mceContentBody a.hollow.color-yellow.botao-azul:focus[disabled], .mce-content-body a.hollow.color-yellow.botao-azul:focus[disabled] {
  border: 1px solid #DED14E;
  color: #DED14E;
}
.button.hollow.color-orange, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza, .mceContentBody a.hollow.color-orange.botao-cinza, .mce-content-body a.hollow.color-orange.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja, .mceContentBody a.hollow.color-orange.botao-laranja, .mce-content-body a.hollow.color-orange.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul, .mceContentBody a.hollow.color-orange.botao-azul, .mce-content-body a.hollow.color-orange.botao-azul {
  border: 1px solid #c36d1b;
  color: #c36d1b;
}
.button.hollow.color-orange:hover, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza:hover, .mceContentBody a.hollow.color-orange.botao-cinza:hover, .mce-content-body a.hollow.color-orange.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja:hover, .mceContentBody a.hollow.color-orange.botao-laranja:hover, .mce-content-body a.hollow.color-orange.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul:hover, .mceContentBody a.hollow.color-orange.botao-azul:hover, .mce-content-body a.hollow.color-orange.botao-azul:hover, .button.hollow.color-orange:focus, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza:focus, .mceContentBody a.hollow.color-orange.botao-cinza:focus, .mce-content-body a.hollow.color-orange.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja:focus, .mceContentBody a.hollow.color-orange.botao-laranja:focus, .mce-content-body a.hollow.color-orange.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul:focus, .mceContentBody a.hollow.color-orange.botao-azul:focus, .mce-content-body a.hollow.color-orange.botao-azul:focus {
  border-color: rgb(97.5, 54.5, 13.5);
  color: rgb(97.5, 54.5, 13.5);
}
.button.hollow.color-orange:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-orange.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-orange.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-orange.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-orange.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul:hover.disabled, .mceContentBody a.hollow.color-orange.botao-azul:hover.disabled, .mce-content-body a.hollow.color-orange.botao-azul:hover.disabled, .button.hollow.color-orange:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-orange.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-orange.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-orange.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-orange.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul:hover[disabled], .mceContentBody a.hollow.color-orange.botao-azul:hover[disabled], .mce-content-body a.hollow.color-orange.botao-azul:hover[disabled], .button.hollow.color-orange:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-orange.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-orange.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-orange.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-orange.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul:focus.disabled, .mceContentBody a.hollow.color-orange.botao-azul:focus.disabled, .mce-content-body a.hollow.color-orange.botao-azul:focus.disabled, .button.hollow.color-orange:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-orange.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-orange.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-orange.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-orange.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange.botao-azul:focus[disabled], .mceContentBody a.hollow.color-orange.botao-azul:focus[disabled], .mce-content-body a.hollow.color-orange.botao-azul:focus[disabled] {
  border: 1px solid #c36d1b;
  color: #c36d1b;
}
.button.hollow.color-purple, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza, .mceContentBody a.hollow.color-purple.botao-cinza, .mce-content-body a.hollow.color-purple.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja, .mceContentBody a.hollow.color-purple.botao-laranja, .mce-content-body a.hollow.color-purple.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul, .mceContentBody a.hollow.color-purple.botao-azul, .mce-content-body a.hollow.color-purple.botao-azul {
  border: 1px solid #445079;
  color: #445079;
}
.button.hollow.color-purple:hover, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza:hover, .mceContentBody a.hollow.color-purple.botao-cinza:hover, .mce-content-body a.hollow.color-purple.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja:hover, .mceContentBody a.hollow.color-purple.botao-laranja:hover, .mce-content-body a.hollow.color-purple.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul:hover, .mceContentBody a.hollow.color-purple.botao-azul:hover, .mce-content-body a.hollow.color-purple.botao-azul:hover, .button.hollow.color-purple:focus, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza:focus, .mceContentBody a.hollow.color-purple.botao-cinza:focus, .mce-content-body a.hollow.color-purple.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja:focus, .mceContentBody a.hollow.color-purple.botao-laranja:focus, .mce-content-body a.hollow.color-purple.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul:focus, .mceContentBody a.hollow.color-purple.botao-azul:focus, .mce-content-body a.hollow.color-purple.botao-azul:focus {
  border-color: rgb(34, 40, 60.5);
  color: rgb(34, 40, 60.5);
}
.button.hollow.color-purple:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-purple.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-purple.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-purple.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-purple.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul:hover.disabled, .mceContentBody a.hollow.color-purple.botao-azul:hover.disabled, .mce-content-body a.hollow.color-purple.botao-azul:hover.disabled, .button.hollow.color-purple:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-purple.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-purple.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-purple.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-purple.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul:hover[disabled], .mceContentBody a.hollow.color-purple.botao-azul:hover[disabled], .mce-content-body a.hollow.color-purple.botao-azul:hover[disabled], .button.hollow.color-purple:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-purple.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-purple.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-purple.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-purple.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul:focus.disabled, .mceContentBody a.hollow.color-purple.botao-azul:focus.disabled, .mce-content-body a.hollow.color-purple.botao-azul:focus.disabled, .button.hollow.color-purple:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-purple.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-purple.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-purple.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-purple.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple.botao-azul:focus[disabled], .mceContentBody a.hollow.color-purple.botao-azul:focus[disabled], .mce-content-body a.hollow.color-purple.botao-azul:focus[disabled] {
  border: 1px solid #445079;
  color: #445079;
}
.button.hollow.color-blue-saturated, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza, .mceContentBody a.hollow.color-blue-saturated.botao-cinza, .mce-content-body a.hollow.color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja, .mceContentBody a.hollow.color-blue-saturated.botao-laranja, .mce-content-body a.hollow.color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul, .mceContentBody a.hollow.color-blue-saturated.botao-azul, .mce-content-body a.hollow.color-blue-saturated.botao-azul {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.hollow.color-blue-saturated:hover, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza:hover, .mceContentBody a.hollow.color-blue-saturated.botao-cinza:hover, .mce-content-body a.hollow.color-blue-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja:hover, .mceContentBody a.hollow.color-blue-saturated.botao-laranja:hover, .mce-content-body a.hollow.color-blue-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul:hover, .mceContentBody a.hollow.color-blue-saturated.botao-azul:hover, .mce-content-body a.hollow.color-blue-saturated.botao-azul:hover, .button.hollow.color-blue-saturated:focus, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza:focus, .mceContentBody a.hollow.color-blue-saturated.botao-cinza:focus, .mce-content-body a.hollow.color-blue-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja:focus, .mceContentBody a.hollow.color-blue-saturated.botao-laranja:focus, .mce-content-body a.hollow.color-blue-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul:focus, .mceContentBody a.hollow.color-blue-saturated.botao-azul:focus, .mce-content-body a.hollow.color-blue-saturated.botao-azul:focus {
  border-color: rgb(0, 79.5, 112);
  color: rgb(0, 79.5, 112);
}
.button.hollow.color-blue-saturated:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-blue-saturated.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-blue-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-blue-saturated.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-blue-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul:hover.disabled, .mceContentBody a.hollow.color-blue-saturated.botao-azul:hover.disabled, .mce-content-body a.hollow.color-blue-saturated.botao-azul:hover.disabled, .button.hollow.color-blue-saturated:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-blue-saturated.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-blue-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-blue-saturated.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-blue-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul:hover[disabled], .mceContentBody a.hollow.color-blue-saturated.botao-azul:hover[disabled], .mce-content-body a.hollow.color-blue-saturated.botao-azul:hover[disabled], .button.hollow.color-blue-saturated:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-blue-saturated.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-blue-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-blue-saturated.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-blue-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul:focus.disabled, .mceContentBody a.hollow.color-blue-saturated.botao-azul:focus.disabled, .mce-content-body a.hollow.color-blue-saturated.botao-azul:focus.disabled, .button.hollow.color-blue-saturated:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-blue-saturated.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-blue-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-blue-saturated.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-blue-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-blue-saturated.botao-azul:focus[disabled], .mceContentBody a.hollow.color-blue-saturated.botao-azul:focus[disabled], .mce-content-body a.hollow.color-blue-saturated.botao-azul:focus[disabled] {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.hollow.color-red-saturated, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza, .mceContentBody a.hollow.color-red-saturated.botao-cinza, .mce-content-body a.hollow.color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja, .mceContentBody a.hollow.color-red-saturated.botao-laranja, .mce-content-body a.hollow.color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul, .mceContentBody a.hollow.color-red-saturated.botao-azul, .mce-content-body a.hollow.color-red-saturated.botao-azul {
  border: 1px solid #A91B01;
  color: #A91B01;
}
.button.hollow.color-red-saturated:hover, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza:hover, .mceContentBody a.hollow.color-red-saturated.botao-cinza:hover, .mce-content-body a.hollow.color-red-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja:hover, .mceContentBody a.hollow.color-red-saturated.botao-laranja:hover, .mce-content-body a.hollow.color-red-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul:hover, .mceContentBody a.hollow.color-red-saturated.botao-azul:hover, .mce-content-body a.hollow.color-red-saturated.botao-azul:hover, .button.hollow.color-red-saturated:focus, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza:focus, .mceContentBody a.hollow.color-red-saturated.botao-cinza:focus, .mce-content-body a.hollow.color-red-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja:focus, .mceContentBody a.hollow.color-red-saturated.botao-laranja:focus, .mce-content-body a.hollow.color-red-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul:focus, .mceContentBody a.hollow.color-red-saturated.botao-azul:focus, .mce-content-body a.hollow.color-red-saturated.botao-azul:focus {
  border-color: rgb(84.5, 13.5, 0.5);
  color: rgb(84.5, 13.5, 0.5);
}
.button.hollow.color-red-saturated:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-red-saturated.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-red-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-red-saturated.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-red-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul:hover.disabled, .mceContentBody a.hollow.color-red-saturated.botao-azul:hover.disabled, .mce-content-body a.hollow.color-red-saturated.botao-azul:hover.disabled, .button.hollow.color-red-saturated:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-red-saturated.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-red-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-red-saturated.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-red-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul:hover[disabled], .mceContentBody a.hollow.color-red-saturated.botao-azul:hover[disabled], .mce-content-body a.hollow.color-red-saturated.botao-azul:hover[disabled], .button.hollow.color-red-saturated:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-red-saturated.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-red-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-red-saturated.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-red-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul:focus.disabled, .mceContentBody a.hollow.color-red-saturated.botao-azul:focus.disabled, .mce-content-body a.hollow.color-red-saturated.botao-azul:focus.disabled, .button.hollow.color-red-saturated:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-red-saturated.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-red-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-red-saturated.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-red-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-red-saturated.botao-azul:focus[disabled], .mceContentBody a.hollow.color-red-saturated.botao-azul:focus[disabled], .mce-content-body a.hollow.color-red-saturated.botao-azul:focus[disabled] {
  border: 1px solid #A91B01;
  color: #A91B01;
}
.button.hollow.color-green-saturated, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza, .mceContentBody a.hollow.color-green-saturated.botao-cinza, .mce-content-body a.hollow.color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja, .mceContentBody a.hollow.color-green-saturated.botao-laranja, .mce-content-body a.hollow.color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul, .mceContentBody a.hollow.color-green-saturated.botao-azul, .mce-content-body a.hollow.color-green-saturated.botao-azul {
  border: 1px solid #3F8739;
  color: #3F8739;
}
.button.hollow.color-green-saturated:hover, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza:hover, .mceContentBody a.hollow.color-green-saturated.botao-cinza:hover, .mce-content-body a.hollow.color-green-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja:hover, .mceContentBody a.hollow.color-green-saturated.botao-laranja:hover, .mce-content-body a.hollow.color-green-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul:hover, .mceContentBody a.hollow.color-green-saturated.botao-azul:hover, .mce-content-body a.hollow.color-green-saturated.botao-azul:hover, .button.hollow.color-green-saturated:focus, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza:focus, .mceContentBody a.hollow.color-green-saturated.botao-cinza:focus, .mce-content-body a.hollow.color-green-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja:focus, .mceContentBody a.hollow.color-green-saturated.botao-laranja:focus, .mce-content-body a.hollow.color-green-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul:focus, .mceContentBody a.hollow.color-green-saturated.botao-azul:focus, .mce-content-body a.hollow.color-green-saturated.botao-azul:focus {
  border-color: rgb(31.5, 67.5, 28.5);
  color: rgb(31.5, 67.5, 28.5);
}
.button.hollow.color-green-saturated:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-green-saturated.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-green-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-green-saturated.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-green-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul:hover.disabled, .mceContentBody a.hollow.color-green-saturated.botao-azul:hover.disabled, .mce-content-body a.hollow.color-green-saturated.botao-azul:hover.disabled, .button.hollow.color-green-saturated:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-green-saturated.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-green-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-green-saturated.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-green-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul:hover[disabled], .mceContentBody a.hollow.color-green-saturated.botao-azul:hover[disabled], .mce-content-body a.hollow.color-green-saturated.botao-azul:hover[disabled], .button.hollow.color-green-saturated:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-green-saturated.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-green-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-green-saturated.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-green-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul:focus.disabled, .mceContentBody a.hollow.color-green-saturated.botao-azul:focus.disabled, .mce-content-body a.hollow.color-green-saturated.botao-azul:focus.disabled, .button.hollow.color-green-saturated:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-green-saturated.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-green-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-green-saturated.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-green-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-green-saturated.botao-azul:focus[disabled], .mceContentBody a.hollow.color-green-saturated.botao-azul:focus[disabled], .mce-content-body a.hollow.color-green-saturated.botao-azul:focus[disabled] {
  border: 1px solid #3F8739;
  color: #3F8739;
}
.button.hollow.color-yellow-saturated, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza, .mceContentBody a.hollow.color-yellow-saturated.botao-cinza, .mce-content-body a.hollow.color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja, .mceContentBody a.hollow.color-yellow-saturated.botao-laranja, .mce-content-body a.hollow.color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul, .mceContentBody a.hollow.color-yellow-saturated.botao-azul, .mce-content-body a.hollow.color-yellow-saturated.botao-azul {
  border: 1px solid #FFEB2D;
  color: #FFEB2D;
}
.button.hollow.color-yellow-saturated:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza:hover, .mceContentBody a.hollow.color-yellow-saturated.botao-cinza:hover, .mce-content-body a.hollow.color-yellow-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja:hover, .mceContentBody a.hollow.color-yellow-saturated.botao-laranja:hover, .mce-content-body a.hollow.color-yellow-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul:hover, .mceContentBody a.hollow.color-yellow-saturated.botao-azul:hover, .mce-content-body a.hollow.color-yellow-saturated.botao-azul:hover, .button.hollow.color-yellow-saturated:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza:focus, .mceContentBody a.hollow.color-yellow-saturated.botao-cinza:focus, .mce-content-body a.hollow.color-yellow-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja:focus, .mceContentBody a.hollow.color-yellow-saturated.botao-laranja:focus, .mce-content-body a.hollow.color-yellow-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul:focus, .mceContentBody a.hollow.color-yellow-saturated.botao-azul:focus, .mce-content-body a.hollow.color-yellow-saturated.botao-azul:focus {
  border-color: rgb(150, 135.7142857143, 0);
  color: rgb(150, 135.7142857143, 0);
}
.button.hollow.color-yellow-saturated:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-yellow-saturated.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-yellow-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-yellow-saturated.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-yellow-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul:hover.disabled, .mceContentBody a.hollow.color-yellow-saturated.botao-azul:hover.disabled, .mce-content-body a.hollow.color-yellow-saturated.botao-azul:hover.disabled, .button.hollow.color-yellow-saturated:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-yellow-saturated.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-yellow-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-yellow-saturated.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-yellow-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul:hover[disabled], .mceContentBody a.hollow.color-yellow-saturated.botao-azul:hover[disabled], .mce-content-body a.hollow.color-yellow-saturated.botao-azul:hover[disabled], .button.hollow.color-yellow-saturated:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-yellow-saturated.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-yellow-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-yellow-saturated.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-yellow-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul:focus.disabled, .mceContentBody a.hollow.color-yellow-saturated.botao-azul:focus.disabled, .mce-content-body a.hollow.color-yellow-saturated.botao-azul:focus.disabled, .button.hollow.color-yellow-saturated:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-yellow-saturated.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-yellow-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-yellow-saturated.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-yellow-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-saturated.botao-azul:focus[disabled], .mceContentBody a.hollow.color-yellow-saturated.botao-azul:focus[disabled], .mce-content-body a.hollow.color-yellow-saturated.botao-azul:focus[disabled] {
  border: 1px solid #FFEB2D;
  color: #FFEB2D;
}
.button.hollow.color-orange-saturated, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza, .mceContentBody a.hollow.color-orange-saturated.botao-cinza, .mce-content-body a.hollow.color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja, .mceContentBody a.hollow.color-orange-saturated.botao-laranja, .mce-content-body a.hollow.color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul, .mceContentBody a.hollow.color-orange-saturated.botao-azul, .mce-content-body a.hollow.color-orange-saturated.botao-azul {
  border: 1px solid #DE6C00;
  color: #DE6C00;
}
.button.hollow.color-orange-saturated:hover, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza:hover, .mceContentBody a.hollow.color-orange-saturated.botao-cinza:hover, .mce-content-body a.hollow.color-orange-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja:hover, .mceContentBody a.hollow.color-orange-saturated.botao-laranja:hover, .mce-content-body a.hollow.color-orange-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul:hover, .mceContentBody a.hollow.color-orange-saturated.botao-azul:hover, .mce-content-body a.hollow.color-orange-saturated.botao-azul:hover, .button.hollow.color-orange-saturated:focus, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza:focus, .mceContentBody a.hollow.color-orange-saturated.botao-cinza:focus, .mce-content-body a.hollow.color-orange-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja:focus, .mceContentBody a.hollow.color-orange-saturated.botao-laranja:focus, .mce-content-body a.hollow.color-orange-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul:focus, .mceContentBody a.hollow.color-orange-saturated.botao-azul:focus, .mce-content-body a.hollow.color-orange-saturated.botao-azul:focus {
  border-color: #6f3600;
  color: #6f3600;
}
.button.hollow.color-orange-saturated:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-orange-saturated.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-orange-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-orange-saturated.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-orange-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul:hover.disabled, .mceContentBody a.hollow.color-orange-saturated.botao-azul:hover.disabled, .mce-content-body a.hollow.color-orange-saturated.botao-azul:hover.disabled, .button.hollow.color-orange-saturated:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-orange-saturated.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-orange-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-orange-saturated.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-orange-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul:hover[disabled], .mceContentBody a.hollow.color-orange-saturated.botao-azul:hover[disabled], .mce-content-body a.hollow.color-orange-saturated.botao-azul:hover[disabled], .button.hollow.color-orange-saturated:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-orange-saturated.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-orange-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-orange-saturated.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-orange-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul:focus.disabled, .mceContentBody a.hollow.color-orange-saturated.botao-azul:focus.disabled, .mce-content-body a.hollow.color-orange-saturated.botao-azul:focus.disabled, .button.hollow.color-orange-saturated:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-orange-saturated.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-orange-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-orange-saturated.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-orange-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-orange-saturated.botao-azul:focus[disabled], .mceContentBody a.hollow.color-orange-saturated.botao-azul:focus[disabled], .mce-content-body a.hollow.color-orange-saturated.botao-azul:focus[disabled] {
  border: 1px solid #DE6C00;
  color: #DE6C00;
}
.button.hollow.color-purple-saturated, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza, .mceContentBody a.hollow.color-purple-saturated.botao-cinza, .mce-content-body a.hollow.color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja, .mceContentBody a.hollow.color-purple-saturated.botao-laranja, .mce-content-body a.hollow.color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul, .mceContentBody a.hollow.color-purple-saturated.botao-azul, .mce-content-body a.hollow.color-purple-saturated.botao-azul {
  border: 1px solid #344789;
  color: #344789;
}
.button.hollow.color-purple-saturated:hover, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza:hover, .mceContentBody a.hollow.color-purple-saturated.botao-cinza:hover, .mce-content-body a.hollow.color-purple-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja:hover, .mceContentBody a.hollow.color-purple-saturated.botao-laranja:hover, .mce-content-body a.hollow.color-purple-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul:hover, .mceContentBody a.hollow.color-purple-saturated.botao-azul:hover, .mce-content-body a.hollow.color-purple-saturated.botao-azul:hover, .button.hollow.color-purple-saturated:focus, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza:focus, .mceContentBody a.hollow.color-purple-saturated.botao-cinza:focus, .mce-content-body a.hollow.color-purple-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja:focus, .mceContentBody a.hollow.color-purple-saturated.botao-laranja:focus, .mce-content-body a.hollow.color-purple-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul:focus, .mceContentBody a.hollow.color-purple-saturated.botao-azul:focus, .mce-content-body a.hollow.color-purple-saturated.botao-azul:focus {
  border-color: rgb(26, 35.5, 68.5);
  color: rgb(26, 35.5, 68.5);
}
.button.hollow.color-purple-saturated:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-purple-saturated.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-purple-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-purple-saturated.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-purple-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul:hover.disabled, .mceContentBody a.hollow.color-purple-saturated.botao-azul:hover.disabled, .mce-content-body a.hollow.color-purple-saturated.botao-azul:hover.disabled, .button.hollow.color-purple-saturated:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-purple-saturated.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-purple-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-purple-saturated.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-purple-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul:hover[disabled], .mceContentBody a.hollow.color-purple-saturated.botao-azul:hover[disabled], .mce-content-body a.hollow.color-purple-saturated.botao-azul:hover[disabled], .button.hollow.color-purple-saturated:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-purple-saturated.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-purple-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-purple-saturated.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-purple-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul:focus.disabled, .mceContentBody a.hollow.color-purple-saturated.botao-azul:focus.disabled, .mce-content-body a.hollow.color-purple-saturated.botao-azul:focus.disabled, .button.hollow.color-purple-saturated:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-purple-saturated.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-purple-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-purple-saturated.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-purple-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-purple-saturated.botao-azul:focus[disabled], .mceContentBody a.hollow.color-purple-saturated.botao-azul:focus[disabled], .mce-content-body a.hollow.color-purple-saturated.botao-azul:focus[disabled] {
  border: 1px solid #344789;
  color: #344789;
}
.button.hollow.color-yellow-dark, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza, .mceContentBody a.hollow.color-yellow-dark.botao-cinza, .mce-content-body a.hollow.color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja, .mceContentBody a.hollow.color-yellow-dark.botao-laranja, .mce-content-body a.hollow.color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul, .mceContentBody a.hollow.color-yellow-dark.botao-azul, .mce-content-body a.hollow.color-yellow-dark.botao-azul {
  border: 1px solid #857E3F;
  color: #857E3F;
}
.button.hollow.color-yellow-dark:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza:hover, .mceContentBody a.hollow.color-yellow-dark.botao-cinza:hover, .mce-content-body a.hollow.color-yellow-dark.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja:hover, .mceContentBody a.hollow.color-yellow-dark.botao-laranja:hover, .mce-content-body a.hollow.color-yellow-dark.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul:hover, .mceContentBody a.hollow.color-yellow-dark.botao-azul:hover, .mce-content-body a.hollow.color-yellow-dark.botao-azul:hover, .button.hollow.color-yellow-dark:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza:focus, .mceContentBody a.hollow.color-yellow-dark.botao-cinza:focus, .mce-content-body a.hollow.color-yellow-dark.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja:focus, .mceContentBody a.hollow.color-yellow-dark.botao-laranja:focus, .mce-content-body a.hollow.color-yellow-dark.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul:focus, .mceContentBody a.hollow.color-yellow-dark.botao-azul:focus, .mce-content-body a.hollow.color-yellow-dark.botao-azul:focus {
  border-color: rgb(66.5, 63, 31.5);
  color: rgb(66.5, 63, 31.5);
}
.button.hollow.color-yellow-dark:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza:hover.disabled, .mceContentBody a.hollow.color-yellow-dark.botao-cinza:hover.disabled, .mce-content-body a.hollow.color-yellow-dark.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja:hover.disabled, .mceContentBody a.hollow.color-yellow-dark.botao-laranja:hover.disabled, .mce-content-body a.hollow.color-yellow-dark.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul:hover.disabled, .mceContentBody a.hollow.color-yellow-dark.botao-azul:hover.disabled, .mce-content-body a.hollow.color-yellow-dark.botao-azul:hover.disabled, .button.hollow.color-yellow-dark:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza:hover[disabled], .mceContentBody a.hollow.color-yellow-dark.botao-cinza:hover[disabled], .mce-content-body a.hollow.color-yellow-dark.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja:hover[disabled], .mceContentBody a.hollow.color-yellow-dark.botao-laranja:hover[disabled], .mce-content-body a.hollow.color-yellow-dark.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul:hover[disabled], .mceContentBody a.hollow.color-yellow-dark.botao-azul:hover[disabled], .mce-content-body a.hollow.color-yellow-dark.botao-azul:hover[disabled], .button.hollow.color-yellow-dark:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza:focus.disabled, .mceContentBody a.hollow.color-yellow-dark.botao-cinza:focus.disabled, .mce-content-body a.hollow.color-yellow-dark.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja:focus.disabled, .mceContentBody a.hollow.color-yellow-dark.botao-laranja:focus.disabled, .mce-content-body a.hollow.color-yellow-dark.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul:focus.disabled, .mceContentBody a.hollow.color-yellow-dark.botao-azul:focus.disabled, .mce-content-body a.hollow.color-yellow-dark.botao-azul:focus.disabled, .button.hollow.color-yellow-dark:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-cinza:focus[disabled], .mceContentBody a.hollow.color-yellow-dark.botao-cinza:focus[disabled], .mce-content-body a.hollow.color-yellow-dark.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-laranja:focus[disabled], .mceContentBody a.hollow.color-yellow-dark.botao-laranja:focus[disabled], .mce-content-body a.hollow.color-yellow-dark.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.color-yellow-dark.botao-azul:focus[disabled], .mceContentBody a.hollow.color-yellow-dark.botao-azul:focus[disabled], .mce-content-body a.hollow.color-yellow-dark.botao-azul:focus[disabled] {
  border: 1px solid #857E3F;
  color: #857E3F;
}
.button.hollow.light-gray, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza, .mceContentBody a.hollow.light-gray.botao-cinza, .mce-content-body a.hollow.light-gray.botao-cinza, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja, .mceContentBody a.hollow.light-gray.botao-laranja, .mce-content-body a.hollow.light-gray.botao-laranja, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul, .mceContentBody a.hollow.light-gray.botao-azul, .mce-content-body a.hollow.light-gray.botao-azul {
  border: 1px solid #E2E2E2;
  color: #E2E2E2;
}
.button.hollow.light-gray:hover, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza:hover, .mceContentBody a.hollow.light-gray.botao-cinza:hover, .mce-content-body a.hollow.light-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja:hover, .mceContentBody a.hollow.light-gray.botao-laranja:hover, .mce-content-body a.hollow.light-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul:hover, .mceContentBody a.hollow.light-gray.botao-azul:hover, .mce-content-body a.hollow.light-gray.botao-azul:hover, .button.hollow.light-gray:focus, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza:focus, .mceContentBody a.hollow.light-gray.botao-cinza:focus, .mce-content-body a.hollow.light-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja:focus, .mceContentBody a.hollow.light-gray.botao-laranja:focus, .mce-content-body a.hollow.light-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul:focus, .mceContentBody a.hollow.light-gray.botao-azul:focus, .mce-content-body a.hollow.light-gray.botao-azul:focus {
  border-color: #717171;
  color: #717171;
}
.button.hollow.light-gray:hover.disabled, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza:hover.disabled, .mceContentBody a.hollow.light-gray.botao-cinza:hover.disabled, .mce-content-body a.hollow.light-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja:hover.disabled, .mceContentBody a.hollow.light-gray.botao-laranja:hover.disabled, .mce-content-body a.hollow.light-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul:hover.disabled, .mceContentBody a.hollow.light-gray.botao-azul:hover.disabled, .mce-content-body a.hollow.light-gray.botao-azul:hover.disabled, .button.hollow.light-gray:hover[disabled], .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza:hover[disabled], .mceContentBody a.hollow.light-gray.botao-cinza:hover[disabled], .mce-content-body a.hollow.light-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja:hover[disabled], .mceContentBody a.hollow.light-gray.botao-laranja:hover[disabled], .mce-content-body a.hollow.light-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul:hover[disabled], .mceContentBody a.hollow.light-gray.botao-azul:hover[disabled], .mce-content-body a.hollow.light-gray.botao-azul:hover[disabled], .button.hollow.light-gray:focus.disabled, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza:focus.disabled, .mceContentBody a.hollow.light-gray.botao-cinza:focus.disabled, .mce-content-body a.hollow.light-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja:focus.disabled, .mceContentBody a.hollow.light-gray.botao-laranja:focus.disabled, .mce-content-body a.hollow.light-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul:focus.disabled, .mceContentBody a.hollow.light-gray.botao-azul:focus.disabled, .mce-content-body a.hollow.light-gray.botao-azul:focus.disabled, .button.hollow.light-gray:focus[disabled], .wrapper-conteudo-tinymce a.hollow.light-gray.botao-cinza:focus[disabled], .mceContentBody a.hollow.light-gray.botao-cinza:focus[disabled], .mce-content-body a.hollow.light-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.light-gray.botao-laranja:focus[disabled], .mceContentBody a.hollow.light-gray.botao-laranja:focus[disabled], .mce-content-body a.hollow.light-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.light-gray.botao-azul:focus[disabled], .mceContentBody a.hollow.light-gray.botao-azul:focus[disabled], .mce-content-body a.hollow.light-gray.botao-azul:focus[disabled] {
  border: 1px solid #E2E2E2;
  color: #E2E2E2;
}
.button.hollow.lightest-gray, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza, .mceContentBody a.hollow.lightest-gray.botao-cinza, .mce-content-body a.hollow.lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja, .mceContentBody a.hollow.lightest-gray.botao-laranja, .mce-content-body a.hollow.lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul, .mceContentBody a.hollow.lightest-gray.botao-azul, .mce-content-body a.hollow.lightest-gray.botao-azul {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.button.hollow.lightest-gray:hover, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza:hover, .mceContentBody a.hollow.lightest-gray.botao-cinza:hover, .mce-content-body a.hollow.lightest-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja:hover, .mceContentBody a.hollow.lightest-gray.botao-laranja:hover, .mce-content-body a.hollow.lightest-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul:hover, .mceContentBody a.hollow.lightest-gray.botao-azul:hover, .mce-content-body a.hollow.lightest-gray.botao-azul:hover, .button.hollow.lightest-gray:focus, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza:focus, .mceContentBody a.hollow.lightest-gray.botao-cinza:focus, .mce-content-body a.hollow.lightest-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja:focus, .mceContentBody a.hollow.lightest-gray.botao-laranja:focus, .mce-content-body a.hollow.lightest-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul:focus, .mceContentBody a.hollow.lightest-gray.botao-azul:focus, .mce-content-body a.hollow.lightest-gray.botao-azul:focus {
  border-color: rgb(122.5, 122.5, 122.5);
  color: rgb(122.5, 122.5, 122.5);
}
.button.hollow.lightest-gray:hover.disabled, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza:hover.disabled, .mceContentBody a.hollow.lightest-gray.botao-cinza:hover.disabled, .mce-content-body a.hollow.lightest-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja:hover.disabled, .mceContentBody a.hollow.lightest-gray.botao-laranja:hover.disabled, .mce-content-body a.hollow.lightest-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul:hover.disabled, .mceContentBody a.hollow.lightest-gray.botao-azul:hover.disabled, .mce-content-body a.hollow.lightest-gray.botao-azul:hover.disabled, .button.hollow.lightest-gray:hover[disabled], .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza:hover[disabled], .mceContentBody a.hollow.lightest-gray.botao-cinza:hover[disabled], .mce-content-body a.hollow.lightest-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja:hover[disabled], .mceContentBody a.hollow.lightest-gray.botao-laranja:hover[disabled], .mce-content-body a.hollow.lightest-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul:hover[disabled], .mceContentBody a.hollow.lightest-gray.botao-azul:hover[disabled], .mce-content-body a.hollow.lightest-gray.botao-azul:hover[disabled], .button.hollow.lightest-gray:focus.disabled, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza:focus.disabled, .mceContentBody a.hollow.lightest-gray.botao-cinza:focus.disabled, .mce-content-body a.hollow.lightest-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja:focus.disabled, .mceContentBody a.hollow.lightest-gray.botao-laranja:focus.disabled, .mce-content-body a.hollow.lightest-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul:focus.disabled, .mceContentBody a.hollow.lightest-gray.botao-azul:focus.disabled, .mce-content-body a.hollow.lightest-gray.botao-azul:focus.disabled, .button.hollow.lightest-gray:focus[disabled], .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-cinza:focus[disabled], .mceContentBody a.hollow.lightest-gray.botao-cinza:focus[disabled], .mce-content-body a.hollow.lightest-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-laranja:focus[disabled], .mceContentBody a.hollow.lightest-gray.botao-laranja:focus[disabled], .mce-content-body a.hollow.lightest-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.lightest-gray.botao-azul:focus[disabled], .mceContentBody a.hollow.lightest-gray.botao-azul:focus[disabled], .mce-content-body a.hollow.lightest-gray.botao-azul:focus[disabled] {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.button.hollow.medium-gray, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza, .mceContentBody a.hollow.medium-gray.botao-cinza, .mce-content-body a.hollow.medium-gray.botao-cinza, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja, .mceContentBody a.hollow.medium-gray.botao-laranja, .mce-content-body a.hollow.medium-gray.botao-laranja, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul, .mceContentBody a.hollow.medium-gray.botao-azul, .mce-content-body a.hollow.medium-gray.botao-azul {
  border: 1px solid #cacaca;
  color: #cacaca;
}
.button.hollow.medium-gray:hover, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza:hover, .mceContentBody a.hollow.medium-gray.botao-cinza:hover, .mce-content-body a.hollow.medium-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja:hover, .mceContentBody a.hollow.medium-gray.botao-laranja:hover, .mce-content-body a.hollow.medium-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul:hover, .mceContentBody a.hollow.medium-gray.botao-azul:hover, .mce-content-body a.hollow.medium-gray.botao-azul:hover, .button.hollow.medium-gray:focus, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza:focus, .mceContentBody a.hollow.medium-gray.botao-cinza:focus, .mce-content-body a.hollow.medium-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja:focus, .mceContentBody a.hollow.medium-gray.botao-laranja:focus, .mce-content-body a.hollow.medium-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul:focus, .mceContentBody a.hollow.medium-gray.botao-azul:focus, .mce-content-body a.hollow.medium-gray.botao-azul:focus {
  border-color: #656565;
  color: #656565;
}
.button.hollow.medium-gray:hover.disabled, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza:hover.disabled, .mceContentBody a.hollow.medium-gray.botao-cinza:hover.disabled, .mce-content-body a.hollow.medium-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja:hover.disabled, .mceContentBody a.hollow.medium-gray.botao-laranja:hover.disabled, .mce-content-body a.hollow.medium-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul:hover.disabled, .mceContentBody a.hollow.medium-gray.botao-azul:hover.disabled, .mce-content-body a.hollow.medium-gray.botao-azul:hover.disabled, .button.hollow.medium-gray:hover[disabled], .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza:hover[disabled], .mceContentBody a.hollow.medium-gray.botao-cinza:hover[disabled], .mce-content-body a.hollow.medium-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja:hover[disabled], .mceContentBody a.hollow.medium-gray.botao-laranja:hover[disabled], .mce-content-body a.hollow.medium-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul:hover[disabled], .mceContentBody a.hollow.medium-gray.botao-azul:hover[disabled], .mce-content-body a.hollow.medium-gray.botao-azul:hover[disabled], .button.hollow.medium-gray:focus.disabled, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza:focus.disabled, .mceContentBody a.hollow.medium-gray.botao-cinza:focus.disabled, .mce-content-body a.hollow.medium-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja:focus.disabled, .mceContentBody a.hollow.medium-gray.botao-laranja:focus.disabled, .mce-content-body a.hollow.medium-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul:focus.disabled, .mceContentBody a.hollow.medium-gray.botao-azul:focus.disabled, .mce-content-body a.hollow.medium-gray.botao-azul:focus.disabled, .button.hollow.medium-gray:focus[disabled], .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-cinza:focus[disabled], .mceContentBody a.hollow.medium-gray.botao-cinza:focus[disabled], .mce-content-body a.hollow.medium-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-laranja:focus[disabled], .mceContentBody a.hollow.medium-gray.botao-laranja:focus[disabled], .mce-content-body a.hollow.medium-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.medium-gray.botao-azul:focus[disabled], .mceContentBody a.hollow.medium-gray.botao-azul:focus[disabled], .mce-content-body a.hollow.medium-gray.botao-azul:focus[disabled] {
  border: 1px solid #cacaca;
  color: #cacaca;
}
.button.hollow.dark-gray, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza, .mceContentBody a.hollow.dark-gray.botao-cinza, .mce-content-body a.hollow.dark-gray.botao-cinza, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja, .mceContentBody a.hollow.dark-gray.botao-laranja, .mce-content-body a.hollow.dark-gray.botao-laranja, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul, .mceContentBody a.hollow.dark-gray.botao-azul, .mce-content-body a.hollow.dark-gray.botao-azul {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}
.button.hollow.dark-gray:hover, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza:hover, .mceContentBody a.hollow.dark-gray.botao-cinza:hover, .mce-content-body a.hollow.dark-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja:hover, .mceContentBody a.hollow.dark-gray.botao-laranja:hover, .mce-content-body a.hollow.dark-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul:hover, .mceContentBody a.hollow.dark-gray.botao-azul:hover, .mce-content-body a.hollow.dark-gray.botao-azul:hover, .button.hollow.dark-gray:focus, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza:focus, .mceContentBody a.hollow.dark-gray.botao-cinza:focus, .mce-content-body a.hollow.dark-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja:focus, .mceContentBody a.hollow.dark-gray.botao-laranja:focus, .mce-content-body a.hollow.dark-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul:focus, .mceContentBody a.hollow.dark-gray.botao-azul:focus, .mce-content-body a.hollow.dark-gray.botao-azul:focus {
  border-color: #454545;
  color: #454545;
}
.button.hollow.dark-gray:hover.disabled, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza:hover.disabled, .mceContentBody a.hollow.dark-gray.botao-cinza:hover.disabled, .mce-content-body a.hollow.dark-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja:hover.disabled, .mceContentBody a.hollow.dark-gray.botao-laranja:hover.disabled, .mce-content-body a.hollow.dark-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul:hover.disabled, .mceContentBody a.hollow.dark-gray.botao-azul:hover.disabled, .mce-content-body a.hollow.dark-gray.botao-azul:hover.disabled, .button.hollow.dark-gray:hover[disabled], .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza:hover[disabled], .mceContentBody a.hollow.dark-gray.botao-cinza:hover[disabled], .mce-content-body a.hollow.dark-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja:hover[disabled], .mceContentBody a.hollow.dark-gray.botao-laranja:hover[disabled], .mce-content-body a.hollow.dark-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul:hover[disabled], .mceContentBody a.hollow.dark-gray.botao-azul:hover[disabled], .mce-content-body a.hollow.dark-gray.botao-azul:hover[disabled], .button.hollow.dark-gray:focus.disabled, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza:focus.disabled, .mceContentBody a.hollow.dark-gray.botao-cinza:focus.disabled, .mce-content-body a.hollow.dark-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja:focus.disabled, .mceContentBody a.hollow.dark-gray.botao-laranja:focus.disabled, .mce-content-body a.hollow.dark-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul:focus.disabled, .mceContentBody a.hollow.dark-gray.botao-azul:focus.disabled, .mce-content-body a.hollow.dark-gray.botao-azul:focus.disabled, .button.hollow.dark-gray:focus[disabled], .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-cinza:focus[disabled], .mceContentBody a.hollow.dark-gray.botao-cinza:focus[disabled], .mce-content-body a.hollow.dark-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-laranja:focus[disabled], .mceContentBody a.hollow.dark-gray.botao-laranja:focus[disabled], .mce-content-body a.hollow.dark-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.dark-gray.botao-azul:focus[disabled], .mceContentBody a.hollow.dark-gray.botao-azul:focus[disabled], .mce-content-body a.hollow.dark-gray.botao-azul:focus[disabled] {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}
.button.hollow.darker-gray, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza, .mceContentBody a.hollow.darker-gray.botao-cinza, .mce-content-body a.hollow.darker-gray.botao-cinza, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja, .mceContentBody a.hollow.darker-gray.botao-laranja, .mce-content-body a.hollow.darker-gray.botao-laranja, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul, .mceContentBody a.hollow.darker-gray.botao-azul, .mce-content-body a.hollow.darker-gray.botao-azul {
  border: 1px solid #555;
  color: #555;
}
.button.hollow.darker-gray:hover, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza:hover, .mceContentBody a.hollow.darker-gray.botao-cinza:hover, .mce-content-body a.hollow.darker-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja:hover, .mceContentBody a.hollow.darker-gray.botao-laranja:hover, .mce-content-body a.hollow.darker-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul:hover, .mceContentBody a.hollow.darker-gray.botao-azul:hover, .mce-content-body a.hollow.darker-gray.botao-azul:hover, .button.hollow.darker-gray:focus, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza:focus, .mceContentBody a.hollow.darker-gray.botao-cinza:focus, .mce-content-body a.hollow.darker-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja:focus, .mceContentBody a.hollow.darker-gray.botao-laranja:focus, .mce-content-body a.hollow.darker-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul:focus, .mceContentBody a.hollow.darker-gray.botao-azul:focus, .mce-content-body a.hollow.darker-gray.botao-azul:focus {
  border-color: rgb(42.5, 42.5, 42.5);
  color: rgb(42.5, 42.5, 42.5);
}
.button.hollow.darker-gray:hover.disabled, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza:hover.disabled, .mceContentBody a.hollow.darker-gray.botao-cinza:hover.disabled, .mce-content-body a.hollow.darker-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja:hover.disabled, .mceContentBody a.hollow.darker-gray.botao-laranja:hover.disabled, .mce-content-body a.hollow.darker-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul:hover.disabled, .mceContentBody a.hollow.darker-gray.botao-azul:hover.disabled, .mce-content-body a.hollow.darker-gray.botao-azul:hover.disabled, .button.hollow.darker-gray:hover[disabled], .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza:hover[disabled], .mceContentBody a.hollow.darker-gray.botao-cinza:hover[disabled], .mce-content-body a.hollow.darker-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja:hover[disabled], .mceContentBody a.hollow.darker-gray.botao-laranja:hover[disabled], .mce-content-body a.hollow.darker-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul:hover[disabled], .mceContentBody a.hollow.darker-gray.botao-azul:hover[disabled], .mce-content-body a.hollow.darker-gray.botao-azul:hover[disabled], .button.hollow.darker-gray:focus.disabled, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza:focus.disabled, .mceContentBody a.hollow.darker-gray.botao-cinza:focus.disabled, .mce-content-body a.hollow.darker-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja:focus.disabled, .mceContentBody a.hollow.darker-gray.botao-laranja:focus.disabled, .mce-content-body a.hollow.darker-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul:focus.disabled, .mceContentBody a.hollow.darker-gray.botao-azul:focus.disabled, .mce-content-body a.hollow.darker-gray.botao-azul:focus.disabled, .button.hollow.darker-gray:focus[disabled], .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-cinza:focus[disabled], .mceContentBody a.hollow.darker-gray.botao-cinza:focus[disabled], .mce-content-body a.hollow.darker-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-laranja:focus[disabled], .mceContentBody a.hollow.darker-gray.botao-laranja:focus[disabled], .mce-content-body a.hollow.darker-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.darker-gray.botao-azul:focus[disabled], .mceContentBody a.hollow.darker-gray.botao-azul:focus[disabled], .mce-content-body a.hollow.darker-gray.botao-azul:focus[disabled] {
  border: 1px solid #555;
  color: #555;
}
.button.hollow.orange, .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza, .mceContentBody a.hollow.orange.botao-cinza, .mce-content-body a.hollow.orange.botao-cinza, .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja, .mceContentBody a.hollow.orange.botao-laranja, .mce-content-body a.hollow.orange.botao-laranja, .wrapper-conteudo-tinymce a.hollow.orange.botao-azul, .mceContentBody a.hollow.orange.botao-azul, .mce-content-body a.hollow.orange.botao-azul {
  border: 1px solid orange;
  color: orange;
}
.button.hollow.orange:hover, .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza:hover, .mceContentBody a.hollow.orange.botao-cinza:hover, .mce-content-body a.hollow.orange.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja:hover, .mceContentBody a.hollow.orange.botao-laranja:hover, .mce-content-body a.hollow.orange.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.orange.botao-azul:hover, .mceContentBody a.hollow.orange.botao-azul:hover, .mce-content-body a.hollow.orange.botao-azul:hover, .button.hollow.orange:focus, .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza:focus, .mceContentBody a.hollow.orange.botao-cinza:focus, .mce-content-body a.hollow.orange.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja:focus, .mceContentBody a.hollow.orange.botao-laranja:focus, .mce-content-body a.hollow.orange.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.orange.botao-azul:focus, .mceContentBody a.hollow.orange.botao-azul:focus, .mce-content-body a.hollow.orange.botao-azul:focus {
  border-color: rgb(127.5, 82.5, 0);
  color: rgb(127.5, 82.5, 0);
}
.button.hollow.orange:hover.disabled, .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza:hover.disabled, .mceContentBody a.hollow.orange.botao-cinza:hover.disabled, .mce-content-body a.hollow.orange.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja:hover.disabled, .mceContentBody a.hollow.orange.botao-laranja:hover.disabled, .mce-content-body a.hollow.orange.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.orange.botao-azul:hover.disabled, .mceContentBody a.hollow.orange.botao-azul:hover.disabled, .mce-content-body a.hollow.orange.botao-azul:hover.disabled, .button.hollow.orange:hover[disabled], .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza:hover[disabled], .mceContentBody a.hollow.orange.botao-cinza:hover[disabled], .mce-content-body a.hollow.orange.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja:hover[disabled], .mceContentBody a.hollow.orange.botao-laranja:hover[disabled], .mce-content-body a.hollow.orange.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.orange.botao-azul:hover[disabled], .mceContentBody a.hollow.orange.botao-azul:hover[disabled], .mce-content-body a.hollow.orange.botao-azul:hover[disabled], .button.hollow.orange:focus.disabled, .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza:focus.disabled, .mceContentBody a.hollow.orange.botao-cinza:focus.disabled, .mce-content-body a.hollow.orange.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja:focus.disabled, .mceContentBody a.hollow.orange.botao-laranja:focus.disabled, .mce-content-body a.hollow.orange.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.orange.botao-azul:focus.disabled, .mceContentBody a.hollow.orange.botao-azul:focus.disabled, .mce-content-body a.hollow.orange.botao-azul:focus.disabled, .button.hollow.orange:focus[disabled], .wrapper-conteudo-tinymce a.hollow.orange.botao-cinza:focus[disabled], .mceContentBody a.hollow.orange.botao-cinza:focus[disabled], .mce-content-body a.hollow.orange.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.orange.botao-laranja:focus[disabled], .mceContentBody a.hollow.orange.botao-laranja:focus[disabled], .mce-content-body a.hollow.orange.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.orange.botao-azul:focus[disabled], .mceContentBody a.hollow.orange.botao-azul:focus[disabled], .mce-content-body a.hollow.orange.botao-azul:focus[disabled] {
  border: 1px solid orange;
  color: orange;
}
.button.hollow.white, .wrapper-conteudo-tinymce a.hollow.white.botao-cinza, .mceContentBody a.hollow.white.botao-cinza, .mce-content-body a.hollow.white.botao-cinza, .wrapper-conteudo-tinymce a.hollow.white.botao-laranja, .mceContentBody a.hollow.white.botao-laranja, .mce-content-body a.hollow.white.botao-laranja, .wrapper-conteudo-tinymce a.hollow.white.botao-azul, .mceContentBody a.hollow.white.botao-azul, .mce-content-body a.hollow.white.botao-azul {
  border: 1px solid #fff;
  color: #fff;
}
.button.hollow.white:hover, .wrapper-conteudo-tinymce a.hollow.white.botao-cinza:hover, .mceContentBody a.hollow.white.botao-cinza:hover, .mce-content-body a.hollow.white.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.white.botao-laranja:hover, .mceContentBody a.hollow.white.botao-laranja:hover, .mce-content-body a.hollow.white.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.white.botao-azul:hover, .mceContentBody a.hollow.white.botao-azul:hover, .mce-content-body a.hollow.white.botao-azul:hover, .button.hollow.white:focus, .wrapper-conteudo-tinymce a.hollow.white.botao-cinza:focus, .mceContentBody a.hollow.white.botao-cinza:focus, .mce-content-body a.hollow.white.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.white.botao-laranja:focus, .mceContentBody a.hollow.white.botao-laranja:focus, .mce-content-body a.hollow.white.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.white.botao-azul:focus, .mceContentBody a.hollow.white.botao-azul:focus, .mce-content-body a.hollow.white.botao-azul:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button.hollow.white:hover.disabled, .wrapper-conteudo-tinymce a.hollow.white.botao-cinza:hover.disabled, .mceContentBody a.hollow.white.botao-cinza:hover.disabled, .mce-content-body a.hollow.white.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.white.botao-laranja:hover.disabled, .mceContentBody a.hollow.white.botao-laranja:hover.disabled, .mce-content-body a.hollow.white.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.white.botao-azul:hover.disabled, .mceContentBody a.hollow.white.botao-azul:hover.disabled, .mce-content-body a.hollow.white.botao-azul:hover.disabled, .button.hollow.white:hover[disabled], .wrapper-conteudo-tinymce a.hollow.white.botao-cinza:hover[disabled], .mceContentBody a.hollow.white.botao-cinza:hover[disabled], .mce-content-body a.hollow.white.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.white.botao-laranja:hover[disabled], .mceContentBody a.hollow.white.botao-laranja:hover[disabled], .mce-content-body a.hollow.white.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.white.botao-azul:hover[disabled], .mceContentBody a.hollow.white.botao-azul:hover[disabled], .mce-content-body a.hollow.white.botao-azul:hover[disabled], .button.hollow.white:focus.disabled, .wrapper-conteudo-tinymce a.hollow.white.botao-cinza:focus.disabled, .mceContentBody a.hollow.white.botao-cinza:focus.disabled, .mce-content-body a.hollow.white.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.white.botao-laranja:focus.disabled, .mceContentBody a.hollow.white.botao-laranja:focus.disabled, .mce-content-body a.hollow.white.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.white.botao-azul:focus.disabled, .mceContentBody a.hollow.white.botao-azul:focus.disabled, .mce-content-body a.hollow.white.botao-azul:focus.disabled, .button.hollow.white:focus[disabled], .wrapper-conteudo-tinymce a.hollow.white.botao-cinza:focus[disabled], .mceContentBody a.hollow.white.botao-cinza:focus[disabled], .mce-content-body a.hollow.white.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.white.botao-laranja:focus[disabled], .mceContentBody a.hollow.white.botao-laranja:focus[disabled], .mce-content-body a.hollow.white.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.white.botao-azul:focus[disabled], .mceContentBody a.hollow.white.botao-azul:focus[disabled], .mce-content-body a.hollow.white.botao-azul:focus[disabled] {
  border: 1px solid #fff;
  color: #fff;
}
.button.hollow.black, .wrapper-conteudo-tinymce a.hollow.black.botao-cinza, .mceContentBody a.hollow.black.botao-cinza, .mce-content-body a.hollow.black.botao-cinza, .wrapper-conteudo-tinymce a.hollow.black.botao-laranja, .mceContentBody a.hollow.black.botao-laranja, .mce-content-body a.hollow.black.botao-laranja, .wrapper-conteudo-tinymce a.hollow.black.botao-azul, .mceContentBody a.hollow.black.botao-azul, .mce-content-body a.hollow.black.botao-azul {
  border: 1px solid #000;
  color: #000;
}
.button.hollow.black:hover, .wrapper-conteudo-tinymce a.hollow.black.botao-cinza:hover, .mceContentBody a.hollow.black.botao-cinza:hover, .mce-content-body a.hollow.black.botao-cinza:hover, .wrapper-conteudo-tinymce a.hollow.black.botao-laranja:hover, .mceContentBody a.hollow.black.botao-laranja:hover, .mce-content-body a.hollow.black.botao-laranja:hover, .wrapper-conteudo-tinymce a.hollow.black.botao-azul:hover, .mceContentBody a.hollow.black.botao-azul:hover, .mce-content-body a.hollow.black.botao-azul:hover, .button.hollow.black:focus, .wrapper-conteudo-tinymce a.hollow.black.botao-cinza:focus, .mceContentBody a.hollow.black.botao-cinza:focus, .mce-content-body a.hollow.black.botao-cinza:focus, .wrapper-conteudo-tinymce a.hollow.black.botao-laranja:focus, .mceContentBody a.hollow.black.botao-laranja:focus, .mce-content-body a.hollow.black.botao-laranja:focus, .wrapper-conteudo-tinymce a.hollow.black.botao-azul:focus, .mceContentBody a.hollow.black.botao-azul:focus, .mce-content-body a.hollow.black.botao-azul:focus {
  border-color: black;
  color: black;
}
.button.hollow.black:hover.disabled, .wrapper-conteudo-tinymce a.hollow.black.botao-cinza:hover.disabled, .mceContentBody a.hollow.black.botao-cinza:hover.disabled, .mce-content-body a.hollow.black.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.hollow.black.botao-laranja:hover.disabled, .mceContentBody a.hollow.black.botao-laranja:hover.disabled, .mce-content-body a.hollow.black.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.hollow.black.botao-azul:hover.disabled, .mceContentBody a.hollow.black.botao-azul:hover.disabled, .mce-content-body a.hollow.black.botao-azul:hover.disabled, .button.hollow.black:hover[disabled], .wrapper-conteudo-tinymce a.hollow.black.botao-cinza:hover[disabled], .mceContentBody a.hollow.black.botao-cinza:hover[disabled], .mce-content-body a.hollow.black.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.hollow.black.botao-laranja:hover[disabled], .mceContentBody a.hollow.black.botao-laranja:hover[disabled], .mce-content-body a.hollow.black.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.hollow.black.botao-azul:hover[disabled], .mceContentBody a.hollow.black.botao-azul:hover[disabled], .mce-content-body a.hollow.black.botao-azul:hover[disabled], .button.hollow.black:focus.disabled, .wrapper-conteudo-tinymce a.hollow.black.botao-cinza:focus.disabled, .mceContentBody a.hollow.black.botao-cinza:focus.disabled, .mce-content-body a.hollow.black.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.hollow.black.botao-laranja:focus.disabled, .mceContentBody a.hollow.black.botao-laranja:focus.disabled, .mce-content-body a.hollow.black.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.hollow.black.botao-azul:focus.disabled, .mceContentBody a.hollow.black.botao-azul:focus.disabled, .mce-content-body a.hollow.black.botao-azul:focus.disabled, .button.hollow.black:focus[disabled], .wrapper-conteudo-tinymce a.hollow.black.botao-cinza:focus[disabled], .mceContentBody a.hollow.black.botao-cinza:focus[disabled], .mce-content-body a.hollow.black.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.hollow.black.botao-laranja:focus[disabled], .mceContentBody a.hollow.black.botao-laranja:focus[disabled], .mce-content-body a.hollow.black.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.hollow.black.botao-azul:focus[disabled], .mceContentBody a.hollow.black.botao-azul:focus[disabled], .mce-content-body a.hollow.black.botao-azul:focus[disabled] {
  border: 1px solid #000;
  color: #000;
}
.button.clear, .wrapper-conteudo-tinymce a.clear.botao-cinza, .mceContentBody a.clear.botao-cinza, .mce-content-body a.clear.botao-cinza, .wrapper-conteudo-tinymce a.clear.botao-laranja, .mceContentBody a.clear.botao-laranja, .mce-content-body a.clear.botao-laranja, .wrapper-conteudo-tinymce a.clear.botao-azul, .mceContentBody a.clear.botao-azul, .mce-content-body a.clear.botao-azul {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.clear, .wrapper-conteudo-tinymce a.clear.botao-cinza, .mceContentBody a.clear.botao-cinza, .mce-content-body a.clear.botao-cinza, .wrapper-conteudo-tinymce a.clear.botao-laranja, .mceContentBody a.clear.botao-laranja, .mce-content-body a.clear.botao-laranja, .wrapper-conteudo-tinymce a.clear.botao-azul, .mceContentBody a.clear.botao-azul, .mce-content-body a.clear.botao-azul, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .wrapper-conteudo-tinymce a.clear.disabled.botao-cinza, .mceContentBody a.clear.disabled.botao-cinza, .mce-content-body a.clear.disabled.botao-cinza, .wrapper-conteudo-tinymce a.clear.disabled.botao-laranja, .mceContentBody a.clear.disabled.botao-laranja, .mce-content-body a.clear.disabled.botao-laranja, .wrapper-conteudo-tinymce a.clear.disabled.botao-azul, .mceContentBody a.clear.disabled.botao-azul, .mce-content-body a.clear.disabled.botao-azul, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .wrapper-conteudo-tinymce a.clear[disabled].botao-cinza, .mceContentBody a.clear[disabled].botao-cinza, .mce-content-body a.clear[disabled].botao-cinza, .wrapper-conteudo-tinymce a.clear[disabled].botao-laranja, .mceContentBody a.clear[disabled].botao-laranja, .mce-content-body a.clear[disabled].botao-laranja, .wrapper-conteudo-tinymce a.clear[disabled].botao-azul, .mceContentBody a.clear[disabled].botao-azul, .mce-content-body a.clear[disabled].botao-azul, .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .wrapper-conteudo-tinymce a.clear.botao-cinza:hover, .mceContentBody a.clear.botao-cinza:hover, .mce-content-body a.clear.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.botao-laranja:hover, .mceContentBody a.clear.botao-laranja:hover, .mce-content-body a.clear.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.botao-azul:hover, .mceContentBody a.clear.botao-azul:hover, .mce-content-body a.clear.botao-azul:hover, .button.clear:focus, .wrapper-conteudo-tinymce a.clear.botao-cinza:focus, .mceContentBody a.clear.botao-cinza:focus, .mce-content-body a.clear.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.botao-laranja:focus, .mceContentBody a.clear.botao-laranja:focus, .mce-content-body a.clear.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.botao-azul:focus, .mceContentBody a.clear.botao-azul:focus, .mce-content-body a.clear.botao-azul:focus {
  border-color: rgb(0, 79.5, 112);
  color: rgb(0, 79.5, 112);
}
.button.clear:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-cinza:hover.disabled, .mceContentBody a.clear.botao-cinza:hover.disabled, .mce-content-body a.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja:hover.disabled, .mceContentBody a.clear.botao-laranja:hover.disabled, .mce-content-body a.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul:hover.disabled, .mceContentBody a.clear.botao-azul:hover.disabled, .mce-content-body a.clear.botao-azul:hover.disabled, .button.clear:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-cinza:hover[disabled], .mceContentBody a.clear.botao-cinza:hover[disabled], .mce-content-body a.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja:hover[disabled], .mceContentBody a.clear.botao-laranja:hover[disabled], .mce-content-body a.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul:hover[disabled], .mceContentBody a.clear.botao-azul:hover[disabled], .mce-content-body a.clear.botao-azul:hover[disabled], .button.clear:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-cinza:focus.disabled, .mceContentBody a.clear.botao-cinza:focus.disabled, .mce-content-body a.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja:focus.disabled, .mceContentBody a.clear.botao-laranja:focus.disabled, .mce-content-body a.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul:focus.disabled, .mceContentBody a.clear.botao-azul:focus.disabled, .mce-content-body a.clear.botao-azul:focus.disabled, .button.clear:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-cinza:focus[disabled], .mceContentBody a.clear.botao-cinza:focus[disabled], .mce-content-body a.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja:focus[disabled], .mceContentBody a.clear.botao-laranja:focus[disabled], .mce-content-body a.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul:focus[disabled], .mceContentBody a.clear.botao-azul:focus[disabled], .mce-content-body a.clear.botao-azul:focus[disabled] {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.clear, .wrapper-conteudo-tinymce a.clear.botao-cinza, .mceContentBody a.clear.botao-cinza, .mce-content-body a.clear.botao-cinza, .wrapper-conteudo-tinymce a.clear.botao-laranja, .mceContentBody a.clear.botao-laranja, .mce-content-body a.clear.botao-laranja, .wrapper-conteudo-tinymce a.clear.botao-azul, .mceContentBody a.clear.botao-azul, .mce-content-body a.clear.botao-azul, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary, .wrapper-conteudo-tinymce a.clear.primary.botao-cinza, .mceContentBody a.clear.primary.botao-cinza, .mce-content-body a.clear.primary.botao-cinza, .wrapper-conteudo-tinymce a.clear.primary.botao-laranja, .mceContentBody a.clear.primary.botao-laranja, .mce-content-body a.clear.primary.botao-laranja, .wrapper-conteudo-tinymce a.clear.botao-azul, .mceContentBody a.clear.botao-azul, .mce-content-body a.clear.botao-azul {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.clear.primary:hover, .wrapper-conteudo-tinymce a.clear.primary.botao-cinza:hover, .mceContentBody a.clear.primary.botao-cinza:hover, .mce-content-body a.clear.primary.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.primary.botao-laranja:hover, .mceContentBody a.clear.primary.botao-laranja:hover, .mce-content-body a.clear.primary.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.botao-azul:hover, .mceContentBody a.clear.botao-azul:hover, .mce-content-body a.clear.botao-azul:hover, .button.clear.primary:focus, .wrapper-conteudo-tinymce a.clear.primary.botao-cinza:focus, .mceContentBody a.clear.primary.botao-cinza:focus, .mce-content-body a.clear.primary.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.primary.botao-laranja:focus, .mceContentBody a.clear.primary.botao-laranja:focus, .mce-content-body a.clear.primary.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.botao-azul:focus, .mceContentBody a.clear.botao-azul:focus, .mce-content-body a.clear.botao-azul:focus {
  border-color: rgb(0, 79.5, 112);
  color: rgb(0, 79.5, 112);
}
.button.clear.primary:hover.disabled, .wrapper-conteudo-tinymce a.clear.primary.botao-cinza:hover.disabled, .mceContentBody a.clear.primary.botao-cinza:hover.disabled, .mce-content-body a.clear.primary.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.primary.botao-laranja:hover.disabled, .mceContentBody a.clear.primary.botao-laranja:hover.disabled, .mce-content-body a.clear.primary.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul:hover.disabled, .mceContentBody a.clear.botao-azul:hover.disabled, .mce-content-body a.clear.botao-azul:hover.disabled, .button.clear.primary:hover[disabled], .wrapper-conteudo-tinymce a.clear.primary.botao-cinza:hover[disabled], .mceContentBody a.clear.primary.botao-cinza:hover[disabled], .mce-content-body a.clear.primary.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.primary.botao-laranja:hover[disabled], .mceContentBody a.clear.primary.botao-laranja:hover[disabled], .mce-content-body a.clear.primary.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul:hover[disabled], .mceContentBody a.clear.botao-azul:hover[disabled], .mce-content-body a.clear.botao-azul:hover[disabled], .button.clear.primary:focus.disabled, .wrapper-conteudo-tinymce a.clear.primary.botao-cinza:focus.disabled, .mceContentBody a.clear.primary.botao-cinza:focus.disabled, .mce-content-body a.clear.primary.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.primary.botao-laranja:focus.disabled, .mceContentBody a.clear.primary.botao-laranja:focus.disabled, .mce-content-body a.clear.primary.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul:focus.disabled, .mceContentBody a.clear.botao-azul:focus.disabled, .mce-content-body a.clear.botao-azul:focus.disabled, .button.clear.primary:focus[disabled], .wrapper-conteudo-tinymce a.clear.primary.botao-cinza:focus[disabled], .mceContentBody a.clear.primary.botao-cinza:focus[disabled], .mce-content-body a.clear.primary.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.primary.botao-laranja:focus[disabled], .mceContentBody a.clear.primary.botao-laranja:focus[disabled], .mce-content-body a.clear.primary.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul:focus[disabled], .mceContentBody a.clear.botao-azul:focus[disabled], .mce-content-body a.clear.botao-azul:focus[disabled] {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.clear.primary, .wrapper-conteudo-tinymce a.clear.primary.botao-cinza, .mceContentBody a.clear.primary.botao-cinza, .mce-content-body a.clear.primary.botao-cinza, .wrapper-conteudo-tinymce a.clear.primary.botao-laranja, .mceContentBody a.clear.primary.botao-laranja, .mce-content-body a.clear.primary.botao-laranja, .wrapper-conteudo-tinymce a.clear.botao-azul, .mceContentBody a.clear.botao-azul, .mce-content-body a.clear.botao-azul, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary, .wrapper-conteudo-tinymce a.clear.botao-cinza, .mceContentBody a.clear.botao-cinza, .mce-content-body a.clear.botao-cinza, .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja, .mceContentBody a.clear.secondary.botao-laranja, .mce-content-body a.clear.secondary.botao-laranja, .wrapper-conteudo-tinymce a.clear.secondary.botao-azul, .mceContentBody a.clear.secondary.botao-azul, .mce-content-body a.clear.secondary.botao-azul {
  border: 1px solid #bbb;
  color: #bbb;
}
.button.clear.secondary:hover, .wrapper-conteudo-tinymce a.button.clear.botao-cinza:hover, .mceContentBody a.button.clear.botao-cinza:hover, .mce-content-body a.button.clear.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.secondary.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:hover, .mceContentBody a.clear.secondary.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:hover, .mceContentBody a.clear.botao-cinza:hover, .mceContentBody .mce-content-body a.clear.botao-cinza:hover, .mce-content-body .mceContentBody a.clear.botao-cinza:hover, .mce-content-body a.clear.secondary.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:hover, .mce-content-body .mceContentBody a.clear.botao-cinza:hover, .mceContentBody .mce-content-body a.clear.botao-cinza:hover, .mce-content-body a.clear.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover, .mceContentBody a.clear.secondary.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover, .mceContentBody a.clear.botao-laranja.botao-cinza:hover, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover, .mce-content-body a.clear.secondary.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover, .mce-content-body a.clear.botao-laranja.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.secondary.botao-azul:hover, .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover, .mceContentBody a.clear.secondary.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:hover, .mceContentBody a.clear.botao-azul.botao-cinza:hover, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:hover, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:hover, .mce-content-body a.clear.secondary.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:hover, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:hover, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:hover, .mce-content-body a.clear.botao-azul.botao-cinza:hover, .button.clear.secondary:focus, .wrapper-conteudo-tinymce a.button.clear.botao-cinza:focus, .mceContentBody a.button.clear.botao-cinza:focus, .mce-content-body a.button.clear.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.secondary.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:focus, .mceContentBody a.clear.secondary.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:focus, .mceContentBody a.clear.botao-cinza:focus, .mceContentBody .mce-content-body a.clear.botao-cinza:focus, .mce-content-body .mceContentBody a.clear.botao-cinza:focus, .mce-content-body a.clear.secondary.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:focus, .mce-content-body .mceContentBody a.clear.botao-cinza:focus, .mceContentBody .mce-content-body a.clear.botao-cinza:focus, .mce-content-body a.clear.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus, .mceContentBody a.clear.secondary.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus, .mceContentBody a.clear.botao-laranja.botao-cinza:focus, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus, .mce-content-body a.clear.secondary.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus, .mce-content-body a.clear.botao-laranja.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.secondary.botao-azul:focus, .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus, .mceContentBody a.clear.secondary.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:focus, .mceContentBody a.clear.botao-azul.botao-cinza:focus, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:focus, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:focus, .mce-content-body a.clear.secondary.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:focus, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:focus, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:focus, .mce-content-body a.clear.botao-azul.botao-cinza:focus {
  border-color: rgb(93.5, 93.5, 93.5);
  color: rgb(93.5, 93.5, 93.5);
}
.button.clear.secondary:hover.disabled, .wrapper-conteudo-tinymce a.button.clear.botao-cinza:hover.disabled, .mceContentBody a.button.clear.botao-cinza:hover.disabled, .mce-content-body a.button.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.secondary.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:hover.disabled, .mceContentBody a.clear.secondary.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:hover.disabled, .mceContentBody a.clear.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-cinza:hover.disabled, .mce-content-body a.clear.secondary.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-cinza:hover.disabled, .mce-content-body a.clear.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.clear.secondary.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.clear.secondary.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.secondary.botao-azul:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover.disabled, .mceContentBody a.clear.secondary.botao-azul:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:hover.disabled, .mceContentBody a.clear.botao-azul.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:hover.disabled, .mce-content-body a.clear.secondary.botao-azul:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:hover.disabled, .mce-content-body a.clear.botao-azul.botao-cinza:hover.disabled, .button.clear.secondary:hover[disabled], .wrapper-conteudo-tinymce a.button.clear.botao-cinza:hover[disabled], .mceContentBody a.button.clear.botao-cinza:hover[disabled], .mce-content-body a.button.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.secondary.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:hover[disabled], .mceContentBody a.clear.secondary.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:hover[disabled], .mceContentBody a.clear.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-cinza:hover[disabled], .mce-content-body a.clear.secondary.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-cinza:hover[disabled], .mce-content-body a.clear.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.clear.secondary.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.clear.secondary.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.secondary.botao-azul:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover[disabled], .mceContentBody a.clear.secondary.botao-azul:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:hover[disabled], .mceContentBody a.clear.botao-azul.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:hover[disabled], .mce-content-body a.clear.secondary.botao-azul:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:hover[disabled], .mce-content-body a.clear.botao-azul.botao-cinza:hover[disabled], .button.clear.secondary:focus.disabled, .wrapper-conteudo-tinymce a.button.clear.botao-cinza:focus.disabled, .mceContentBody a.button.clear.botao-cinza:focus.disabled, .mce-content-body a.button.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.secondary.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:focus.disabled, .mceContentBody a.clear.secondary.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:focus.disabled, .mceContentBody a.clear.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-cinza:focus.disabled, .mce-content-body a.clear.secondary.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-cinza:focus.disabled, .mce-content-body a.clear.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.clear.secondary.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.clear.secondary.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.secondary.botao-azul:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus.disabled, .mceContentBody a.clear.secondary.botao-azul:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:focus.disabled, .mceContentBody a.clear.botao-azul.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:focus.disabled, .mce-content-body a.clear.secondary.botao-azul:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:focus.disabled, .mce-content-body a.clear.botao-azul.botao-cinza:focus.disabled, .button.clear.secondary:focus[disabled], .wrapper-conteudo-tinymce a.button.clear.botao-cinza:focus[disabled], .mceContentBody a.button.clear.botao-cinza:focus[disabled], .mce-content-body a.button.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.secondary.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:focus[disabled], .mceContentBody a.clear.secondary.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-cinza:focus[disabled], .mceContentBody a.clear.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-cinza:focus[disabled], .mce-content-body a.clear.secondary.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-cinza:focus[disabled], .mce-content-body a.clear.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.clear.secondary.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.clear.secondary.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.secondary.botao-azul:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus[disabled], .mceContentBody a.clear.secondary.botao-azul:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-cinza:focus[disabled], .mceContentBody a.clear.botao-azul.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:focus[disabled], .mce-content-body a.clear.secondary.botao-azul:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-cinza:focus[disabled], .mce-content-body a.clear.botao-azul.botao-cinza:focus[disabled] {
  border: 1px solid #bbb;
  color: #bbb;
}
.button.clear.secondary, .wrapper-conteudo-tinymce a.clear.botao-cinza, .mceContentBody a.clear.botao-cinza, .mce-content-body a.clear.botao-cinza, .wrapper-conteudo-tinymce a.clear.secondary.botao-laranja, .mceContentBody a.clear.secondary.botao-laranja, .mce-content-body a.clear.secondary.botao-laranja, .wrapper-conteudo-tinymce a.clear.secondary.botao-azul, .mceContentBody a.clear.secondary.botao-azul, .mce-content-body a.clear.secondary.botao-azul, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success, .wrapper-conteudo-tinymce a.clear.success.botao-cinza, .mceContentBody a.clear.success.botao-cinza, .mce-content-body a.clear.success.botao-cinza, .wrapper-conteudo-tinymce a.clear.success.botao-laranja, .mceContentBody a.clear.success.botao-laranja, .mce-content-body a.clear.success.botao-laranja, .wrapper-conteudo-tinymce a.clear.success.botao-azul, .mceContentBody a.clear.success.botao-azul, .mce-content-body a.clear.success.botao-azul {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .wrapper-conteudo-tinymce a.clear.success.botao-cinza:hover, .mceContentBody a.clear.success.botao-cinza:hover, .mce-content-body a.clear.success.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.success.botao-laranja:hover, .mceContentBody a.clear.success.botao-laranja:hover, .mce-content-body a.clear.success.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.success.botao-azul:hover, .mceContentBody a.clear.success.botao-azul:hover, .mce-content-body a.clear.success.botao-azul:hover, .button.clear.success:focus, .wrapper-conteudo-tinymce a.clear.success.botao-cinza:focus, .mceContentBody a.clear.success.botao-cinza:focus, .mce-content-body a.clear.success.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.success.botao-laranja:focus, .mceContentBody a.clear.success.botao-laranja:focus, .mce-content-body a.clear.success.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.success.botao-azul:focus, .mceContentBody a.clear.success.botao-azul:focus, .mce-content-body a.clear.success.botao-azul:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.success:hover.disabled, .wrapper-conteudo-tinymce a.clear.success.botao-cinza:hover.disabled, .mceContentBody a.clear.success.botao-cinza:hover.disabled, .mce-content-body a.clear.success.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.success.botao-laranja:hover.disabled, .mceContentBody a.clear.success.botao-laranja:hover.disabled, .mce-content-body a.clear.success.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.success.botao-azul:hover.disabled, .mceContentBody a.clear.success.botao-azul:hover.disabled, .mce-content-body a.clear.success.botao-azul:hover.disabled, .button.clear.success:hover[disabled], .wrapper-conteudo-tinymce a.clear.success.botao-cinza:hover[disabled], .mceContentBody a.clear.success.botao-cinza:hover[disabled], .mce-content-body a.clear.success.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.success.botao-laranja:hover[disabled], .mceContentBody a.clear.success.botao-laranja:hover[disabled], .mce-content-body a.clear.success.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.success.botao-azul:hover[disabled], .mceContentBody a.clear.success.botao-azul:hover[disabled], .mce-content-body a.clear.success.botao-azul:hover[disabled], .button.clear.success:focus.disabled, .wrapper-conteudo-tinymce a.clear.success.botao-cinza:focus.disabled, .mceContentBody a.clear.success.botao-cinza:focus.disabled, .mce-content-body a.clear.success.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.success.botao-laranja:focus.disabled, .mceContentBody a.clear.success.botao-laranja:focus.disabled, .mce-content-body a.clear.success.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.success.botao-azul:focus.disabled, .mceContentBody a.clear.success.botao-azul:focus.disabled, .mce-content-body a.clear.success.botao-azul:focus.disabled, .button.clear.success:focus[disabled], .wrapper-conteudo-tinymce a.clear.success.botao-cinza:focus[disabled], .mceContentBody a.clear.success.botao-cinza:focus[disabled], .mce-content-body a.clear.success.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.success.botao-laranja:focus[disabled], .mceContentBody a.clear.success.botao-laranja:focus[disabled], .mce-content-body a.clear.success.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.success.botao-azul:focus[disabled], .mceContentBody a.clear.success.botao-azul:focus[disabled], .mce-content-body a.clear.success.botao-azul:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .wrapper-conteudo-tinymce a.clear.success.botao-cinza, .mceContentBody a.clear.success.botao-cinza, .mce-content-body a.clear.success.botao-cinza, .wrapper-conteudo-tinymce a.clear.success.botao-laranja, .mceContentBody a.clear.success.botao-laranja, .mce-content-body a.clear.success.botao-laranja, .wrapper-conteudo-tinymce a.clear.success.botao-azul, .mceContentBody a.clear.success.botao-azul, .mce-content-body a.clear.success.botao-azul, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning, .wrapper-conteudo-tinymce a.clear.warning.botao-cinza, .mceContentBody a.clear.warning.botao-cinza, .mce-content-body a.clear.warning.botao-cinza, .wrapper-conteudo-tinymce a.clear.botao-laranja, .mceContentBody a.clear.botao-laranja, .mce-content-body a.clear.botao-laranja, .wrapper-conteudo-tinymce a.clear.warning.botao-azul, .mceContentBody a.clear.warning.botao-azul, .mce-content-body a.clear.warning.botao-azul {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .wrapper-conteudo-tinymce a.clear.warning.botao-cinza:hover, .mceContentBody a.clear.warning.botao-cinza:hover, .mce-content-body a.clear.warning.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.botao-laranja:hover, .mceContentBody a.clear.botao-laranja:hover, .mce-content-body a.clear.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.warning.botao-azul:hover, .mceContentBody a.clear.warning.botao-azul:hover, .mce-content-body a.clear.warning.botao-azul:hover, .button.clear.warning:focus, .wrapper-conteudo-tinymce a.clear.warning.botao-cinza:focus, .mceContentBody a.clear.warning.botao-cinza:focus, .mce-content-body a.clear.warning.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.botao-laranja:focus, .mceContentBody a.clear.botao-laranja:focus, .mce-content-body a.clear.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.warning.botao-azul:focus, .mceContentBody a.clear.warning.botao-azul:focus, .mce-content-body a.clear.warning.botao-azul:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.clear.warning:hover.disabled, .wrapper-conteudo-tinymce a.clear.warning.botao-cinza:hover.disabled, .mceContentBody a.clear.warning.botao-cinza:hover.disabled, .mce-content-body a.clear.warning.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.button.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.button.clear.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.button.clear.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .mce-content-body a.clear.botao-laranja.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.warning.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:hover.disabled, .mceContentBody a.clear.warning.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:hover.disabled, .mceContentBody a.clear.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja:hover.disabled, .mce-content-body a.clear.warning.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja:hover.disabled, .mce-content-body a.clear.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.warning.botao-azul:hover.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover.disabled, .mceContentBody a.clear.warning.botao-azul:hover.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:hover.disabled, .mceContentBody a.clear.botao-azul.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:hover.disabled, .mce-content-body a.clear.warning.botao-azul:hover.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:hover.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:hover.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:hover.disabled, .mce-content-body a.clear.botao-azul.botao-laranja:hover.disabled, .button.clear.warning:hover[disabled], .wrapper-conteudo-tinymce a.clear.warning.botao-cinza:hover[disabled], .mceContentBody a.clear.warning.botao-cinza:hover[disabled], .mce-content-body a.clear.warning.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.button.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.button.clear.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.button.clear.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .mce-content-body a.clear.botao-laranja.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.warning.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:hover[disabled], .mceContentBody a.clear.warning.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:hover[disabled], .mceContentBody a.clear.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja:hover[disabled], .mce-content-body a.clear.warning.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja:hover[disabled], .mce-content-body a.clear.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.warning.botao-azul:hover[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover[disabled], .mceContentBody a.clear.warning.botao-azul:hover[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:hover[disabled], .mceContentBody a.clear.botao-azul.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:hover[disabled], .mce-content-body a.clear.warning.botao-azul:hover[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:hover[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:hover[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:hover[disabled], .mce-content-body a.clear.botao-azul.botao-laranja:hover[disabled], .button.clear.warning:focus.disabled, .wrapper-conteudo-tinymce a.clear.warning.botao-cinza:focus.disabled, .mceContentBody a.clear.warning.botao-cinza:focus.disabled, .mce-content-body a.clear.warning.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.button.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.button.clear.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.button.clear.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .mce-content-body a.clear.botao-laranja.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.warning.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:focus.disabled, .mceContentBody a.clear.warning.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:focus.disabled, .mceContentBody a.clear.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja:focus.disabled, .mce-content-body a.clear.warning.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-laranja:focus.disabled, .mce-content-body a.clear.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.warning.botao-azul:focus.disabled, .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus.disabled, .mceContentBody a.clear.warning.botao-azul:focus.disabled, .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:focus.disabled, .mceContentBody a.clear.botao-azul.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:focus.disabled, .mce-content-body a.clear.warning.botao-azul:focus.disabled, .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:focus.disabled, .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:focus.disabled, .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:focus.disabled, .mce-content-body a.clear.botao-azul.botao-laranja:focus.disabled, .button.clear.warning:focus[disabled], .wrapper-conteudo-tinymce a.clear.warning.botao-cinza:focus[disabled], .mceContentBody a.clear.warning.botao-cinza:focus[disabled], .mce-content-body a.clear.warning.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.button.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.button.clear.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.button.clear.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja.botao-cinza:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .mce-content-body a.clear.botao-laranja.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.warning.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:focus[disabled], .mceContentBody a.clear.warning.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-laranja:focus[disabled], .mceContentBody a.clear.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja:focus[disabled], .mce-content-body a.clear.warning.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-laranja:focus[disabled], .mce-content-body a.clear.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.warning.botao-azul:focus[disabled], .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus[disabled], .mceContentBody a.clear.warning.botao-azul:focus[disabled], .mceContentBody .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mceContentBody a.clear.botao-azul.botao-laranja:focus[disabled], .mceContentBody a.clear.botao-azul.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:focus[disabled], .mce-content-body a.clear.warning.botao-azul:focus[disabled], .mce-content-body .wrapper-conteudo-tinymce a.clear.botao-azul.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce .mce-content-body a.clear.botao-azul.botao-laranja:focus[disabled], .mce-content-body .mceContentBody a.clear.botao-azul.botao-laranja:focus[disabled], .mceContentBody .mce-content-body a.clear.botao-azul.botao-laranja:focus[disabled], .mce-content-body a.clear.botao-azul.botao-laranja:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .wrapper-conteudo-tinymce a.clear.warning.botao-cinza, .mceContentBody a.clear.warning.botao-cinza, .mce-content-body a.clear.warning.botao-cinza, .wrapper-conteudo-tinymce a.clear.botao-laranja, .mceContentBody a.clear.botao-laranja, .mce-content-body a.clear.botao-laranja, .wrapper-conteudo-tinymce a.clear.warning.botao-azul, .mceContentBody a.clear.warning.botao-azul, .mce-content-body a.clear.warning.botao-azul, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert, .wrapper-conteudo-tinymce a.clear.alert.botao-cinza, .mceContentBody a.clear.alert.botao-cinza, .mce-content-body a.clear.alert.botao-cinza, .wrapper-conteudo-tinymce a.clear.alert.botao-laranja, .mceContentBody a.clear.alert.botao-laranja, .mce-content-body a.clear.alert.botao-laranja, .wrapper-conteudo-tinymce a.clear.alert.botao-azul, .mceContentBody a.clear.alert.botao-azul, .mce-content-body a.clear.alert.botao-azul {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.clear.alert:hover, .wrapper-conteudo-tinymce a.clear.alert.botao-cinza:hover, .mceContentBody a.clear.alert.botao-cinza:hover, .mce-content-body a.clear.alert.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.alert.botao-laranja:hover, .mceContentBody a.clear.alert.botao-laranja:hover, .mce-content-body a.clear.alert.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.alert.botao-azul:hover, .mceContentBody a.clear.alert.botao-azul:hover, .mce-content-body a.clear.alert.botao-azul:hover, .button.clear.alert:focus, .wrapper-conteudo-tinymce a.clear.alert.botao-cinza:focus, .mceContentBody a.clear.alert.botao-cinza:focus, .mce-content-body a.clear.alert.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.alert.botao-laranja:focus, .mceContentBody a.clear.alert.botao-laranja:focus, .mce-content-body a.clear.alert.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.alert.botao-azul:focus, .mceContentBody a.clear.alert.botao-azul:focus, .mce-content-body a.clear.alert.botao-azul:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.clear.alert:hover.disabled, .wrapper-conteudo-tinymce a.clear.alert.botao-cinza:hover.disabled, .mceContentBody a.clear.alert.botao-cinza:hover.disabled, .mce-content-body a.clear.alert.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.alert.botao-laranja:hover.disabled, .mceContentBody a.clear.alert.botao-laranja:hover.disabled, .mce-content-body a.clear.alert.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.alert.botao-azul:hover.disabled, .mceContentBody a.clear.alert.botao-azul:hover.disabled, .mce-content-body a.clear.alert.botao-azul:hover.disabled, .button.clear.alert:hover[disabled], .wrapper-conteudo-tinymce a.clear.alert.botao-cinza:hover[disabled], .mceContentBody a.clear.alert.botao-cinza:hover[disabled], .mce-content-body a.clear.alert.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.alert.botao-laranja:hover[disabled], .mceContentBody a.clear.alert.botao-laranja:hover[disabled], .mce-content-body a.clear.alert.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.alert.botao-azul:hover[disabled], .mceContentBody a.clear.alert.botao-azul:hover[disabled], .mce-content-body a.clear.alert.botao-azul:hover[disabled], .button.clear.alert:focus.disabled, .wrapper-conteudo-tinymce a.clear.alert.botao-cinza:focus.disabled, .mceContentBody a.clear.alert.botao-cinza:focus.disabled, .mce-content-body a.clear.alert.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.alert.botao-laranja:focus.disabled, .mceContentBody a.clear.alert.botao-laranja:focus.disabled, .mce-content-body a.clear.alert.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.alert.botao-azul:focus.disabled, .mceContentBody a.clear.alert.botao-azul:focus.disabled, .mce-content-body a.clear.alert.botao-azul:focus.disabled, .button.clear.alert:focus[disabled], .wrapper-conteudo-tinymce a.clear.alert.botao-cinza:focus[disabled], .mceContentBody a.clear.alert.botao-cinza:focus[disabled], .mce-content-body a.clear.alert.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.alert.botao-laranja:focus[disabled], .mceContentBody a.clear.alert.botao-laranja:focus[disabled], .mce-content-body a.clear.alert.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.alert.botao-azul:focus[disabled], .mceContentBody a.clear.alert.botao-azul:focus[disabled], .mce-content-body a.clear.alert.botao-azul:focus[disabled] {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.clear.alert, .wrapper-conteudo-tinymce a.clear.alert.botao-cinza, .mceContentBody a.clear.alert.botao-cinza, .mce-content-body a.clear.alert.botao-cinza, .wrapper-conteudo-tinymce a.clear.alert.botao-laranja, .mceContentBody a.clear.alert.botao-laranja, .mce-content-body a.clear.alert.botao-laranja, .wrapper-conteudo-tinymce a.clear.alert.botao-azul, .mceContentBody a.clear.alert.botao-azul, .mce-content-body a.clear.alert.botao-azul, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-top-menu, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza, .mceContentBody a.clear.color-top-menu.botao-cinza, .mce-content-body a.clear.color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja, .mceContentBody a.clear.color-top-menu.botao-laranja, .mce-content-body a.clear.color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul, .mceContentBody a.clear.color-top-menu.botao-azul, .mce-content-body a.clear.color-top-menu.botao-azul {
  border: 1px solid #346786;
  color: #346786;
}
.button.clear.color-top-menu:hover, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza:hover, .mceContentBody a.clear.color-top-menu.botao-cinza:hover, .mce-content-body a.clear.color-top-menu.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja:hover, .mceContentBody a.clear.color-top-menu.botao-laranja:hover, .mce-content-body a.clear.color-top-menu.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul:hover, .mceContentBody a.clear.color-top-menu.botao-azul:hover, .mce-content-body a.clear.color-top-menu.botao-azul:hover, .button.clear.color-top-menu:focus, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza:focus, .mceContentBody a.clear.color-top-menu.botao-cinza:focus, .mce-content-body a.clear.color-top-menu.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja:focus, .mceContentBody a.clear.color-top-menu.botao-laranja:focus, .mce-content-body a.clear.color-top-menu.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul:focus, .mceContentBody a.clear.color-top-menu.botao-azul:focus, .mce-content-body a.clear.color-top-menu.botao-azul:focus {
  border-color: rgb(26, 51.5, 67);
  color: rgb(26, 51.5, 67);
}
.button.clear.color-top-menu:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza:hover.disabled, .mceContentBody a.clear.color-top-menu.botao-cinza:hover.disabled, .mce-content-body a.clear.color-top-menu.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja:hover.disabled, .mceContentBody a.clear.color-top-menu.botao-laranja:hover.disabled, .mce-content-body a.clear.color-top-menu.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul:hover.disabled, .mceContentBody a.clear.color-top-menu.botao-azul:hover.disabled, .mce-content-body a.clear.color-top-menu.botao-azul:hover.disabled, .button.clear.color-top-menu:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza:hover[disabled], .mceContentBody a.clear.color-top-menu.botao-cinza:hover[disabled], .mce-content-body a.clear.color-top-menu.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja:hover[disabled], .mceContentBody a.clear.color-top-menu.botao-laranja:hover[disabled], .mce-content-body a.clear.color-top-menu.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul:hover[disabled], .mceContentBody a.clear.color-top-menu.botao-azul:hover[disabled], .mce-content-body a.clear.color-top-menu.botao-azul:hover[disabled], .button.clear.color-top-menu:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza:focus.disabled, .mceContentBody a.clear.color-top-menu.botao-cinza:focus.disabled, .mce-content-body a.clear.color-top-menu.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja:focus.disabled, .mceContentBody a.clear.color-top-menu.botao-laranja:focus.disabled, .mce-content-body a.clear.color-top-menu.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul:focus.disabled, .mceContentBody a.clear.color-top-menu.botao-azul:focus.disabled, .mce-content-body a.clear.color-top-menu.botao-azul:focus.disabled, .button.clear.color-top-menu:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza:focus[disabled], .mceContentBody a.clear.color-top-menu.botao-cinza:focus[disabled], .mce-content-body a.clear.color-top-menu.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja:focus[disabled], .mceContentBody a.clear.color-top-menu.botao-laranja:focus[disabled], .mce-content-body a.clear.color-top-menu.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul:focus[disabled], .mceContentBody a.clear.color-top-menu.botao-azul:focus[disabled], .mce-content-body a.clear.color-top-menu.botao-azul:focus[disabled] {
  border: 1px solid #346786;
  color: #346786;
}
.button.clear.color-top-menu, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-cinza, .mceContentBody a.clear.color-top-menu.botao-cinza, .mce-content-body a.clear.color-top-menu.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-laranja, .mceContentBody a.clear.color-top-menu.botao-laranja, .mce-content-body a.clear.color-top-menu.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-top-menu.botao-azul, .mceContentBody a.clear.color-top-menu.botao-azul, .mce-content-body a.clear.color-top-menu.botao-azul, .button.clear.color-top-menu.disabled, .button.clear.color-top-menu[disabled], .button.clear.color-top-menu:hover, .button.clear.color-top-menu:hover.disabled, .button.clear.color-top-menu:hover[disabled], .button.clear.color-top-menu:focus, .button.clear.color-top-menu:focus.disabled, .button.clear.color-top-menu:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-light-blue, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza, .mceContentBody a.clear.color-light-blue.botao-cinza, .mce-content-body a.clear.color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja, .mceContentBody a.clear.color-light-blue.botao-laranja, .mce-content-body a.clear.color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul, .mceContentBody a.clear.color-light-blue.botao-azul, .mce-content-body a.clear.color-light-blue.botao-azul {
  border: 1px solid #31B0D5;
  color: #31B0D5;
}
.button.clear.color-light-blue:hover, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza:hover, .mceContentBody a.clear.color-light-blue.botao-cinza:hover, .mce-content-body a.clear.color-light-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja:hover, .mceContentBody a.clear.color-light-blue.botao-laranja:hover, .mce-content-body a.clear.color-light-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul:hover, .mceContentBody a.clear.color-light-blue.botao-azul:hover, .mce-content-body a.clear.color-light-blue.botao-azul:hover, .button.clear.color-light-blue:focus, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza:focus, .mceContentBody a.clear.color-light-blue.botao-cinza:focus, .mce-content-body a.clear.color-light-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja:focus, .mceContentBody a.clear.color-light-blue.botao-laranja:focus, .mce-content-body a.clear.color-light-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul:focus, .mceContentBody a.clear.color-light-blue.botao-azul:focus, .mce-content-body a.clear.color-light-blue.botao-azul:focus {
  border-color: rgb(22.185483871, 89.2701612903, 108.814516129);
  color: rgb(22.185483871, 89.2701612903, 108.814516129);
}
.button.clear.color-light-blue:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza:hover.disabled, .mceContentBody a.clear.color-light-blue.botao-cinza:hover.disabled, .mce-content-body a.clear.color-light-blue.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja:hover.disabled, .mceContentBody a.clear.color-light-blue.botao-laranja:hover.disabled, .mce-content-body a.clear.color-light-blue.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul:hover.disabled, .mceContentBody a.clear.color-light-blue.botao-azul:hover.disabled, .mce-content-body a.clear.color-light-blue.botao-azul:hover.disabled, .button.clear.color-light-blue:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza:hover[disabled], .mceContentBody a.clear.color-light-blue.botao-cinza:hover[disabled], .mce-content-body a.clear.color-light-blue.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja:hover[disabled], .mceContentBody a.clear.color-light-blue.botao-laranja:hover[disabled], .mce-content-body a.clear.color-light-blue.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul:hover[disabled], .mceContentBody a.clear.color-light-blue.botao-azul:hover[disabled], .mce-content-body a.clear.color-light-blue.botao-azul:hover[disabled], .button.clear.color-light-blue:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza:focus.disabled, .mceContentBody a.clear.color-light-blue.botao-cinza:focus.disabled, .mce-content-body a.clear.color-light-blue.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja:focus.disabled, .mceContentBody a.clear.color-light-blue.botao-laranja:focus.disabled, .mce-content-body a.clear.color-light-blue.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul:focus.disabled, .mceContentBody a.clear.color-light-blue.botao-azul:focus.disabled, .mce-content-body a.clear.color-light-blue.botao-azul:focus.disabled, .button.clear.color-light-blue:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza:focus[disabled], .mceContentBody a.clear.color-light-blue.botao-cinza:focus[disabled], .mce-content-body a.clear.color-light-blue.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja:focus[disabled], .mceContentBody a.clear.color-light-blue.botao-laranja:focus[disabled], .mce-content-body a.clear.color-light-blue.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul:focus[disabled], .mceContentBody a.clear.color-light-blue.botao-azul:focus[disabled], .mce-content-body a.clear.color-light-blue.botao-azul:focus[disabled] {
  border: 1px solid #31B0D5;
  color: #31B0D5;
}
.button.clear.color-light-blue, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-cinza, .mceContentBody a.clear.color-light-blue.botao-cinza, .mce-content-body a.clear.color-light-blue.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-laranja, .mceContentBody a.clear.color-light-blue.botao-laranja, .mce-content-body a.clear.color-light-blue.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-light-blue.botao-azul, .mceContentBody a.clear.color-light-blue.botao-azul, .mce-content-body a.clear.color-light-blue.botao-azul, .button.clear.color-light-blue.disabled, .button.clear.color-light-blue[disabled], .button.clear.color-light-blue:hover, .button.clear.color-light-blue:hover.disabled, .button.clear.color-light-blue:hover[disabled], .button.clear.color-light-blue:focus, .button.clear.color-light-blue:focus.disabled, .button.clear.color-light-blue:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-darker-blue, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza, .mceContentBody a.clear.color-darker-blue.botao-cinza, .mce-content-body a.clear.color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja, .mceContentBody a.clear.color-darker-blue.botao-laranja, .mce-content-body a.clear.color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul, .mceContentBody a.clear.color-darker-blue.botao-azul, .mce-content-body a.clear.color-darker-blue.botao-azul {
  border: 1px solid #1B303B;
  color: #1B303B;
}
.button.clear.color-darker-blue:hover, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza:hover, .mceContentBody a.clear.color-darker-blue.botao-cinza:hover, .mce-content-body a.clear.color-darker-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja:hover, .mceContentBody a.clear.color-darker-blue.botao-laranja:hover, .mce-content-body a.clear.color-darker-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul:hover, .mceContentBody a.clear.color-darker-blue.botao-azul:hover, .mce-content-body a.clear.color-darker-blue.botao-azul:hover, .button.clear.color-darker-blue:focus, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza:focus, .mceContentBody a.clear.color-darker-blue.botao-cinza:focus, .mce-content-body a.clear.color-darker-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja:focus, .mceContentBody a.clear.color-darker-blue.botao-laranja:focus, .mce-content-body a.clear.color-darker-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul:focus, .mceContentBody a.clear.color-darker-blue.botao-azul:focus, .mce-content-body a.clear.color-darker-blue.botao-azul:focus {
  border-color: rgb(13.5, 24, 29.5);
  color: rgb(13.5, 24, 29.5);
}
.button.clear.color-darker-blue:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza:hover.disabled, .mceContentBody a.clear.color-darker-blue.botao-cinza:hover.disabled, .mce-content-body a.clear.color-darker-blue.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja:hover.disabled, .mceContentBody a.clear.color-darker-blue.botao-laranja:hover.disabled, .mce-content-body a.clear.color-darker-blue.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul:hover.disabled, .mceContentBody a.clear.color-darker-blue.botao-azul:hover.disabled, .mce-content-body a.clear.color-darker-blue.botao-azul:hover.disabled, .button.clear.color-darker-blue:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza:hover[disabled], .mceContentBody a.clear.color-darker-blue.botao-cinza:hover[disabled], .mce-content-body a.clear.color-darker-blue.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja:hover[disabled], .mceContentBody a.clear.color-darker-blue.botao-laranja:hover[disabled], .mce-content-body a.clear.color-darker-blue.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul:hover[disabled], .mceContentBody a.clear.color-darker-blue.botao-azul:hover[disabled], .mce-content-body a.clear.color-darker-blue.botao-azul:hover[disabled], .button.clear.color-darker-blue:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza:focus.disabled, .mceContentBody a.clear.color-darker-blue.botao-cinza:focus.disabled, .mce-content-body a.clear.color-darker-blue.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja:focus.disabled, .mceContentBody a.clear.color-darker-blue.botao-laranja:focus.disabled, .mce-content-body a.clear.color-darker-blue.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul:focus.disabled, .mceContentBody a.clear.color-darker-blue.botao-azul:focus.disabled, .mce-content-body a.clear.color-darker-blue.botao-azul:focus.disabled, .button.clear.color-darker-blue:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza:focus[disabled], .mceContentBody a.clear.color-darker-blue.botao-cinza:focus[disabled], .mce-content-body a.clear.color-darker-blue.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja:focus[disabled], .mceContentBody a.clear.color-darker-blue.botao-laranja:focus[disabled], .mce-content-body a.clear.color-darker-blue.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul:focus[disabled], .mceContentBody a.clear.color-darker-blue.botao-azul:focus[disabled], .mce-content-body a.clear.color-darker-blue.botao-azul:focus[disabled] {
  border: 1px solid #1B303B;
  color: #1B303B;
}
.button.clear.color-darker-blue, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-cinza, .mceContentBody a.clear.color-darker-blue.botao-cinza, .mce-content-body a.clear.color-darker-blue.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-laranja, .mceContentBody a.clear.color-darker-blue.botao-laranja, .mce-content-body a.clear.color-darker-blue.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-darker-blue.botao-azul, .mceContentBody a.clear.color-darker-blue.botao-azul, .mce-content-body a.clear.color-darker-blue.botao-azul, .button.clear.color-darker-blue.disabled, .button.clear.color-darker-blue[disabled], .button.clear.color-darker-blue:hover, .button.clear.color-darker-blue:hover.disabled, .button.clear.color-darker-blue:hover[disabled], .button.clear.color-darker-blue:focus, .button.clear.color-darker-blue:focus.disabled, .button.clear.color-darker-blue:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-blue, .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza, .mceContentBody a.clear.color-blue.botao-cinza, .mce-content-body a.clear.color-blue.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja, .mceContentBody a.clear.color-blue.botao-laranja, .mce-content-body a.clear.color-blue.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul, .mceContentBody a.clear.color-blue.botao-azul, .mce-content-body a.clear.color-blue.botao-azul {
  border: 1px solid #237489;
  color: #237489;
}
.button.clear.color-blue:hover, .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza:hover, .mceContentBody a.clear.color-blue.botao-cinza:hover, .mce-content-body a.clear.color-blue.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja:hover, .mceContentBody a.clear.color-blue.botao-laranja:hover, .mce-content-body a.clear.color-blue.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul:hover, .mceContentBody a.clear.color-blue.botao-azul:hover, .mce-content-body a.clear.color-blue.botao-azul:hover, .button.clear.color-blue:focus, .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza:focus, .mceContentBody a.clear.color-blue.botao-cinza:focus, .mce-content-body a.clear.color-blue.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja:focus, .mceContentBody a.clear.color-blue.botao-laranja:focus, .mce-content-body a.clear.color-blue.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul:focus, .mceContentBody a.clear.color-blue.botao-azul:focus, .mce-content-body a.clear.color-blue.botao-azul:focus {
  border-color: rgb(17.5, 58, 68.5);
  color: rgb(17.5, 58, 68.5);
}
.button.clear.color-blue:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza:hover.disabled, .mceContentBody a.clear.color-blue.botao-cinza:hover.disabled, .mce-content-body a.clear.color-blue.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja:hover.disabled, .mceContentBody a.clear.color-blue.botao-laranja:hover.disabled, .mce-content-body a.clear.color-blue.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul:hover.disabled, .mceContentBody a.clear.color-blue.botao-azul:hover.disabled, .mce-content-body a.clear.color-blue.botao-azul:hover.disabled, .button.clear.color-blue:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza:hover[disabled], .mceContentBody a.clear.color-blue.botao-cinza:hover[disabled], .mce-content-body a.clear.color-blue.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja:hover[disabled], .mceContentBody a.clear.color-blue.botao-laranja:hover[disabled], .mce-content-body a.clear.color-blue.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul:hover[disabled], .mceContentBody a.clear.color-blue.botao-azul:hover[disabled], .mce-content-body a.clear.color-blue.botao-azul:hover[disabled], .button.clear.color-blue:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza:focus.disabled, .mceContentBody a.clear.color-blue.botao-cinza:focus.disabled, .mce-content-body a.clear.color-blue.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja:focus.disabled, .mceContentBody a.clear.color-blue.botao-laranja:focus.disabled, .mce-content-body a.clear.color-blue.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul:focus.disabled, .mceContentBody a.clear.color-blue.botao-azul:focus.disabled, .mce-content-body a.clear.color-blue.botao-azul:focus.disabled, .button.clear.color-blue:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza:focus[disabled], .mceContentBody a.clear.color-blue.botao-cinza:focus[disabled], .mce-content-body a.clear.color-blue.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja:focus[disabled], .mceContentBody a.clear.color-blue.botao-laranja:focus[disabled], .mce-content-body a.clear.color-blue.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul:focus[disabled], .mceContentBody a.clear.color-blue.botao-azul:focus[disabled], .mce-content-body a.clear.color-blue.botao-azul:focus[disabled] {
  border: 1px solid #237489;
  color: #237489;
}
.button.clear.color-blue, .wrapper-conteudo-tinymce a.clear.color-blue.botao-cinza, .mceContentBody a.clear.color-blue.botao-cinza, .mce-content-body a.clear.color-blue.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-blue.botao-laranja, .mceContentBody a.clear.color-blue.botao-laranja, .mce-content-body a.clear.color-blue.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-blue.botao-azul, .mceContentBody a.clear.color-blue.botao-azul, .mce-content-body a.clear.color-blue.botao-azul, .button.clear.color-blue.disabled, .button.clear.color-blue[disabled], .button.clear.color-blue:hover, .button.clear.color-blue:hover.disabled, .button.clear.color-blue:hover[disabled], .button.clear.color-blue:focus, .button.clear.color-blue:focus.disabled, .button.clear.color-blue:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-red, .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza, .mceContentBody a.clear.color-red.botao-cinza, .mce-content-body a.clear.color-red.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja, .mceContentBody a.clear.color-red.botao-laranja, .mce-content-body a.clear.color-red.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-red.botao-azul, .mceContentBody a.clear.color-red.botao-azul, .mce-content-body a.clear.color-red.botao-azul {
  border: 1px solid #8A3121;
  color: #8A3121;
}
.button.clear.color-red:hover, .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza:hover, .mceContentBody a.clear.color-red.botao-cinza:hover, .mce-content-body a.clear.color-red.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja:hover, .mceContentBody a.clear.color-red.botao-laranja:hover, .mce-content-body a.clear.color-red.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-red.botao-azul:hover, .mceContentBody a.clear.color-red.botao-azul:hover, .mce-content-body a.clear.color-red.botao-azul:hover, .button.clear.color-red:focus, .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza:focus, .mceContentBody a.clear.color-red.botao-cinza:focus, .mce-content-body a.clear.color-red.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja:focus, .mceContentBody a.clear.color-red.botao-laranja:focus, .mce-content-body a.clear.color-red.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-red.botao-azul:focus, .mceContentBody a.clear.color-red.botao-azul:focus, .mce-content-body a.clear.color-red.botao-azul:focus {
  border-color: rgb(69, 24.5, 16.5);
  color: rgb(69, 24.5, 16.5);
}
.button.clear.color-red:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza:hover.disabled, .mceContentBody a.clear.color-red.botao-cinza:hover.disabled, .mce-content-body a.clear.color-red.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja:hover.disabled, .mceContentBody a.clear.color-red.botao-laranja:hover.disabled, .mce-content-body a.clear.color-red.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-red.botao-azul:hover.disabled, .mceContentBody a.clear.color-red.botao-azul:hover.disabled, .mce-content-body a.clear.color-red.botao-azul:hover.disabled, .button.clear.color-red:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza:hover[disabled], .mceContentBody a.clear.color-red.botao-cinza:hover[disabled], .mce-content-body a.clear.color-red.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja:hover[disabled], .mceContentBody a.clear.color-red.botao-laranja:hover[disabled], .mce-content-body a.clear.color-red.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-red.botao-azul:hover[disabled], .mceContentBody a.clear.color-red.botao-azul:hover[disabled], .mce-content-body a.clear.color-red.botao-azul:hover[disabled], .button.clear.color-red:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza:focus.disabled, .mceContentBody a.clear.color-red.botao-cinza:focus.disabled, .mce-content-body a.clear.color-red.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja:focus.disabled, .mceContentBody a.clear.color-red.botao-laranja:focus.disabled, .mce-content-body a.clear.color-red.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-red.botao-azul:focus.disabled, .mceContentBody a.clear.color-red.botao-azul:focus.disabled, .mce-content-body a.clear.color-red.botao-azul:focus.disabled, .button.clear.color-red:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza:focus[disabled], .mceContentBody a.clear.color-red.botao-cinza:focus[disabled], .mce-content-body a.clear.color-red.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja:focus[disabled], .mceContentBody a.clear.color-red.botao-laranja:focus[disabled], .mce-content-body a.clear.color-red.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-red.botao-azul:focus[disabled], .mceContentBody a.clear.color-red.botao-azul:focus[disabled], .mce-content-body a.clear.color-red.botao-azul:focus[disabled] {
  border: 1px solid #8A3121;
  color: #8A3121;
}
.button.clear.color-red, .wrapper-conteudo-tinymce a.clear.color-red.botao-cinza, .mceContentBody a.clear.color-red.botao-cinza, .mce-content-body a.clear.color-red.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-red.botao-laranja, .mceContentBody a.clear.color-red.botao-laranja, .mce-content-body a.clear.color-red.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-red.botao-azul, .mceContentBody a.clear.color-red.botao-azul, .mce-content-body a.clear.color-red.botao-azul, .button.clear.color-red.disabled, .button.clear.color-red[disabled], .button.clear.color-red:hover, .button.clear.color-red:hover.disabled, .button.clear.color-red:hover[disabled], .button.clear.color-red:focus, .button.clear.color-red:focus.disabled, .button.clear.color-red:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-green, .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza, .mceContentBody a.clear.color-green.botao-cinza, .mce-content-body a.clear.color-green.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja, .mceContentBody a.clear.color-green.botao-laranja, .mce-content-body a.clear.color-green.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-green.botao-azul, .mceContentBody a.clear.color-green.botao-azul, .mce-content-body a.clear.color-green.botao-azul {
  border: 1px solid #4C7948;
  color: #4C7948;
}
.button.clear.color-green:hover, .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza:hover, .mceContentBody a.clear.color-green.botao-cinza:hover, .mce-content-body a.clear.color-green.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja:hover, .mceContentBody a.clear.color-green.botao-laranja:hover, .mce-content-body a.clear.color-green.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-green.botao-azul:hover, .mceContentBody a.clear.color-green.botao-azul:hover, .mce-content-body a.clear.color-green.botao-azul:hover, .button.clear.color-green:focus, .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza:focus, .mceContentBody a.clear.color-green.botao-cinza:focus, .mce-content-body a.clear.color-green.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja:focus, .mceContentBody a.clear.color-green.botao-laranja:focus, .mce-content-body a.clear.color-green.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-green.botao-azul:focus, .mceContentBody a.clear.color-green.botao-azul:focus, .mce-content-body a.clear.color-green.botao-azul:focus {
  border-color: rgb(38, 60.5, 36);
  color: rgb(38, 60.5, 36);
}
.button.clear.color-green:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza:hover.disabled, .mceContentBody a.clear.color-green.botao-cinza:hover.disabled, .mce-content-body a.clear.color-green.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja:hover.disabled, .mceContentBody a.clear.color-green.botao-laranja:hover.disabled, .mce-content-body a.clear.color-green.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-green.botao-azul:hover.disabled, .mceContentBody a.clear.color-green.botao-azul:hover.disabled, .mce-content-body a.clear.color-green.botao-azul:hover.disabled, .button.clear.color-green:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza:hover[disabled], .mceContentBody a.clear.color-green.botao-cinza:hover[disabled], .mce-content-body a.clear.color-green.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja:hover[disabled], .mceContentBody a.clear.color-green.botao-laranja:hover[disabled], .mce-content-body a.clear.color-green.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-green.botao-azul:hover[disabled], .mceContentBody a.clear.color-green.botao-azul:hover[disabled], .mce-content-body a.clear.color-green.botao-azul:hover[disabled], .button.clear.color-green:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza:focus.disabled, .mceContentBody a.clear.color-green.botao-cinza:focus.disabled, .mce-content-body a.clear.color-green.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja:focus.disabled, .mceContentBody a.clear.color-green.botao-laranja:focus.disabled, .mce-content-body a.clear.color-green.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-green.botao-azul:focus.disabled, .mceContentBody a.clear.color-green.botao-azul:focus.disabled, .mce-content-body a.clear.color-green.botao-azul:focus.disabled, .button.clear.color-green:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza:focus[disabled], .mceContentBody a.clear.color-green.botao-cinza:focus[disabled], .mce-content-body a.clear.color-green.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja:focus[disabled], .mceContentBody a.clear.color-green.botao-laranja:focus[disabled], .mce-content-body a.clear.color-green.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-green.botao-azul:focus[disabled], .mceContentBody a.clear.color-green.botao-azul:focus[disabled], .mce-content-body a.clear.color-green.botao-azul:focus[disabled] {
  border: 1px solid #4C7948;
  color: #4C7948;
}
.button.clear.color-green, .wrapper-conteudo-tinymce a.clear.color-green.botao-cinza, .mceContentBody a.clear.color-green.botao-cinza, .mce-content-body a.clear.color-green.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-green.botao-laranja, .mceContentBody a.clear.color-green.botao-laranja, .mce-content-body a.clear.color-green.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-green.botao-azul, .mceContentBody a.clear.color-green.botao-azul, .mce-content-body a.clear.color-green.botao-azul, .button.clear.color-green.disabled, .button.clear.color-green[disabled], .button.clear.color-green:hover, .button.clear.color-green:hover.disabled, .button.clear.color-green:hover[disabled], .button.clear.color-green:focus, .button.clear.color-green:focus.disabled, .button.clear.color-green:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-yellow, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza, .mceContentBody a.clear.color-yellow.botao-cinza, .mce-content-body a.clear.color-yellow.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja, .mceContentBody a.clear.color-yellow.botao-laranja, .mce-content-body a.clear.color-yellow.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul, .mceContentBody a.clear.color-yellow.botao-azul, .mce-content-body a.clear.color-yellow.botao-azul {
  border: 1px solid #DED14E;
  color: #DED14E;
}
.button.clear.color-yellow:hover, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza:hover, .mceContentBody a.clear.color-yellow.botao-cinza:hover, .mce-content-body a.clear.color-yellow.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja:hover, .mceContentBody a.clear.color-yellow.botao-laranja:hover, .mce-content-body a.clear.color-yellow.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul:hover, .mceContentBody a.clear.color-yellow.botao-azul:hover, .mce-content-body a.clear.color-yellow.botao-azul:hover, .button.clear.color-yellow:focus, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza:focus, .mceContentBody a.clear.color-yellow.botao-cinza:focus, .mce-content-body a.clear.color-yellow.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja:focus, .mceContentBody a.clear.color-yellow.botao-laranja:focus, .mce-content-body a.clear.color-yellow.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul:focus, .mceContentBody a.clear.color-yellow.botao-azul:focus, .mce-content-body a.clear.color-yellow.botao-azul:focus {
  border-color: rgb(126.4285714286, 117.1428571429, 23.5714285714);
  color: rgb(126.4285714286, 117.1428571429, 23.5714285714);
}
.button.clear.color-yellow:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza:hover.disabled, .mceContentBody a.clear.color-yellow.botao-cinza:hover.disabled, .mce-content-body a.clear.color-yellow.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja:hover.disabled, .mceContentBody a.clear.color-yellow.botao-laranja:hover.disabled, .mce-content-body a.clear.color-yellow.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul:hover.disabled, .mceContentBody a.clear.color-yellow.botao-azul:hover.disabled, .mce-content-body a.clear.color-yellow.botao-azul:hover.disabled, .button.clear.color-yellow:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza:hover[disabled], .mceContentBody a.clear.color-yellow.botao-cinza:hover[disabled], .mce-content-body a.clear.color-yellow.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja:hover[disabled], .mceContentBody a.clear.color-yellow.botao-laranja:hover[disabled], .mce-content-body a.clear.color-yellow.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul:hover[disabled], .mceContentBody a.clear.color-yellow.botao-azul:hover[disabled], .mce-content-body a.clear.color-yellow.botao-azul:hover[disabled], .button.clear.color-yellow:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza:focus.disabled, .mceContentBody a.clear.color-yellow.botao-cinza:focus.disabled, .mce-content-body a.clear.color-yellow.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja:focus.disabled, .mceContentBody a.clear.color-yellow.botao-laranja:focus.disabled, .mce-content-body a.clear.color-yellow.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul:focus.disabled, .mceContentBody a.clear.color-yellow.botao-azul:focus.disabled, .mce-content-body a.clear.color-yellow.botao-azul:focus.disabled, .button.clear.color-yellow:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza:focus[disabled], .mceContentBody a.clear.color-yellow.botao-cinza:focus[disabled], .mce-content-body a.clear.color-yellow.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja:focus[disabled], .mceContentBody a.clear.color-yellow.botao-laranja:focus[disabled], .mce-content-body a.clear.color-yellow.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul:focus[disabled], .mceContentBody a.clear.color-yellow.botao-azul:focus[disabled], .mce-content-body a.clear.color-yellow.botao-azul:focus[disabled] {
  border: 1px solid #DED14E;
  color: #DED14E;
}
.button.clear.color-yellow, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-cinza, .mceContentBody a.clear.color-yellow.botao-cinza, .mce-content-body a.clear.color-yellow.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-laranja, .mceContentBody a.clear.color-yellow.botao-laranja, .mce-content-body a.clear.color-yellow.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-yellow.botao-azul, .mceContentBody a.clear.color-yellow.botao-azul, .mce-content-body a.clear.color-yellow.botao-azul, .button.clear.color-yellow.disabled, .button.clear.color-yellow[disabled], .button.clear.color-yellow:hover, .button.clear.color-yellow:hover.disabled, .button.clear.color-yellow:hover[disabled], .button.clear.color-yellow:focus, .button.clear.color-yellow:focus.disabled, .button.clear.color-yellow:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-orange, .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza, .mceContentBody a.clear.color-orange.botao-cinza, .mce-content-body a.clear.color-orange.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja, .mceContentBody a.clear.color-orange.botao-laranja, .mce-content-body a.clear.color-orange.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul, .mceContentBody a.clear.color-orange.botao-azul, .mce-content-body a.clear.color-orange.botao-azul {
  border: 1px solid #c36d1b;
  color: #c36d1b;
}
.button.clear.color-orange:hover, .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza:hover, .mceContentBody a.clear.color-orange.botao-cinza:hover, .mce-content-body a.clear.color-orange.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja:hover, .mceContentBody a.clear.color-orange.botao-laranja:hover, .mce-content-body a.clear.color-orange.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul:hover, .mceContentBody a.clear.color-orange.botao-azul:hover, .mce-content-body a.clear.color-orange.botao-azul:hover, .button.clear.color-orange:focus, .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza:focus, .mceContentBody a.clear.color-orange.botao-cinza:focus, .mce-content-body a.clear.color-orange.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja:focus, .mceContentBody a.clear.color-orange.botao-laranja:focus, .mce-content-body a.clear.color-orange.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul:focus, .mceContentBody a.clear.color-orange.botao-azul:focus, .mce-content-body a.clear.color-orange.botao-azul:focus {
  border-color: rgb(97.5, 54.5, 13.5);
  color: rgb(97.5, 54.5, 13.5);
}
.button.clear.color-orange:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza:hover.disabled, .mceContentBody a.clear.color-orange.botao-cinza:hover.disabled, .mce-content-body a.clear.color-orange.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja:hover.disabled, .mceContentBody a.clear.color-orange.botao-laranja:hover.disabled, .mce-content-body a.clear.color-orange.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul:hover.disabled, .mceContentBody a.clear.color-orange.botao-azul:hover.disabled, .mce-content-body a.clear.color-orange.botao-azul:hover.disabled, .button.clear.color-orange:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza:hover[disabled], .mceContentBody a.clear.color-orange.botao-cinza:hover[disabled], .mce-content-body a.clear.color-orange.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja:hover[disabled], .mceContentBody a.clear.color-orange.botao-laranja:hover[disabled], .mce-content-body a.clear.color-orange.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul:hover[disabled], .mceContentBody a.clear.color-orange.botao-azul:hover[disabled], .mce-content-body a.clear.color-orange.botao-azul:hover[disabled], .button.clear.color-orange:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza:focus.disabled, .mceContentBody a.clear.color-orange.botao-cinza:focus.disabled, .mce-content-body a.clear.color-orange.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja:focus.disabled, .mceContentBody a.clear.color-orange.botao-laranja:focus.disabled, .mce-content-body a.clear.color-orange.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul:focus.disabled, .mceContentBody a.clear.color-orange.botao-azul:focus.disabled, .mce-content-body a.clear.color-orange.botao-azul:focus.disabled, .button.clear.color-orange:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza:focus[disabled], .mceContentBody a.clear.color-orange.botao-cinza:focus[disabled], .mce-content-body a.clear.color-orange.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja:focus[disabled], .mceContentBody a.clear.color-orange.botao-laranja:focus[disabled], .mce-content-body a.clear.color-orange.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul:focus[disabled], .mceContentBody a.clear.color-orange.botao-azul:focus[disabled], .mce-content-body a.clear.color-orange.botao-azul:focus[disabled] {
  border: 1px solid #c36d1b;
  color: #c36d1b;
}
.button.clear.color-orange, .wrapper-conteudo-tinymce a.clear.color-orange.botao-cinza, .mceContentBody a.clear.color-orange.botao-cinza, .mce-content-body a.clear.color-orange.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-orange.botao-laranja, .mceContentBody a.clear.color-orange.botao-laranja, .mce-content-body a.clear.color-orange.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-orange.botao-azul, .mceContentBody a.clear.color-orange.botao-azul, .mce-content-body a.clear.color-orange.botao-azul, .button.clear.color-orange.disabled, .button.clear.color-orange[disabled], .button.clear.color-orange:hover, .button.clear.color-orange:hover.disabled, .button.clear.color-orange:hover[disabled], .button.clear.color-orange:focus, .button.clear.color-orange:focus.disabled, .button.clear.color-orange:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-purple, .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza, .mceContentBody a.clear.color-purple.botao-cinza, .mce-content-body a.clear.color-purple.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja, .mceContentBody a.clear.color-purple.botao-laranja, .mce-content-body a.clear.color-purple.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul, .mceContentBody a.clear.color-purple.botao-azul, .mce-content-body a.clear.color-purple.botao-azul {
  border: 1px solid #445079;
  color: #445079;
}
.button.clear.color-purple:hover, .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza:hover, .mceContentBody a.clear.color-purple.botao-cinza:hover, .mce-content-body a.clear.color-purple.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja:hover, .mceContentBody a.clear.color-purple.botao-laranja:hover, .mce-content-body a.clear.color-purple.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul:hover, .mceContentBody a.clear.color-purple.botao-azul:hover, .mce-content-body a.clear.color-purple.botao-azul:hover, .button.clear.color-purple:focus, .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza:focus, .mceContentBody a.clear.color-purple.botao-cinza:focus, .mce-content-body a.clear.color-purple.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja:focus, .mceContentBody a.clear.color-purple.botao-laranja:focus, .mce-content-body a.clear.color-purple.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul:focus, .mceContentBody a.clear.color-purple.botao-azul:focus, .mce-content-body a.clear.color-purple.botao-azul:focus {
  border-color: rgb(34, 40, 60.5);
  color: rgb(34, 40, 60.5);
}
.button.clear.color-purple:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza:hover.disabled, .mceContentBody a.clear.color-purple.botao-cinza:hover.disabled, .mce-content-body a.clear.color-purple.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja:hover.disabled, .mceContentBody a.clear.color-purple.botao-laranja:hover.disabled, .mce-content-body a.clear.color-purple.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul:hover.disabled, .mceContentBody a.clear.color-purple.botao-azul:hover.disabled, .mce-content-body a.clear.color-purple.botao-azul:hover.disabled, .button.clear.color-purple:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza:hover[disabled], .mceContentBody a.clear.color-purple.botao-cinza:hover[disabled], .mce-content-body a.clear.color-purple.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja:hover[disabled], .mceContentBody a.clear.color-purple.botao-laranja:hover[disabled], .mce-content-body a.clear.color-purple.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul:hover[disabled], .mceContentBody a.clear.color-purple.botao-azul:hover[disabled], .mce-content-body a.clear.color-purple.botao-azul:hover[disabled], .button.clear.color-purple:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza:focus.disabled, .mceContentBody a.clear.color-purple.botao-cinza:focus.disabled, .mce-content-body a.clear.color-purple.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja:focus.disabled, .mceContentBody a.clear.color-purple.botao-laranja:focus.disabled, .mce-content-body a.clear.color-purple.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul:focus.disabled, .mceContentBody a.clear.color-purple.botao-azul:focus.disabled, .mce-content-body a.clear.color-purple.botao-azul:focus.disabled, .button.clear.color-purple:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza:focus[disabled], .mceContentBody a.clear.color-purple.botao-cinza:focus[disabled], .mce-content-body a.clear.color-purple.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja:focus[disabled], .mceContentBody a.clear.color-purple.botao-laranja:focus[disabled], .mce-content-body a.clear.color-purple.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul:focus[disabled], .mceContentBody a.clear.color-purple.botao-azul:focus[disabled], .mce-content-body a.clear.color-purple.botao-azul:focus[disabled] {
  border: 1px solid #445079;
  color: #445079;
}
.button.clear.color-purple, .wrapper-conteudo-tinymce a.clear.color-purple.botao-cinza, .mceContentBody a.clear.color-purple.botao-cinza, .mce-content-body a.clear.color-purple.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-purple.botao-laranja, .mceContentBody a.clear.color-purple.botao-laranja, .mce-content-body a.clear.color-purple.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-purple.botao-azul, .mceContentBody a.clear.color-purple.botao-azul, .mce-content-body a.clear.color-purple.botao-azul, .button.clear.color-purple.disabled, .button.clear.color-purple[disabled], .button.clear.color-purple:hover, .button.clear.color-purple:hover.disabled, .button.clear.color-purple:hover[disabled], .button.clear.color-purple:focus, .button.clear.color-purple:focus.disabled, .button.clear.color-purple:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-blue-saturated, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza, .mceContentBody a.clear.color-blue-saturated.botao-cinza, .mce-content-body a.clear.color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja, .mceContentBody a.clear.color-blue-saturated.botao-laranja, .mce-content-body a.clear.color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul, .mceContentBody a.clear.color-blue-saturated.botao-azul, .mce-content-body a.clear.color-blue-saturated.botao-azul {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.clear.color-blue-saturated:hover, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza:hover, .mceContentBody a.clear.color-blue-saturated.botao-cinza:hover, .mce-content-body a.clear.color-blue-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja:hover, .mceContentBody a.clear.color-blue-saturated.botao-laranja:hover, .mce-content-body a.clear.color-blue-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul:hover, .mceContentBody a.clear.color-blue-saturated.botao-azul:hover, .mce-content-body a.clear.color-blue-saturated.botao-azul:hover, .button.clear.color-blue-saturated:focus, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza:focus, .mceContentBody a.clear.color-blue-saturated.botao-cinza:focus, .mce-content-body a.clear.color-blue-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja:focus, .mceContentBody a.clear.color-blue-saturated.botao-laranja:focus, .mce-content-body a.clear.color-blue-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul:focus, .mceContentBody a.clear.color-blue-saturated.botao-azul:focus, .mce-content-body a.clear.color-blue-saturated.botao-azul:focus {
  border-color: rgb(0, 79.5, 112);
  color: rgb(0, 79.5, 112);
}
.button.clear.color-blue-saturated:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza:hover.disabled, .mceContentBody a.clear.color-blue-saturated.botao-cinza:hover.disabled, .mce-content-body a.clear.color-blue-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja:hover.disabled, .mceContentBody a.clear.color-blue-saturated.botao-laranja:hover.disabled, .mce-content-body a.clear.color-blue-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul:hover.disabled, .mceContentBody a.clear.color-blue-saturated.botao-azul:hover.disabled, .mce-content-body a.clear.color-blue-saturated.botao-azul:hover.disabled, .button.clear.color-blue-saturated:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza:hover[disabled], .mceContentBody a.clear.color-blue-saturated.botao-cinza:hover[disabled], .mce-content-body a.clear.color-blue-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja:hover[disabled], .mceContentBody a.clear.color-blue-saturated.botao-laranja:hover[disabled], .mce-content-body a.clear.color-blue-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul:hover[disabled], .mceContentBody a.clear.color-blue-saturated.botao-azul:hover[disabled], .mce-content-body a.clear.color-blue-saturated.botao-azul:hover[disabled], .button.clear.color-blue-saturated:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza:focus.disabled, .mceContentBody a.clear.color-blue-saturated.botao-cinza:focus.disabled, .mce-content-body a.clear.color-blue-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja:focus.disabled, .mceContentBody a.clear.color-blue-saturated.botao-laranja:focus.disabled, .mce-content-body a.clear.color-blue-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul:focus.disabled, .mceContentBody a.clear.color-blue-saturated.botao-azul:focus.disabled, .mce-content-body a.clear.color-blue-saturated.botao-azul:focus.disabled, .button.clear.color-blue-saturated:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza:focus[disabled], .mceContentBody a.clear.color-blue-saturated.botao-cinza:focus[disabled], .mce-content-body a.clear.color-blue-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja:focus[disabled], .mceContentBody a.clear.color-blue-saturated.botao-laranja:focus[disabled], .mce-content-body a.clear.color-blue-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul:focus[disabled], .mceContentBody a.clear.color-blue-saturated.botao-azul:focus[disabled], .mce-content-body a.clear.color-blue-saturated.botao-azul:focus[disabled] {
  border: 1px solid #009FE0;
  color: #009FE0;
}
.button.clear.color-blue-saturated, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-cinza, .mceContentBody a.clear.color-blue-saturated.botao-cinza, .mce-content-body a.clear.color-blue-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-laranja, .mceContentBody a.clear.color-blue-saturated.botao-laranja, .mce-content-body a.clear.color-blue-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-blue-saturated.botao-azul, .mceContentBody a.clear.color-blue-saturated.botao-azul, .mce-content-body a.clear.color-blue-saturated.botao-azul, .button.clear.color-blue-saturated.disabled, .button.clear.color-blue-saturated[disabled], .button.clear.color-blue-saturated:hover, .button.clear.color-blue-saturated:hover.disabled, .button.clear.color-blue-saturated:hover[disabled], .button.clear.color-blue-saturated:focus, .button.clear.color-blue-saturated:focus.disabled, .button.clear.color-blue-saturated:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-red-saturated, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza, .mceContentBody a.clear.color-red-saturated.botao-cinza, .mce-content-body a.clear.color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja, .mceContentBody a.clear.color-red-saturated.botao-laranja, .mce-content-body a.clear.color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul, .mceContentBody a.clear.color-red-saturated.botao-azul, .mce-content-body a.clear.color-red-saturated.botao-azul {
  border: 1px solid #A91B01;
  color: #A91B01;
}
.button.clear.color-red-saturated:hover, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza:hover, .mceContentBody a.clear.color-red-saturated.botao-cinza:hover, .mce-content-body a.clear.color-red-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja:hover, .mceContentBody a.clear.color-red-saturated.botao-laranja:hover, .mce-content-body a.clear.color-red-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul:hover, .mceContentBody a.clear.color-red-saturated.botao-azul:hover, .mce-content-body a.clear.color-red-saturated.botao-azul:hover, .button.clear.color-red-saturated:focus, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza:focus, .mceContentBody a.clear.color-red-saturated.botao-cinza:focus, .mce-content-body a.clear.color-red-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja:focus, .mceContentBody a.clear.color-red-saturated.botao-laranja:focus, .mce-content-body a.clear.color-red-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul:focus, .mceContentBody a.clear.color-red-saturated.botao-azul:focus, .mce-content-body a.clear.color-red-saturated.botao-azul:focus {
  border-color: rgb(84.5, 13.5, 0.5);
  color: rgb(84.5, 13.5, 0.5);
}
.button.clear.color-red-saturated:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza:hover.disabled, .mceContentBody a.clear.color-red-saturated.botao-cinza:hover.disabled, .mce-content-body a.clear.color-red-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja:hover.disabled, .mceContentBody a.clear.color-red-saturated.botao-laranja:hover.disabled, .mce-content-body a.clear.color-red-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul:hover.disabled, .mceContentBody a.clear.color-red-saturated.botao-azul:hover.disabled, .mce-content-body a.clear.color-red-saturated.botao-azul:hover.disabled, .button.clear.color-red-saturated:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza:hover[disabled], .mceContentBody a.clear.color-red-saturated.botao-cinza:hover[disabled], .mce-content-body a.clear.color-red-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja:hover[disabled], .mceContentBody a.clear.color-red-saturated.botao-laranja:hover[disabled], .mce-content-body a.clear.color-red-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul:hover[disabled], .mceContentBody a.clear.color-red-saturated.botao-azul:hover[disabled], .mce-content-body a.clear.color-red-saturated.botao-azul:hover[disabled], .button.clear.color-red-saturated:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza:focus.disabled, .mceContentBody a.clear.color-red-saturated.botao-cinza:focus.disabled, .mce-content-body a.clear.color-red-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja:focus.disabled, .mceContentBody a.clear.color-red-saturated.botao-laranja:focus.disabled, .mce-content-body a.clear.color-red-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul:focus.disabled, .mceContentBody a.clear.color-red-saturated.botao-azul:focus.disabled, .mce-content-body a.clear.color-red-saturated.botao-azul:focus.disabled, .button.clear.color-red-saturated:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza:focus[disabled], .mceContentBody a.clear.color-red-saturated.botao-cinza:focus[disabled], .mce-content-body a.clear.color-red-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja:focus[disabled], .mceContentBody a.clear.color-red-saturated.botao-laranja:focus[disabled], .mce-content-body a.clear.color-red-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul:focus[disabled], .mceContentBody a.clear.color-red-saturated.botao-azul:focus[disabled], .mce-content-body a.clear.color-red-saturated.botao-azul:focus[disabled] {
  border: 1px solid #A91B01;
  color: #A91B01;
}
.button.clear.color-red-saturated, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-cinza, .mceContentBody a.clear.color-red-saturated.botao-cinza, .mce-content-body a.clear.color-red-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-laranja, .mceContentBody a.clear.color-red-saturated.botao-laranja, .mce-content-body a.clear.color-red-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-red-saturated.botao-azul, .mceContentBody a.clear.color-red-saturated.botao-azul, .mce-content-body a.clear.color-red-saturated.botao-azul, .button.clear.color-red-saturated.disabled, .button.clear.color-red-saturated[disabled], .button.clear.color-red-saturated:hover, .button.clear.color-red-saturated:hover.disabled, .button.clear.color-red-saturated:hover[disabled], .button.clear.color-red-saturated:focus, .button.clear.color-red-saturated:focus.disabled, .button.clear.color-red-saturated:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-green-saturated, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza, .mceContentBody a.clear.color-green-saturated.botao-cinza, .mce-content-body a.clear.color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja, .mceContentBody a.clear.color-green-saturated.botao-laranja, .mce-content-body a.clear.color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul, .mceContentBody a.clear.color-green-saturated.botao-azul, .mce-content-body a.clear.color-green-saturated.botao-azul {
  border: 1px solid #3F8739;
  color: #3F8739;
}
.button.clear.color-green-saturated:hover, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza:hover, .mceContentBody a.clear.color-green-saturated.botao-cinza:hover, .mce-content-body a.clear.color-green-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja:hover, .mceContentBody a.clear.color-green-saturated.botao-laranja:hover, .mce-content-body a.clear.color-green-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul:hover, .mceContentBody a.clear.color-green-saturated.botao-azul:hover, .mce-content-body a.clear.color-green-saturated.botao-azul:hover, .button.clear.color-green-saturated:focus, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza:focus, .mceContentBody a.clear.color-green-saturated.botao-cinza:focus, .mce-content-body a.clear.color-green-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja:focus, .mceContentBody a.clear.color-green-saturated.botao-laranja:focus, .mce-content-body a.clear.color-green-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul:focus, .mceContentBody a.clear.color-green-saturated.botao-azul:focus, .mce-content-body a.clear.color-green-saturated.botao-azul:focus {
  border-color: rgb(31.5, 67.5, 28.5);
  color: rgb(31.5, 67.5, 28.5);
}
.button.clear.color-green-saturated:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza:hover.disabled, .mceContentBody a.clear.color-green-saturated.botao-cinza:hover.disabled, .mce-content-body a.clear.color-green-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja:hover.disabled, .mceContentBody a.clear.color-green-saturated.botao-laranja:hover.disabled, .mce-content-body a.clear.color-green-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul:hover.disabled, .mceContentBody a.clear.color-green-saturated.botao-azul:hover.disabled, .mce-content-body a.clear.color-green-saturated.botao-azul:hover.disabled, .button.clear.color-green-saturated:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza:hover[disabled], .mceContentBody a.clear.color-green-saturated.botao-cinza:hover[disabled], .mce-content-body a.clear.color-green-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja:hover[disabled], .mceContentBody a.clear.color-green-saturated.botao-laranja:hover[disabled], .mce-content-body a.clear.color-green-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul:hover[disabled], .mceContentBody a.clear.color-green-saturated.botao-azul:hover[disabled], .mce-content-body a.clear.color-green-saturated.botao-azul:hover[disabled], .button.clear.color-green-saturated:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza:focus.disabled, .mceContentBody a.clear.color-green-saturated.botao-cinza:focus.disabled, .mce-content-body a.clear.color-green-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja:focus.disabled, .mceContentBody a.clear.color-green-saturated.botao-laranja:focus.disabled, .mce-content-body a.clear.color-green-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul:focus.disabled, .mceContentBody a.clear.color-green-saturated.botao-azul:focus.disabled, .mce-content-body a.clear.color-green-saturated.botao-azul:focus.disabled, .button.clear.color-green-saturated:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza:focus[disabled], .mceContentBody a.clear.color-green-saturated.botao-cinza:focus[disabled], .mce-content-body a.clear.color-green-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja:focus[disabled], .mceContentBody a.clear.color-green-saturated.botao-laranja:focus[disabled], .mce-content-body a.clear.color-green-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul:focus[disabled], .mceContentBody a.clear.color-green-saturated.botao-azul:focus[disabled], .mce-content-body a.clear.color-green-saturated.botao-azul:focus[disabled] {
  border: 1px solid #3F8739;
  color: #3F8739;
}
.button.clear.color-green-saturated, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-cinza, .mceContentBody a.clear.color-green-saturated.botao-cinza, .mce-content-body a.clear.color-green-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-laranja, .mceContentBody a.clear.color-green-saturated.botao-laranja, .mce-content-body a.clear.color-green-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-green-saturated.botao-azul, .mceContentBody a.clear.color-green-saturated.botao-azul, .mce-content-body a.clear.color-green-saturated.botao-azul, .button.clear.color-green-saturated.disabled, .button.clear.color-green-saturated[disabled], .button.clear.color-green-saturated:hover, .button.clear.color-green-saturated:hover.disabled, .button.clear.color-green-saturated:hover[disabled], .button.clear.color-green-saturated:focus, .button.clear.color-green-saturated:focus.disabled, .button.clear.color-green-saturated:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-yellow-saturated, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza, .mceContentBody a.clear.color-yellow-saturated.botao-cinza, .mce-content-body a.clear.color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja, .mceContentBody a.clear.color-yellow-saturated.botao-laranja, .mce-content-body a.clear.color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul, .mceContentBody a.clear.color-yellow-saturated.botao-azul, .mce-content-body a.clear.color-yellow-saturated.botao-azul {
  border: 1px solid #FFEB2D;
  color: #FFEB2D;
}
.button.clear.color-yellow-saturated:hover, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza:hover, .mceContentBody a.clear.color-yellow-saturated.botao-cinza:hover, .mce-content-body a.clear.color-yellow-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja:hover, .mceContentBody a.clear.color-yellow-saturated.botao-laranja:hover, .mce-content-body a.clear.color-yellow-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul:hover, .mceContentBody a.clear.color-yellow-saturated.botao-azul:hover, .mce-content-body a.clear.color-yellow-saturated.botao-azul:hover, .button.clear.color-yellow-saturated:focus, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza:focus, .mceContentBody a.clear.color-yellow-saturated.botao-cinza:focus, .mce-content-body a.clear.color-yellow-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja:focus, .mceContentBody a.clear.color-yellow-saturated.botao-laranja:focus, .mce-content-body a.clear.color-yellow-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul:focus, .mceContentBody a.clear.color-yellow-saturated.botao-azul:focus, .mce-content-body a.clear.color-yellow-saturated.botao-azul:focus {
  border-color: rgb(150, 135.7142857143, 0);
  color: rgb(150, 135.7142857143, 0);
}
.button.clear.color-yellow-saturated:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza:hover.disabled, .mceContentBody a.clear.color-yellow-saturated.botao-cinza:hover.disabled, .mce-content-body a.clear.color-yellow-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja:hover.disabled, .mceContentBody a.clear.color-yellow-saturated.botao-laranja:hover.disabled, .mce-content-body a.clear.color-yellow-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul:hover.disabled, .mceContentBody a.clear.color-yellow-saturated.botao-azul:hover.disabled, .mce-content-body a.clear.color-yellow-saturated.botao-azul:hover.disabled, .button.clear.color-yellow-saturated:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza:hover[disabled], .mceContentBody a.clear.color-yellow-saturated.botao-cinza:hover[disabled], .mce-content-body a.clear.color-yellow-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja:hover[disabled], .mceContentBody a.clear.color-yellow-saturated.botao-laranja:hover[disabled], .mce-content-body a.clear.color-yellow-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul:hover[disabled], .mceContentBody a.clear.color-yellow-saturated.botao-azul:hover[disabled], .mce-content-body a.clear.color-yellow-saturated.botao-azul:hover[disabled], .button.clear.color-yellow-saturated:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza:focus.disabled, .mceContentBody a.clear.color-yellow-saturated.botao-cinza:focus.disabled, .mce-content-body a.clear.color-yellow-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja:focus.disabled, .mceContentBody a.clear.color-yellow-saturated.botao-laranja:focus.disabled, .mce-content-body a.clear.color-yellow-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul:focus.disabled, .mceContentBody a.clear.color-yellow-saturated.botao-azul:focus.disabled, .mce-content-body a.clear.color-yellow-saturated.botao-azul:focus.disabled, .button.clear.color-yellow-saturated:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza:focus[disabled], .mceContentBody a.clear.color-yellow-saturated.botao-cinza:focus[disabled], .mce-content-body a.clear.color-yellow-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja:focus[disabled], .mceContentBody a.clear.color-yellow-saturated.botao-laranja:focus[disabled], .mce-content-body a.clear.color-yellow-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul:focus[disabled], .mceContentBody a.clear.color-yellow-saturated.botao-azul:focus[disabled], .mce-content-body a.clear.color-yellow-saturated.botao-azul:focus[disabled] {
  border: 1px solid #FFEB2D;
  color: #FFEB2D;
}
.button.clear.color-yellow-saturated, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-cinza, .mceContentBody a.clear.color-yellow-saturated.botao-cinza, .mce-content-body a.clear.color-yellow-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-laranja, .mceContentBody a.clear.color-yellow-saturated.botao-laranja, .mce-content-body a.clear.color-yellow-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-yellow-saturated.botao-azul, .mceContentBody a.clear.color-yellow-saturated.botao-azul, .mce-content-body a.clear.color-yellow-saturated.botao-azul, .button.clear.color-yellow-saturated.disabled, .button.clear.color-yellow-saturated[disabled], .button.clear.color-yellow-saturated:hover, .button.clear.color-yellow-saturated:hover.disabled, .button.clear.color-yellow-saturated:hover[disabled], .button.clear.color-yellow-saturated:focus, .button.clear.color-yellow-saturated:focus.disabled, .button.clear.color-yellow-saturated:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-orange-saturated, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza, .mceContentBody a.clear.color-orange-saturated.botao-cinza, .mce-content-body a.clear.color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja, .mceContentBody a.clear.color-orange-saturated.botao-laranja, .mce-content-body a.clear.color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul, .mceContentBody a.clear.color-orange-saturated.botao-azul, .mce-content-body a.clear.color-orange-saturated.botao-azul {
  border: 1px solid #DE6C00;
  color: #DE6C00;
}
.button.clear.color-orange-saturated:hover, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza:hover, .mceContentBody a.clear.color-orange-saturated.botao-cinza:hover, .mce-content-body a.clear.color-orange-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja:hover, .mceContentBody a.clear.color-orange-saturated.botao-laranja:hover, .mce-content-body a.clear.color-orange-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul:hover, .mceContentBody a.clear.color-orange-saturated.botao-azul:hover, .mce-content-body a.clear.color-orange-saturated.botao-azul:hover, .button.clear.color-orange-saturated:focus, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza:focus, .mceContentBody a.clear.color-orange-saturated.botao-cinza:focus, .mce-content-body a.clear.color-orange-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja:focus, .mceContentBody a.clear.color-orange-saturated.botao-laranja:focus, .mce-content-body a.clear.color-orange-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul:focus, .mceContentBody a.clear.color-orange-saturated.botao-azul:focus, .mce-content-body a.clear.color-orange-saturated.botao-azul:focus {
  border-color: #6f3600;
  color: #6f3600;
}
.button.clear.color-orange-saturated:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza:hover.disabled, .mceContentBody a.clear.color-orange-saturated.botao-cinza:hover.disabled, .mce-content-body a.clear.color-orange-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja:hover.disabled, .mceContentBody a.clear.color-orange-saturated.botao-laranja:hover.disabled, .mce-content-body a.clear.color-orange-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul:hover.disabled, .mceContentBody a.clear.color-orange-saturated.botao-azul:hover.disabled, .mce-content-body a.clear.color-orange-saturated.botao-azul:hover.disabled, .button.clear.color-orange-saturated:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza:hover[disabled], .mceContentBody a.clear.color-orange-saturated.botao-cinza:hover[disabled], .mce-content-body a.clear.color-orange-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja:hover[disabled], .mceContentBody a.clear.color-orange-saturated.botao-laranja:hover[disabled], .mce-content-body a.clear.color-orange-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul:hover[disabled], .mceContentBody a.clear.color-orange-saturated.botao-azul:hover[disabled], .mce-content-body a.clear.color-orange-saturated.botao-azul:hover[disabled], .button.clear.color-orange-saturated:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza:focus.disabled, .mceContentBody a.clear.color-orange-saturated.botao-cinza:focus.disabled, .mce-content-body a.clear.color-orange-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja:focus.disabled, .mceContentBody a.clear.color-orange-saturated.botao-laranja:focus.disabled, .mce-content-body a.clear.color-orange-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul:focus.disabled, .mceContentBody a.clear.color-orange-saturated.botao-azul:focus.disabled, .mce-content-body a.clear.color-orange-saturated.botao-azul:focus.disabled, .button.clear.color-orange-saturated:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza:focus[disabled], .mceContentBody a.clear.color-orange-saturated.botao-cinza:focus[disabled], .mce-content-body a.clear.color-orange-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja:focus[disabled], .mceContentBody a.clear.color-orange-saturated.botao-laranja:focus[disabled], .mce-content-body a.clear.color-orange-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul:focus[disabled], .mceContentBody a.clear.color-orange-saturated.botao-azul:focus[disabled], .mce-content-body a.clear.color-orange-saturated.botao-azul:focus[disabled] {
  border: 1px solid #DE6C00;
  color: #DE6C00;
}
.button.clear.color-orange-saturated, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-cinza, .mceContentBody a.clear.color-orange-saturated.botao-cinza, .mce-content-body a.clear.color-orange-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-laranja, .mceContentBody a.clear.color-orange-saturated.botao-laranja, .mce-content-body a.clear.color-orange-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-orange-saturated.botao-azul, .mceContentBody a.clear.color-orange-saturated.botao-azul, .mce-content-body a.clear.color-orange-saturated.botao-azul, .button.clear.color-orange-saturated.disabled, .button.clear.color-orange-saturated[disabled], .button.clear.color-orange-saturated:hover, .button.clear.color-orange-saturated:hover.disabled, .button.clear.color-orange-saturated:hover[disabled], .button.clear.color-orange-saturated:focus, .button.clear.color-orange-saturated:focus.disabled, .button.clear.color-orange-saturated:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-purple-saturated, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza, .mceContentBody a.clear.color-purple-saturated.botao-cinza, .mce-content-body a.clear.color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja, .mceContentBody a.clear.color-purple-saturated.botao-laranja, .mce-content-body a.clear.color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul, .mceContentBody a.clear.color-purple-saturated.botao-azul, .mce-content-body a.clear.color-purple-saturated.botao-azul {
  border: 1px solid #344789;
  color: #344789;
}
.button.clear.color-purple-saturated:hover, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza:hover, .mceContentBody a.clear.color-purple-saturated.botao-cinza:hover, .mce-content-body a.clear.color-purple-saturated.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja:hover, .mceContentBody a.clear.color-purple-saturated.botao-laranja:hover, .mce-content-body a.clear.color-purple-saturated.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul:hover, .mceContentBody a.clear.color-purple-saturated.botao-azul:hover, .mce-content-body a.clear.color-purple-saturated.botao-azul:hover, .button.clear.color-purple-saturated:focus, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza:focus, .mceContentBody a.clear.color-purple-saturated.botao-cinza:focus, .mce-content-body a.clear.color-purple-saturated.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja:focus, .mceContentBody a.clear.color-purple-saturated.botao-laranja:focus, .mce-content-body a.clear.color-purple-saturated.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul:focus, .mceContentBody a.clear.color-purple-saturated.botao-azul:focus, .mce-content-body a.clear.color-purple-saturated.botao-azul:focus {
  border-color: rgb(26, 35.5, 68.5);
  color: rgb(26, 35.5, 68.5);
}
.button.clear.color-purple-saturated:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza:hover.disabled, .mceContentBody a.clear.color-purple-saturated.botao-cinza:hover.disabled, .mce-content-body a.clear.color-purple-saturated.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja:hover.disabled, .mceContentBody a.clear.color-purple-saturated.botao-laranja:hover.disabled, .mce-content-body a.clear.color-purple-saturated.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul:hover.disabled, .mceContentBody a.clear.color-purple-saturated.botao-azul:hover.disabled, .mce-content-body a.clear.color-purple-saturated.botao-azul:hover.disabled, .button.clear.color-purple-saturated:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza:hover[disabled], .mceContentBody a.clear.color-purple-saturated.botao-cinza:hover[disabled], .mce-content-body a.clear.color-purple-saturated.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja:hover[disabled], .mceContentBody a.clear.color-purple-saturated.botao-laranja:hover[disabled], .mce-content-body a.clear.color-purple-saturated.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul:hover[disabled], .mceContentBody a.clear.color-purple-saturated.botao-azul:hover[disabled], .mce-content-body a.clear.color-purple-saturated.botao-azul:hover[disabled], .button.clear.color-purple-saturated:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza:focus.disabled, .mceContentBody a.clear.color-purple-saturated.botao-cinza:focus.disabled, .mce-content-body a.clear.color-purple-saturated.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja:focus.disabled, .mceContentBody a.clear.color-purple-saturated.botao-laranja:focus.disabled, .mce-content-body a.clear.color-purple-saturated.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul:focus.disabled, .mceContentBody a.clear.color-purple-saturated.botao-azul:focus.disabled, .mce-content-body a.clear.color-purple-saturated.botao-azul:focus.disabled, .button.clear.color-purple-saturated:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza:focus[disabled], .mceContentBody a.clear.color-purple-saturated.botao-cinza:focus[disabled], .mce-content-body a.clear.color-purple-saturated.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja:focus[disabled], .mceContentBody a.clear.color-purple-saturated.botao-laranja:focus[disabled], .mce-content-body a.clear.color-purple-saturated.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul:focus[disabled], .mceContentBody a.clear.color-purple-saturated.botao-azul:focus[disabled], .mce-content-body a.clear.color-purple-saturated.botao-azul:focus[disabled] {
  border: 1px solid #344789;
  color: #344789;
}
.button.clear.color-purple-saturated, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-cinza, .mceContentBody a.clear.color-purple-saturated.botao-cinza, .mce-content-body a.clear.color-purple-saturated.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-laranja, .mceContentBody a.clear.color-purple-saturated.botao-laranja, .mce-content-body a.clear.color-purple-saturated.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-purple-saturated.botao-azul, .mceContentBody a.clear.color-purple-saturated.botao-azul, .mce-content-body a.clear.color-purple-saturated.botao-azul, .button.clear.color-purple-saturated.disabled, .button.clear.color-purple-saturated[disabled], .button.clear.color-purple-saturated:hover, .button.clear.color-purple-saturated:hover.disabled, .button.clear.color-purple-saturated:hover[disabled], .button.clear.color-purple-saturated:focus, .button.clear.color-purple-saturated:focus.disabled, .button.clear.color-purple-saturated:focus[disabled] {
  border-color: transparent;
}
.button.clear.color-yellow-dark, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza, .mceContentBody a.clear.color-yellow-dark.botao-cinza, .mce-content-body a.clear.color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja, .mceContentBody a.clear.color-yellow-dark.botao-laranja, .mce-content-body a.clear.color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul, .mceContentBody a.clear.color-yellow-dark.botao-azul, .mce-content-body a.clear.color-yellow-dark.botao-azul {
  border: 1px solid #857E3F;
  color: #857E3F;
}
.button.clear.color-yellow-dark:hover, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza:hover, .mceContentBody a.clear.color-yellow-dark.botao-cinza:hover, .mce-content-body a.clear.color-yellow-dark.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja:hover, .mceContentBody a.clear.color-yellow-dark.botao-laranja:hover, .mce-content-body a.clear.color-yellow-dark.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul:hover, .mceContentBody a.clear.color-yellow-dark.botao-azul:hover, .mce-content-body a.clear.color-yellow-dark.botao-azul:hover, .button.clear.color-yellow-dark:focus, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza:focus, .mceContentBody a.clear.color-yellow-dark.botao-cinza:focus, .mce-content-body a.clear.color-yellow-dark.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja:focus, .mceContentBody a.clear.color-yellow-dark.botao-laranja:focus, .mce-content-body a.clear.color-yellow-dark.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul:focus, .mceContentBody a.clear.color-yellow-dark.botao-azul:focus, .mce-content-body a.clear.color-yellow-dark.botao-azul:focus {
  border-color: rgb(66.5, 63, 31.5);
  color: rgb(66.5, 63, 31.5);
}
.button.clear.color-yellow-dark:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza:hover.disabled, .mceContentBody a.clear.color-yellow-dark.botao-cinza:hover.disabled, .mce-content-body a.clear.color-yellow-dark.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja:hover.disabled, .mceContentBody a.clear.color-yellow-dark.botao-laranja:hover.disabled, .mce-content-body a.clear.color-yellow-dark.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul:hover.disabled, .mceContentBody a.clear.color-yellow-dark.botao-azul:hover.disabled, .mce-content-body a.clear.color-yellow-dark.botao-azul:hover.disabled, .button.clear.color-yellow-dark:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza:hover[disabled], .mceContentBody a.clear.color-yellow-dark.botao-cinza:hover[disabled], .mce-content-body a.clear.color-yellow-dark.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja:hover[disabled], .mceContentBody a.clear.color-yellow-dark.botao-laranja:hover[disabled], .mce-content-body a.clear.color-yellow-dark.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul:hover[disabled], .mceContentBody a.clear.color-yellow-dark.botao-azul:hover[disabled], .mce-content-body a.clear.color-yellow-dark.botao-azul:hover[disabled], .button.clear.color-yellow-dark:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza:focus.disabled, .mceContentBody a.clear.color-yellow-dark.botao-cinza:focus.disabled, .mce-content-body a.clear.color-yellow-dark.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja:focus.disabled, .mceContentBody a.clear.color-yellow-dark.botao-laranja:focus.disabled, .mce-content-body a.clear.color-yellow-dark.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul:focus.disabled, .mceContentBody a.clear.color-yellow-dark.botao-azul:focus.disabled, .mce-content-body a.clear.color-yellow-dark.botao-azul:focus.disabled, .button.clear.color-yellow-dark:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza:focus[disabled], .mceContentBody a.clear.color-yellow-dark.botao-cinza:focus[disabled], .mce-content-body a.clear.color-yellow-dark.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja:focus[disabled], .mceContentBody a.clear.color-yellow-dark.botao-laranja:focus[disabled], .mce-content-body a.clear.color-yellow-dark.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul:focus[disabled], .mceContentBody a.clear.color-yellow-dark.botao-azul:focus[disabled], .mce-content-body a.clear.color-yellow-dark.botao-azul:focus[disabled] {
  border: 1px solid #857E3F;
  color: #857E3F;
}
.button.clear.color-yellow-dark, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-cinza, .mceContentBody a.clear.color-yellow-dark.botao-cinza, .mce-content-body a.clear.color-yellow-dark.botao-cinza, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-laranja, .mceContentBody a.clear.color-yellow-dark.botao-laranja, .mce-content-body a.clear.color-yellow-dark.botao-laranja, .wrapper-conteudo-tinymce a.clear.color-yellow-dark.botao-azul, .mceContentBody a.clear.color-yellow-dark.botao-azul, .mce-content-body a.clear.color-yellow-dark.botao-azul, .button.clear.color-yellow-dark.disabled, .button.clear.color-yellow-dark[disabled], .button.clear.color-yellow-dark:hover, .button.clear.color-yellow-dark:hover.disabled, .button.clear.color-yellow-dark:hover[disabled], .button.clear.color-yellow-dark:focus, .button.clear.color-yellow-dark:focus.disabled, .button.clear.color-yellow-dark:focus[disabled] {
  border-color: transparent;
}
.button.clear.light-gray, .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza, .mceContentBody a.clear.light-gray.botao-cinza, .mce-content-body a.clear.light-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja, .mceContentBody a.clear.light-gray.botao-laranja, .mce-content-body a.clear.light-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul, .mceContentBody a.clear.light-gray.botao-azul, .mce-content-body a.clear.light-gray.botao-azul {
  border: 1px solid #E2E2E2;
  color: #E2E2E2;
}
.button.clear.light-gray:hover, .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza:hover, .mceContentBody a.clear.light-gray.botao-cinza:hover, .mce-content-body a.clear.light-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja:hover, .mceContentBody a.clear.light-gray.botao-laranja:hover, .mce-content-body a.clear.light-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul:hover, .mceContentBody a.clear.light-gray.botao-azul:hover, .mce-content-body a.clear.light-gray.botao-azul:hover, .button.clear.light-gray:focus, .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza:focus, .mceContentBody a.clear.light-gray.botao-cinza:focus, .mce-content-body a.clear.light-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja:focus, .mceContentBody a.clear.light-gray.botao-laranja:focus, .mce-content-body a.clear.light-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul:focus, .mceContentBody a.clear.light-gray.botao-azul:focus, .mce-content-body a.clear.light-gray.botao-azul:focus {
  border-color: #717171;
  color: #717171;
}
.button.clear.light-gray:hover.disabled, .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza:hover.disabled, .mceContentBody a.clear.light-gray.botao-cinza:hover.disabled, .mce-content-body a.clear.light-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja:hover.disabled, .mceContentBody a.clear.light-gray.botao-laranja:hover.disabled, .mce-content-body a.clear.light-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul:hover.disabled, .mceContentBody a.clear.light-gray.botao-azul:hover.disabled, .mce-content-body a.clear.light-gray.botao-azul:hover.disabled, .button.clear.light-gray:hover[disabled], .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza:hover[disabled], .mceContentBody a.clear.light-gray.botao-cinza:hover[disabled], .mce-content-body a.clear.light-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja:hover[disabled], .mceContentBody a.clear.light-gray.botao-laranja:hover[disabled], .mce-content-body a.clear.light-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul:hover[disabled], .mceContentBody a.clear.light-gray.botao-azul:hover[disabled], .mce-content-body a.clear.light-gray.botao-azul:hover[disabled], .button.clear.light-gray:focus.disabled, .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza:focus.disabled, .mceContentBody a.clear.light-gray.botao-cinza:focus.disabled, .mce-content-body a.clear.light-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja:focus.disabled, .mceContentBody a.clear.light-gray.botao-laranja:focus.disabled, .mce-content-body a.clear.light-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul:focus.disabled, .mceContentBody a.clear.light-gray.botao-azul:focus.disabled, .mce-content-body a.clear.light-gray.botao-azul:focus.disabled, .button.clear.light-gray:focus[disabled], .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza:focus[disabled], .mceContentBody a.clear.light-gray.botao-cinza:focus[disabled], .mce-content-body a.clear.light-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja:focus[disabled], .mceContentBody a.clear.light-gray.botao-laranja:focus[disabled], .mce-content-body a.clear.light-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul:focus[disabled], .mceContentBody a.clear.light-gray.botao-azul:focus[disabled], .mce-content-body a.clear.light-gray.botao-azul:focus[disabled] {
  border: 1px solid #E2E2E2;
  color: #E2E2E2;
}
.button.clear.light-gray, .wrapper-conteudo-tinymce a.clear.light-gray.botao-cinza, .mceContentBody a.clear.light-gray.botao-cinza, .mce-content-body a.clear.light-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.light-gray.botao-laranja, .mceContentBody a.clear.light-gray.botao-laranja, .mce-content-body a.clear.light-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.light-gray.botao-azul, .mceContentBody a.clear.light-gray.botao-azul, .mce-content-body a.clear.light-gray.botao-azul, .button.clear.light-gray.disabled, .button.clear.light-gray[disabled], .button.clear.light-gray:hover, .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus, .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.lightest-gray, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza, .mceContentBody a.clear.lightest-gray.botao-cinza, .mce-content-body a.clear.lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja, .mceContentBody a.clear.lightest-gray.botao-laranja, .mce-content-body a.clear.lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul, .mceContentBody a.clear.lightest-gray.botao-azul, .mce-content-body a.clear.lightest-gray.botao-azul {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.button.clear.lightest-gray:hover, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza:hover, .mceContentBody a.clear.lightest-gray.botao-cinza:hover, .mce-content-body a.clear.lightest-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja:hover, .mceContentBody a.clear.lightest-gray.botao-laranja:hover, .mce-content-body a.clear.lightest-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul:hover, .mceContentBody a.clear.lightest-gray.botao-azul:hover, .mce-content-body a.clear.lightest-gray.botao-azul:hover, .button.clear.lightest-gray:focus, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza:focus, .mceContentBody a.clear.lightest-gray.botao-cinza:focus, .mce-content-body a.clear.lightest-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja:focus, .mceContentBody a.clear.lightest-gray.botao-laranja:focus, .mce-content-body a.clear.lightest-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul:focus, .mceContentBody a.clear.lightest-gray.botao-azul:focus, .mce-content-body a.clear.lightest-gray.botao-azul:focus {
  border-color: rgb(122.5, 122.5, 122.5);
  color: rgb(122.5, 122.5, 122.5);
}
.button.clear.lightest-gray:hover.disabled, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza:hover.disabled, .mceContentBody a.clear.lightest-gray.botao-cinza:hover.disabled, .mce-content-body a.clear.lightest-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja:hover.disabled, .mceContentBody a.clear.lightest-gray.botao-laranja:hover.disabled, .mce-content-body a.clear.lightest-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul:hover.disabled, .mceContentBody a.clear.lightest-gray.botao-azul:hover.disabled, .mce-content-body a.clear.lightest-gray.botao-azul:hover.disabled, .button.clear.lightest-gray:hover[disabled], .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza:hover[disabled], .mceContentBody a.clear.lightest-gray.botao-cinza:hover[disabled], .mce-content-body a.clear.lightest-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja:hover[disabled], .mceContentBody a.clear.lightest-gray.botao-laranja:hover[disabled], .mce-content-body a.clear.lightest-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul:hover[disabled], .mceContentBody a.clear.lightest-gray.botao-azul:hover[disabled], .mce-content-body a.clear.lightest-gray.botao-azul:hover[disabled], .button.clear.lightest-gray:focus.disabled, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza:focus.disabled, .mceContentBody a.clear.lightest-gray.botao-cinza:focus.disabled, .mce-content-body a.clear.lightest-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja:focus.disabled, .mceContentBody a.clear.lightest-gray.botao-laranja:focus.disabled, .mce-content-body a.clear.lightest-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul:focus.disabled, .mceContentBody a.clear.lightest-gray.botao-azul:focus.disabled, .mce-content-body a.clear.lightest-gray.botao-azul:focus.disabled, .button.clear.lightest-gray:focus[disabled], .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza:focus[disabled], .mceContentBody a.clear.lightest-gray.botao-cinza:focus[disabled], .mce-content-body a.clear.lightest-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja:focus[disabled], .mceContentBody a.clear.lightest-gray.botao-laranja:focus[disabled], .mce-content-body a.clear.lightest-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul:focus[disabled], .mceContentBody a.clear.lightest-gray.botao-azul:focus[disabled], .mce-content-body a.clear.lightest-gray.botao-azul:focus[disabled] {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.button.clear.lightest-gray, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-cinza, .mceContentBody a.clear.lightest-gray.botao-cinza, .mce-content-body a.clear.lightest-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-laranja, .mceContentBody a.clear.lightest-gray.botao-laranja, .mce-content-body a.clear.lightest-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.lightest-gray.botao-azul, .mceContentBody a.clear.lightest-gray.botao-azul, .mce-content-body a.clear.lightest-gray.botao-azul, .button.clear.lightest-gray.disabled, .button.clear.lightest-gray[disabled], .button.clear.lightest-gray:hover, .button.clear.lightest-gray:hover.disabled, .button.clear.lightest-gray:hover[disabled], .button.clear.lightest-gray:focus, .button.clear.lightest-gray:focus.disabled, .button.clear.lightest-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.medium-gray, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza, .mceContentBody a.clear.medium-gray.botao-cinza, .mce-content-body a.clear.medium-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja, .mceContentBody a.clear.medium-gray.botao-laranja, .mce-content-body a.clear.medium-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul, .mceContentBody a.clear.medium-gray.botao-azul, .mce-content-body a.clear.medium-gray.botao-azul {
  border: 1px solid #cacaca;
  color: #cacaca;
}
.button.clear.medium-gray:hover, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza:hover, .mceContentBody a.clear.medium-gray.botao-cinza:hover, .mce-content-body a.clear.medium-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja:hover, .mceContentBody a.clear.medium-gray.botao-laranja:hover, .mce-content-body a.clear.medium-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul:hover, .mceContentBody a.clear.medium-gray.botao-azul:hover, .mce-content-body a.clear.medium-gray.botao-azul:hover, .button.clear.medium-gray:focus, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza:focus, .mceContentBody a.clear.medium-gray.botao-cinza:focus, .mce-content-body a.clear.medium-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja:focus, .mceContentBody a.clear.medium-gray.botao-laranja:focus, .mce-content-body a.clear.medium-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul:focus, .mceContentBody a.clear.medium-gray.botao-azul:focus, .mce-content-body a.clear.medium-gray.botao-azul:focus {
  border-color: #656565;
  color: #656565;
}
.button.clear.medium-gray:hover.disabled, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza:hover.disabled, .mceContentBody a.clear.medium-gray.botao-cinza:hover.disabled, .mce-content-body a.clear.medium-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja:hover.disabled, .mceContentBody a.clear.medium-gray.botao-laranja:hover.disabled, .mce-content-body a.clear.medium-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul:hover.disabled, .mceContentBody a.clear.medium-gray.botao-azul:hover.disabled, .mce-content-body a.clear.medium-gray.botao-azul:hover.disabled, .button.clear.medium-gray:hover[disabled], .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza:hover[disabled], .mceContentBody a.clear.medium-gray.botao-cinza:hover[disabled], .mce-content-body a.clear.medium-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja:hover[disabled], .mceContentBody a.clear.medium-gray.botao-laranja:hover[disabled], .mce-content-body a.clear.medium-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul:hover[disabled], .mceContentBody a.clear.medium-gray.botao-azul:hover[disabled], .mce-content-body a.clear.medium-gray.botao-azul:hover[disabled], .button.clear.medium-gray:focus.disabled, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza:focus.disabled, .mceContentBody a.clear.medium-gray.botao-cinza:focus.disabled, .mce-content-body a.clear.medium-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja:focus.disabled, .mceContentBody a.clear.medium-gray.botao-laranja:focus.disabled, .mce-content-body a.clear.medium-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul:focus.disabled, .mceContentBody a.clear.medium-gray.botao-azul:focus.disabled, .mce-content-body a.clear.medium-gray.botao-azul:focus.disabled, .button.clear.medium-gray:focus[disabled], .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza:focus[disabled], .mceContentBody a.clear.medium-gray.botao-cinza:focus[disabled], .mce-content-body a.clear.medium-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja:focus[disabled], .mceContentBody a.clear.medium-gray.botao-laranja:focus[disabled], .mce-content-body a.clear.medium-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul:focus[disabled], .mceContentBody a.clear.medium-gray.botao-azul:focus[disabled], .mce-content-body a.clear.medium-gray.botao-azul:focus[disabled] {
  border: 1px solid #cacaca;
  color: #cacaca;
}
.button.clear.medium-gray, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-cinza, .mceContentBody a.clear.medium-gray.botao-cinza, .mce-content-body a.clear.medium-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-laranja, .mceContentBody a.clear.medium-gray.botao-laranja, .mce-content-body a.clear.medium-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.medium-gray.botao-azul, .mceContentBody a.clear.medium-gray.botao-azul, .mce-content-body a.clear.medium-gray.botao-azul, .button.clear.medium-gray.disabled, .button.clear.medium-gray[disabled], .button.clear.medium-gray:hover, .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus, .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.dark-gray, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza, .mceContentBody a.clear.dark-gray.botao-cinza, .mce-content-body a.clear.dark-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja, .mceContentBody a.clear.dark-gray.botao-laranja, .mce-content-body a.clear.dark-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul, .mceContentBody a.clear.dark-gray.botao-azul, .mce-content-body a.clear.dark-gray.botao-azul {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}
.button.clear.dark-gray:hover, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza:hover, .mceContentBody a.clear.dark-gray.botao-cinza:hover, .mce-content-body a.clear.dark-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja:hover, .mceContentBody a.clear.dark-gray.botao-laranja:hover, .mce-content-body a.clear.dark-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul:hover, .mceContentBody a.clear.dark-gray.botao-azul:hover, .mce-content-body a.clear.dark-gray.botao-azul:hover, .button.clear.dark-gray:focus, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza:focus, .mceContentBody a.clear.dark-gray.botao-cinza:focus, .mce-content-body a.clear.dark-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja:focus, .mceContentBody a.clear.dark-gray.botao-laranja:focus, .mce-content-body a.clear.dark-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul:focus, .mceContentBody a.clear.dark-gray.botao-azul:focus, .mce-content-body a.clear.dark-gray.botao-azul:focus {
  border-color: #454545;
  color: #454545;
}
.button.clear.dark-gray:hover.disabled, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza:hover.disabled, .mceContentBody a.clear.dark-gray.botao-cinza:hover.disabled, .mce-content-body a.clear.dark-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja:hover.disabled, .mceContentBody a.clear.dark-gray.botao-laranja:hover.disabled, .mce-content-body a.clear.dark-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul:hover.disabled, .mceContentBody a.clear.dark-gray.botao-azul:hover.disabled, .mce-content-body a.clear.dark-gray.botao-azul:hover.disabled, .button.clear.dark-gray:hover[disabled], .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza:hover[disabled], .mceContentBody a.clear.dark-gray.botao-cinza:hover[disabled], .mce-content-body a.clear.dark-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja:hover[disabled], .mceContentBody a.clear.dark-gray.botao-laranja:hover[disabled], .mce-content-body a.clear.dark-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul:hover[disabled], .mceContentBody a.clear.dark-gray.botao-azul:hover[disabled], .mce-content-body a.clear.dark-gray.botao-azul:hover[disabled], .button.clear.dark-gray:focus.disabled, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza:focus.disabled, .mceContentBody a.clear.dark-gray.botao-cinza:focus.disabled, .mce-content-body a.clear.dark-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja:focus.disabled, .mceContentBody a.clear.dark-gray.botao-laranja:focus.disabled, .mce-content-body a.clear.dark-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul:focus.disabled, .mceContentBody a.clear.dark-gray.botao-azul:focus.disabled, .mce-content-body a.clear.dark-gray.botao-azul:focus.disabled, .button.clear.dark-gray:focus[disabled], .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza:focus[disabled], .mceContentBody a.clear.dark-gray.botao-cinza:focus[disabled], .mce-content-body a.clear.dark-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja:focus[disabled], .mceContentBody a.clear.dark-gray.botao-laranja:focus[disabled], .mce-content-body a.clear.dark-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul:focus[disabled], .mceContentBody a.clear.dark-gray.botao-azul:focus[disabled], .mce-content-body a.clear.dark-gray.botao-azul:focus[disabled] {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}
.button.clear.dark-gray, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-cinza, .mceContentBody a.clear.dark-gray.botao-cinza, .mce-content-body a.clear.dark-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-laranja, .mceContentBody a.clear.dark-gray.botao-laranja, .mce-content-body a.clear.dark-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.dark-gray.botao-azul, .mceContentBody a.clear.dark-gray.botao-azul, .mce-content-body a.clear.dark-gray.botao-azul, .button.clear.dark-gray.disabled, .button.clear.dark-gray[disabled], .button.clear.dark-gray:hover, .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus, .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.darker-gray, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza, .mceContentBody a.clear.darker-gray.botao-cinza, .mce-content-body a.clear.darker-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja, .mceContentBody a.clear.darker-gray.botao-laranja, .mce-content-body a.clear.darker-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul, .mceContentBody a.clear.darker-gray.botao-azul, .mce-content-body a.clear.darker-gray.botao-azul {
  border: 1px solid #555;
  color: #555;
}
.button.clear.darker-gray:hover, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza:hover, .mceContentBody a.clear.darker-gray.botao-cinza:hover, .mce-content-body a.clear.darker-gray.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja:hover, .mceContentBody a.clear.darker-gray.botao-laranja:hover, .mce-content-body a.clear.darker-gray.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul:hover, .mceContentBody a.clear.darker-gray.botao-azul:hover, .mce-content-body a.clear.darker-gray.botao-azul:hover, .button.clear.darker-gray:focus, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza:focus, .mceContentBody a.clear.darker-gray.botao-cinza:focus, .mce-content-body a.clear.darker-gray.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja:focus, .mceContentBody a.clear.darker-gray.botao-laranja:focus, .mce-content-body a.clear.darker-gray.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul:focus, .mceContentBody a.clear.darker-gray.botao-azul:focus, .mce-content-body a.clear.darker-gray.botao-azul:focus {
  border-color: rgb(42.5, 42.5, 42.5);
  color: rgb(42.5, 42.5, 42.5);
}
.button.clear.darker-gray:hover.disabled, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza:hover.disabled, .mceContentBody a.clear.darker-gray.botao-cinza:hover.disabled, .mce-content-body a.clear.darker-gray.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja:hover.disabled, .mceContentBody a.clear.darker-gray.botao-laranja:hover.disabled, .mce-content-body a.clear.darker-gray.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul:hover.disabled, .mceContentBody a.clear.darker-gray.botao-azul:hover.disabled, .mce-content-body a.clear.darker-gray.botao-azul:hover.disabled, .button.clear.darker-gray:hover[disabled], .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza:hover[disabled], .mceContentBody a.clear.darker-gray.botao-cinza:hover[disabled], .mce-content-body a.clear.darker-gray.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja:hover[disabled], .mceContentBody a.clear.darker-gray.botao-laranja:hover[disabled], .mce-content-body a.clear.darker-gray.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul:hover[disabled], .mceContentBody a.clear.darker-gray.botao-azul:hover[disabled], .mce-content-body a.clear.darker-gray.botao-azul:hover[disabled], .button.clear.darker-gray:focus.disabled, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza:focus.disabled, .mceContentBody a.clear.darker-gray.botao-cinza:focus.disabled, .mce-content-body a.clear.darker-gray.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja:focus.disabled, .mceContentBody a.clear.darker-gray.botao-laranja:focus.disabled, .mce-content-body a.clear.darker-gray.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul:focus.disabled, .mceContentBody a.clear.darker-gray.botao-azul:focus.disabled, .mce-content-body a.clear.darker-gray.botao-azul:focus.disabled, .button.clear.darker-gray:focus[disabled], .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza:focus[disabled], .mceContentBody a.clear.darker-gray.botao-cinza:focus[disabled], .mce-content-body a.clear.darker-gray.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja:focus[disabled], .mceContentBody a.clear.darker-gray.botao-laranja:focus[disabled], .mce-content-body a.clear.darker-gray.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul:focus[disabled], .mceContentBody a.clear.darker-gray.botao-azul:focus[disabled], .mce-content-body a.clear.darker-gray.botao-azul:focus[disabled] {
  border: 1px solid #555;
  color: #555;
}
.button.clear.darker-gray, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-cinza, .mceContentBody a.clear.darker-gray.botao-cinza, .mce-content-body a.clear.darker-gray.botao-cinza, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-laranja, .mceContentBody a.clear.darker-gray.botao-laranja, .mce-content-body a.clear.darker-gray.botao-laranja, .wrapper-conteudo-tinymce a.clear.darker-gray.botao-azul, .mceContentBody a.clear.darker-gray.botao-azul, .mce-content-body a.clear.darker-gray.botao-azul, .button.clear.darker-gray.disabled, .button.clear.darker-gray[disabled], .button.clear.darker-gray:hover, .button.clear.darker-gray:hover.disabled, .button.clear.darker-gray:hover[disabled], .button.clear.darker-gray:focus, .button.clear.darker-gray:focus.disabled, .button.clear.darker-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.orange, .wrapper-conteudo-tinymce a.clear.orange.botao-cinza, .mceContentBody a.clear.orange.botao-cinza, .mce-content-body a.clear.orange.botao-cinza, .wrapper-conteudo-tinymce a.clear.orange.botao-laranja, .mceContentBody a.clear.orange.botao-laranja, .mce-content-body a.clear.orange.botao-laranja, .wrapper-conteudo-tinymce a.clear.orange.botao-azul, .mceContentBody a.clear.orange.botao-azul, .mce-content-body a.clear.orange.botao-azul {
  border: 1px solid orange;
  color: orange;
}
.button.clear.orange:hover, .wrapper-conteudo-tinymce a.clear.orange.botao-cinza:hover, .mceContentBody a.clear.orange.botao-cinza:hover, .mce-content-body a.clear.orange.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.orange.botao-laranja:hover, .mceContentBody a.clear.orange.botao-laranja:hover, .mce-content-body a.clear.orange.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.orange.botao-azul:hover, .mceContentBody a.clear.orange.botao-azul:hover, .mce-content-body a.clear.orange.botao-azul:hover, .button.clear.orange:focus, .wrapper-conteudo-tinymce a.clear.orange.botao-cinza:focus, .mceContentBody a.clear.orange.botao-cinza:focus, .mce-content-body a.clear.orange.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.orange.botao-laranja:focus, .mceContentBody a.clear.orange.botao-laranja:focus, .mce-content-body a.clear.orange.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.orange.botao-azul:focus, .mceContentBody a.clear.orange.botao-azul:focus, .mce-content-body a.clear.orange.botao-azul:focus {
  border-color: rgb(127.5, 82.5, 0);
  color: rgb(127.5, 82.5, 0);
}
.button.clear.orange:hover.disabled, .wrapper-conteudo-tinymce a.clear.orange.botao-cinza:hover.disabled, .mceContentBody a.clear.orange.botao-cinza:hover.disabled, .mce-content-body a.clear.orange.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.orange.botao-laranja:hover.disabled, .mceContentBody a.clear.orange.botao-laranja:hover.disabled, .mce-content-body a.clear.orange.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.orange.botao-azul:hover.disabled, .mceContentBody a.clear.orange.botao-azul:hover.disabled, .mce-content-body a.clear.orange.botao-azul:hover.disabled, .button.clear.orange:hover[disabled], .wrapper-conteudo-tinymce a.clear.orange.botao-cinza:hover[disabled], .mceContentBody a.clear.orange.botao-cinza:hover[disabled], .mce-content-body a.clear.orange.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.orange.botao-laranja:hover[disabled], .mceContentBody a.clear.orange.botao-laranja:hover[disabled], .mce-content-body a.clear.orange.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.orange.botao-azul:hover[disabled], .mceContentBody a.clear.orange.botao-azul:hover[disabled], .mce-content-body a.clear.orange.botao-azul:hover[disabled], .button.clear.orange:focus.disabled, .wrapper-conteudo-tinymce a.clear.orange.botao-cinza:focus.disabled, .mceContentBody a.clear.orange.botao-cinza:focus.disabled, .mce-content-body a.clear.orange.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.orange.botao-laranja:focus.disabled, .mceContentBody a.clear.orange.botao-laranja:focus.disabled, .mce-content-body a.clear.orange.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.orange.botao-azul:focus.disabled, .mceContentBody a.clear.orange.botao-azul:focus.disabled, .mce-content-body a.clear.orange.botao-azul:focus.disabled, .button.clear.orange:focus[disabled], .wrapper-conteudo-tinymce a.clear.orange.botao-cinza:focus[disabled], .mceContentBody a.clear.orange.botao-cinza:focus[disabled], .mce-content-body a.clear.orange.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.orange.botao-laranja:focus[disabled], .mceContentBody a.clear.orange.botao-laranja:focus[disabled], .mce-content-body a.clear.orange.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.orange.botao-azul:focus[disabled], .mceContentBody a.clear.orange.botao-azul:focus[disabled], .mce-content-body a.clear.orange.botao-azul:focus[disabled] {
  border: 1px solid orange;
  color: orange;
}
.button.clear.orange, .wrapper-conteudo-tinymce a.clear.orange.botao-cinza, .mceContentBody a.clear.orange.botao-cinza, .mce-content-body a.clear.orange.botao-cinza, .wrapper-conteudo-tinymce a.clear.orange.botao-laranja, .mceContentBody a.clear.orange.botao-laranja, .mce-content-body a.clear.orange.botao-laranja, .wrapper-conteudo-tinymce a.clear.orange.botao-azul, .mceContentBody a.clear.orange.botao-azul, .mce-content-body a.clear.orange.botao-azul, .button.clear.orange.disabled, .button.clear.orange[disabled], .button.clear.orange:hover, .button.clear.orange:hover.disabled, .button.clear.orange:hover[disabled], .button.clear.orange:focus, .button.clear.orange:focus.disabled, .button.clear.orange:focus[disabled] {
  border-color: transparent;
}
.button.clear.white, .wrapper-conteudo-tinymce a.clear.white.botao-cinza, .mceContentBody a.clear.white.botao-cinza, .mce-content-body a.clear.white.botao-cinza, .wrapper-conteudo-tinymce a.clear.white.botao-laranja, .mceContentBody a.clear.white.botao-laranja, .mce-content-body a.clear.white.botao-laranja, .wrapper-conteudo-tinymce a.clear.white.botao-azul, .mceContentBody a.clear.white.botao-azul, .mce-content-body a.clear.white.botao-azul {
  border: 1px solid #fff;
  color: #fff;
}
.button.clear.white:hover, .wrapper-conteudo-tinymce a.clear.white.botao-cinza:hover, .mceContentBody a.clear.white.botao-cinza:hover, .mce-content-body a.clear.white.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.white.botao-laranja:hover, .mceContentBody a.clear.white.botao-laranja:hover, .mce-content-body a.clear.white.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.white.botao-azul:hover, .mceContentBody a.clear.white.botao-azul:hover, .mce-content-body a.clear.white.botao-azul:hover, .button.clear.white:focus, .wrapper-conteudo-tinymce a.clear.white.botao-cinza:focus, .mceContentBody a.clear.white.botao-cinza:focus, .mce-content-body a.clear.white.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.white.botao-laranja:focus, .mceContentBody a.clear.white.botao-laranja:focus, .mce-content-body a.clear.white.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.white.botao-azul:focus, .mceContentBody a.clear.white.botao-azul:focus, .mce-content-body a.clear.white.botao-azul:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button.clear.white:hover.disabled, .wrapper-conteudo-tinymce a.clear.white.botao-cinza:hover.disabled, .mceContentBody a.clear.white.botao-cinza:hover.disabled, .mce-content-body a.clear.white.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.white.botao-laranja:hover.disabled, .mceContentBody a.clear.white.botao-laranja:hover.disabled, .mce-content-body a.clear.white.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.white.botao-azul:hover.disabled, .mceContentBody a.clear.white.botao-azul:hover.disabled, .mce-content-body a.clear.white.botao-azul:hover.disabled, .button.clear.white:hover[disabled], .wrapper-conteudo-tinymce a.clear.white.botao-cinza:hover[disabled], .mceContentBody a.clear.white.botao-cinza:hover[disabled], .mce-content-body a.clear.white.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.white.botao-laranja:hover[disabled], .mceContentBody a.clear.white.botao-laranja:hover[disabled], .mce-content-body a.clear.white.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.white.botao-azul:hover[disabled], .mceContentBody a.clear.white.botao-azul:hover[disabled], .mce-content-body a.clear.white.botao-azul:hover[disabled], .button.clear.white:focus.disabled, .wrapper-conteudo-tinymce a.clear.white.botao-cinza:focus.disabled, .mceContentBody a.clear.white.botao-cinza:focus.disabled, .mce-content-body a.clear.white.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.white.botao-laranja:focus.disabled, .mceContentBody a.clear.white.botao-laranja:focus.disabled, .mce-content-body a.clear.white.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.white.botao-azul:focus.disabled, .mceContentBody a.clear.white.botao-azul:focus.disabled, .mce-content-body a.clear.white.botao-azul:focus.disabled, .button.clear.white:focus[disabled], .wrapper-conteudo-tinymce a.clear.white.botao-cinza:focus[disabled], .mceContentBody a.clear.white.botao-cinza:focus[disabled], .mce-content-body a.clear.white.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.white.botao-laranja:focus[disabled], .mceContentBody a.clear.white.botao-laranja:focus[disabled], .mce-content-body a.clear.white.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.white.botao-azul:focus[disabled], .mceContentBody a.clear.white.botao-azul:focus[disabled], .mce-content-body a.clear.white.botao-azul:focus[disabled] {
  border: 1px solid #fff;
  color: #fff;
}
.button.clear.white, .wrapper-conteudo-tinymce a.clear.white.botao-cinza, .mceContentBody a.clear.white.botao-cinza, .mce-content-body a.clear.white.botao-cinza, .wrapper-conteudo-tinymce a.clear.white.botao-laranja, .mceContentBody a.clear.white.botao-laranja, .mce-content-body a.clear.white.botao-laranja, .wrapper-conteudo-tinymce a.clear.white.botao-azul, .mceContentBody a.clear.white.botao-azul, .mce-content-body a.clear.white.botao-azul, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
  border-color: transparent;
}
.button.clear.black, .wrapper-conteudo-tinymce a.clear.black.botao-cinza, .mceContentBody a.clear.black.botao-cinza, .mce-content-body a.clear.black.botao-cinza, .wrapper-conteudo-tinymce a.clear.black.botao-laranja, .mceContentBody a.clear.black.botao-laranja, .mce-content-body a.clear.black.botao-laranja, .wrapper-conteudo-tinymce a.clear.black.botao-azul, .mceContentBody a.clear.black.botao-azul, .mce-content-body a.clear.black.botao-azul {
  border: 1px solid #000;
  color: #000;
}
.button.clear.black:hover, .wrapper-conteudo-tinymce a.clear.black.botao-cinza:hover, .mceContentBody a.clear.black.botao-cinza:hover, .mce-content-body a.clear.black.botao-cinza:hover, .wrapper-conteudo-tinymce a.clear.black.botao-laranja:hover, .mceContentBody a.clear.black.botao-laranja:hover, .mce-content-body a.clear.black.botao-laranja:hover, .wrapper-conteudo-tinymce a.clear.black.botao-azul:hover, .mceContentBody a.clear.black.botao-azul:hover, .mce-content-body a.clear.black.botao-azul:hover, .button.clear.black:focus, .wrapper-conteudo-tinymce a.clear.black.botao-cinza:focus, .mceContentBody a.clear.black.botao-cinza:focus, .mce-content-body a.clear.black.botao-cinza:focus, .wrapper-conteudo-tinymce a.clear.black.botao-laranja:focus, .mceContentBody a.clear.black.botao-laranja:focus, .mce-content-body a.clear.black.botao-laranja:focus, .wrapper-conteudo-tinymce a.clear.black.botao-azul:focus, .mceContentBody a.clear.black.botao-azul:focus, .mce-content-body a.clear.black.botao-azul:focus {
  border-color: black;
  color: black;
}
.button.clear.black:hover.disabled, .wrapper-conteudo-tinymce a.clear.black.botao-cinza:hover.disabled, .mceContentBody a.clear.black.botao-cinza:hover.disabled, .mce-content-body a.clear.black.botao-cinza:hover.disabled, .wrapper-conteudo-tinymce a.clear.black.botao-laranja:hover.disabled, .mceContentBody a.clear.black.botao-laranja:hover.disabled, .mce-content-body a.clear.black.botao-laranja:hover.disabled, .wrapper-conteudo-tinymce a.clear.black.botao-azul:hover.disabled, .mceContentBody a.clear.black.botao-azul:hover.disabled, .mce-content-body a.clear.black.botao-azul:hover.disabled, .button.clear.black:hover[disabled], .wrapper-conteudo-tinymce a.clear.black.botao-cinza:hover[disabled], .mceContentBody a.clear.black.botao-cinza:hover[disabled], .mce-content-body a.clear.black.botao-cinza:hover[disabled], .wrapper-conteudo-tinymce a.clear.black.botao-laranja:hover[disabled], .mceContentBody a.clear.black.botao-laranja:hover[disabled], .mce-content-body a.clear.black.botao-laranja:hover[disabled], .wrapper-conteudo-tinymce a.clear.black.botao-azul:hover[disabled], .mceContentBody a.clear.black.botao-azul:hover[disabled], .mce-content-body a.clear.black.botao-azul:hover[disabled], .button.clear.black:focus.disabled, .wrapper-conteudo-tinymce a.clear.black.botao-cinza:focus.disabled, .mceContentBody a.clear.black.botao-cinza:focus.disabled, .mce-content-body a.clear.black.botao-cinza:focus.disabled, .wrapper-conteudo-tinymce a.clear.black.botao-laranja:focus.disabled, .mceContentBody a.clear.black.botao-laranja:focus.disabled, .mce-content-body a.clear.black.botao-laranja:focus.disabled, .wrapper-conteudo-tinymce a.clear.black.botao-azul:focus.disabled, .mceContentBody a.clear.black.botao-azul:focus.disabled, .mce-content-body a.clear.black.botao-azul:focus.disabled, .button.clear.black:focus[disabled], .wrapper-conteudo-tinymce a.clear.black.botao-cinza:focus[disabled], .mceContentBody a.clear.black.botao-cinza:focus[disabled], .mce-content-body a.clear.black.botao-cinza:focus[disabled], .wrapper-conteudo-tinymce a.clear.black.botao-laranja:focus[disabled], .mceContentBody a.clear.black.botao-laranja:focus[disabled], .mce-content-body a.clear.black.botao-laranja:focus[disabled], .wrapper-conteudo-tinymce a.clear.black.botao-azul:focus[disabled], .mceContentBody a.clear.black.botao-azul:focus[disabled], .mce-content-body a.clear.black.botao-azul:focus[disabled] {
  border: 1px solid #000;
  color: #000;
}
.button.clear.black, .wrapper-conteudo-tinymce a.clear.black.botao-cinza, .mceContentBody a.clear.black.botao-cinza, .mce-content-body a.clear.black.botao-cinza, .wrapper-conteudo-tinymce a.clear.black.botao-laranja, .mceContentBody a.clear.black.botao-laranja, .mce-content-body a.clear.black.botao-laranja, .wrapper-conteudo-tinymce a.clear.black.botao-azul, .mceContentBody a.clear.black.botao-azul, .mce-content-body a.clear.black.botao-azul, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black:hover, .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus, .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after, .wrapper-conteudo-tinymce a.dropdown.botao-cinza::after, .mceContentBody a.dropdown.botao-cinza::after, .mce-content-body a.dropdown.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.botao-laranja::after, .mceContentBody a.dropdown.botao-laranja::after, .mce-content-body a.dropdown.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.botao-azul::after, .mceContentBody a.dropdown.botao-azul::after, .mce-content-body a.dropdown.botao-azul::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .wrapper-conteudo-tinymce a.dropdown.hollow.botao-cinza::after, .mceContentBody a.dropdown.hollow.botao-cinza::after, .mce-content-body a.dropdown.hollow.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.botao-laranja::after, .mceContentBody a.dropdown.hollow.botao-laranja::after, .mce-content-body a.dropdown.hollow.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.botao-azul::after, .mceContentBody a.dropdown.hollow.botao-azul::after, .mce-content-body a.dropdown.hollow.botao-azul::after {
  border-top-color: #009FE0;
}
.button.dropdown.hollow.primary::after, .wrapper-conteudo-tinymce a.dropdown.hollow.primary.botao-cinza::after, .mceContentBody a.dropdown.hollow.primary.botao-cinza::after, .mce-content-body a.dropdown.hollow.primary.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.primary.botao-laranja::after, .mceContentBody a.dropdown.hollow.primary.botao-laranja::after, .mce-content-body a.dropdown.hollow.primary.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.botao-azul::after, .mceContentBody a.dropdown.hollow.botao-azul::after, .mce-content-body a.dropdown.hollow.botao-azul::after {
  border-top-color: #009FE0;
}
.button.dropdown.hollow.secondary::after, .wrapper-conteudo-tinymce a.dropdown.hollow.botao-cinza::after, .mceContentBody a.dropdown.hollow.botao-cinza::after, .mce-content-body a.dropdown.hollow.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.secondary.botao-laranja::after, .mceContentBody a.dropdown.hollow.secondary.botao-laranja::after, .mce-content-body a.dropdown.hollow.secondary.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.secondary.botao-azul::after, .mceContentBody a.dropdown.hollow.secondary.botao-azul::after, .mce-content-body a.dropdown.hollow.secondary.botao-azul::after {
  border-top-color: #bbb;
}
.button.dropdown.hollow.success::after, .wrapper-conteudo-tinymce a.dropdown.hollow.success.botao-cinza::after, .mceContentBody a.dropdown.hollow.success.botao-cinza::after, .mce-content-body a.dropdown.hollow.success.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.success.botao-laranja::after, .mceContentBody a.dropdown.hollow.success.botao-laranja::after, .mce-content-body a.dropdown.hollow.success.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.success.botao-azul::after, .mceContentBody a.dropdown.hollow.success.botao-azul::after, .mce-content-body a.dropdown.hollow.success.botao-azul::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .wrapper-conteudo-tinymce a.dropdown.hollow.warning.botao-cinza::after, .mceContentBody a.dropdown.hollow.warning.botao-cinza::after, .mce-content-body a.dropdown.hollow.warning.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.botao-laranja::after, .mceContentBody a.dropdown.hollow.botao-laranja::after, .mce-content-body a.dropdown.hollow.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.warning.botao-azul::after, .mceContentBody a.dropdown.hollow.warning.botao-azul::after, .mce-content-body a.dropdown.hollow.warning.botao-azul::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .wrapper-conteudo-tinymce a.dropdown.hollow.alert.botao-cinza::after, .mceContentBody a.dropdown.hollow.alert.botao-cinza::after, .mce-content-body a.dropdown.hollow.alert.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.alert.botao-laranja::after, .mceContentBody a.dropdown.hollow.alert.botao-laranja::after, .mce-content-body a.dropdown.hollow.alert.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.alert.botao-azul::after, .mceContentBody a.dropdown.hollow.alert.botao-azul::after, .mce-content-body a.dropdown.hollow.alert.botao-azul::after {
  border-top-color: #ec5840;
}
.button.dropdown.hollow.color-top-menu::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-top-menu.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-top-menu.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-top-menu.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-top-menu.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-top-menu.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-top-menu.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-top-menu.botao-azul::after, .mceContentBody a.dropdown.hollow.color-top-menu.botao-azul::after, .mce-content-body a.dropdown.hollow.color-top-menu.botao-azul::after {
  border-top-color: #346786;
}
.button.dropdown.hollow.color-light-blue::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-light-blue.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-light-blue.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-light-blue.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-light-blue.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-light-blue.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-light-blue.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-light-blue.botao-azul::after, .mceContentBody a.dropdown.hollow.color-light-blue.botao-azul::after, .mce-content-body a.dropdown.hollow.color-light-blue.botao-azul::after {
  border-top-color: #31B0D5;
}
.button.dropdown.hollow.color-darker-blue::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-darker-blue.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-darker-blue.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-darker-blue.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-darker-blue.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-darker-blue.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-darker-blue.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-darker-blue.botao-azul::after, .mceContentBody a.dropdown.hollow.color-darker-blue.botao-azul::after, .mce-content-body a.dropdown.hollow.color-darker-blue.botao-azul::after {
  border-top-color: #1B303B;
}
.button.dropdown.hollow.color-blue::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-blue.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-blue.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-blue.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-blue.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-blue.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-blue.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-blue.botao-azul::after, .mceContentBody a.dropdown.hollow.color-blue.botao-azul::after, .mce-content-body a.dropdown.hollow.color-blue.botao-azul::after {
  border-top-color: #237489;
}
.button.dropdown.hollow.color-red::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-red.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-red.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-red.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-red.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-red.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-red.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-red.botao-azul::after, .mceContentBody a.dropdown.hollow.color-red.botao-azul::after, .mce-content-body a.dropdown.hollow.color-red.botao-azul::after {
  border-top-color: #8A3121;
}
.button.dropdown.hollow.color-green::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-green.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-green.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-green.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-green.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-green.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-green.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-green.botao-azul::after, .mceContentBody a.dropdown.hollow.color-green.botao-azul::after, .mce-content-body a.dropdown.hollow.color-green.botao-azul::after {
  border-top-color: #4C7948;
}
.button.dropdown.hollow.color-yellow::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-yellow.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-yellow.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-yellow.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-yellow.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow.botao-azul::after, .mceContentBody a.dropdown.hollow.color-yellow.botao-azul::after, .mce-content-body a.dropdown.hollow.color-yellow.botao-azul::after {
  border-top-color: #DED14E;
}
.button.dropdown.hollow.color-orange::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-orange.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-orange.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-orange.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-orange.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-orange.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-orange.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-orange.botao-azul::after, .mceContentBody a.dropdown.hollow.color-orange.botao-azul::after, .mce-content-body a.dropdown.hollow.color-orange.botao-azul::after {
  border-top-color: #c36d1b;
}
.button.dropdown.hollow.color-purple::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-purple.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-purple.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-purple.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-purple.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-purple.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-purple.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-purple.botao-azul::after, .mceContentBody a.dropdown.hollow.color-purple.botao-azul::after, .mce-content-body a.dropdown.hollow.color-purple.botao-azul::after {
  border-top-color: #445079;
}
.button.dropdown.hollow.color-blue-saturated::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-blue-saturated.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-blue-saturated.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-blue-saturated.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-blue-saturated.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-blue-saturated.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-blue-saturated.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-blue-saturated.botao-azul::after, .mceContentBody a.dropdown.hollow.color-blue-saturated.botao-azul::after, .mce-content-body a.dropdown.hollow.color-blue-saturated.botao-azul::after {
  border-top-color: #009FE0;
}
.button.dropdown.hollow.color-red-saturated::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-red-saturated.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-red-saturated.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-red-saturated.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-red-saturated.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-red-saturated.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-red-saturated.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-red-saturated.botao-azul::after, .mceContentBody a.dropdown.hollow.color-red-saturated.botao-azul::after, .mce-content-body a.dropdown.hollow.color-red-saturated.botao-azul::after {
  border-top-color: #A91B01;
}
.button.dropdown.hollow.color-green-saturated::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-green-saturated.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-green-saturated.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-green-saturated.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-green-saturated.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-green-saturated.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-green-saturated.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-green-saturated.botao-azul::after, .mceContentBody a.dropdown.hollow.color-green-saturated.botao-azul::after, .mce-content-body a.dropdown.hollow.color-green-saturated.botao-azul::after {
  border-top-color: #3F8739;
}
.button.dropdown.hollow.color-yellow-saturated::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow-saturated.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-yellow-saturated.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-yellow-saturated.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow-saturated.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-yellow-saturated.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-yellow-saturated.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow-saturated.botao-azul::after, .mceContentBody a.dropdown.hollow.color-yellow-saturated.botao-azul::after, .mce-content-body a.dropdown.hollow.color-yellow-saturated.botao-azul::after {
  border-top-color: #FFEB2D;
}
.button.dropdown.hollow.color-orange-saturated::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-orange-saturated.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-orange-saturated.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-orange-saturated.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-orange-saturated.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-orange-saturated.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-orange-saturated.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-orange-saturated.botao-azul::after, .mceContentBody a.dropdown.hollow.color-orange-saturated.botao-azul::after, .mce-content-body a.dropdown.hollow.color-orange-saturated.botao-azul::after {
  border-top-color: #DE6C00;
}
.button.dropdown.hollow.color-purple-saturated::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-purple-saturated.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-purple-saturated.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-purple-saturated.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-purple-saturated.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-purple-saturated.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-purple-saturated.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-purple-saturated.botao-azul::after, .mceContentBody a.dropdown.hollow.color-purple-saturated.botao-azul::after, .mce-content-body a.dropdown.hollow.color-purple-saturated.botao-azul::after {
  border-top-color: #344789;
}
.button.dropdown.hollow.color-yellow-dark::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow-dark.botao-cinza::after, .mceContentBody a.dropdown.hollow.color-yellow-dark.botao-cinza::after, .mce-content-body a.dropdown.hollow.color-yellow-dark.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow-dark.botao-laranja::after, .mceContentBody a.dropdown.hollow.color-yellow-dark.botao-laranja::after, .mce-content-body a.dropdown.hollow.color-yellow-dark.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.color-yellow-dark.botao-azul::after, .mceContentBody a.dropdown.hollow.color-yellow-dark.botao-azul::after, .mce-content-body a.dropdown.hollow.color-yellow-dark.botao-azul::after {
  border-top-color: #857E3F;
}
.button.dropdown.hollow.light-gray::after, .wrapper-conteudo-tinymce a.dropdown.hollow.light-gray.botao-cinza::after, .mceContentBody a.dropdown.hollow.light-gray.botao-cinza::after, .mce-content-body a.dropdown.hollow.light-gray.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.light-gray.botao-laranja::after, .mceContentBody a.dropdown.hollow.light-gray.botao-laranja::after, .mce-content-body a.dropdown.hollow.light-gray.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.light-gray.botao-azul::after, .mceContentBody a.dropdown.hollow.light-gray.botao-azul::after, .mce-content-body a.dropdown.hollow.light-gray.botao-azul::after {
  border-top-color: #E2E2E2;
}
.button.dropdown.hollow.lightest-gray::after, .wrapper-conteudo-tinymce a.dropdown.hollow.lightest-gray.botao-cinza::after, .mceContentBody a.dropdown.hollow.lightest-gray.botao-cinza::after, .mce-content-body a.dropdown.hollow.lightest-gray.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.lightest-gray.botao-laranja::after, .mceContentBody a.dropdown.hollow.lightest-gray.botao-laranja::after, .mce-content-body a.dropdown.hollow.lightest-gray.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.lightest-gray.botao-azul::after, .mceContentBody a.dropdown.hollow.lightest-gray.botao-azul::after, .mce-content-body a.dropdown.hollow.lightest-gray.botao-azul::after {
  border-top-color: #f5f5f5;
}
.button.dropdown.hollow.medium-gray::after, .wrapper-conteudo-tinymce a.dropdown.hollow.medium-gray.botao-cinza::after, .mceContentBody a.dropdown.hollow.medium-gray.botao-cinza::after, .mce-content-body a.dropdown.hollow.medium-gray.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.medium-gray.botao-laranja::after, .mceContentBody a.dropdown.hollow.medium-gray.botao-laranja::after, .mce-content-body a.dropdown.hollow.medium-gray.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.medium-gray.botao-azul::after, .mceContentBody a.dropdown.hollow.medium-gray.botao-azul::after, .mce-content-body a.dropdown.hollow.medium-gray.botao-azul::after {
  border-top-color: #cacaca;
}
.button.dropdown.hollow.dark-gray::after, .wrapper-conteudo-tinymce a.dropdown.hollow.dark-gray.botao-cinza::after, .mceContentBody a.dropdown.hollow.dark-gray.botao-cinza::after, .mce-content-body a.dropdown.hollow.dark-gray.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.dark-gray.botao-laranja::after, .mceContentBody a.dropdown.hollow.dark-gray.botao-laranja::after, .mce-content-body a.dropdown.hollow.dark-gray.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.dark-gray.botao-azul::after, .mceContentBody a.dropdown.hollow.dark-gray.botao-azul::after, .mce-content-body a.dropdown.hollow.dark-gray.botao-azul::after {
  border-top-color: #8a8a8a;
}
.button.dropdown.hollow.darker-gray::after, .wrapper-conteudo-tinymce a.dropdown.hollow.darker-gray.botao-cinza::after, .mceContentBody a.dropdown.hollow.darker-gray.botao-cinza::after, .mce-content-body a.dropdown.hollow.darker-gray.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.darker-gray.botao-laranja::after, .mceContentBody a.dropdown.hollow.darker-gray.botao-laranja::after, .mce-content-body a.dropdown.hollow.darker-gray.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.darker-gray.botao-azul::after, .mceContentBody a.dropdown.hollow.darker-gray.botao-azul::after, .mce-content-body a.dropdown.hollow.darker-gray.botao-azul::after {
  border-top-color: #555;
}
.button.dropdown.hollow.orange::after, .wrapper-conteudo-tinymce a.dropdown.hollow.orange.botao-cinza::after, .mceContentBody a.dropdown.hollow.orange.botao-cinza::after, .mce-content-body a.dropdown.hollow.orange.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.orange.botao-laranja::after, .mceContentBody a.dropdown.hollow.orange.botao-laranja::after, .mce-content-body a.dropdown.hollow.orange.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.orange.botao-azul::after, .mceContentBody a.dropdown.hollow.orange.botao-azul::after, .mce-content-body a.dropdown.hollow.orange.botao-azul::after {
  border-top-color: orange;
}
.button.dropdown.hollow.white::after, .wrapper-conteudo-tinymce a.dropdown.hollow.white.botao-cinza::after, .mceContentBody a.dropdown.hollow.white.botao-cinza::after, .mce-content-body a.dropdown.hollow.white.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.white.botao-laranja::after, .mceContentBody a.dropdown.hollow.white.botao-laranja::after, .mce-content-body a.dropdown.hollow.white.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.white.botao-azul::after, .mceContentBody a.dropdown.hollow.white.botao-azul::after, .mce-content-body a.dropdown.hollow.white.botao-azul::after {
  border-top-color: #fff;
}
.button.dropdown.hollow.black::after, .wrapper-conteudo-tinymce a.dropdown.hollow.black.botao-cinza::after, .mceContentBody a.dropdown.hollow.black.botao-cinza::after, .mce-content-body a.dropdown.hollow.black.botao-cinza::after, .wrapper-conteudo-tinymce a.dropdown.hollow.black.botao-laranja::after, .mceContentBody a.dropdown.hollow.black.botao-laranja::after, .mce-content-body a.dropdown.hollow.black.botao-laranja::after, .wrapper-conteudo-tinymce a.dropdown.hollow.black.botao-azul::after, .mceContentBody a.dropdown.hollow.black.botao-azul::after, .mce-content-body a.dropdown.hollow.black.botao-azul::after {
  border-top-color: #000;
}
.button.arrow-only::after, .wrapper-conteudo-tinymce a.arrow-only.botao-cinza::after, .mceContentBody a.arrow-only.botao-cinza::after, .mce-content-body a.arrow-only.botao-cinza::after, .wrapper-conteudo-tinymce a.arrow-only.botao-laranja::after, .mceContentBody a.arrow-only.botao-laranja::after, .mce-content-body a.arrow-only.botao-laranja::after, .wrapper-conteudo-tinymce a.arrow-only.botao-azul::after, .mceContentBody a.arrow-only.botao-azul::after, .mce-content-body a.arrow-only.botao-azul::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, .wrapper-conteudo-tinymce a.botao-cinza:hover, .mceContentBody a.botao-cinza:hover, .mce-content-body a.botao-cinza:hover, .wrapper-conteudo-tinymce a.botao-laranja:hover, .mceContentBody a.botao-laranja:hover, .mce-content-body a.botao-laranja:hover, .wrapper-conteudo-tinymce a.botao-azul:hover, .mceContentBody a.botao-azul:hover, .mce-content-body a.botao-azul:hover, a.button:focus, .wrapper-conteudo-tinymce a.botao-cinza:focus, .mceContentBody a.botao-cinza:focus, .mce-content-body a.botao-cinza:focus, .wrapper-conteudo-tinymce a.botao-laranja:focus, .mceContentBody a.botao-laranja:focus, .mce-content-body a.botao-laranja:focus, .wrapper-conteudo-tinymce a.botao-azul:focus, .mceContentBody a.botao-azul:focus, .mce-content-body a.botao-azul:focus {
  text-decoration: none;
}

.fform [type=text], .fform [type=password], .fform [type=date], .fform [type=datetime], .fform [type=datetime-local], .fform [type=month], .fform [type=week], .fform [type=email], .fform [type=number], .fform [type=search], .fform [type=tel], .fform [type=time], .fform [type=url], .fform [type=color],
.fform textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
.fform [type=text]:focus, .fform [type=password]:focus, .fform [type=date]:focus, .fform [type=datetime]:focus, .fform [type=datetime-local]:focus, .fform [type=month]:focus, .fform [type=week]:focus, .fform [type=email]:focus, .fform [type=number]:focus, .fform [type=search]:focus, .fform [type=tel]:focus, .fform [type=time]:focus, .fform [type=url]:focus, .fform [type=color]:focus,
.fform textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.fform textarea {
  max-width: 100%;
}
.fform textarea[rows] {
  height: auto;
}

.fform input::placeholder,
.fform textarea::placeholder {
  color: #adb5bd;
}
.fform input:disabled, .fform input[readonly],
.fform textarea:disabled,
.fform textarea[readonly] {
  background-color: #E2E2E2;
  cursor: not-allowed;
}

.fform [type=submit],
.fform [type=button] {
  appearance: none;
  border-radius: 0;
}

.fform input[type=search] {
  box-sizing: border-box;
}

.fform [type=file],
.fform [type=checkbox],
.fform [type=radio] {
  margin: 0 0 1rem;
}

.fform [type=checkbox] + label,
.fform [type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.fform [type=checkbox] + label[for],
.fform [type=radio] + label[for] {
  cursor: pointer;
}

.fform label > [type=checkbox],
.fform label > [type=radio] {
  margin-right: 0.5rem;
}

.fform [type=file] {
  width: 100%;
}

.fform label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
.fform label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.fform .help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.fform .input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.fform .input-group > :first-child {
  border-radius: 0 0 0 0;
}
.fform .input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.fform .input-group-button a,
.fform .input-group-button input,
.fform .input-group-button button,
.fform .input-group-button label, .fform .input-group-button, .fform .input-group-field, .fform .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.fform .input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #E2E2E2;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.fform .input-group-label:first-child {
  border-right: 0;
}
.fform .input-group-label:last-child {
  border-left: 0;
}

.fform .input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.fform .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.fform .input-group-button a,
.fform .input-group-button input,
.fform .input-group-button button,
.fform .input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.fform fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.fform legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fform .fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fform .fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

.fform select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  .fform select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
.fform select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.fform select:disabled {
  background-color: #E2E2E2;
  cursor: not-allowed;
}
.fform select::-ms-expand {
  display: none;
}
.fform select[multiple] {
  height: auto;
  background-image: none;
}

.fform .is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: rgb(253.1, 238.3, 235.9);
}
.fform .is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

.fform .is-invalid-label {
  color: #ec5840;
}

.fform .form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: #ec5840;
}
.fform .form-error.is-visible {
  display: block;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #009FE0;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group a.botao-cinza, .button-group .mceContentBody a.botao-cinza, .mceContentBody .button-group a.botao-cinza, .button-group .mce-content-body a.botao-cinza, .mce-content-body .button-group a.botao-cinza, .button-group .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group a.botao-laranja, .button-group .mceContentBody a.botao-laranja, .mceContentBody .button-group a.botao-laranja, .button-group .mce-content-body a.botao-laranja, .mce-content-body .button-group a.botao-laranja, .button-group .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group a.botao-azul, .button-group .mceContentBody a.botao-azul, .mceContentBody .button-group a.botao-azul, .button-group .mce-content-body a.botao-azul, .mce-content-body .button-group a.botao-azul {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group .wrapper-conteudo-tinymce a.botao-cinza:last-child, .wrapper-conteudo-tinymce .button-group a.botao-cinza:last-child, .button-group .mceContentBody a.botao-cinza:last-child, .mceContentBody .button-group a.botao-cinza:last-child, .button-group .mce-content-body a.botao-cinza:last-child, .mce-content-body .button-group a.botao-cinza:last-child, .button-group .wrapper-conteudo-tinymce a.botao-laranja:last-child, .wrapper-conteudo-tinymce .button-group a.botao-laranja:last-child, .button-group .mceContentBody a.botao-laranja:last-child, .mceContentBody .button-group a.botao-laranja:last-child, .button-group .mce-content-body a.botao-laranja:last-child, .mce-content-body .button-group a.botao-laranja:last-child, .button-group .wrapper-conteudo-tinymce a.botao-azul:last-child, .wrapper-conteudo-tinymce .button-group a.botao-azul:last-child, .button-group .mceContentBody a.botao-azul:last-child, .mceContentBody .button-group a.botao-azul:last-child, .button-group .mce-content-body a.botao-azul:last-child, .mce-content-body .button-group a.botao-azul:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.tiny a.botao-cinza, .button-group.tiny .mceContentBody a.botao-cinza, .mceContentBody .button-group.tiny a.botao-cinza, .button-group.tiny .mce-content-body a.botao-cinza, .mce-content-body .button-group.tiny a.botao-cinza, .button-group.tiny .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.tiny a.botao-laranja, .button-group.tiny .mceContentBody a.botao-laranja, .mceContentBody .button-group.tiny a.botao-laranja, .button-group.tiny .mce-content-body a.botao-laranja, .mce-content-body .button-group.tiny a.botao-laranja, .button-group.tiny .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.tiny a.botao-azul, .button-group.tiny .mceContentBody a.botao-azul, .mceContentBody .button-group.tiny a.botao-azul, .button-group.tiny .mce-content-body a.botao-azul, .mce-content-body .button-group.tiny a.botao-azul {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.small a.botao-cinza, .button-group.small .mceContentBody a.botao-cinza, .mceContentBody .button-group.small a.botao-cinza, .button-group.small .mce-content-body a.botao-cinza, .mce-content-body .button-group.small a.botao-cinza, .button-group.small .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.small a.botao-laranja, .button-group.small .mceContentBody a.botao-laranja, .mceContentBody .button-group.small a.botao-laranja, .button-group.small .mce-content-body a.botao-laranja, .mce-content-body .button-group.small a.botao-laranja, .button-group.small .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.small a.botao-azul, .button-group.small .mceContentBody a.botao-azul, .mceContentBody .button-group.small a.botao-azul, .button-group.small .mce-content-body a.botao-azul, .mce-content-body .button-group.small a.botao-azul {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.large a.botao-cinza, .button-group.large .mceContentBody a.botao-cinza, .mceContentBody .button-group.large a.botao-cinza, .button-group.large .mce-content-body a.botao-cinza, .mce-content-body .button-group.large a.botao-cinza, .button-group.large .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.large a.botao-laranja, .button-group.large .mceContentBody a.botao-laranja, .mceContentBody .button-group.large a.botao-laranja, .button-group.large .mce-content-body a.botao-laranja, .mce-content-body .button-group.large a.botao-laranja, .button-group.large .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.large a.botao-azul, .button-group.large .mceContentBody a.botao-azul, .mceContentBody .button-group.large a.botao-azul, .button-group.large .mce-content-body a.botao-azul, .mce-content-body .button-group.large a.botao-azul {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.expanded a.botao-cinza, .button-group.expanded .mceContentBody a.botao-cinza, .mceContentBody .button-group.expanded a.botao-cinza, .button-group.expanded .mce-content-body a.botao-cinza, .mce-content-body .button-group.expanded a.botao-cinza, .button-group.expanded .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.expanded a.botao-laranja, .button-group.expanded .mceContentBody a.botao-laranja, .mceContentBody .button-group.expanded a.botao-laranja, .button-group.expanded .mce-content-body a.botao-laranja, .mce-content-body .button-group.expanded a.botao-laranja, .button-group.expanded .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.expanded a.botao-azul, .button-group.expanded .mceContentBody a.botao-azul, .mceContentBody .button-group.expanded a.botao-azul, .button-group.expanded .mce-content-body a.botao-azul, .mce-content-body .button-group.expanded a.botao-azul {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.primary a.botao-cinza, .button-group.primary .mceContentBody a.botao-cinza, .mceContentBody .button-group.primary a.botao-cinza, .button-group.primary .mce-content-body a.botao-cinza, .mce-content-body .button-group.primary a.botao-cinza, .button-group.primary .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.primary a.botao-laranja, .button-group.primary .mceContentBody a.botao-laranja, .mceContentBody .button-group.primary a.botao-laranja, .button-group.primary .mce-content-body a.botao-laranja, .mce-content-body .button-group.primary a.botao-laranja, .wrapper-conteudo-tinymce a.button-group.botao-azul .button, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-cinza, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-laranja, .mceContentBody a.button-group.botao-azul .button, .mceContentBody a.button-group.botao-azul a.botao-cinza, .mceContentBody a.button-group.botao-azul a.botao-laranja, .mce-content-body a.button-group.botao-azul .button, .mce-content-body a.button-group.botao-azul a.botao-cinza, .mce-content-body a.button-group.botao-azul a.botao-laranja, .button-group.primary .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.primary a.botao-azul, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-azul, .button-group.primary .mceContentBody a.botao-azul, .mceContentBody .button-group.primary a.botao-azul, .mceContentBody a.button-group.botao-azul a.botao-azul, .button-group.primary .mce-content-body a.botao-azul, .mce-content-body .button-group.primary a.botao-azul, .mce-content-body a.button-group.botao-azul a.botao-azul {
  background-color: #009FE0;
  color: #000;
}
.button-group.primary .button:hover, .button-group.primary .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.primary a.botao-cinza:hover, .button-group.primary .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.primary a.botao-cinza:hover, .button-group.primary .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.primary a.botao-cinza:hover, .button-group.primary .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.primary a.botao-laranja:hover, .button-group.primary .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.primary a.botao-laranja:hover, .button-group.primary .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.primary a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-azul .button:hover, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-laranja:hover, .mceContentBody a.button-group.botao-azul .button:hover, .mceContentBody a.button-group.botao-azul a.botao-cinza:hover, .mceContentBody a.button-group.botao-azul a.botao-laranja:hover, .mce-content-body a.button-group.botao-azul .button:hover, .mce-content-body a.button-group.botao-azul a.botao-cinza:hover, .mce-content-body a.button-group.botao-azul a.botao-laranja:hover, .button-group.primary .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.primary a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-azul:hover, .button-group.primary .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.primary a.botao-azul:hover, .mceContentBody a.button-group.botao-azul a.botao-azul:hover, .button-group.primary .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.primary a.botao-azul:hover, .mce-content-body a.button-group.botao-azul a.botao-azul:hover, .button-group.primary .button:focus, .button-group.primary .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.primary a.botao-cinza:focus, .button-group.primary .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.primary a.botao-cinza:focus, .button-group.primary .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.primary a.botao-cinza:focus, .button-group.primary .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.primary a.botao-laranja:focus, .button-group.primary .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.primary a.botao-laranja:focus, .button-group.primary .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.primary a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-azul .button:focus, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-laranja:focus, .mceContentBody a.button-group.botao-azul .button:focus, .mceContentBody a.button-group.botao-azul a.botao-cinza:focus, .mceContentBody a.button-group.botao-azul a.botao-laranja:focus, .mce-content-body a.button-group.botao-azul .button:focus, .mce-content-body a.button-group.botao-azul a.botao-cinza:focus, .mce-content-body a.button-group.botao-azul a.botao-laranja:focus, .button-group.primary .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.primary a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-azul a.botao-azul:focus, .button-group.primary .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.primary a.botao-azul:focus, .mceContentBody a.button-group.botao-azul a.botao-azul:focus, .button-group.primary .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.primary a.botao-azul:focus, .mce-content-body a.button-group.botao-azul a.botao-azul:focus {
  background-color: rgb(0, 127.2, 179.2);
  color: #000;
}
.button-group.secondary .button, .wrapper-conteudo-tinymce a.button-group.botao-cinza .button, .mceContentBody a.button-group.botao-cinza .button, .mce-content-body a.button-group.botao-cinza .button, .button-group.secondary .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.secondary a.botao-cinza, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza, .button-group.secondary .mceContentBody a.botao-cinza, .mceContentBody .button-group.secondary a.botao-cinza, .mceContentBody a.button-group.botao-cinza a.botao-cinza, .button-group.secondary .mce-content-body a.botao-cinza, .mce-content-body .button-group.secondary a.botao-cinza, .mce-content-body a.button-group.botao-cinza a.botao-cinza, .button-group.secondary .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.secondary a.botao-laranja, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja, .button-group.secondary .mceContentBody a.botao-laranja, .mceContentBody .button-group.secondary a.botao-laranja, .mceContentBody a.button-group.botao-cinza a.botao-laranja, .button-group.secondary .mce-content-body a.botao-laranja, .mce-content-body .button-group.secondary a.botao-laranja, .mce-content-body a.button-group.botao-cinza a.botao-laranja, .button-group.secondary .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.secondary a.botao-azul, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul, .button-group.secondary .mceContentBody a.botao-azul, .mceContentBody .button-group.secondary a.botao-azul, .mceContentBody a.button-group.botao-cinza a.botao-azul, .button-group.secondary .mce-content-body a.botao-azul, .mce-content-body .button-group.secondary a.botao-azul, .mce-content-body a.button-group.botao-cinza a.botao-azul {
  background-color: #bbb;
  color: #000;
}
.button-group.secondary .button:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .button:hover, .mceContentBody a.button-group.botao-cinza .button:hover, .mce-content-body a.button-group.botao-cinza .button:hover, .button-group.secondary .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-cinza:hover, .mceContentBody a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-cinza:hover, .mce-content-body a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.secondary a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:hover, .button-group.secondary .mceContentBody a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mceContentBody a.botao-cinza:hover, .mceContentBody a.button-group.botao-cinza .mceContentBody a.botao-cinza:hover, .mce-content-body a.button-group.botao-cinza .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.secondary a.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-cinza:hover, .mceContentBody a.button-group.botao-cinza a.botao-cinza:hover, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-cinza:hover, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-cinza:hover, .button-group.secondary .mce-content-body a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mce-content-body a.botao-cinza:hover, .mceContentBody a.button-group.botao-cinza .mce-content-body a.botao-cinza:hover, .mce-content-body a.button-group.botao-cinza .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.secondary a.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-cinza:hover, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-cinza:hover, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-cinza:hover, .mce-content-body a.button-group.botao-cinza a.botao-cinza:hover, .button-group.secondary .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-laranja:hover, .mceContentBody a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-laranja:hover, .mce-content-body a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.secondary a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:hover, .button-group.secondary .mceContentBody a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mceContentBody a.botao-laranja:hover, .mceContentBody a.button-group.botao-cinza .mceContentBody a.botao-laranja:hover, .mce-content-body a.button-group.botao-cinza .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.secondary a.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-laranja:hover, .mceContentBody a.button-group.botao-cinza a.botao-laranja:hover, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-laranja:hover, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-laranja:hover, .button-group.secondary .mce-content-body a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mce-content-body a.botao-laranja:hover, .mceContentBody a.button-group.botao-cinza .mce-content-body a.botao-laranja:hover, .mce-content-body a.button-group.botao-cinza .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.secondary a.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-laranja:hover, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-laranja:hover, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-laranja:hover, .mce-content-body a.button-group.botao-cinza a.botao-laranja:hover, .button-group.secondary .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-azul:hover, .mceContentBody a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-azul:hover, .mce-content-body a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.secondary a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:hover, .button-group.secondary .mceContentBody a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mceContentBody a.botao-azul:hover, .mceContentBody a.button-group.botao-cinza .mceContentBody a.botao-azul:hover, .mce-content-body a.button-group.botao-cinza .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.secondary a.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-azul:hover, .mceContentBody a.button-group.botao-cinza a.botao-azul:hover, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-azul:hover, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-azul:hover, .button-group.secondary .mce-content-body a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mce-content-body a.botao-azul:hover, .mceContentBody a.button-group.botao-cinza .mce-content-body a.botao-azul:hover, .mce-content-body a.button-group.botao-cinza .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.secondary a.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-azul:hover, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-azul:hover, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-azul:hover, .mce-content-body a.button-group.botao-cinza a.botao-azul:hover, .button-group.secondary .button:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .button:focus, .mceContentBody a.button-group.botao-cinza .button:focus, .mce-content-body a.button-group.botao-cinza .button:focus, .button-group.secondary .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-cinza:focus, .mceContentBody a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-cinza:focus, .mce-content-body a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.secondary a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:focus, .button-group.secondary .mceContentBody a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mceContentBody a.botao-cinza:focus, .mceContentBody a.button-group.botao-cinza .mceContentBody a.botao-cinza:focus, .mce-content-body a.button-group.botao-cinza .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.secondary a.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-cinza:focus, .mceContentBody a.button-group.botao-cinza a.botao-cinza:focus, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-cinza:focus, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-cinza:focus, .button-group.secondary .mce-content-body a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mce-content-body a.botao-cinza:focus, .mceContentBody a.button-group.botao-cinza .mce-content-body a.botao-cinza:focus, .mce-content-body a.button-group.botao-cinza .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.secondary a.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-cinza:focus, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-cinza:focus, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-cinza:focus, .mce-content-body a.button-group.botao-cinza a.botao-cinza:focus, .button-group.secondary .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-laranja:focus, .mceContentBody a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-laranja:focus, .mce-content-body a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.secondary a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:focus, .button-group.secondary .mceContentBody a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mceContentBody a.botao-laranja:focus, .mceContentBody a.button-group.botao-cinza .mceContentBody a.botao-laranja:focus, .mce-content-body a.button-group.botao-cinza .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.secondary a.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-laranja:focus, .mceContentBody a.button-group.botao-cinza a.botao-laranja:focus, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-laranja:focus, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-laranja:focus, .button-group.secondary .mce-content-body a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mce-content-body a.botao-laranja:focus, .mceContentBody a.button-group.botao-cinza .mce-content-body a.botao-laranja:focus, .mce-content-body a.button-group.botao-cinza .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.secondary a.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-laranja:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-laranja:focus, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-laranja:focus, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-laranja:focus, .mce-content-body a.button-group.botao-cinza a.botao-laranja:focus, .button-group.secondary .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-azul:focus, .mceContentBody a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-azul:focus, .mce-content-body a.button-group.botao-cinza .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.secondary a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:focus, .button-group.secondary .mceContentBody a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mceContentBody a.botao-azul:focus, .mceContentBody a.button-group.botao-cinza .mceContentBody a.botao-azul:focus, .mce-content-body a.button-group.botao-cinza .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.secondary a.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-cinza a.botao-azul:focus, .mceContentBody a.button-group.botao-cinza a.botao-azul:focus, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-azul:focus, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-azul:focus, .button-group.secondary .mce-content-body a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-cinza .mce-content-body a.botao-azul:focus, .mceContentBody a.button-group.botao-cinza .mce-content-body a.botao-azul:focus, .mce-content-body a.button-group.botao-cinza .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.secondary a.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-cinza a.botao-azul:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-cinza a.botao-azul:focus, .mce-content-body .mceContentBody a.button-group.botao-cinza a.botao-azul:focus, .mceContentBody .mce-content-body a.button-group.botao-cinza a.botao-azul:focus, .mce-content-body a.button-group.botao-cinza a.botao-azul:focus {
  background-color: rgb(149.6, 149.6, 149.6);
  color: #000;
}
.button-group.success .button, .button-group.success .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.success a.botao-cinza, .button-group.success .mceContentBody a.botao-cinza, .mceContentBody .button-group.success a.botao-cinza, .button-group.success .mce-content-body a.botao-cinza, .mce-content-body .button-group.success a.botao-cinza, .button-group.success .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.success a.botao-laranja, .button-group.success .mceContentBody a.botao-laranja, .mceContentBody .button-group.success a.botao-laranja, .button-group.success .mce-content-body a.botao-laranja, .mce-content-body .button-group.success a.botao-laranja, .button-group.success .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.success a.botao-azul, .button-group.success .mceContentBody a.botao-azul, .mceContentBody .button-group.success a.botao-azul, .button-group.success .mce-content-body a.botao-azul, .mce-content-body .button-group.success a.botao-azul {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.success a.botao-cinza:hover, .button-group.success .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.success a.botao-cinza:hover, .button-group.success .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.success a.botao-cinza:hover, .button-group.success .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.success a.botao-laranja:hover, .button-group.success .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.success a.botao-laranja:hover, .button-group.success .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.success a.botao-laranja:hover, .button-group.success .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.success a.botao-azul:hover, .button-group.success .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.success a.botao-azul:hover, .button-group.success .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.success a.botao-azul:hover, .button-group.success .button:focus, .button-group.success .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.success a.botao-cinza:focus, .button-group.success .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.success a.botao-cinza:focus, .button-group.success .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.success a.botao-cinza:focus, .button-group.success .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.success a.botao-laranja:focus, .button-group.success .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.success a.botao-laranja:focus, .button-group.success .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.success a.botao-laranja:focus, .button-group.success .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.success a.botao-azul:focus, .button-group.success .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.success a.botao-azul:focus, .button-group.success .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.success a.botao-azul:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000;
}
.button-group.warning .button, .button-group.warning .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.warning a.botao-cinza, .button-group.warning .mceContentBody a.botao-cinza, .mceContentBody .button-group.warning a.botao-cinza, .button-group.warning .mce-content-body a.botao-cinza, .mce-content-body .button-group.warning a.botao-cinza, .wrapper-conteudo-tinymce a.button-group.botao-laranja .button, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza, .mceContentBody a.button-group.botao-laranja .button, .mceContentBody a.button-group.botao-laranja a.botao-cinza, .mce-content-body a.button-group.botao-laranja .button, .mce-content-body a.button-group.botao-laranja a.botao-cinza, .button-group.warning .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.warning a.botao-laranja, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja, .button-group.warning .mceContentBody a.botao-laranja, .mceContentBody .button-group.warning a.botao-laranja, .mceContentBody a.button-group.botao-laranja a.botao-laranja, .button-group.warning .mce-content-body a.botao-laranja, .mce-content-body .button-group.warning a.botao-laranja, .mce-content-body a.button-group.botao-laranja a.botao-laranja, .button-group.warning .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.warning a.botao-azul, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul, .button-group.warning .mceContentBody a.botao-azul, .mceContentBody .button-group.warning a.botao-azul, .mceContentBody a.button-group.botao-laranja a.botao-azul, .button-group.warning .mce-content-body a.botao-azul, .mce-content-body .button-group.warning a.botao-azul, .mce-content-body a.button-group.botao-laranja a.botao-azul {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.warning a.botao-cinza:hover, .button-group.warning .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.warning a.botao-cinza:hover, .button-group.warning .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.warning a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .button:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mceContentBody a.botao-cinza:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mce-content-body a.botao-cinza:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza:hover, .mceContentBody a.button-group.botao-laranja .button:hover, .mceContentBody a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-cinza:hover, .mceContentBody a.button-group.botao-laranja a.botao-cinza:hover, .mceContentBody a.button-group.botao-laranja .mce-content-body a.botao-cinza:hover, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-cinza:hover, .mce-content-body a.button-group.botao-laranja .button:hover, .mce-content-body a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-cinza:hover, .mce-content-body a.button-group.botao-laranja .mceContentBody a.botao-cinza:hover, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-cinza:hover, .mce-content-body a.button-group.botao-laranja a.botao-cinza:hover, .button-group.warning .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-laranja:hover, .mceContentBody a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-laranja:hover, .mce-content-body a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.warning a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:hover, .button-group.warning .mceContentBody a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mceContentBody a.botao-laranja:hover, .mceContentBody a.button-group.botao-laranja .mceContentBody a.botao-laranja:hover, .mce-content-body a.button-group.botao-laranja .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.warning a.botao-laranja:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-laranja:hover, .mceContentBody a.button-group.botao-laranja a.botao-laranja:hover, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-laranja:hover, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-laranja:hover, .button-group.warning .mce-content-body a.botao-laranja:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mce-content-body a.botao-laranja:hover, .mceContentBody a.button-group.botao-laranja .mce-content-body a.botao-laranja:hover, .mce-content-body a.button-group.botao-laranja .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.warning a.botao-laranja:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-laranja:hover, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-laranja:hover, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-laranja:hover, .mce-content-body a.button-group.botao-laranja a.botao-laranja:hover, .button-group.warning .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-azul:hover, .mceContentBody a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-azul:hover, .mce-content-body a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.warning a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:hover, .button-group.warning .mceContentBody a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mceContentBody a.botao-azul:hover, .mceContentBody a.button-group.botao-laranja .mceContentBody a.botao-azul:hover, .mce-content-body a.button-group.botao-laranja .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.warning a.botao-azul:hover, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:hover, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-azul:hover, .mceContentBody a.button-group.botao-laranja a.botao-azul:hover, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-azul:hover, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-azul:hover, .button-group.warning .mce-content-body a.botao-azul:hover, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mce-content-body a.botao-azul:hover, .mceContentBody a.button-group.botao-laranja .mce-content-body a.botao-azul:hover, .mce-content-body a.button-group.botao-laranja .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.warning a.botao-azul:hover, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:hover, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-azul:hover, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-azul:hover, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-azul:hover, .mce-content-body a.button-group.botao-laranja a.botao-azul:hover, .button-group.warning .button:focus, .button-group.warning .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.warning a.botao-cinza:focus, .button-group.warning .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.warning a.botao-cinza:focus, .button-group.warning .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.warning a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .button:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mceContentBody a.botao-cinza:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mce-content-body a.botao-cinza:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-cinza:focus, .mceContentBody a.button-group.botao-laranja .button:focus, .mceContentBody a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-cinza:focus, .mceContentBody a.button-group.botao-laranja a.botao-cinza:focus, .mceContentBody a.button-group.botao-laranja .mce-content-body a.botao-cinza:focus, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-cinza:focus, .mce-content-body a.button-group.botao-laranja .button:focus, .mce-content-body a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-cinza:focus, .mce-content-body a.button-group.botao-laranja .mceContentBody a.botao-cinza:focus, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-cinza:focus, .mce-content-body a.button-group.botao-laranja a.botao-cinza:focus, .button-group.warning .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-laranja:focus, .mceContentBody a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-laranja:focus, .mce-content-body a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.warning a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:focus, .button-group.warning .mceContentBody a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mceContentBody a.botao-laranja:focus, .mceContentBody a.button-group.botao-laranja .mceContentBody a.botao-laranja:focus, .mce-content-body a.button-group.botao-laranja .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.warning a.botao-laranja:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-laranja:focus, .mceContentBody a.button-group.botao-laranja a.botao-laranja:focus, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-laranja:focus, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-laranja:focus, .button-group.warning .mce-content-body a.botao-laranja:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mce-content-body a.botao-laranja:focus, .mceContentBody a.button-group.botao-laranja .mce-content-body a.botao-laranja:focus, .mce-content-body a.button-group.botao-laranja .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.warning a.botao-laranja:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-laranja:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-laranja:focus, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-laranja:focus, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-laranja:focus, .mce-content-body a.button-group.botao-laranja a.botao-laranja:focus, .button-group.warning .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-azul:focus, .mceContentBody a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-azul:focus, .mce-content-body a.button-group.botao-laranja .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.warning a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:focus, .button-group.warning .mceContentBody a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mceContentBody a.botao-azul:focus, .mceContentBody a.button-group.botao-laranja .mceContentBody a.botao-azul:focus, .mce-content-body a.button-group.botao-laranja .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.warning a.botao-azul:focus, .mceContentBody .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:focus, .wrapper-conteudo-tinymce .mceContentBody a.button-group.botao-laranja a.botao-azul:focus, .mceContentBody a.button-group.botao-laranja a.botao-azul:focus, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-azul:focus, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-azul:focus, .button-group.warning .mce-content-body a.botao-azul:focus, .wrapper-conteudo-tinymce a.button-group.botao-laranja .mce-content-body a.botao-azul:focus, .mceContentBody a.button-group.botao-laranja .mce-content-body a.botao-azul:focus, .mce-content-body a.button-group.botao-laranja .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.warning a.botao-azul:focus, .mce-content-body .wrapper-conteudo-tinymce a.button-group.botao-laranja a.botao-azul:focus, .wrapper-conteudo-tinymce .mce-content-body a.button-group.botao-laranja a.botao-azul:focus, .mce-content-body .mceContentBody a.button-group.botao-laranja a.botao-azul:focus, .mceContentBody .mce-content-body a.button-group.botao-laranja a.botao-azul:focus, .mce-content-body a.button-group.botao-laranja a.botao-azul:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000;
}
.button-group.alert .button, .button-group.alert .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.alert a.botao-cinza, .button-group.alert .mceContentBody a.botao-cinza, .mceContentBody .button-group.alert a.botao-cinza, .button-group.alert .mce-content-body a.botao-cinza, .mce-content-body .button-group.alert a.botao-cinza, .button-group.alert .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.alert a.botao-laranja, .button-group.alert .mceContentBody a.botao-laranja, .mceContentBody .button-group.alert a.botao-laranja, .button-group.alert .mce-content-body a.botao-laranja, .mce-content-body .button-group.alert a.botao-laranja, .button-group.alert .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.alert a.botao-azul, .button-group.alert .mceContentBody a.botao-azul, .mceContentBody .button-group.alert a.botao-azul, .button-group.alert .mce-content-body a.botao-azul, .mce-content-body .button-group.alert a.botao-azul {
  background-color: #ec5840;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.alert a.botao-cinza:hover, .button-group.alert .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.alert a.botao-cinza:hover, .button-group.alert .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.alert a.botao-cinza:hover, .button-group.alert .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.alert a.botao-laranja:hover, .button-group.alert .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.alert a.botao-laranja:hover, .button-group.alert .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.alert a.botao-laranja:hover, .button-group.alert .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.alert a.botao-azul:hover, .button-group.alert .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.alert a.botao-azul:hover, .button-group.alert .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.alert a.botao-azul:hover, .button-group.alert .button:focus, .button-group.alert .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.alert a.botao-cinza:focus, .button-group.alert .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.alert a.botao-cinza:focus, .button-group.alert .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.alert a.botao-cinza:focus, .button-group.alert .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.alert a.botao-laranja:focus, .button-group.alert .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.alert a.botao-laranja:focus, .button-group.alert .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.alert a.botao-laranja:focus, .button-group.alert .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.alert a.botao-azul:focus, .button-group.alert .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.alert a.botao-azul:focus, .button-group.alert .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.alert a.botao-azul:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #000;
}
.button-group.color-top-menu .button, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-cinza, .button-group.color-top-menu .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-top-menu a.botao-cinza, .button-group.color-top-menu .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-top-menu a.botao-cinza, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-laranja, .button-group.color-top-menu .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-top-menu a.botao-laranja, .button-group.color-top-menu .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-top-menu a.botao-laranja, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-azul, .button-group.color-top-menu .mceContentBody a.botao-azul, .mceContentBody .button-group.color-top-menu a.botao-azul, .button-group.color-top-menu .mce-content-body a.botao-azul, .mce-content-body .button-group.color-top-menu a.botao-azul {
  background-color: #346786;
  color: #fff;
}
.button-group.color-top-menu .button:hover, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-cinza:hover, .button-group.color-top-menu .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-top-menu a.botao-cinza:hover, .button-group.color-top-menu .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-top-menu a.botao-cinza:hover, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-laranja:hover, .button-group.color-top-menu .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-top-menu a.botao-laranja:hover, .button-group.color-top-menu .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-top-menu a.botao-laranja:hover, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-azul:hover, .button-group.color-top-menu .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-top-menu a.botao-azul:hover, .button-group.color-top-menu .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-top-menu a.botao-azul:hover, .button-group.color-top-menu .button:focus, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-cinza:focus, .button-group.color-top-menu .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-top-menu a.botao-cinza:focus, .button-group.color-top-menu .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-top-menu a.botao-cinza:focus, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-laranja:focus, .button-group.color-top-menu .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-top-menu a.botao-laranja:focus, .button-group.color-top-menu .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-top-menu a.botao-laranja:focus, .button-group.color-top-menu .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-top-menu a.botao-azul:focus, .button-group.color-top-menu .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-top-menu a.botao-azul:focus, .button-group.color-top-menu .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-top-menu a.botao-azul:focus {
  background-color: rgb(41.6, 82.4, 107.2);
  color: #fff;
}
.button-group.color-light-blue .button, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-cinza, .button-group.color-light-blue .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-light-blue a.botao-cinza, .button-group.color-light-blue .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-light-blue a.botao-cinza, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-laranja, .button-group.color-light-blue .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-light-blue a.botao-laranja, .button-group.color-light-blue .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-light-blue a.botao-laranja, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-azul, .button-group.color-light-blue .mceContentBody a.botao-azul, .mceContentBody .button-group.color-light-blue a.botao-azul, .button-group.color-light-blue .mce-content-body a.botao-azul, .mce-content-body .button-group.color-light-blue a.botao-azul {
  background-color: #31B0D5;
  color: #000;
}
.button-group.color-light-blue .button:hover, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-cinza:hover, .button-group.color-light-blue .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-light-blue a.botao-cinza:hover, .button-group.color-light-blue .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-light-blue a.botao-cinza:hover, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-laranja:hover, .button-group.color-light-blue .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-light-blue a.botao-laranja:hover, .button-group.color-light-blue .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-light-blue a.botao-laranja:hover, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-azul:hover, .button-group.color-light-blue .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-light-blue a.botao-azul:hover, .button-group.color-light-blue .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-light-blue a.botao-azul:hover, .button-group.color-light-blue .button:focus, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-cinza:focus, .button-group.color-light-blue .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-light-blue a.botao-cinza:focus, .button-group.color-light-blue .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-light-blue a.botao-cinza:focus, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-laranja:focus, .button-group.color-light-blue .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-light-blue a.botao-laranja:focus, .button-group.color-light-blue .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-light-blue a.botao-laranja:focus, .button-group.color-light-blue .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-light-blue a.botao-azul:focus, .button-group.color-light-blue .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-light-blue a.botao-azul:focus, .button-group.color-light-blue .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-light-blue a.botao-azul:focus {
  background-color: rgb(35.4967741935, 142.8322580645, 174.1032258065);
  color: #000;
}
.button-group.color-darker-blue .button, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-cinza, .button-group.color-darker-blue .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-darker-blue a.botao-cinza, .button-group.color-darker-blue .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-darker-blue a.botao-cinza, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-laranja, .button-group.color-darker-blue .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-darker-blue a.botao-laranja, .button-group.color-darker-blue .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-darker-blue a.botao-laranja, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-azul, .button-group.color-darker-blue .mceContentBody a.botao-azul, .mceContentBody .button-group.color-darker-blue a.botao-azul, .button-group.color-darker-blue .mce-content-body a.botao-azul, .mce-content-body .button-group.color-darker-blue a.botao-azul {
  background-color: #1B303B;
  color: #fff;
}
.button-group.color-darker-blue .button:hover, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-cinza:hover, .button-group.color-darker-blue .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-darker-blue a.botao-cinza:hover, .button-group.color-darker-blue .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-darker-blue a.botao-cinza:hover, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-laranja:hover, .button-group.color-darker-blue .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-darker-blue a.botao-laranja:hover, .button-group.color-darker-blue .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-darker-blue a.botao-laranja:hover, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-azul:hover, .button-group.color-darker-blue .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-darker-blue a.botao-azul:hover, .button-group.color-darker-blue .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-darker-blue a.botao-azul:hover, .button-group.color-darker-blue .button:focus, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-cinza:focus, .button-group.color-darker-blue .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-darker-blue a.botao-cinza:focus, .button-group.color-darker-blue .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-darker-blue a.botao-cinza:focus, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-laranja:focus, .button-group.color-darker-blue .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-darker-blue a.botao-laranja:focus, .button-group.color-darker-blue .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-darker-blue a.botao-laranja:focus, .button-group.color-darker-blue .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-darker-blue a.botao-azul:focus, .button-group.color-darker-blue .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-darker-blue a.botao-azul:focus, .button-group.color-darker-blue .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-darker-blue a.botao-azul:focus {
  background-color: rgb(21.6, 38.4, 47.2);
  color: #fff;
}
.button-group.color-blue .button, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-cinza, .button-group.color-blue .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-blue a.botao-cinza, .button-group.color-blue .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-blue a.botao-cinza, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-laranja, .button-group.color-blue .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-blue a.botao-laranja, .button-group.color-blue .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-blue a.botao-laranja, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-azul, .button-group.color-blue .mceContentBody a.botao-azul, .mceContentBody .button-group.color-blue a.botao-azul, .button-group.color-blue .mce-content-body a.botao-azul, .mce-content-body .button-group.color-blue a.botao-azul {
  background-color: #237489;
  color: #fff;
}
.button-group.color-blue .button:hover, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-cinza:hover, .button-group.color-blue .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-blue a.botao-cinza:hover, .button-group.color-blue .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-blue a.botao-cinza:hover, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-laranja:hover, .button-group.color-blue .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-blue a.botao-laranja:hover, .button-group.color-blue .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-blue a.botao-laranja:hover, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-azul:hover, .button-group.color-blue .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-blue a.botao-azul:hover, .button-group.color-blue .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-blue a.botao-azul:hover, .button-group.color-blue .button:focus, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-cinza:focus, .button-group.color-blue .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-blue a.botao-cinza:focus, .button-group.color-blue .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-blue a.botao-cinza:focus, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-laranja:focus, .button-group.color-blue .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-blue a.botao-laranja:focus, .button-group.color-blue .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-blue a.botao-laranja:focus, .button-group.color-blue .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-blue a.botao-azul:focus, .button-group.color-blue .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-blue a.botao-azul:focus, .button-group.color-blue .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-blue a.botao-azul:focus {
  background-color: rgb(28, 92.8, 109.6);
  color: #fff;
}
.button-group.color-red .button, .button-group.color-red .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-red a.botao-cinza, .button-group.color-red .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-red a.botao-cinza, .button-group.color-red .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-red a.botao-cinza, .button-group.color-red .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-red a.botao-laranja, .button-group.color-red .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-red a.botao-laranja, .button-group.color-red .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-red a.botao-laranja, .button-group.color-red .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-red a.botao-azul, .button-group.color-red .mceContentBody a.botao-azul, .mceContentBody .button-group.color-red a.botao-azul, .button-group.color-red .mce-content-body a.botao-azul, .mce-content-body .button-group.color-red a.botao-azul {
  background-color: #8A3121;
  color: #fff;
}
.button-group.color-red .button:hover, .button-group.color-red .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-red a.botao-cinza:hover, .button-group.color-red .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-red a.botao-cinza:hover, .button-group.color-red .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-red a.botao-cinza:hover, .button-group.color-red .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-red a.botao-laranja:hover, .button-group.color-red .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-red a.botao-laranja:hover, .button-group.color-red .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-red a.botao-laranja:hover, .button-group.color-red .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-red a.botao-azul:hover, .button-group.color-red .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-red a.botao-azul:hover, .button-group.color-red .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-red a.botao-azul:hover, .button-group.color-red .button:focus, .button-group.color-red .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-red a.botao-cinza:focus, .button-group.color-red .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-red a.botao-cinza:focus, .button-group.color-red .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-red a.botao-cinza:focus, .button-group.color-red .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-red a.botao-laranja:focus, .button-group.color-red .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-red a.botao-laranja:focus, .button-group.color-red .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-red a.botao-laranja:focus, .button-group.color-red .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-red a.botao-azul:focus, .button-group.color-red .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-red a.botao-azul:focus, .button-group.color-red .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-red a.botao-azul:focus {
  background-color: rgb(110.4, 39.2, 26.4);
  color: #fff;
}
.button-group.color-green .button, .button-group.color-green .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-green a.botao-cinza, .button-group.color-green .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-green a.botao-cinza, .button-group.color-green .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-green a.botao-cinza, .button-group.color-green .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-green a.botao-laranja, .button-group.color-green .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-green a.botao-laranja, .button-group.color-green .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-green a.botao-laranja, .button-group.color-green .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-green a.botao-azul, .button-group.color-green .mceContentBody a.botao-azul, .mceContentBody .button-group.color-green a.botao-azul, .button-group.color-green .mce-content-body a.botao-azul, .mce-content-body .button-group.color-green a.botao-azul {
  background-color: #4C7948;
  color: #fff;
}
.button-group.color-green .button:hover, .button-group.color-green .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-green a.botao-cinza:hover, .button-group.color-green .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-green a.botao-cinza:hover, .button-group.color-green .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-green a.botao-cinza:hover, .button-group.color-green .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-green a.botao-laranja:hover, .button-group.color-green .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-green a.botao-laranja:hover, .button-group.color-green .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-green a.botao-laranja:hover, .button-group.color-green .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-green a.botao-azul:hover, .button-group.color-green .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-green a.botao-azul:hover, .button-group.color-green .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-green a.botao-azul:hover, .button-group.color-green .button:focus, .button-group.color-green .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-green a.botao-cinza:focus, .button-group.color-green .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-green a.botao-cinza:focus, .button-group.color-green .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-green a.botao-cinza:focus, .button-group.color-green .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-green a.botao-laranja:focus, .button-group.color-green .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-green a.botao-laranja:focus, .button-group.color-green .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-green a.botao-laranja:focus, .button-group.color-green .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-green a.botao-azul:focus, .button-group.color-green .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-green a.botao-azul:focus, .button-group.color-green .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-green a.botao-azul:focus {
  background-color: rgb(60.8, 96.8, 57.6);
  color: #fff;
}
.button-group.color-yellow .button, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-cinza, .button-group.color-yellow .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-yellow a.botao-cinza, .button-group.color-yellow .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-yellow a.botao-cinza, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-laranja, .button-group.color-yellow .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-yellow a.botao-laranja, .button-group.color-yellow .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-yellow a.botao-laranja, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-azul, .button-group.color-yellow .mceContentBody a.botao-azul, .mceContentBody .button-group.color-yellow a.botao-azul, .button-group.color-yellow .mce-content-body a.botao-azul, .mce-content-body .button-group.color-yellow a.botao-azul {
  background-color: #DED14E;
  color: #000;
}
.button-group.color-yellow .button:hover, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-cinza:hover, .button-group.color-yellow .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-yellow a.botao-cinza:hover, .button-group.color-yellow .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-yellow a.botao-cinza:hover, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-laranja:hover, .button-group.color-yellow .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-yellow a.botao-laranja:hover, .button-group.color-yellow .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-yellow a.botao-laranja:hover, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-azul:hover, .button-group.color-yellow .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-yellow a.botao-azul:hover, .button-group.color-yellow .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-yellow a.botao-azul:hover, .button-group.color-yellow .button:focus, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-cinza:focus, .button-group.color-yellow .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-yellow a.botao-cinza:focus, .button-group.color-yellow .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-yellow a.botao-cinza:focus, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-laranja:focus, .button-group.color-yellow .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-yellow a.botao-laranja:focus, .button-group.color-yellow .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-yellow a.botao-laranja:focus, .button-group.color-yellow .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-yellow a.botao-azul:focus, .button-group.color-yellow .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-yellow a.botao-azul:focus, .button-group.color-yellow .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-yellow a.botao-azul:focus {
  background-color: rgb(202.2857142857, 187.4285714286, 37.7142857143);
  color: #000;
}
.button-group.color-orange .button, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-cinza, .button-group.color-orange .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-orange a.botao-cinza, .button-group.color-orange .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-orange a.botao-cinza, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-laranja, .button-group.color-orange .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-orange a.botao-laranja, .button-group.color-orange .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-orange a.botao-laranja, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-azul, .button-group.color-orange .mceContentBody a.botao-azul, .mceContentBody .button-group.color-orange a.botao-azul, .button-group.color-orange .mce-content-body a.botao-azul, .mce-content-body .button-group.color-orange a.botao-azul {
  background-color: #c36d1b;
  color: #000;
}
.button-group.color-orange .button:hover, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-cinza:hover, .button-group.color-orange .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-orange a.botao-cinza:hover, .button-group.color-orange .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-orange a.botao-cinza:hover, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-laranja:hover, .button-group.color-orange .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-orange a.botao-laranja:hover, .button-group.color-orange .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-orange a.botao-laranja:hover, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-azul:hover, .button-group.color-orange .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-orange a.botao-azul:hover, .button-group.color-orange .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-orange a.botao-azul:hover, .button-group.color-orange .button:focus, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-cinza:focus, .button-group.color-orange .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-orange a.botao-cinza:focus, .button-group.color-orange .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-orange a.botao-cinza:focus, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-laranja:focus, .button-group.color-orange .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-orange a.botao-laranja:focus, .button-group.color-orange .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-orange a.botao-laranja:focus, .button-group.color-orange .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-orange a.botao-azul:focus, .button-group.color-orange .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-orange a.botao-azul:focus, .button-group.color-orange .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-orange a.botao-azul:focus {
  background-color: rgb(156, 87.2, 21.6);
  color: #000;
}
.button-group.color-purple .button, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-cinza, .button-group.color-purple .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-purple a.botao-cinza, .button-group.color-purple .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-purple a.botao-cinza, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-laranja, .button-group.color-purple .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-purple a.botao-laranja, .button-group.color-purple .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-purple a.botao-laranja, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-azul, .button-group.color-purple .mceContentBody a.botao-azul, .mceContentBody .button-group.color-purple a.botao-azul, .button-group.color-purple .mce-content-body a.botao-azul, .mce-content-body .button-group.color-purple a.botao-azul {
  background-color: #445079;
  color: #fff;
}
.button-group.color-purple .button:hover, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-cinza:hover, .button-group.color-purple .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-purple a.botao-cinza:hover, .button-group.color-purple .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-purple a.botao-cinza:hover, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-laranja:hover, .button-group.color-purple .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-purple a.botao-laranja:hover, .button-group.color-purple .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-purple a.botao-laranja:hover, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-azul:hover, .button-group.color-purple .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-purple a.botao-azul:hover, .button-group.color-purple .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-purple a.botao-azul:hover, .button-group.color-purple .button:focus, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-cinza:focus, .button-group.color-purple .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-purple a.botao-cinza:focus, .button-group.color-purple .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-purple a.botao-cinza:focus, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-laranja:focus, .button-group.color-purple .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-purple a.botao-laranja:focus, .button-group.color-purple .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-purple a.botao-laranja:focus, .button-group.color-purple .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-purple a.botao-azul:focus, .button-group.color-purple .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-purple a.botao-azul:focus, .button-group.color-purple .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-purple a.botao-azul:focus {
  background-color: rgb(54.4, 64, 96.8);
  color: #fff;
}
.button-group.color-blue-saturated .button, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-cinza, .button-group.color-blue-saturated .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-blue-saturated a.botao-cinza, .button-group.color-blue-saturated .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-blue-saturated a.botao-cinza, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-laranja, .button-group.color-blue-saturated .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-blue-saturated a.botao-laranja, .button-group.color-blue-saturated .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-blue-saturated a.botao-laranja, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-azul, .button-group.color-blue-saturated .mceContentBody a.botao-azul, .mceContentBody .button-group.color-blue-saturated a.botao-azul, .button-group.color-blue-saturated .mce-content-body a.botao-azul, .mce-content-body .button-group.color-blue-saturated a.botao-azul {
  background-color: #009FE0;
  color: #000;
}
.button-group.color-blue-saturated .button:hover, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-cinza:hover, .button-group.color-blue-saturated .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-blue-saturated a.botao-cinza:hover, .button-group.color-blue-saturated .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-blue-saturated a.botao-cinza:hover, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-laranja:hover, .button-group.color-blue-saturated .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-blue-saturated a.botao-laranja:hover, .button-group.color-blue-saturated .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-blue-saturated a.botao-laranja:hover, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-azul:hover, .button-group.color-blue-saturated .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-blue-saturated a.botao-azul:hover, .button-group.color-blue-saturated .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-blue-saturated a.botao-azul:hover, .button-group.color-blue-saturated .button:focus, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-cinza:focus, .button-group.color-blue-saturated .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-blue-saturated a.botao-cinza:focus, .button-group.color-blue-saturated .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-blue-saturated a.botao-cinza:focus, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-laranja:focus, .button-group.color-blue-saturated .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-blue-saturated a.botao-laranja:focus, .button-group.color-blue-saturated .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-blue-saturated a.botao-laranja:focus, .button-group.color-blue-saturated .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-blue-saturated a.botao-azul:focus, .button-group.color-blue-saturated .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-blue-saturated a.botao-azul:focus, .button-group.color-blue-saturated .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-blue-saturated a.botao-azul:focus {
  background-color: rgb(0, 127.2, 179.2);
  color: #000;
}
.button-group.color-red-saturated .button, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-cinza, .button-group.color-red-saturated .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-red-saturated a.botao-cinza, .button-group.color-red-saturated .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-red-saturated a.botao-cinza, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-laranja, .button-group.color-red-saturated .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-red-saturated a.botao-laranja, .button-group.color-red-saturated .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-red-saturated a.botao-laranja, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-azul, .button-group.color-red-saturated .mceContentBody a.botao-azul, .mceContentBody .button-group.color-red-saturated a.botao-azul, .button-group.color-red-saturated .mce-content-body a.botao-azul, .mce-content-body .button-group.color-red-saturated a.botao-azul {
  background-color: #A91B01;
  color: #fff;
}
.button-group.color-red-saturated .button:hover, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-cinza:hover, .button-group.color-red-saturated .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-red-saturated a.botao-cinza:hover, .button-group.color-red-saturated .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-red-saturated a.botao-cinza:hover, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-laranja:hover, .button-group.color-red-saturated .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-red-saturated a.botao-laranja:hover, .button-group.color-red-saturated .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-red-saturated a.botao-laranja:hover, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-azul:hover, .button-group.color-red-saturated .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-red-saturated a.botao-azul:hover, .button-group.color-red-saturated .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-red-saturated a.botao-azul:hover, .button-group.color-red-saturated .button:focus, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-cinza:focus, .button-group.color-red-saturated .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-red-saturated a.botao-cinza:focus, .button-group.color-red-saturated .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-red-saturated a.botao-cinza:focus, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-laranja:focus, .button-group.color-red-saturated .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-red-saturated a.botao-laranja:focus, .button-group.color-red-saturated .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-red-saturated a.botao-laranja:focus, .button-group.color-red-saturated .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-red-saturated a.botao-azul:focus, .button-group.color-red-saturated .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-red-saturated a.botao-azul:focus, .button-group.color-red-saturated .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-red-saturated a.botao-azul:focus {
  background-color: rgb(135.2, 21.6, 0.8);
  color: #fff;
}
.button-group.color-green-saturated .button, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-cinza, .button-group.color-green-saturated .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-green-saturated a.botao-cinza, .button-group.color-green-saturated .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-green-saturated a.botao-cinza, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-laranja, .button-group.color-green-saturated .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-green-saturated a.botao-laranja, .button-group.color-green-saturated .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-green-saturated a.botao-laranja, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-azul, .button-group.color-green-saturated .mceContentBody a.botao-azul, .mceContentBody .button-group.color-green-saturated a.botao-azul, .button-group.color-green-saturated .mce-content-body a.botao-azul, .mce-content-body .button-group.color-green-saturated a.botao-azul {
  background-color: #3F8739;
  color: #000;
}
.button-group.color-green-saturated .button:hover, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-cinza:hover, .button-group.color-green-saturated .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-green-saturated a.botao-cinza:hover, .button-group.color-green-saturated .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-green-saturated a.botao-cinza:hover, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-laranja:hover, .button-group.color-green-saturated .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-green-saturated a.botao-laranja:hover, .button-group.color-green-saturated .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-green-saturated a.botao-laranja:hover, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-azul:hover, .button-group.color-green-saturated .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-green-saturated a.botao-azul:hover, .button-group.color-green-saturated .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-green-saturated a.botao-azul:hover, .button-group.color-green-saturated .button:focus, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-cinza:focus, .button-group.color-green-saturated .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-green-saturated a.botao-cinza:focus, .button-group.color-green-saturated .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-green-saturated a.botao-cinza:focus, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-laranja:focus, .button-group.color-green-saturated .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-green-saturated a.botao-laranja:focus, .button-group.color-green-saturated .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-green-saturated a.botao-laranja:focus, .button-group.color-green-saturated .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-green-saturated a.botao-azul:focus, .button-group.color-green-saturated .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-green-saturated a.botao-azul:focus, .button-group.color-green-saturated .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-green-saturated a.botao-azul:focus {
  background-color: rgb(50.4, 108, 45.6);
  color: #000;
}
.button-group.color-yellow-saturated .button, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-cinza, .button-group.color-yellow-saturated .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-yellow-saturated a.botao-cinza, .button-group.color-yellow-saturated .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-yellow-saturated a.botao-cinza, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-laranja, .button-group.color-yellow-saturated .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-yellow-saturated a.botao-laranja, .button-group.color-yellow-saturated .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-yellow-saturated a.botao-laranja, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-azul, .button-group.color-yellow-saturated .mceContentBody a.botao-azul, .mceContentBody .button-group.color-yellow-saturated a.botao-azul, .button-group.color-yellow-saturated .mce-content-body a.botao-azul, .mce-content-body .button-group.color-yellow-saturated a.botao-azul {
  background-color: #FFEB2D;
  color: #000;
}
.button-group.color-yellow-saturated .button:hover, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-cinza:hover, .button-group.color-yellow-saturated .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-yellow-saturated a.botao-cinza:hover, .button-group.color-yellow-saturated .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-yellow-saturated a.botao-cinza:hover, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-laranja:hover, .button-group.color-yellow-saturated .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-yellow-saturated a.botao-laranja:hover, .button-group.color-yellow-saturated .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-yellow-saturated a.botao-laranja:hover, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-azul:hover, .button-group.color-yellow-saturated .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-yellow-saturated a.botao-azul:hover, .button-group.color-yellow-saturated .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-yellow-saturated a.botao-azul:hover, .button-group.color-yellow-saturated .button:focus, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-cinza:focus, .button-group.color-yellow-saturated .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-yellow-saturated a.botao-cinza:focus, .button-group.color-yellow-saturated .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-yellow-saturated a.botao-cinza:focus, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-laranja:focus, .button-group.color-yellow-saturated .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-yellow-saturated a.botao-laranja:focus, .button-group.color-yellow-saturated .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-yellow-saturated a.botao-laranja:focus, .button-group.color-yellow-saturated .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-yellow-saturated a.botao-azul:focus, .button-group.color-yellow-saturated .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-yellow-saturated a.botao-azul:focus, .button-group.color-yellow-saturated .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-yellow-saturated a.botao-azul:focus {
  background-color: rgb(240, 217.1428571429, 0);
  color: #000;
}
.button-group.color-orange-saturated .button, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-cinza, .button-group.color-orange-saturated .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-orange-saturated a.botao-cinza, .button-group.color-orange-saturated .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-orange-saturated a.botao-cinza, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-laranja, .button-group.color-orange-saturated .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-orange-saturated a.botao-laranja, .button-group.color-orange-saturated .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-orange-saturated a.botao-laranja, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-azul, .button-group.color-orange-saturated .mceContentBody a.botao-azul, .mceContentBody .button-group.color-orange-saturated a.botao-azul, .button-group.color-orange-saturated .mce-content-body a.botao-azul, .mce-content-body .button-group.color-orange-saturated a.botao-azul {
  background-color: #DE6C00;
  color: #000;
}
.button-group.color-orange-saturated .button:hover, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-cinza:hover, .button-group.color-orange-saturated .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-orange-saturated a.botao-cinza:hover, .button-group.color-orange-saturated .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-orange-saturated a.botao-cinza:hover, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-laranja:hover, .button-group.color-orange-saturated .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-orange-saturated a.botao-laranja:hover, .button-group.color-orange-saturated .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-orange-saturated a.botao-laranja:hover, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-azul:hover, .button-group.color-orange-saturated .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-orange-saturated a.botao-azul:hover, .button-group.color-orange-saturated .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-orange-saturated a.botao-azul:hover, .button-group.color-orange-saturated .button:focus, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-cinza:focus, .button-group.color-orange-saturated .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-orange-saturated a.botao-cinza:focus, .button-group.color-orange-saturated .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-orange-saturated a.botao-cinza:focus, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-laranja:focus, .button-group.color-orange-saturated .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-orange-saturated a.botao-laranja:focus, .button-group.color-orange-saturated .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-orange-saturated a.botao-laranja:focus, .button-group.color-orange-saturated .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-orange-saturated a.botao-azul:focus, .button-group.color-orange-saturated .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-orange-saturated a.botao-azul:focus, .button-group.color-orange-saturated .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-orange-saturated a.botao-azul:focus {
  background-color: rgb(177.6, 86.4, 0);
  color: #000;
}
.button-group.color-purple-saturated .button, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-cinza, .button-group.color-purple-saturated .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-purple-saturated a.botao-cinza, .button-group.color-purple-saturated .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-purple-saturated a.botao-cinza, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-laranja, .button-group.color-purple-saturated .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-purple-saturated a.botao-laranja, .button-group.color-purple-saturated .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-purple-saturated a.botao-laranja, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-azul, .button-group.color-purple-saturated .mceContentBody a.botao-azul, .mceContentBody .button-group.color-purple-saturated a.botao-azul, .button-group.color-purple-saturated .mce-content-body a.botao-azul, .mce-content-body .button-group.color-purple-saturated a.botao-azul {
  background-color: #344789;
  color: #fff;
}
.button-group.color-purple-saturated .button:hover, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-cinza:hover, .button-group.color-purple-saturated .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-purple-saturated a.botao-cinza:hover, .button-group.color-purple-saturated .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-purple-saturated a.botao-cinza:hover, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-laranja:hover, .button-group.color-purple-saturated .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-purple-saturated a.botao-laranja:hover, .button-group.color-purple-saturated .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-purple-saturated a.botao-laranja:hover, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-azul:hover, .button-group.color-purple-saturated .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-purple-saturated a.botao-azul:hover, .button-group.color-purple-saturated .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-purple-saturated a.botao-azul:hover, .button-group.color-purple-saturated .button:focus, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-cinza:focus, .button-group.color-purple-saturated .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-purple-saturated a.botao-cinza:focus, .button-group.color-purple-saturated .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-purple-saturated a.botao-cinza:focus, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-laranja:focus, .button-group.color-purple-saturated .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-purple-saturated a.botao-laranja:focus, .button-group.color-purple-saturated .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-purple-saturated a.botao-laranja:focus, .button-group.color-purple-saturated .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-purple-saturated a.botao-azul:focus, .button-group.color-purple-saturated .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-purple-saturated a.botao-azul:focus, .button-group.color-purple-saturated .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-purple-saturated a.botao-azul:focus {
  background-color: rgb(41.6, 56.8, 109.6);
  color: #fff;
}
.button-group.color-yellow-dark .button, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-cinza, .button-group.color-yellow-dark .mceContentBody a.botao-cinza, .mceContentBody .button-group.color-yellow-dark a.botao-cinza, .button-group.color-yellow-dark .mce-content-body a.botao-cinza, .mce-content-body .button-group.color-yellow-dark a.botao-cinza, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-laranja, .button-group.color-yellow-dark .mceContentBody a.botao-laranja, .mceContentBody .button-group.color-yellow-dark a.botao-laranja, .button-group.color-yellow-dark .mce-content-body a.botao-laranja, .mce-content-body .button-group.color-yellow-dark a.botao-laranja, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-azul, .button-group.color-yellow-dark .mceContentBody a.botao-azul, .mceContentBody .button-group.color-yellow-dark a.botao-azul, .button-group.color-yellow-dark .mce-content-body a.botao-azul, .mce-content-body .button-group.color-yellow-dark a.botao-azul {
  background-color: #857E3F;
  color: #000;
}
.button-group.color-yellow-dark .button:hover, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-cinza:hover, .button-group.color-yellow-dark .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.color-yellow-dark a.botao-cinza:hover, .button-group.color-yellow-dark .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.color-yellow-dark a.botao-cinza:hover, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-laranja:hover, .button-group.color-yellow-dark .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.color-yellow-dark a.botao-laranja:hover, .button-group.color-yellow-dark .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.color-yellow-dark a.botao-laranja:hover, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-azul:hover, .button-group.color-yellow-dark .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.color-yellow-dark a.botao-azul:hover, .button-group.color-yellow-dark .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.color-yellow-dark a.botao-azul:hover, .button-group.color-yellow-dark .button:focus, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-cinza:focus, .button-group.color-yellow-dark .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.color-yellow-dark a.botao-cinza:focus, .button-group.color-yellow-dark .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.color-yellow-dark a.botao-cinza:focus, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-laranja:focus, .button-group.color-yellow-dark .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.color-yellow-dark a.botao-laranja:focus, .button-group.color-yellow-dark .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.color-yellow-dark a.botao-laranja:focus, .button-group.color-yellow-dark .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.color-yellow-dark a.botao-azul:focus, .button-group.color-yellow-dark .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.color-yellow-dark a.botao-azul:focus, .button-group.color-yellow-dark .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.color-yellow-dark a.botao-azul:focus {
  background-color: rgb(106.4, 100.8, 50.4);
  color: #000;
}
.button-group.light-gray .button, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-cinza, .button-group.light-gray .mceContentBody a.botao-cinza, .mceContentBody .button-group.light-gray a.botao-cinza, .button-group.light-gray .mce-content-body a.botao-cinza, .mce-content-body .button-group.light-gray a.botao-cinza, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-laranja, .button-group.light-gray .mceContentBody a.botao-laranja, .mceContentBody .button-group.light-gray a.botao-laranja, .button-group.light-gray .mce-content-body a.botao-laranja, .mce-content-body .button-group.light-gray a.botao-laranja, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-azul, .button-group.light-gray .mceContentBody a.botao-azul, .mceContentBody .button-group.light-gray a.botao-azul, .button-group.light-gray .mce-content-body a.botao-azul, .mce-content-body .button-group.light-gray a.botao-azul {
  background-color: #E2E2E2;
  color: #000;
}
.button-group.light-gray .button:hover, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-cinza:hover, .button-group.light-gray .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.light-gray a.botao-cinza:hover, .button-group.light-gray .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.light-gray a.botao-cinza:hover, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-laranja:hover, .button-group.light-gray .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.light-gray a.botao-laranja:hover, .button-group.light-gray .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.light-gray a.botao-laranja:hover, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-azul:hover, .button-group.light-gray .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.light-gray a.botao-azul:hover, .button-group.light-gray .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.light-gray a.botao-azul:hover, .button-group.light-gray .button:focus, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-cinza:focus, .button-group.light-gray .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.light-gray a.botao-cinza:focus, .button-group.light-gray .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.light-gray a.botao-cinza:focus, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-laranja:focus, .button-group.light-gray .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.light-gray a.botao-laranja:focus, .button-group.light-gray .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.light-gray a.botao-laranja:focus, .button-group.light-gray .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.light-gray a.botao-azul:focus, .button-group.light-gray .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.light-gray a.botao-azul:focus, .button-group.light-gray .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.light-gray a.botao-azul:focus {
  background-color: rgb(180.8, 180.8, 180.8);
  color: #000;
}
.button-group.lightest-gray .button, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-cinza, .button-group.lightest-gray .mceContentBody a.botao-cinza, .mceContentBody .button-group.lightest-gray a.botao-cinza, .button-group.lightest-gray .mce-content-body a.botao-cinza, .mce-content-body .button-group.lightest-gray a.botao-cinza, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-laranja, .button-group.lightest-gray .mceContentBody a.botao-laranja, .mceContentBody .button-group.lightest-gray a.botao-laranja, .button-group.lightest-gray .mce-content-body a.botao-laranja, .mce-content-body .button-group.lightest-gray a.botao-laranja, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-azul, .button-group.lightest-gray .mceContentBody a.botao-azul, .mceContentBody .button-group.lightest-gray a.botao-azul, .button-group.lightest-gray .mce-content-body a.botao-azul, .mce-content-body .button-group.lightest-gray a.botao-azul {
  background-color: #f5f5f5;
  color: #000;
}
.button-group.lightest-gray .button:hover, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-cinza:hover, .button-group.lightest-gray .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.lightest-gray a.botao-cinza:hover, .button-group.lightest-gray .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.lightest-gray a.botao-cinza:hover, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-laranja:hover, .button-group.lightest-gray .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.lightest-gray a.botao-laranja:hover, .button-group.lightest-gray .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.lightest-gray a.botao-laranja:hover, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-azul:hover, .button-group.lightest-gray .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.lightest-gray a.botao-azul:hover, .button-group.lightest-gray .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.lightest-gray a.botao-azul:hover, .button-group.lightest-gray .button:focus, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-cinza:focus, .button-group.lightest-gray .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.lightest-gray a.botao-cinza:focus, .button-group.lightest-gray .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.lightest-gray a.botao-cinza:focus, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-laranja:focus, .button-group.lightest-gray .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.lightest-gray a.botao-laranja:focus, .button-group.lightest-gray .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.lightest-gray a.botao-laranja:focus, .button-group.lightest-gray .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.lightest-gray a.botao-azul:focus, .button-group.lightest-gray .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.lightest-gray a.botao-azul:focus, .button-group.lightest-gray .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.lightest-gray a.botao-azul:focus {
  background-color: #c4c4c4;
  color: #000;
}
.button-group.medium-gray .button, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-cinza, .button-group.medium-gray .mceContentBody a.botao-cinza, .mceContentBody .button-group.medium-gray a.botao-cinza, .button-group.medium-gray .mce-content-body a.botao-cinza, .mce-content-body .button-group.medium-gray a.botao-cinza, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-laranja, .button-group.medium-gray .mceContentBody a.botao-laranja, .mceContentBody .button-group.medium-gray a.botao-laranja, .button-group.medium-gray .mce-content-body a.botao-laranja, .mce-content-body .button-group.medium-gray a.botao-laranja, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-azul, .button-group.medium-gray .mceContentBody a.botao-azul, .mceContentBody .button-group.medium-gray a.botao-azul, .button-group.medium-gray .mce-content-body a.botao-azul, .mce-content-body .button-group.medium-gray a.botao-azul {
  background-color: #cacaca;
  color: #000;
}
.button-group.medium-gray .button:hover, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-cinza:hover, .button-group.medium-gray .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.medium-gray a.botao-cinza:hover, .button-group.medium-gray .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.medium-gray a.botao-cinza:hover, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-laranja:hover, .button-group.medium-gray .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.medium-gray a.botao-laranja:hover, .button-group.medium-gray .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.medium-gray a.botao-laranja:hover, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-azul:hover, .button-group.medium-gray .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.medium-gray a.botao-azul:hover, .button-group.medium-gray .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.medium-gray a.botao-azul:hover, .button-group.medium-gray .button:focus, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-cinza:focus, .button-group.medium-gray .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.medium-gray a.botao-cinza:focus, .button-group.medium-gray .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.medium-gray a.botao-cinza:focus, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-laranja:focus, .button-group.medium-gray .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.medium-gray a.botao-laranja:focus, .button-group.medium-gray .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.medium-gray a.botao-laranja:focus, .button-group.medium-gray .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.medium-gray a.botao-azul:focus, .button-group.medium-gray .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.medium-gray a.botao-azul:focus, .button-group.medium-gray .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.medium-gray a.botao-azul:focus {
  background-color: rgb(161.6, 161.6, 161.6);
  color: #000;
}
.button-group.dark-gray .button, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-cinza, .button-group.dark-gray .mceContentBody a.botao-cinza, .mceContentBody .button-group.dark-gray a.botao-cinza, .button-group.dark-gray .mce-content-body a.botao-cinza, .mce-content-body .button-group.dark-gray a.botao-cinza, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-laranja, .button-group.dark-gray .mceContentBody a.botao-laranja, .mceContentBody .button-group.dark-gray a.botao-laranja, .button-group.dark-gray .mce-content-body a.botao-laranja, .mce-content-body .button-group.dark-gray a.botao-laranja, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-azul, .button-group.dark-gray .mceContentBody a.botao-azul, .mceContentBody .button-group.dark-gray a.botao-azul, .button-group.dark-gray .mce-content-body a.botao-azul, .mce-content-body .button-group.dark-gray a.botao-azul {
  background-color: #8a8a8a;
  color: #000;
}
.button-group.dark-gray .button:hover, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-cinza:hover, .button-group.dark-gray .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.dark-gray a.botao-cinza:hover, .button-group.dark-gray .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.dark-gray a.botao-cinza:hover, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-laranja:hover, .button-group.dark-gray .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.dark-gray a.botao-laranja:hover, .button-group.dark-gray .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.dark-gray a.botao-laranja:hover, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-azul:hover, .button-group.dark-gray .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.dark-gray a.botao-azul:hover, .button-group.dark-gray .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.dark-gray a.botao-azul:hover, .button-group.dark-gray .button:focus, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-cinza:focus, .button-group.dark-gray .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.dark-gray a.botao-cinza:focus, .button-group.dark-gray .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.dark-gray a.botao-cinza:focus, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-laranja:focus, .button-group.dark-gray .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.dark-gray a.botao-laranja:focus, .button-group.dark-gray .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.dark-gray a.botao-laranja:focus, .button-group.dark-gray .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.dark-gray a.botao-azul:focus, .button-group.dark-gray .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.dark-gray a.botao-azul:focus, .button-group.dark-gray .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.dark-gray a.botao-azul:focus {
  background-color: rgb(110.4, 110.4, 110.4);
  color: #000;
}
.button-group.darker-gray .button, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-cinza, .button-group.darker-gray .mceContentBody a.botao-cinza, .mceContentBody .button-group.darker-gray a.botao-cinza, .button-group.darker-gray .mce-content-body a.botao-cinza, .mce-content-body .button-group.darker-gray a.botao-cinza, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-laranja, .button-group.darker-gray .mceContentBody a.botao-laranja, .mceContentBody .button-group.darker-gray a.botao-laranja, .button-group.darker-gray .mce-content-body a.botao-laranja, .mce-content-body .button-group.darker-gray a.botao-laranja, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-azul, .button-group.darker-gray .mceContentBody a.botao-azul, .mceContentBody .button-group.darker-gray a.botao-azul, .button-group.darker-gray .mce-content-body a.botao-azul, .mce-content-body .button-group.darker-gray a.botao-azul {
  background-color: #555;
  color: #fff;
}
.button-group.darker-gray .button:hover, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-cinza:hover, .button-group.darker-gray .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.darker-gray a.botao-cinza:hover, .button-group.darker-gray .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.darker-gray a.botao-cinza:hover, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-laranja:hover, .button-group.darker-gray .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.darker-gray a.botao-laranja:hover, .button-group.darker-gray .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.darker-gray a.botao-laranja:hover, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-azul:hover, .button-group.darker-gray .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.darker-gray a.botao-azul:hover, .button-group.darker-gray .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.darker-gray a.botao-azul:hover, .button-group.darker-gray .button:focus, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-cinza:focus, .button-group.darker-gray .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.darker-gray a.botao-cinza:focus, .button-group.darker-gray .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.darker-gray a.botao-cinza:focus, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-laranja:focus, .button-group.darker-gray .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.darker-gray a.botao-laranja:focus, .button-group.darker-gray .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.darker-gray a.botao-laranja:focus, .button-group.darker-gray .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.darker-gray a.botao-azul:focus, .button-group.darker-gray .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.darker-gray a.botao-azul:focus, .button-group.darker-gray .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.darker-gray a.botao-azul:focus {
  background-color: #444444;
  color: #fff;
}
.button-group.orange .button, .button-group.orange .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.orange a.botao-cinza, .button-group.orange .mceContentBody a.botao-cinza, .mceContentBody .button-group.orange a.botao-cinza, .button-group.orange .mce-content-body a.botao-cinza, .mce-content-body .button-group.orange a.botao-cinza, .button-group.orange .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.orange a.botao-laranja, .button-group.orange .mceContentBody a.botao-laranja, .mceContentBody .button-group.orange a.botao-laranja, .button-group.orange .mce-content-body a.botao-laranja, .mce-content-body .button-group.orange a.botao-laranja, .button-group.orange .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.orange a.botao-azul, .button-group.orange .mceContentBody a.botao-azul, .mceContentBody .button-group.orange a.botao-azul, .button-group.orange .mce-content-body a.botao-azul, .mce-content-body .button-group.orange a.botao-azul {
  background-color: orange;
  color: #000;
}
.button-group.orange .button:hover, .button-group.orange .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.orange a.botao-cinza:hover, .button-group.orange .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.orange a.botao-cinza:hover, .button-group.orange .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.orange a.botao-cinza:hover, .button-group.orange .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.orange a.botao-laranja:hover, .button-group.orange .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.orange a.botao-laranja:hover, .button-group.orange .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.orange a.botao-laranja:hover, .button-group.orange .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.orange a.botao-azul:hover, .button-group.orange .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.orange a.botao-azul:hover, .button-group.orange .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.orange a.botao-azul:hover, .button-group.orange .button:focus, .button-group.orange .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.orange a.botao-cinza:focus, .button-group.orange .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.orange a.botao-cinza:focus, .button-group.orange .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.orange a.botao-cinza:focus, .button-group.orange .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.orange a.botao-laranja:focus, .button-group.orange .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.orange a.botao-laranja:focus, .button-group.orange .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.orange a.botao-laranja:focus, .button-group.orange .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.orange a.botao-azul:focus, .button-group.orange .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.orange a.botao-azul:focus, .button-group.orange .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.orange a.botao-azul:focus {
  background-color: #cc8400;
  color: #000;
}
.button-group.white .button, .button-group.white .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.white a.botao-cinza, .button-group.white .mceContentBody a.botao-cinza, .mceContentBody .button-group.white a.botao-cinza, .button-group.white .mce-content-body a.botao-cinza, .mce-content-body .button-group.white a.botao-cinza, .button-group.white .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.white a.botao-laranja, .button-group.white .mceContentBody a.botao-laranja, .mceContentBody .button-group.white a.botao-laranja, .button-group.white .mce-content-body a.botao-laranja, .mce-content-body .button-group.white a.botao-laranja, .button-group.white .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.white a.botao-azul, .button-group.white .mceContentBody a.botao-azul, .mceContentBody .button-group.white a.botao-azul, .button-group.white .mce-content-body a.botao-azul, .mce-content-body .button-group.white a.botao-azul {
  background-color: #fff;
  color: #000;
}
.button-group.white .button:hover, .button-group.white .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.white a.botao-cinza:hover, .button-group.white .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.white a.botao-cinza:hover, .button-group.white .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.white a.botao-cinza:hover, .button-group.white .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.white a.botao-laranja:hover, .button-group.white .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.white a.botao-laranja:hover, .button-group.white .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.white a.botao-laranja:hover, .button-group.white .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.white a.botao-azul:hover, .button-group.white .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.white a.botao-azul:hover, .button-group.white .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.white a.botao-azul:hover, .button-group.white .button:focus, .button-group.white .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.white a.botao-cinza:focus, .button-group.white .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.white a.botao-cinza:focus, .button-group.white .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.white a.botao-cinza:focus, .button-group.white .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.white a.botao-laranja:focus, .button-group.white .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.white a.botao-laranja:focus, .button-group.white .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.white a.botao-laranja:focus, .button-group.white .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.white a.botao-azul:focus, .button-group.white .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.white a.botao-azul:focus, .button-group.white .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.white a.botao-azul:focus {
  background-color: #cccccc;
  color: #000;
}
.button-group.black .button, .button-group.black .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.black a.botao-cinza, .button-group.black .mceContentBody a.botao-cinza, .mceContentBody .button-group.black a.botao-cinza, .button-group.black .mce-content-body a.botao-cinza, .mce-content-body .button-group.black a.botao-cinza, .button-group.black .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.black a.botao-laranja, .button-group.black .mceContentBody a.botao-laranja, .mceContentBody .button-group.black a.botao-laranja, .button-group.black .mce-content-body a.botao-laranja, .mce-content-body .button-group.black a.botao-laranja, .button-group.black .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.black a.botao-azul, .button-group.black .mceContentBody a.botao-azul, .mceContentBody .button-group.black a.botao-azul, .button-group.black .mce-content-body a.botao-azul, .mce-content-body .button-group.black a.botao-azul {
  background-color: #000;
  color: #fff;
}
.button-group.black .button:hover, .button-group.black .wrapper-conteudo-tinymce a.botao-cinza:hover, .wrapper-conteudo-tinymce .button-group.black a.botao-cinza:hover, .button-group.black .mceContentBody a.botao-cinza:hover, .mceContentBody .button-group.black a.botao-cinza:hover, .button-group.black .mce-content-body a.botao-cinza:hover, .mce-content-body .button-group.black a.botao-cinza:hover, .button-group.black .wrapper-conteudo-tinymce a.botao-laranja:hover, .wrapper-conteudo-tinymce .button-group.black a.botao-laranja:hover, .button-group.black .mceContentBody a.botao-laranja:hover, .mceContentBody .button-group.black a.botao-laranja:hover, .button-group.black .mce-content-body a.botao-laranja:hover, .mce-content-body .button-group.black a.botao-laranja:hover, .button-group.black .wrapper-conteudo-tinymce a.botao-azul:hover, .wrapper-conteudo-tinymce .button-group.black a.botao-azul:hover, .button-group.black .mceContentBody a.botao-azul:hover, .mceContentBody .button-group.black a.botao-azul:hover, .button-group.black .mce-content-body a.botao-azul:hover, .mce-content-body .button-group.black a.botao-azul:hover, .button-group.black .button:focus, .button-group.black .wrapper-conteudo-tinymce a.botao-cinza:focus, .wrapper-conteudo-tinymce .button-group.black a.botao-cinza:focus, .button-group.black .mceContentBody a.botao-cinza:focus, .mceContentBody .button-group.black a.botao-cinza:focus, .button-group.black .mce-content-body a.botao-cinza:focus, .mce-content-body .button-group.black a.botao-cinza:focus, .button-group.black .wrapper-conteudo-tinymce a.botao-laranja:focus, .wrapper-conteudo-tinymce .button-group.black a.botao-laranja:focus, .button-group.black .mceContentBody a.botao-laranja:focus, .mceContentBody .button-group.black a.botao-laranja:focus, .button-group.black .mce-content-body a.botao-laranja:focus, .mce-content-body .button-group.black a.botao-laranja:focus, .button-group.black .wrapper-conteudo-tinymce a.botao-azul:focus, .wrapper-conteudo-tinymce .button-group.black a.botao-azul:focus, .button-group.black .mceContentBody a.botao-azul:focus, .mceContentBody .button-group.black a.botao-azul:focus, .button-group.black .mce-content-body a.botao-azul:focus, .mce-content-body .button-group.black a.botao-azul:focus {
  background-color: black;
  color: #fff;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.stacked a.botao-cinza, .button-group.stacked .mceContentBody a.botao-cinza, .mceContentBody .button-group.stacked a.botao-cinza, .button-group.stacked .mce-content-body a.botao-cinza, .mce-content-body .button-group.stacked a.botao-cinza, .button-group.stacked .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.stacked a.botao-laranja, .button-group.stacked .mceContentBody a.botao-laranja, .mceContentBody .button-group.stacked a.botao-laranja, .button-group.stacked .mce-content-body a.botao-laranja, .mce-content-body .button-group.stacked a.botao-laranja, .button-group.stacked .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.stacked a.botao-azul, .button-group.stacked .mceContentBody a.botao-azul, .mceContentBody .button-group.stacked a.botao-azul, .button-group.stacked .mce-content-body a.botao-azul, .mce-content-body .button-group.stacked a.botao-azul, .button-group.stacked-for-small .button, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-cinza, .button-group.stacked-for-small .mceContentBody a.botao-cinza, .mceContentBody .button-group.stacked-for-small a.botao-cinza, .button-group.stacked-for-small .mce-content-body a.botao-cinza, .mce-content-body .button-group.stacked-for-small a.botao-cinza, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-laranja, .button-group.stacked-for-small .mceContentBody a.botao-laranja, .mceContentBody .button-group.stacked-for-small a.botao-laranja, .button-group.stacked-for-small .mce-content-body a.botao-laranja, .mce-content-body .button-group.stacked-for-small a.botao-laranja, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-azul, .button-group.stacked-for-small .mceContentBody a.botao-azul, .mceContentBody .button-group.stacked-for-small a.botao-azul, .button-group.stacked-for-small .mce-content-body a.botao-azul, .mce-content-body .button-group.stacked-for-small a.botao-azul, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-cinza, .button-group.stacked-for-medium .mceContentBody a.botao-cinza, .mceContentBody .button-group.stacked-for-medium a.botao-cinza, .button-group.stacked-for-medium .mce-content-body a.botao-cinza, .mce-content-body .button-group.stacked-for-medium a.botao-cinza, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-laranja, .button-group.stacked-for-medium .mceContentBody a.botao-laranja, .mceContentBody .button-group.stacked-for-medium a.botao-laranja, .button-group.stacked-for-medium .mce-content-body a.botao-laranja, .mce-content-body .button-group.stacked-for-medium a.botao-laranja, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-azul, .button-group.stacked-for-medium .mceContentBody a.botao-azul, .mceContentBody .button-group.stacked-for-medium a.botao-azul, .button-group.stacked-for-medium .mce-content-body a.botao-azul, .mce-content-body .button-group.stacked-for-medium a.botao-azul {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .wrapper-conteudo-tinymce a.botao-cinza:last-child, .wrapper-conteudo-tinymce .button-group.stacked a.botao-cinza:last-child, .button-group.stacked .mceContentBody a.botao-cinza:last-child, .mceContentBody .button-group.stacked a.botao-cinza:last-child, .button-group.stacked .mce-content-body a.botao-cinza:last-child, .mce-content-body .button-group.stacked a.botao-cinza:last-child, .button-group.stacked .wrapper-conteudo-tinymce a.botao-laranja:last-child, .wrapper-conteudo-tinymce .button-group.stacked a.botao-laranja:last-child, .button-group.stacked .mceContentBody a.botao-laranja:last-child, .mceContentBody .button-group.stacked a.botao-laranja:last-child, .button-group.stacked .mce-content-body a.botao-laranja:last-child, .mce-content-body .button-group.stacked a.botao-laranja:last-child, .button-group.stacked .wrapper-conteudo-tinymce a.botao-azul:last-child, .wrapper-conteudo-tinymce .button-group.stacked a.botao-azul:last-child, .button-group.stacked .mceContentBody a.botao-azul:last-child, .mceContentBody .button-group.stacked a.botao-azul:last-child, .button-group.stacked .mce-content-body a.botao-azul:last-child, .mce-content-body .button-group.stacked a.botao-azul:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-cinza:last-child, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-cinza:last-child, .button-group.stacked-for-small .mceContentBody a.botao-cinza:last-child, .mceContentBody .button-group.stacked-for-small a.botao-cinza:last-child, .button-group.stacked-for-small .mce-content-body a.botao-cinza:last-child, .mce-content-body .button-group.stacked-for-small a.botao-cinza:last-child, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-laranja:last-child, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-laranja:last-child, .button-group.stacked-for-small .mceContentBody a.botao-laranja:last-child, .mceContentBody .button-group.stacked-for-small a.botao-laranja:last-child, .button-group.stacked-for-small .mce-content-body a.botao-laranja:last-child, .mce-content-body .button-group.stacked-for-small a.botao-laranja:last-child, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-azul:last-child, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-azul:last-child, .button-group.stacked-for-small .mceContentBody a.botao-azul:last-child, .mceContentBody .button-group.stacked-for-small a.botao-azul:last-child, .button-group.stacked-for-small .mce-content-body a.botao-azul:last-child, .mce-content-body .button-group.stacked-for-small a.botao-azul:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-cinza:last-child, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-cinza:last-child, .button-group.stacked-for-medium .mceContentBody a.botao-cinza:last-child, .mceContentBody .button-group.stacked-for-medium a.botao-cinza:last-child, .button-group.stacked-for-medium .mce-content-body a.botao-cinza:last-child, .mce-content-body .button-group.stacked-for-medium a.botao-cinza:last-child, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-laranja:last-child, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-laranja:last-child, .button-group.stacked-for-medium .mceContentBody a.botao-laranja:last-child, .mceContentBody .button-group.stacked-for-medium a.botao-laranja:last-child, .button-group.stacked-for-medium .mce-content-body a.botao-laranja:last-child, .mce-content-body .button-group.stacked-for-medium a.botao-laranja:last-child, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-azul:last-child, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-azul:last-child, .button-group.stacked-for-medium .mceContentBody a.botao-azul:last-child, .mceContentBody .button-group.stacked-for-medium a.botao-azul:last-child, .button-group.stacked-for-medium .mce-content-body a.botao-azul:last-child, .mce-content-body .button-group.stacked-for-medium a.botao-azul:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-cinza, .button-group.stacked-for-small .mceContentBody a.botao-cinza, .mceContentBody .button-group.stacked-for-small a.botao-cinza, .button-group.stacked-for-small .mce-content-body a.botao-cinza, .mce-content-body .button-group.stacked-for-small a.botao-cinza, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-laranja, .button-group.stacked-for-small .mceContentBody a.botao-laranja, .mceContentBody .button-group.stacked-for-small a.botao-laranja, .button-group.stacked-for-small .mce-content-body a.botao-laranja, .mce-content-body .button-group.stacked-for-small a.botao-laranja, .button-group.stacked-for-small .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.stacked-for-small a.botao-azul, .button-group.stacked-for-small .mceContentBody a.botao-azul, .mceContentBody .button-group.stacked-for-small a.botao-azul, .button-group.stacked-for-small .mce-content-body a.botao-azul, .mce-content-body .button-group.stacked-for-small a.botao-azul {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-cinza, .button-group.stacked-for-medium .mceContentBody a.botao-cinza, .mceContentBody .button-group.stacked-for-medium a.botao-cinza, .button-group.stacked-for-medium .mce-content-body a.botao-cinza, .mce-content-body .button-group.stacked-for-medium a.botao-cinza, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-laranja, .button-group.stacked-for-medium .mceContentBody a.botao-laranja, .mceContentBody .button-group.stacked-for-medium a.botao-laranja, .button-group.stacked-for-medium .mce-content-body a.botao-laranja, .mce-content-body .button-group.stacked-for-medium a.botao-laranja, .button-group.stacked-for-medium .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.stacked-for-medium a.botao-azul, .button-group.stacked-for-medium .mceContentBody a.botao-azul, .mceContentBody .button-group.stacked-for-medium a.botao-azul, .button-group.stacked-for-medium .mce-content-body a.botao-azul, .mce-content-body .button-group.stacked-for-medium a.botao-azul {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.stacked-for-small.expanded a.botao-cinza, .button-group.stacked-for-small.expanded .mceContentBody a.botao-cinza, .mceContentBody .button-group.stacked-for-small.expanded a.botao-cinza, .button-group.stacked-for-small.expanded .mce-content-body a.botao-cinza, .mce-content-body .button-group.stacked-for-small.expanded a.botao-cinza, .button-group.stacked-for-small.expanded .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.stacked-for-small.expanded a.botao-laranja, .button-group.stacked-for-small.expanded .mceContentBody a.botao-laranja, .mceContentBody .button-group.stacked-for-small.expanded a.botao-laranja, .button-group.stacked-for-small.expanded .mce-content-body a.botao-laranja, .mce-content-body .button-group.stacked-for-small.expanded a.botao-laranja, .button-group.stacked-for-small.expanded .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.stacked-for-small.expanded a.botao-azul, .button-group.stacked-for-small.expanded .mceContentBody a.botao-azul, .mceContentBody .button-group.stacked-for-small.expanded a.botao-azul, .button-group.stacked-for-small.expanded .mce-content-body a.botao-azul, .mce-content-body .button-group.stacked-for-small.expanded a.botao-azul {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #adb5bd;
  box-shadow: 0 7px 0 #adb5bd, 0 14px 0 #adb5bd;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #009FE0 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #009FE0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #009FE0 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #009FE0;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #009FE0 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #009FE0 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #009FE0;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #009FE0 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #009FE0 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #009FE0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #009FE0 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #009FE0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #009FE0;
  color: #fff;
}
.label.primary, .wrapper-conteudo-tinymce a.label.botao-azul, .mceContentBody a.label.botao-azul, .mce-content-body a.label.botao-azul {
  background: #009FE0;
  color: #000;
}
.label.secondary, .wrapper-conteudo-tinymce a.label.botao-cinza, .mceContentBody a.label.botao-cinza, .mce-content-body a.label.botao-cinza {
  background: #bbb;
  color: #000;
}
.label.success {
  background: #3adb76;
  color: #000;
}
.label.warning, .wrapper-conteudo-tinymce a.label.botao-laranja, .mceContentBody a.label.botao-laranja, .mce-content-body a.label.botao-laranja {
  background: #ffae00;
  color: #000;
}
.label.alert {
  background: #ec5840;
  color: #000;
}
.label.color-top-menu {
  background: #346786;
  color: #fff;
}
.label.color-light-blue {
  background: #31B0D5;
  color: #000;
}
.label.color-darker-blue {
  background: #1B303B;
  color: #fff;
}
.label.color-blue {
  background: #237489;
  color: #fff;
}
.label.color-red {
  background: #8A3121;
  color: #fff;
}
.label.color-green {
  background: #4C7948;
  color: #fff;
}
.label.color-yellow {
  background: #DED14E;
  color: #000;
}
.label.color-orange {
  background: #c36d1b;
  color: #000;
}
.label.color-purple {
  background: #445079;
  color: #fff;
}
.label.color-blue-saturated {
  background: #009FE0;
  color: #000;
}
.label.color-red-saturated {
  background: #A91B01;
  color: #fff;
}
.label.color-green-saturated {
  background: #3F8739;
  color: #000;
}
.label.color-yellow-saturated {
  background: #FFEB2D;
  color: #000;
}
.label.color-orange-saturated {
  background: #DE6C00;
  color: #000;
}
.label.color-purple-saturated {
  background: #344789;
  color: #fff;
}
.label.color-yellow-dark {
  background: #857E3F;
  color: #000;
}
.label.light-gray {
  background: #E2E2E2;
  color: #000;
}
.label.lightest-gray {
  background: #f5f5f5;
  color: #000;
}
.label.medium-gray {
  background: #cacaca;
  color: #000;
}
.label.dark-gray {
  background: #8a8a8a;
  color: #000;
}
.label.darker-gray {
  background: #555;
  color: #fff;
}
.label.orange {
  background: orange;
  color: #000;
}
.label.white {
  background: #fff;
  color: #000;
}
.label.black {
  background: #000;
  color: #fff;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.15s ease-in-out;
  backface-visibility: hidden;
  background: #1a1a1a;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 101;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.15s ease-in-out;
  backface-visibility: hidden;
  background: #1a1a1a;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 101;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  transform: translateX(-300px);
}
@media print, screen and (min-width: 40em) {
  .position-left {
    width: 450px;
    transform: translateX(-450px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-300px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-450px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(300px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(450px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.9);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  transform: translateX(300px);
}
@media print, screen and (min-width: 40em) {
  .position-right {
    width: 450px;
    transform: translateX(450px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(300px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(450px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-300px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-450px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.9);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 70%;
  transform: translateY(-70%);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-70%);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(70%);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.9);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 70%;
  transform: translateY(70%);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(70%);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-70%);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.9);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.15s ease-in-out;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 450px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 450px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 450px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 450px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 450px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 450px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 450px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 450px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 450px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 450px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 450px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 450px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 450px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 450px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 450px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 450px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter, .wrapper-conteudo-tinymce a.progress.botao-azul .progress-meter, .mceContentBody a.progress.botao-azul .progress-meter, .mce-content-body a.progress.botao-azul .progress-meter {
  background-color: #009FE0;
}
.progress.secondary .progress-meter, .wrapper-conteudo-tinymce a.progress.botao-cinza .progress-meter, .mceContentBody a.progress.botao-cinza .progress-meter, .mce-content-body a.progress.botao-cinza .progress-meter {
  background-color: #bbb;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter, .wrapper-conteudo-tinymce a.progress.botao-laranja .progress-meter, .mceContentBody a.progress.botao-laranja .progress-meter, .mce-content-body a.progress.botao-laranja .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}
.progress.color-top-menu .progress-meter {
  background-color: #346786;
}
.progress.color-light-blue .progress-meter {
  background-color: #31B0D5;
}
.progress.color-darker-blue .progress-meter {
  background-color: #1B303B;
}
.progress.color-blue .progress-meter {
  background-color: #237489;
}
.progress.color-red .progress-meter {
  background-color: #8A3121;
}
.progress.color-green .progress-meter {
  background-color: #4C7948;
}
.progress.color-yellow .progress-meter {
  background-color: #DED14E;
}
.progress.color-orange .progress-meter {
  background-color: #c36d1b;
}
.progress.color-purple .progress-meter {
  background-color: #445079;
}
.progress.color-blue-saturated .progress-meter {
  background-color: #009FE0;
}
.progress.color-red-saturated .progress-meter {
  background-color: #A91B01;
}
.progress.color-green-saturated .progress-meter {
  background-color: #3F8739;
}
.progress.color-yellow-saturated .progress-meter {
  background-color: #FFEB2D;
}
.progress.color-orange-saturated .progress-meter {
  background-color: #DE6C00;
}
.progress.color-purple-saturated .progress-meter {
  background-color: #344789;
}
.progress.color-yellow-dark .progress-meter {
  background-color: #857E3F;
}
.progress.light-gray .progress-meter {
  background-color: #E2E2E2;
}
.progress.lightest-gray .progress-meter {
  background-color: #f5f5f5;
}
.progress.medium-gray .progress-meter {
  background-color: #cacaca;
}
.progress.dark-gray .progress-meter {
  background-color: #8a8a8a;
}
.progress.darker-gray .progress-meter {
  background-color: #555;
}
.progress.orange .progress-meter {
  background-color: orange;
}
.progress.white .progress-meter {
  background-color: #fff;
}
.progress.black .progress-meter {
  background-color: #000;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #009FE0;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: #cacaca;
}
progress::-webkit-progress-bar {
  background: #cacaca;
  border-radius: 0;
}
progress::-webkit-progress-value {
  background: #009FE0;
  border-radius: 0;
}
progress::-moz-progress-bar {
  background: #009FE0;
  border-radius: 0;
}
progress.primary {
  color: #009FE0;
}
progress.primary::-webkit-progress-value {
  background: #009FE0;
}
progress.primary::-moz-progress-bar {
  background: #009FE0;
}
progress.secondary {
  color: #bbb;
}
progress.secondary::-webkit-progress-value {
  background: #bbb;
}
progress.secondary::-moz-progress-bar {
  background: #bbb;
}
progress.success {
  color: #3adb76;
}
progress.success::-webkit-progress-value {
  background: #3adb76;
}
progress.success::-moz-progress-bar {
  background: #3adb76;
}
progress.warning {
  color: #ffae00;
}
progress.warning::-webkit-progress-value {
  background: #ffae00;
}
progress.warning::-moz-progress-bar {
  background: #ffae00;
}
progress.alert {
  color: #ec5840;
}
progress.alert::-webkit-progress-value {
  background: #ec5840;
}
progress.alert::-moz-progress-bar {
  background: #ec5840;
}
progress.color-top-menu {
  color: #346786;
}
progress.color-top-menu::-webkit-progress-value {
  background: #346786;
}
progress.color-top-menu::-moz-progress-bar {
  background: #346786;
}
progress.color-light-blue {
  color: #31B0D5;
}
progress.color-light-blue::-webkit-progress-value {
  background: #31B0D5;
}
progress.color-light-blue::-moz-progress-bar {
  background: #31B0D5;
}
progress.color-darker-blue {
  color: #1B303B;
}
progress.color-darker-blue::-webkit-progress-value {
  background: #1B303B;
}
progress.color-darker-blue::-moz-progress-bar {
  background: #1B303B;
}
progress.color-blue {
  color: #237489;
}
progress.color-blue::-webkit-progress-value {
  background: #237489;
}
progress.color-blue::-moz-progress-bar {
  background: #237489;
}
progress.color-red {
  color: #8A3121;
}
progress.color-red::-webkit-progress-value {
  background: #8A3121;
}
progress.color-red::-moz-progress-bar {
  background: #8A3121;
}
progress.color-green {
  color: #4C7948;
}
progress.color-green::-webkit-progress-value {
  background: #4C7948;
}
progress.color-green::-moz-progress-bar {
  background: #4C7948;
}
progress.color-yellow {
  color: #DED14E;
}
progress.color-yellow::-webkit-progress-value {
  background: #DED14E;
}
progress.color-yellow::-moz-progress-bar {
  background: #DED14E;
}
progress.color-orange {
  color: #c36d1b;
}
progress.color-orange::-webkit-progress-value {
  background: #c36d1b;
}
progress.color-orange::-moz-progress-bar {
  background: #c36d1b;
}
progress.color-purple {
  color: #445079;
}
progress.color-purple::-webkit-progress-value {
  background: #445079;
}
progress.color-purple::-moz-progress-bar {
  background: #445079;
}
progress.color-blue-saturated {
  color: #009FE0;
}
progress.color-blue-saturated::-webkit-progress-value {
  background: #009FE0;
}
progress.color-blue-saturated::-moz-progress-bar {
  background: #009FE0;
}
progress.color-red-saturated {
  color: #A91B01;
}
progress.color-red-saturated::-webkit-progress-value {
  background: #A91B01;
}
progress.color-red-saturated::-moz-progress-bar {
  background: #A91B01;
}
progress.color-green-saturated {
  color: #3F8739;
}
progress.color-green-saturated::-webkit-progress-value {
  background: #3F8739;
}
progress.color-green-saturated::-moz-progress-bar {
  background: #3F8739;
}
progress.color-yellow-saturated {
  color: #FFEB2D;
}
progress.color-yellow-saturated::-webkit-progress-value {
  background: #FFEB2D;
}
progress.color-yellow-saturated::-moz-progress-bar {
  background: #FFEB2D;
}
progress.color-orange-saturated {
  color: #DE6C00;
}
progress.color-orange-saturated::-webkit-progress-value {
  background: #DE6C00;
}
progress.color-orange-saturated::-moz-progress-bar {
  background: #DE6C00;
}
progress.color-purple-saturated {
  color: #344789;
}
progress.color-purple-saturated::-webkit-progress-value {
  background: #344789;
}
progress.color-purple-saturated::-moz-progress-bar {
  background: #344789;
}
progress.color-yellow-dark {
  color: #857E3F;
}
progress.color-yellow-dark::-webkit-progress-value {
  background: #857E3F;
}
progress.color-yellow-dark::-moz-progress-bar {
  background: #857E3F;
}
progress.light-gray {
  color: #E2E2E2;
}
progress.light-gray::-webkit-progress-value {
  background: #E2E2E2;
}
progress.light-gray::-moz-progress-bar {
  background: #E2E2E2;
}
progress.lightest-gray {
  color: #f5f5f5;
}
progress.lightest-gray::-webkit-progress-value {
  background: #f5f5f5;
}
progress.lightest-gray::-moz-progress-bar {
  background: #f5f5f5;
}
progress.medium-gray {
  color: #cacaca;
}
progress.medium-gray::-webkit-progress-value {
  background: #cacaca;
}
progress.medium-gray::-moz-progress-bar {
  background: #cacaca;
}
progress.dark-gray {
  color: #8a8a8a;
}
progress.dark-gray::-webkit-progress-value {
  background: #8a8a8a;
}
progress.dark-gray::-moz-progress-bar {
  background: #8a8a8a;
}
progress.darker-gray {
  color: #555;
}
progress.darker-gray::-webkit-progress-value {
  background: #555;
}
progress.darker-gray::-moz-progress-bar {
  background: #555;
}
progress.orange {
  color: orange;
}
progress.orange::-webkit-progress-value {
  background: orange;
}
progress.orange::-moz-progress-bar {
  background: orange;
}
progress.white {
  color: #fff;
}
progress.white::-webkit-progress-value {
  background: #fff;
}
progress.white::-moz-progress-bar {
  background: #fff;
}
progress.black {
  color: #000;
}
progress.black::-webkit-progress-value {
  background: #000;
}
progress.black::-moz-progress-bar {
  background: #000;
}
progress::-ms-fill {
  border-radius: 0;
  border: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #009FE0;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 159, 224, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 800;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large, #slider-noticias .slick-dots, #slider-noticias .slick-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/* variaveis do CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  body.unresolved {
    opacity: 1 !important;
  }
}
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
}
/* Consertos do legado */
/* ===================================================================================================== */
/* MIGRADOS PARA O BOOTSTRAP =========================================================================== */
/* ===================================================================================================== */
/* Esta seção contem classes que já foram migradas para o Bootstrap, e estão aqui porque ainda      ==== */
/* existem componentes que estão fazendo @extend delas, uma situação similar. Fazer periodicamente  ==== */
/* uma limpeza aqui para ver se ainda são necessárias, conforme o restante do conteúdo é migrado.   ==== */
/* ===================================================================================================== */
/* FIM DAS MIGRADOS PARA O BOOTSTRAP =================================================================== */
/* ===================================================================================================== */
html {
  overflow: visible;
}

body {
  overflow-x: hidden;
  transition: none !important;
}
body.colorbox-open {
  overflow-y: hidden !important;
}
body.mce-content-body {
  padding: 20px !important;
}

#box_corpo * {
  box-sizing: content-box;
}
#box_corpo select {
  width: auto;
}

#idMenu * {
  box-sizing: content-box;
}

/* customização de elementos do browser */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cacaca;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #cacaca;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #cacaca;
}

:-moz-placeholder { /* Firefox 18- */
  color: #cacaca;
}

/* Classes extensíveis */
.soft-shadow, .wrapper-shortcode.shortcode-video, .wrapper-conteudo-tinymce blockquote, .mceContentBody blockquote, .mce-content-body blockquote, #wrapper-listagem-noticias .item-noticia .canvas, .mini-toolbar, .hover-toggler .hover-info {
  box-shadow: 1px 1px 2px rgba(1, 1, 1, 0.3);
}

.medium-shadow {
  box-shadow: 1px 1px 4px rgba(1, 1, 1, 0.5);
}

.round {
  border-radius: 1000px;
}

.radius {
  border-radius: 0.3125rem !important;
}

.orange-outline, .hover-toggler:hover {
  outline: 2px solid orange;
  outline-offset: 0.1875rem;
}

.help {
  cursor: help !important;
}

.clearfix:after, #noticiaListagem:after, .orange-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

.quick-edit-hidden {
  display: none !important;
}

.quick-edit-show {
  display: block !important;
}

.wrapper-4-3 {
  padding-top: 75%;
  position: relative;
}

.wrapper-16-9 {
  padding-top: 56.25%;
  position: relative;
}

.wrapper-square {
  padding-top: 100%;
  position: relative;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.wrapper-aspect-ratio {
  position: relative;
}
.wrapper-aspect-ratio > img, .wrapper-aspect-ratio > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper-aspect-ratio > img {
  object-fit: cover;
}
.wrapper-aspect-ratio.ratio-4x3 {
  padding-top: 75%;
}
.wrapper-aspect-ratio.ratio-16x9 {
  padding-top: 56.25%;
}
.wrapper-aspect-ratio.ratio-1x1 {
  padding-top: 100%;
}
.wrapper-aspect-ratio.ratio-3x4 {
  padding-top: 133.33%;
}

/* Classes utilitárias de funcionamento */
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
  display: none !important;
}

#h2NomePagina {
  margin-top: 4px;
}

/* tamanhos de inputs de formulários */
.form-titulo-block-area input[type=text] {
  font-size: 1.375rem;
}

/* Elementos de ajuda */
body { /*transition: all .3s ease; */ }
body.unresolved {
  opacity: 0;
}

.bullet-required {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: red !important;
}

#idMascaraEditor {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 50;
  background-color: rgba(1, 1, 1, 0.5);
  backdrop-filter: blur(2px);
}

.small-helper {
  font-size: 0.75rem;
  background-color: #E2E2E2;
  padding: 0.25rem 0.5rem;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.small-helper.arrow-left:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.small-helper.arrow-left:after {
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #E2E2E2;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
.small-helper.arrow-bottom:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.small-helper.arrow-bottom:after {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #E2E2E2;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}
.small-helper.arrow-right:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.small-helper.arrow-right:after {
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #E2E2E2;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
.small-helper.arrow-top:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.small-helper.arrow-top:after {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #E2E2E2;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
}

/* Formulários do foundation */
.fform label {
  text-transform: uppercase;
  font-size: 0.6875rem;
  margin-bottom: 0.1875rem;
  color: #adb5bd;
}
.fform input[type=radio] + label, .fform input[type=checkbox] + label {
  text-transform: none;
  color: #333;
  font-size: 0.875rem;
}

.orange-toolbar {
  padding: 0.625rem;
  background-color: orange;
}
.orange-toolbar.unfloat-children {
  height: 2.25rem;
}
.orange-toolbar.unfloat-children > div {
  float: none;
  display: table-cell;
  padding: 0;
  margin: 0;
}
.orange-toolbar.unfloat-children > div > * {
  margin: 0;
  padding: 0;
  margin-right: 0.1875rem;
  line-height: 0;
}
.orange-toolbar.unfloat-children > div .orange-manut-button {
  position: relative;
  top: -0.1875rem;
}

.hover-toggler {
  position: relative;
}
.hover-toggler > .hover-toggle {
  display: none;
  position: absolute;
  left: calc(100% - 1px);
}
.hover-toggler > .hover-toggle.align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hover-toggler:hover {
  z-index: 49;
}
.hover-toggler:hover > .mini-toolbar.hover-toggle {
  display: table;
}
.hover-toggler:hover > .hover-info {
  display: block;
}
.hover-toggler .hover-info {
  font-size: 0.6875rem;
  padding: 0.125rem 0.3125rem;
  background-color: rgba(1, 1, 1, 0.9);
  color: #fff;
  position: absolute;
  bottom: 0.1875rem;
  left: 0.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
  max-width: calc(100% - 6px);
}

.mini-toolbar {
  background-color: orange;
  padding: 0.125rem;
  font-size: 0.75rem;
  display: table;
  z-index: 2;
}
.mini-toolbar .mini-button {
  padding: 0.1875rem 0.3125rem;
  color: #333;
  cursor: pointer;
  font-size: 0.875rem;
  border: 0 !important;
  display: table-cell;
}
.mini-toolbar .mini-button:hover {
  background-color: #222;
  color: #fff;
}
.mini-toolbar .mini-button.active {
  color: rgb(27.8188841202, 152.2311158798, 74.1836909871);
}
.mini-toolbar .mini-button.inactive {
  color: rgb(231.9285714286, 52.2142857143, 23.0714285714);
}

#sgcd-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imagens/layout/fundo.gif);
  background-repeat: repeat-x;
  opacity: 0.75;
  z-index: 50;
}
#sgcd-mask.showing {
  display: block;
}

.above-sgcd-mask {
  z-index: 51;
}

#idPrincipal {
  overflow-x: clip;
}

#pu-site-content {
  min-height: 31.25rem;
}

#home-banner-placeholder {
  height: 18.75rem;
  background-image: url(../images/home-banner-placeholder.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
}

#home-banner-placeholder-large {
  height: 37.5rem;
  background-image: url(../images/home-banner-placeholder-large.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
}

.helper-locate-yourself {
  margin: 0 0.625rem 0 0;
  padding: 0.4375rem 0.9375rem;
}

#wrapper-informes:empty {
  margin: 0 !important;
}

.button-group.tiny .button, .button-group.tiny .wrapper-conteudo-tinymce a.botao-cinza, .wrapper-conteudo-tinymce .button-group.tiny a.botao-cinza, .button-group.tiny .mceContentBody a.botao-cinza, .mceContentBody .button-group.tiny a.botao-cinza, .button-group.tiny .mce-content-body a.botao-cinza, .mce-content-body .button-group.tiny a.botao-cinza, .button-group.tiny .wrapper-conteudo-tinymce a.botao-laranja, .wrapper-conteudo-tinymce .button-group.tiny a.botao-laranja, .button-group.tiny .mceContentBody a.botao-laranja, .mceContentBody .button-group.tiny a.botao-laranja, .button-group.tiny .mce-content-body a.botao-laranja, .mce-content-body .button-group.tiny a.botao-laranja, .button-group.tiny .wrapper-conteudo-tinymce a.botao-azul, .wrapper-conteudo-tinymce .button-group.tiny a.botao-azul, .button-group.tiny .mceContentBody a.botao-azul, .mceContentBody .button-group.tiny a.botao-azul, .button-group.tiny .mce-content-body a.botao-azul, .mce-content-body .button-group.tiny a.botao-azul {
  font-size: 0.75rem;
  padding: 0.1875rem 0.3125rem;
}

.block-news-slider {
  background: #E2E2E2;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: inset 0px -10px 20px rgba(1, 1, 1, 0.05);
}

#placeholder-noticias {
  background: #222;
  height: 400px;
}

/* estilo para cartõezinhos de conteudo do tipo noticias */
#wrapper-social {
  background: #E2E2E2;
  padding: 1.25rem 0;
  margin-bottom: 1rem;
}
#wrapper-social .social .column {
  padding: 0.4375rem;
}
#wrapper-social .social a {
  display: block;
  background-position: center center;
  background-size: cover;
  padding-top: 100%;
  transition: all 0.15s ease;
  position: relative;
}
#wrapper-social .social a:hover {
  opacity: 0.8;
}
#wrapper-social .social a.facebook {
  background-image: url(../images/icons/social/facebook-long.png);
}
#wrapper-social .social a.twitter {
  background-image: url(../images/icons/social/twitter-long.png);
}
#wrapper-social .social a.instagram {
  background-image: url(../images/icons/social/instagram-long.png);
}
#wrapper-social .social a.linkedin {
  background-image: url(../images/icons/social/linkedin-long.png);
}
#wrapper-social .social a.youtube {
  background-image: url(../images/icons/social/youtube-long.png);
}
#wrapper-social .social a span {
  display: none;
  position: absolute;
}
#wrapper-social .chamada-twitter {
  position: relative;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  #wrapper-social .chamada-twitter {
    padding-right: 2.5rem;
  }
}
#wrapper-social .chamada-twitter span:nth-child(1) {
  display: block;
}
#wrapper-social .chamada-twitter span:nth-child(2) {
  color: #009FE0;
  display: block;
  font-size: 3.125rem;
  margin-top: -0.625rem;
  line-height: 1em;
}
#wrapper-social .chamada-twitter span:nth-child(3) {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #wrapper-social .chamada-twitter span:nth-child(3) {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0.125rem;
  }
}
#wrapper-social .post-twitter {
  font-size: 0.75rem;
  color: #adb5bd;
}
#wrapper-social .post-twitter * {
  margin-bottom: 0;
}
#wrapper-social .post-twitter .data {
  color: #fff;
  text-align: right;
}

header.page-header {
  margin-bottom: 1.875rem;
}
header.page-header h1 {
  font-weight: 300;
  color: #237489;
  letter-spacing: -0.03em;
  max-width: 20em;
  line-height: 1.2;
}
header.page-header h2 {
  color: #cacaca;
  font-size: 1.25rem;
  max-width: 45em;
}

.block-teste {
  padding: 0.9375rem;
  background: #f8f8f8;
  margin-bottom: 1rem;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  opacity: 0 !important;
  transition: all 0.15s ease;
}

body {
  transition: all 0.15s ease;
}

#wrapper-banners {
  text-align: center;
}
#wrapper-banners .banner {
  width: 10rem;
  display: inline-block;
  margin: 3px;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: all 0.15s ease;
  text-align: left;
}
#wrapper-banners .banner:hover {
  filter: grayscale(0);
  opacity: 1;
}

#idMeio {
  padding: 0 0.625rem;
}
@media print, screen and (min-width: 64em) {
  #idMeio {
    padding: 0;
  }
}

.wrapper-corpo-menu {
  position: relative;
  min-height: 12.5rem;
  width: 100%;
}
.wrapper-corpo-menu.left-menu-active #idMenu {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .wrapper-corpo-menu.left-menu-active #idMenu {
    display: block;
  }
}
.wrapper-corpo-menu.left-menu-active #idMenu.corpo-full + #idCorpo {
  width: calc(100% - 22.5rem);
}
.wrapper-corpo-menu.left-menu-active #idMenu.corpo-full + #idCorpo .wrapper-conteudo-corpo {
  width: calc(100% + 22.5rem);
}
.wrapper-corpo-menu.left-menu-active #idMenu.corpo-full + #idCorpo .bleed-left {
  margin-left: -1rem !important;
  padding-left: 1rem !important;
}
.wrapper-corpo-menu.left-menu-active #idMenu.corpo-full + #idCorpo .smart-container {
  margin-inline-start: -1rem !important;
  padding-inline-start: 1rem !important;
}
.wrapper-corpo-menu.left-menu-active #idMenu.corpo-full + #idCorpo .full-bleed-expanded {
  left: 0;
  margin-left: 0;
}
.wrapper-corpo-menu.left-menu-active #idMenu.corpo-full + #idCorpo .full-bleed-expanded-gridder {
  left: 0;
  margin-left: 0;
}

#idMenu {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #idMenu {
    width: 18.75rem;
    padding-right: 2.5rem;
    display: block;
    float: left;
    padding-bottom: 5rem;
  }
  #idMenu.corpo-full {
    display: none;
  }
  #idMenu.corpo-full + #idCorpo {
    width: 100%;
  }
  #idMenu.corpo-full + #idCorpo:not(:empty) + #trigger-menu-esquerdo.showing {
    display: block;
  }
}

#idCorpo {
  /*&.full { width: 100%;
  	& + #idMenu { display: none;
  		& + #trigger-menu-esquerdo { 
  			&.showing { display: inline-block; }
  		}
  	}
  }*/
}
@media print, screen and (min-width: 64em) {
  #idCorpo {
    position: relative; /*z-index: $z-index-nivel-do-editor;*/
    padding-bottom: 4.375rem;
    width: calc(100% - 22.5rem);
    display: block;
    float: right;
  }
}
#idCorpo #idCorpo {
  width: 100%;
  float: none;
  clear: both;
}

#idCorpoRodape:not(:empty) {
  font-size: 0.75rem;
  color: #adb5bd;
  border-top: 1px dotted #cacaca;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: right;
}

#trigger-menu-esquerdo {
  display: none;
  background-color: orange;
  position: absolute;
  top: 0;
  left: -5.375rem;
}
#trigger-menu-esquerdo:focus {
  outline: none;
}

#idMenu .item-menu-esquerdo-ativo {
  font-weight: bold !important;
  color: #333 !important;
}

.wrapper-ferramentas-menu {
  position: relative;
  height: 1.875rem;
  margin-left: 0.625rem;
  padding: 0.25rem 0 0 0;
}
.wrapper-ferramentas-menu.active-menu-wrapper {
  background-color: #346786;
}
.wrapper-ferramentas-menu .botaoMenu {
  position: absolute;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  background: url(../imagens/botoes/configurar_off-new.png) center center no-repeat;
  left: -1.8125rem;
  bottom: 0.5625rem;
}
.wrapper-ferramentas-menu .botaoMenu:hover {
  background-image: url(../imagens/botoes/configurar_on-new.png);
}
.wrapper-ferramentas-menu .botaoFerramentasCancelar {
  background-color: #346786 !important;
  bottom: 0;
  left: -2.375rem;
  padding-right: 0.8125rem;
  background-position: 9px center;
}

#manut_menu {
  margin-right: 0.5rem;
  padding-top: 0.25rem;
  position: relative;
  top: 0.0625rem;
  float: left;
}

.fundoBotaoItem {
  position: absolute;
  left: -1.4375rem;
  bottom: -1.5625rem;
}

.botaoFerramentasCancelar {
  position: absolute;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  background: url(../imagens/botoes/cancelar_off.png) center no-repeat;
  bottom: 0.8125rem;
  left: -0.5625rem;
  padding: 0.5625rem;
  background-color: #346786;
}

.item_campo {
  margin: 0;
  padding: 0 0 0 0.25rem;
  width: calc(100% - 50px);
  font-size: 1rem;
  height: 1.625rem;
  border: 0;
  outline: 0;
  line-height: 1;
  border-bottom: 2px solid #fff;
}

.item_meio_label {
  padding: 0.125rem 0.25rem;
}

.sub_item_meio_label {
  padding: 0.1875rem 0.25rem;
  font-size: 0.875rem;
  color: #1C2C3E;
}
.sub_item_meio_label:hover {
  text-decoration: underline;
}

.item_meio_label.restrito, .sub_item_meio_label.restrito {
  color: #adb5bd;
  font-weight: 500;
}
.item_meio_label.restrito:before, .sub_item_meio_label.restrito:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f023";
  display: inline-block;
  padding-right: 0.25rem;
  font-size: 0.875rem;
}
.item_meio_label.arquivado, .sub_item_meio_label.arquivado {
  color: #adb5bd;
  font-weight: 500;
  text-decoration: line-through;
}
.item_meio_label.arquivado:before, .sub_item_meio_label.arquivado:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f07b";
  display: inline-block;
  padding-right: 0.25rem;
  font-size: 0.875rem;
}

.grupo_sub_item {
  display: none;
  padding-left: 0.625rem;
}
.grupo_sub_item:after {
  content: "";
  display: block;
  height: 1.25rem;
}

.sub_item {
  padding-left: 1rem;
}
.sub_item .botaoFerramentasCancelar {
  padding: 0.25rem 0.4375rem 0.25rem 0.25rem;
  bottom: 1.125rem;
  left: -0.25rem;
  background-position: 4px 4px;
}

.fundoBotaoSubitem {
  position: absolute;
  left: -1.4375rem;
  bottom: -1.25rem;
}

.botaoSubitem {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background-image: url(../imagens/botoes/configurar_off-new.png);
}

.botaoSubitem:hover {
  background-image: url(../imagens/botoes/configurar_on-new.png);
}

.sub_item_campo {
  margin: 0;
  padding: 0.0625rem 0 0 0.25rem;
  width: calc(100% - 50px);
  font-size: 0.875rem;
  height: 1.5rem;
  border: 0;
  outline: 0;
  line-height: 1;
  border-bottom: 2px solid #fff;
}

.style-titulo-pagina, .wrapper-noticia h2.titulo-noticia, .item_nome_pagina, #idNomePagina h2 {
  letter-spacing: -0.035em;
  color: var(--pu-site-title-color);
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .style-titulo-pagina, .wrapper-noticia h2.titulo-noticia, .item_nome_pagina, #idNomePagina h2 {
    font-weight: 300;
  }
}
@media print, screen and (min-width: 64em) {
  .style-titulo-pagina, .wrapper-noticia h2.titulo-noticia, .item_nome_pagina, #idNomePagina h2 {
    margin-bottom: 0.5em;
    font-size: 2.625rem;
  }
}

#idNomePagina {
  position: relative;
  z-index: 51;
}
@media print, screen and (min-width: 40em) {
  #idNomePagina {
    max-width: calc(100% - 150px);
  }
}
#idNomePagina:has(#cmpNomePagina) {
  max-width: 100%;
  display: block !important;
}
#idFechamento {
  display: none;
}

#btnFechaEdicao {
  display: block;
  cursor: pointer;
  color: #333;
  font-size: 0.875rem;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
}
#btnFechaEdicao:hover {
  color: #fff;
  background-color: black;
}

#idFechamentoEdicao {
  z-index: 51;
  display: none;
  background-color: orange;
}

.item_nome_pagina {
  width: calc(100% - 50px);
}

/* Módulos */
#barra-busca-noticias {
  margin-bottom: 1.875rem;
}

#wrapper-listagem-noticias {
  margin-bottom: 2.5rem;
}
#wrapper-listagem-noticias .item-noticia {
  position: relative;
  margin-bottom: 1.25rem;
}
#wrapper-listagem-noticias .item-noticia:hover .noticiaCliques {
  opacity: 1;
}
#wrapper-listagem-noticias .item-noticia a:hover .hover-info {
  left: 0;
}
#wrapper-listagem-noticias .item-noticia a:hover .titulo {
  color: #222;
}
#wrapper-listagem-noticias .item-noticia .canvas {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3125rem;
}
#wrapper-listagem-noticias .item-noticia .canvas img {
  width: 100%;
  display: block;
}
#wrapper-listagem-noticias .item-noticia .hover-info {
  position: absolute;
  bottom: 0.3125rem;
  left: -100%;
  max-width: 90%;
  transition: all 0.15s ease;
  font-size: 0.75rem;
}
#wrapper-listagem-noticias .item-noticia .hover-info .data {
  padding: 0.1875rem 0.375rem 0.1875rem 0.9375rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  color: #333;
}
#wrapper-listagem-noticias .item-noticia .hover-info .subtitulo {
  padding: 0.1875rem 0.375rem 0.1875rem 0.9375rem;
  background-color: rgba(1, 1, 1, 0.8);
  color: #fff;
}
#wrapper-listagem-noticias .item-noticia .noticiaItens {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  text-align: right;
}
#wrapper-listagem-noticias .item-noticia .noticiaCliques {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.1875rem 0.375rem;
  color: #333;
  float: right;
  opacity: 0;
  transition: all 0.15s ease;
}
#wrapper-listagem-noticias .item-noticia .orange-toolbar {
  float: right;
}
#wrapper-listagem-noticias .item-noticia .titulo {
  color: #346786;
  font-size: 1.125rem;
}

.buscaCorpo {
  padding: 0.3125rem;
  background-color: #346786;
}

.mesNoticias {
  border-bottom: 2px solid #cacaca;
  border-left: 2px solid #cacaca;
  color: #adb5bd;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.mesNoticias h3 {
  font-size: 1rem;
  margin-top: 3.125rem;
}

#noticiaListagem {
  margin-bottom: 1.875rem;
}

.noticiaCliques {
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #adb5bd;
}

.marcacaoIconeNoticia > div {
  background-color: #346786;
}
.marcacaoIconeNoticia .manut_botao_restricao_fechada {
  background-color: #ec5840;
}

.noticiaTituloListagem {
  font-size: 1.125rem;
  font-weight: 800;
  padding-top: 0.3125rem;
}
.noticiaTituloListagem a {
  color: #346786;
}
.noticiaTituloListagem a:hover {
  color: rgb(26, 51.5, 67);
}

.noticiaSubtituloListagem p {
  margin-bottom: 0.3125rem;
}

.data-noticia {
  font-size: 0.875rem;
  color: #333333;
}
.data-noticia a {
  display: inline-block;
  padding-left: 0.625rem;
}
.data-noticia a:hover {
  text-decoration: underline;
}

#idEdicaoNoticia {
  background-color: #fff;
  padding: 1.875rem;
}
#idEdicaoNoticia * {
  box-sizing: content-box;
}
#idEdicaoNoticia .sliderTituloAtivo {
  min-height: auto;
  height: 25px;
  resize: none;
  border-width: 1px;
  padding: 0;
  line-height: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #023F88;
  background: none;
}
#idEdicaoNoticia .sliderSubtituloAtivo {
  min-height: auto;
  height: 23px;
  resize: none;
  margin-top: 1px;
  border-width: 1px;
  padding: 0;
  line-height: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  font-style: italic;
  background: none;
}
#idEdicaoNoticia .areaSliders {
  width: 25rem;
}
#idEdicaoNoticia table.mceLayout * {
  box-sizing: border-box;
}
#idEdicaoNoticia table.mceLayout > tbody > tr:nth-child(2) {
  outline: 1px solid #ccc;
}
#idEdicaoNoticia table.mceLayout > tbody > tr:nth-child(2) > td.mceIframeContainer {
  width: 100%;
  display: block;
  min-height: 37.5rem;
}
#idEdicaoNoticia table.mceLayout > tbody > tr:nth-child(2) > td.mceIframeContainer > iframe {
  min-height: 3.125rem !important;
  outline: 1px solid #fff;
}

.wrapper-noticia h2.titulo-noticia {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .wrapper-noticia h2.titulo-noticia { /*font-size: rem-calc(60);*/ }
}
.wrapper-noticia .subtitulo-noticia {
  color: #adb5bd; /*font-weight: $global-weight-bold;*/
  line-height: 1.2;
  position: relative;
  top: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .wrapper-noticia .subtitulo-noticia {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wrapper-noticia .subtitulo-noticia {
    font-size: 1.5625rem;
    top: 0;
  }
}
.wrapper-noticia .menu-noticia {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.wrapper-noticia .menu-noticia li {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .wrapper-noticia .menu-noticia li {
    display: block;
  }
}
.wrapper-noticia .menu-noticia li:first-child {
  display: block;
}
.wrapper-noticia .menu-noticia a {
  color: #333333;
  position: relative;
  transition: all 0.15s ease;
  left: 0;
}
.wrapper-noticia .menu-noticia a:hover {
  left: -0.4375rem;
  color: black;
}
.wrapper-noticia .menu-noticia a i {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.wrapper-noticia .data-e-creditos {
  padding: 0.9375rem 0;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .wrapper-noticia .data-e-creditos {
    border-top: 1px dotted #cacaca;
  }
}
.wrapper-noticia .data-e-creditos i {
  font-size: 0.875rem;
}
.wrapper-noticia .data-e-creditos .item {
  display: inline-block;
  padding-right: 1.25rem;
}
.wrapper-noticia .data-e-creditos .item:last-child {
  padding-right: 0;
}
.wrapper-noticia .texto-noticia:first-letter {
  font-size: 3.125rem;
  float: left;
  line-height: 1;
  padding: 0;
  margin: 0 0.125rem 0 0;
}
.wrapper-noticia .wrapper-imagem-noticia {
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  border-left: 2px solid #009FE0;
  position: relative;
  margin-bottom: 1.875rem;
  max-width: 37.5rem;
}
.wrapper-noticia .wrapper-imagem-noticia .imagem-noticia img {
  display: block;
  margin-bottom: 0.625rem;
}
.wrapper-noticia .wrapper-imagem-noticia .legenda-imagem-noticia {
  font-weight: 800;
  margin-bottom: 0.625rem;
}
.wrapper-noticia .wrapper-imagem-noticia .creditos-imagem-noticia {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1;
}
.wrapper-noticia .wrapper-social-share {
  display: block;
  padding: 0.9375rem 0;
  margin: 2.5rem 0;
  position: relative;
  max-width: 37.5rem;
}
.wrapper-noticia .wrapper-social-share a {
  display: block;
  width: 100%;
}
.wrapper-noticia .wrapper-social-share .compartilhe {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.75rem;
  color: #adb5bd;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.5rem;
}
.wrapper-noticia .wrapper-social-share .compartilhe::after {
  content: "";
  border-top: 1px dotted #cacaca;
  flex: 1;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button__link,
.wrapper-noticia .wrapper-social-share .resp-sharing-button__icon {
  display: inline-block;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  text-align: center;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button:hover {
  color: #fff;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button i {
  margin-right: 0.4375rem;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--twitter {
  background-color: #000;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--twitter:hover {
  background-color: #333;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--facebook {
  background-color: #3b5998;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--linkedin {
  background-color: #0a66c2;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--linkedin:hover {
  background-color: #0958A6;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--whatsapp {
  background-color: #34AF23;
}
.wrapper-noticia .wrapper-social-share .resp-sharing-button--whatsapp:hover {
  background-color: rgb(46.8, 157.5, 31.5);
}

/* override nervoso de CSS do tinymce */
body#tinymce {
  --pu-site-primary-color: #00a3e3;
  --pu-site-primary-color-dark: #0e5374;
  --pu-site-title-color: #0e5374;
  --pu-site-link-color: #00a3e3;
  --pu-site-link-hover-color: #0e5374;
}

table.mceLayout > tbody > tr.mceFirst {
  position: fixed;
  display: block;
  top: var(--pu-user-bar-height);
  left: 0;
  z-index: 2000;
  width: 100% !important;
  padding: 0.625rem !important;
  background-color: #222 !important;
  height: 4.6875rem;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.7);
}
table.mceLayout > tbody > tr.mceFirst .mceToolbar {
  display: block;
  max-width: 46.875rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
table.mceLayout > tbody > tr:nth-child(2) {
  display: block;
  width: calc(100% + 40px);
  position: relative;
  left: -1.25rem;
  padding: 1.25rem;
  background-color: #fff;
}
table.mceLayout > tbody > tr:nth-child(2) > td.mceIframeContainer {
  width: 100%;
  display: block;
}
table.mceLayout > tbody > tr.mceLast {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 2000;
  width: 100% !important;
  padding: 0.625rem !important;
  background-color: #222 !important;
  height: 3rem;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.7);
}
table.mceLayout > tbody > tr.mceLast .mceStatusbar {
  display: block;
  max-width: 46.875rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
table.mceLayout > tbody > tr.mceLast .mceStatusbar div, table.mceLayout > tbody > tr.mceLast .mceStatusbar span, table.mceLayout > tbody > tr.mceLast .mceStatusbar a {
  color: #ddd !important;
}
table.mceLayout > tbody > tr.mceLast .mceStatusbar a {
  cursor: pointer;
}

.mceListBoxMenu {
  position: fixed !important;
}
.mceListBoxMenu .mceMenu {
  top: auto !important;
  left: auto !important;
}

.wrapper-conteudo-tinymce h3, .wrapper-conteudo-tinymce h4, .mceContentBody h3, .mceContentBody h4, .mce-content-body h3, .mce-content-body h4 {
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
  clear: both;
}
.wrapper-conteudo-tinymce h3 *, .wrapper-conteudo-tinymce h4 *, .mceContentBody h3 *, .mceContentBody h4 *, .mce-content-body h3 *, .mce-content-body h4 * {
  padding: 0 !important;
}
.wrapper-conteudo-tinymce h3:first-child, .wrapper-conteudo-tinymce h4:first-child, .mceContentBody h3:first-child, .mceContentBody h4:first-child, .mce-content-body h3:first-child, .mce-content-body h4:first-child {
  padding-top: 0;
}
.wrapper-conteudo-tinymce h3 + h4, .mceContentBody h3 + h4, .mce-content-body h3 + h4 {
  padding-top: 0;
}
.wrapper-conteudo-tinymce h3, .wrapper-conteudo-tinymce h3 *, .mceContentBody h3, .mceContentBody h3 *, .mce-content-body h3, .mce-content-body h3 * {
  font-size: 2rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  letter-spacing: -0.03em !important;
}
.wrapper-conteudo-tinymce h4, .wrapper-conteudo-tinymce h4 *, .mceContentBody h4, .mceContentBody h4 *, .mce-content-body h4, .mce-content-body h4 * {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: var(--pu-site-title-color) !important;
  padding-bottom: 0 !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.02em !important;
}
.wrapper-conteudo-tinymce blockquote, .mceContentBody blockquote, .mce-content-body blockquote {
  color: #adb5bd !important;
  background-color: #f8f8f8;
  padding: 1rem 2rem;
  border-left: none;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wrapper-conteudo-tinymce blockquote *:last-child, .mceContentBody blockquote *:last-child, .mce-content-body blockquote *:last-child {
  margin-bottom: 0;
}
.wrapper-conteudo-tinymce blockquote:before, .mceContentBody blockquote:before, .mce-content-body blockquote:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  font-size: 3rem;
  left: -1.75rem;
  top: -0.1875rem;
  line-height: 1;
  color: #cacaca;
}
.wrapper-conteudo-tinymce blockquote p, .mceContentBody blockquote p, .mce-content-body blockquote p {
  color: inherit !important;
}
.wrapper-conteudo-tinymce blockquote cite, .mceContentBody blockquote cite, .mce-content-body blockquote cite {
  font-size: 80%;
}
.wrapper-conteudo-tinymce img, .mceContentBody img, .mce-content-body img {
  max-width: 100% !important;
}
.wrapper-conteudo-tinymce img[style*="float: left"], .mceContentBody img[style*="float: left"], .mce-content-body img[style*="float: left"] {
  margin: 0 1.5rem 1.5rem 0;
}
.wrapper-conteudo-tinymce img[style*="float: right"], .mceContentBody img[style*="float: right"], .mce-content-body img[style*="float: right"] {
  margin: 0 0 1.5rem 1.5rem;
}
.wrapper-conteudo-tinymce figure.image, .mceContentBody figure.image, .mce-content-body figure.image {
  max-width: 100% !important;
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin-bottom: 1.5rem;
}
.wrapper-conteudo-tinymce figure.image.align-center, .mceContentBody figure.image.align-center, .mce-content-body figure.image.align-center {
  display: grid;
  margin-bottom: 1.5rem;
}
.wrapper-conteudo-tinymce figure.image.align-center img, .mceContentBody figure.image.align-center img, .mce-content-body figure.image.align-center img {
  margin-inline: auto;
}
.wrapper-conteudo-tinymce figure.image.align-center figcaption, .mceContentBody figure.image.align-center figcaption, .mce-content-body figure.image.align-center figcaption {
  text-align: center;
}
.wrapper-conteudo-tinymce figure.image.align-center figcaption.pu-figure-figcaption-border-primary, .mceContentBody figure.image.align-center figcaption.pu-figure-figcaption-border-primary, .mce-content-body figure.image.align-center figcaption.pu-figure-figcaption-border-primary {
  padding-inline: 0;
  position: relative;
  padding-bottom: 1rem;
  border: none;
}
.wrapper-conteudo-tinymce figure.image.align-center figcaption.pu-figure-figcaption-border-primary:after, .mceContentBody figure.image.align-center figcaption.pu-figure-figcaption-border-primary:after, .mce-content-body figure.image.align-center figcaption.pu-figure-figcaption-border-primary:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: var(--pu-site-link-color);
}
.wrapper-conteudo-tinymce figure.image.align-left, .mceContentBody figure.image.align-left, .mce-content-body figure.image.align-left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.wrapper-conteudo-tinymce figure.image.align-left figcaption, .mceContentBody figure.image.align-left figcaption, .mce-content-body figure.image.align-left figcaption {
  text-align: left;
}
.wrapper-conteudo-tinymce figure.image.align-left figcaption.pu-figure-figcaption-border-primary, .mceContentBody figure.image.align-left figcaption.pu-figure-figcaption-border-primary, .mce-content-body figure.image.align-left figcaption.pu-figure-figcaption-border-primary {
  padding-inline-end: 0;
  border-inline-end: none;
  padding-inline-start: 1rem;
  border-inline-start: 2px solid var(--pu-site-link-color);
}
.wrapper-conteudo-tinymce figure.image.align-right, .mceContentBody figure.image.align-right, .mce-content-body figure.image.align-right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.wrapper-conteudo-tinymce figure.image.align-right figcaption, .mceContentBody figure.image.align-right figcaption, .mce-content-body figure.image.align-right figcaption {
  text-align: right;
}
.wrapper-conteudo-tinymce figure.image.align-right figcaption.pu-figure-figcaption-border-primary, .mceContentBody figure.image.align-right figcaption.pu-figure-figcaption-border-primary, .mce-content-body figure.image.align-right figcaption.pu-figure-figcaption-border-primary {
  padding-inline-start: 0;
  border-inline-start: none;
  padding-inline-end: 1rem;
  border-inline-end: 2px solid var(--pu-site-link-color);
}
.wrapper-conteudo-tinymce figure.image figcaption, .mceContentBody figure.image figcaption, .mce-content-body figure.image figcaption {
  text-align: left;
  width: 0;
  min-width: 100%;
  margin-top: 0.375rem;
  font-size: 0.875rem;
}
.wrapper-conteudo-tinymce figure.image figcaption p, .mceContentBody figure.image figcaption p, .mce-content-body figure.image figcaption p {
  font-size: 0.875rem !important;
  margin-bottom: 0 !important;
}
.wrapper-conteudo-tinymce figure.image figcaption.pu-figure-figcaption-border-primary, .mceContentBody figure.image figcaption.pu-figure-figcaption-border-primary, .mce-content-body figure.image figcaption.pu-figure-figcaption-border-primary {
  padding-inline-start: 1rem;
  border-inline-start: 2px solid var(--pu-site-link-color);
}
.wrapper-conteudo-tinymce pre, .mceContentBody pre, .mce-content-body pre {
  margin-bottom: 1rem;
  padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
  border: 1px solid #ccc;
  background-color: #eee;
}
.wrapper-conteudo-tinymce pre span[style*="white-space: pre"], .mceContentBody pre span[style*="white-space: pre"], .mce-content-body pre span[style*="white-space: pre"] {
  display: inline-block !important;
  width: 2.1875rem !important;
}
.wrapper-conteudo-tinymce strong, .wrapper-conteudo-tinymce em, .mceContentBody strong, .mceContentBody em, .mce-content-body strong, .mce-content-body em {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}
.wrapper-conteudo-tinymce sub, .wrapper-conteudo-tinymce sup, .mceContentBody sub, .mceContentBody sup, .mce-content-body sub, .mce-content-body sup {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 70% !important;
}
.wrapper-conteudo-tinymce table, .mceContentBody table, .mce-content-body table {
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}
.wrapper-conteudo-tinymce table *, .mceContentBody table *, .mce-content-body table * {
  font-size: var(--mce-table-font-size);
}
.wrapper-conteudo-tinymce table th, .wrapper-conteudo-tinymce table td, .mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  font-size: var(--mce-table-font-size) !important;
  padding: 0.5rem 0.8125rem !important;
  border-bottom: 1px solid #bbb !important;
  border-collapse: collapse;
}
.wrapper-conteudo-tinymce table th, .mceContentBody table th, .mce-content-body table th {
  font-weight: 800 !important;
}
.wrapper-conteudo-tinymce table tbody tr:hover td, .mceContentBody table tbody tr:hover td, .mce-content-body table tbody tr:hover td {
  background-color: #eee;
}
.wrapper-conteudo-tinymce table thead tr, .mceContentBody table thead tr, .mce-content-body table thead tr {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.11), transparent 25%);
}
.wrapper-conteudo-tinymce table thead td, .wrapper-conteudo-tinymce table thead th, .mceContentBody table thead td, .mceContentBody table thead th, .mce-content-body table thead td, .mce-content-body table thead th {
  font-weight: 800;
}
.wrapper-conteudo-tinymce table tfoot tr, .mceContentBody table tfoot tr, .mce-content-body table tfoot tr {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11), transparent 25%);
}
.wrapper-conteudo-tinymce table tfoot td, .wrapper-conteudo-tinymce table tfoot th, .mceContentBody table tfoot td, .mceContentBody table tfoot th, .mce-content-body table tfoot td, .mce-content-body table tfoot th {
  font-weight: 800;
}
.wrapper-conteudo-tinymce p span[style^="background-color: #ffffff;"], .mceContentBody p span[style^="background-color: #ffffff;"], .mce-content-body p span[style^="background-color: #ffffff;"] {
  background-color: transparent !important;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-esquerda, .mceContentBody p.paragrafo-com-foto-esquerda, .mce-content-body p.paragrafo-com-foto-esquerda {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-esquerda img, .mceContentBody p.paragrafo-com-foto-esquerda img, .mce-content-body p.paragrafo-com-foto-esquerda img {
  display: block;
  float: left !important; /* box-shadow: 1px 1px 1px rgba(1,1,1,.5); */
  margin: 0 15px 15px 0 !important;
  width: 120px !important;
  height: auto !important;
  max-height: auto !important;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-media-esquerda, .mceContentBody p.paragrafo-com-foto-media-esquerda, .mce-content-body p.paragrafo-com-foto-media-esquerda {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-media-esquerda img, .mceContentBody p.paragrafo-com-foto-media-esquerda img, .mce-content-body p.paragrafo-com-foto-media-esquerda img {
  display: block;
  float: left !important; /* box-shadow: 1px 1px 1px rgba(1,1,1,.5); */
  margin: 0 15px 15px 0 !important;
  width: 180px !important;
  height: auto !important;
  max-height: auto !important;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-grande-esquerda, .mceContentBody p.paragrafo-com-foto-grande-esquerda, .mce-content-body p.paragrafo-com-foto-grande-esquerda {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-grande-esquerda img, .mceContentBody p.paragrafo-com-foto-grande-esquerda img, .mce-content-body p.paragrafo-com-foto-grande-esquerda img {
  display: block;
  float: left !important; /* box-shadow: 1px 1px 1px rgba(1,1,1,.5); */
  margin: 0 15px 15px 0 !important;
  width: 300px !important;
  height: auto !important;
  max-height: auto !important;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-direita, .mceContentBody p.paragrafo-com-foto-direita, .mce-content-body p.paragrafo-com-foto-direita {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-direita img, .mceContentBody p.paragrafo-com-foto-direita img, .mce-content-body p.paragrafo-com-foto-direita img {
  display: block;
  float: right !important; /* box-shadow: 1px 1px 1px rgba(1,1,1,.5); */
  margin: 0 0 15px 15px !important;
  width: 120px !important;
  height: auto !important;
  max-height: auto !important;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-media-direita, .mceContentBody p.paragrafo-com-foto-media-direita, .mce-content-body p.paragrafo-com-foto-media-direita {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-media-direita img, .mceContentBody p.paragrafo-com-foto-media-direita img, .mce-content-body p.paragrafo-com-foto-media-direita img {
  display: block;
  float: right !important; /* box-shadow: 1px 1px 1px rgba(1,1,1,.5); */
  margin: 0 0 15px 15px !important;
  width: 180px !important;
  height: auto !important;
  max-height: auto !important;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-grande-direita, .mceContentBody p.paragrafo-com-foto-grande-direita, .mce-content-body p.paragrafo-com-foto-grande-direita {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-com-foto-grande-direita img, .mceContentBody p.paragrafo-com-foto-grande-direita img, .mce-content-body p.paragrafo-com-foto-grande-direita img {
  display: block;
  float: right !important; /* box-shadow: 1px 1px 1px rgba(1,1,1,.5); */
  margin: 0 0 15px 15px !important;
  width: 300px !important;
  height: auto !important;
  max-height: auto !important;
}
.wrapper-conteudo-tinymce p.paragrafo-livre, .mceContentBody p.paragrafo-livre, .mce-content-body p.paragrafo-livre {
  clear: both;
  margin-top: 20px;
}
.wrapper-conteudo-tinymce p.paragrafo-de-aviso, .mceContentBody p.paragrafo-de-aviso, .mce-content-body p.paragrafo-de-aviso {
  background-color: #222;
  border-radius: 7px;
  padding: 1rem 1.5rem;
  color: #fff !important;
  font-size: 0.875em !important;
}
.wrapper-conteudo-tinymce p.paragrafo-de-aviso strong, .mceContentBody p.paragrafo-de-aviso strong, .mce-content-body p.paragrafo-de-aviso strong {
  color: crimson !important;
}
.wrapper-conteudo-tinymce p.paragrafo-2-por-linha, .mceContentBody p.paragrafo-2-por-linha, .mce-content-body p.paragrafo-2-por-linha {
  display: inline-block;
  width: 49.5%;
  text-align: center;
  padding: 0 10px 20px;
  outline: 1px dashed orange;
}
.wrapper-conteudo-tinymce p.paragrafo-2-por-linha img, .mceContentBody p.paragrafo-2-por-linha img, .mce-content-body p.paragrafo-2-por-linha img {
  display: block !important;
  margin: 0 auto 10px !important;
  float: none !important;
}
.wrapper-conteudo-tinymce p.paragrafo-3-por-linha, .mceContentBody p.paragrafo-3-por-linha, .mce-content-body p.paragrafo-3-por-linha {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 0 10px 20px;
  outline: 1px dashed orange;
}
.wrapper-conteudo-tinymce p.paragrafo-3-por-linha img, .mceContentBody p.paragrafo-3-por-linha img, .mce-content-body p.paragrafo-3-por-linha img {
  display: block !important;
  margin: 0 auto 10px !important;
  float: none !important;
}
.wrapper-conteudo-tinymce p.paragrafo-4-por-linha, .mceContentBody p.paragrafo-4-por-linha, .mce-content-body p.paragrafo-4-por-linha {
  display: inline-block;
  width: 24.5%;
  text-align: center;
  padding: 0 10px 20px;
  outline: 1px dashed orange;
}
.wrapper-conteudo-tinymce p.paragrafo-4-por-linha img, .mceContentBody p.paragrafo-4-por-linha img, .mce-content-body p.paragrafo-4-por-linha img {
  display: block !important;
  margin: 0 auto 10px !important;
  float: none !important;
}
.wrapper-conteudo-tinymce p.paragrafo-5-por-linha, .mceContentBody p.paragrafo-5-por-linha, .mce-content-body p.paragrafo-5-por-linha {
  display: inline-block;
  width: 19.8%;
  text-align: center;
  padding: 0 10px 20px;
  outline: 1px dashed orange;
}
.wrapper-conteudo-tinymce p.paragrafo-5-por-linha img, .mceContentBody p.paragrafo-5-por-linha img, .mce-content-body p.paragrafo-5-por-linha img {
  display: block !important;
  margin: 0 auto 10px !important;
  float: none !important;
}
.wrapper-conteudo-tinymce p.paragrafo-6-por-linha, .mceContentBody p.paragrafo-6-por-linha, .mce-content-body p.paragrafo-6-por-linha {
  display: inline-block;
  width: 16%;
  text-align: center;
  padding: 0 10px 20px;
  outline: 1px dashed orange;
}
.wrapper-conteudo-tinymce p.paragrafo-6-por-linha img, .mceContentBody p.paragrafo-6-por-linha img, .mce-content-body p.paragrafo-6-por-linha img {
  display: block !important;
  margin: 0 auto 10px !important;
  float: none !important;
}
.wrapper-conteudo-tinymce img.imagem-com-sombra, .mceContentBody img.imagem-com-sombra, .mce-content-body img.imagem-com-sombra {
  box-shadow: 2px 2px 3px rgba(1, 1, 1, 0.3);
}
.wrapper-conteudo-tinymce img.imagem-preto-e-branco, .mceContentBody img.imagem-preto-e-branco, .mce-content-body img.imagem-preto-e-branco {
  filter: grayscale(1); /*transition: all .3s ease;*/
}
.wrapper-conteudo-tinymce hr, .wrapper-conteudo-tinymce h3, .wrapper-conteudo-tinymce h4, .wrapper-conteudo-tinymce .nova-linha, .mceContentBody hr, .mceContentBody h3, .mceContentBody h4, .mceContentBody .nova-linha, .mce-content-body hr, .mce-content-body h3, .mce-content-body h4, .mce-content-body .nova-linha {
  clear: both;
}
.wrapper-conteudo-tinymce h4, .mceContentBody h4, .mce-content-body h4 {
  padding-top: 30px;
}
.wrapper-conteudo-tinymce .nova-linha, .mceContentBody .nova-linha, .mce-content-body .nova-linha {
  margin-top: 30px;
}
.wrapper-conteudo-tinymce p.helper, .wrapper-conteudo-tinymce div.helper, .mceContentBody p.helper, .mceContentBody div.helper, .mce-content-body p.helper, .mce-content-body div.helper {
  color: #fff !important;
}
.wrapper-conteudo-tinymce p.helper .warning, .wrapper-conteudo-tinymce p.helper a.botao-laranja, .wrapper-conteudo-tinymce div.helper .warning, .wrapper-conteudo-tinymce div.helper a.botao-laranja, .mceContentBody p.helper .warning, .mceContentBody p.helper a.botao-laranja, .mceContentBody div.helper .warning, .mceContentBody div.helper a.botao-laranja, .mce-content-body p.helper .warning, .mce-content-body p.helper a.botao-laranja, .mce-content-body div.helper .warning, .mce-content-body div.helper a.botao-laranja {
  color: #ffae00 !important;
}
.wrapper-conteudo-tinymce p.helper .alert, .wrapper-conteudo-tinymce div.helper .alert, .mceContentBody p.helper .alert, .mceContentBody div.helper .alert, .mce-content-body p.helper .alert, .mce-content-body div.helper .alert {
  color: #ec5840 !important;
}

.wrapper-conteudo-tinymce p.paragrafo-2-por-linha {
  outline: none;
}
.wrapper-conteudo-tinymce p.paragrafo-3-por-linha {
  outline: none;
}
.wrapper-conteudo-tinymce p.paragrafo-4-por-linha {
  outline: none;
}
.wrapper-conteudo-tinymce p.paragrafo-5-por-linha {
  outline: none;
}
.wrapper-conteudo-tinymce p.paragrafo-6-por-linha {
  outline: none;
}

#divGalleryArea {
  text-align: center;
  padding: 1.25rem 0 2.5rem;
}

#divGallery {
  width: 100% !important;
  padding: 0.625rem;
  background-color: #eee;
}

#divGalleryImageArea {
  height: auto !important;
}
#divGalleryImageArea img {
  display: inline-block;
  border: 4px solid #eee;
  height: 9.375rem !important;
}
#divGalleryImageArea img:hover {
  border-color: #009FE0;
  cursor: pointer;
}

#wrapper-slider-noticias {
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #E2E2E2;
}
#wrapper-slider-noticias .mais-noticias {
  padding: 0.375rem 0;
  min-height: 2.4375rem;
}

#input-busca-noticias-slider {
  width: 7.5rem;
  font-size: 0.75rem;
  height: 1.6875rem;
  display: inline-block;
  margin: 0;
  transition: all 0.15s ease;
}
#input-busca-noticias-slider:focus {
  width: 15.625rem;
}

#slider-noticias {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  visibility: hidden;
}
#slider-noticias.slick-initialized {
  visibility: visible;
}
#slider-noticias .noticia-slide {
  position: relative;
  overflow: hidden;
}
#slider-noticias .noticia-slide .canvas {
  height: 31.25rem;
}
#slider-noticias .noticia-slide a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4.375rem;
  transition: all 0.15s ease;
}
#slider-noticias .noticia-slide a:hover .subtitulo {
  color: rgb(40.5, 192.7566964286, 255);
}
#slider-noticias .noticia-slide .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#slider-noticias .noticia-slide .formato-padrao .backdrop {
  background-size: cover;
  filter: blur(10px) grayscale(30%);
  transition: all 1s ease;
}
#slider-noticias .noticia-slide .formato-padrao .mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(10.4, 20.6, 26.8, 0.65);
  width: 100%;
  height: 100%;
}
#slider-noticias .noticia-slide .formato-padrao .imagem {
  display: block;
  object-fit: contain;
  position: absolute;
  right: 0.625rem;
  height: 70%;
  width: calc(100% - 1.25rem);
}
#slider-noticias .noticia-slide .formato-full-banner .backdrop {
  background-position: center center;
  background-size: auto 100%;
  box-shadow: 0px 0px 20px rgba(1, 1, 1, 0.3) inset;
  background-color: #222;
}
#slider-noticias .noticia-slide .formato-full-banner .imagem {
  opacity: 0;
}
#slider-noticias .noticia-slide .formato-full-banner .mask {
  display: none;
}
#slider-noticias .noticia-slide .texto {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5rem 1.875rem 1.875rem 1.875rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(1, 1, 1, 0.95));
}
#slider-noticias .noticia-slide .texto .titulo {
  display: block;
  font-size: 5.2vmin;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 0.625rem;
  font-weight: 500;
  text-shadow: 0.03em 0.03em 0.1em rgba(1, 1, 1, 0.8);
}
#slider-noticias .noticia-slide .texto .subtitulo { /*font-weight: $global-weight-bold;*/
  font-size: 3vmin;
  text-shadow: 0.03em 0.03em 0.1em rgba(1, 1, 1, 0.8);
  transition: all 0.15s ease;
}
@media print, screen and (min-width: 40em) {
  #slider-noticias .noticia-slide .formato-padrao .imagem {
    width: 80%;
    max-width: 80%;
    right: 10%;
  }
  #slider-noticias .noticia-slide .texto {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #slider-noticias .noticia-slide .texto .titulo {
    font-size: 3.2vw;
  }
  #slider-noticias .noticia-slide .texto .subtitulo {
    font-size: 2vw;
  }
}
@media print, screen and (min-width: 64em) {
  #slider-noticias .noticia-slide .canvas {
    padding-top: 32%;
  }
  #slider-noticias .noticia-slide .formato-padrao .imagem {
    height: calc(100% - 4.6875rem);
    right: 5rem;
    width: auto;
    top: 3.125rem;
  }
  #slider-noticias .noticia-slide .texto {
    padding-bottom: 2.5rem;
    padding-left: 5rem;
    padding-right: 15.625rem;
  }
  #slider-noticias .noticia-slide .texto .titulo {
    font-size: 2.7vw;
  }
  #slider-noticias .noticia-slide .texto .subtitulo {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 75em) {
  #slider-noticias .noticia-slide .formato-padrao .imagem {
    right: calc(50% - 585px + 80px);
  }
  #slider-noticias .noticia-slide .texto {
    padding-left: calc(50% - 585px + 80px);
    padding-right: calc(50% - 585px + 80px);
  }
  #slider-noticias .noticia-slide .texto .titulo {
    font-size: 3vw;
    width: 80%;
  }
  #slider-noticias .noticia-slide .texto .subtitulo {
    font-size: 1.5vw;
    width: 80%;
  }
}
@media screen and (min-width: 90em) {
  #slider-noticias .noticia-slide .texto .titulo {
    font-size: clamp(10px, 2.2vw, 40px);
  }
  #slider-noticias .noticia-slide .texto .subtitulo {
    font-size: clamp(10px, 1.3vw, 22px);
  }
}
#slider-noticias .slick-arrow {
  font-size: 0px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: block;
  width: 70px;
  position: absolute;
  bottom: 1.875rem;
  transition: all 0.15s ease;
  z-index: 51;
  text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.7);
}
#slider-noticias .slick-arrow:focus {
  outline: none;
}
#slider-noticias .slick-arrow:hover {
  color: #fff;
  opacity: 1;
}
#slider-noticias .slick-arrow.slick-prev {
  left: calc(50% - 585px - 10px);
}
#slider-noticias .slick-arrow.slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 6.25rem;
}
#slider-noticias .slick-arrow.slick-next {
  right: calc(50% - 585px - 10px);
}
#slider-noticias .slick-arrow.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 6.25rem;
}
#slider-noticias .slick-dots {
  position: absolute;
  z-index: 51;
  bottom: -2.0625rem;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#slider-noticias .slick-dots li {
  color: #fff;
  display: inline-block;
  width: 1.875rem;
  text-align: center;
  transition: all 0.5s ease;
  opacity: 0.5;
}
#slider-noticias .slick-dots li.slick-active {
  opacity: 1;
  transform: scale(1.4);
}
#slider-noticias .slick-dots li button {
  font-size: 0px;
}
#slider-noticias .slick-dots li button:focus {
  outline: none;
}
#slider-noticias .slick-dots li button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 0.9375rem;
  cursor: pointer;
}

.placeholder-midias {
  background-color: #f8f8f8;
  border: 1px solid #adb5bd;
  color: #cacaca;
  line-height: 12.5rem;
  text-align: center;
  height: 12.5rem;
  margin-bottom: 1.875rem;
}

.orange-manut-button {
  width: 1rem;
  height: 1rem;
  line-height: 14px;
  font-size: 0.875rem;
  border: 1px solid rgba(1, 1, 1, 0.45);
  padding: 0;
  margin: 0;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  color: #FDE3AF;
  text-shadow: 1px 1px 1px rgba(1, 1, 1, 0.6);
  text-align: center;
}
.orange-manut-button:hover {
  background-color: #237489;
  color: #fff;
  border-color: black;
}
.orange-manut-button:active, .orange-manut-button:focus {
  color: #FDE3AF !important;
}
.orange-manut-button.active {
  background-color: #009FE0;
}
.orange-manut-button.alert, .orange-manut-button.danger {
  background-color: #ec5840;
}

#gridder.gridder-versao-2.show-tools .ui-sortable-placeholder:after {
  display: none;
}
#gridder.gridder-versao-2.show-tools .gridder-block-placeholder {
  border: 1px solid rgb(191.25, 123.75, 0);
  min-height: 5rem;
  height: 100%;
  background-color: rgb(255, 198.75, 95.625);
  display: inline-block;
  width: 100%;
  content: "";
}
#gridder.gridder-versao-2.show-tools .gridder-drop-point {
  min-height: 3.125rem;
  height: 100%;
}
#gridder.gridder-versao-2 .gridder-cell { /*outline: 3px solid lightgreen;*/
  padding-bottom: 1.875rem;
}
#gridder.gridder-versao-2 .gridder-block {
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  container-type: inline-size;
  container-name: pu-gridder-block;
}
#gridder.gridder-versao-2 .equalize-block-heights .equalizeable-height {
  height: 100%;
}
#gridder.hide-tools .mini-toolbar {
  display: none;
}
#gridder.hide-tools .gridder-handle {
  display: none;
}
#gridder.hide-tools .gridder-cell:has(.gridder-block.inativo) {
  display: none;
}
#gridder.hide-tools .gridder-block-area.inactive {
  display: none;
}
#gridder.hide-tools h3.titulo-block-area:has(.area-sem-titulo) {
  display: none;
}
#gridder.show-tools .gridder-drop-point { /*outline: 1px dashed $medium-gray; */
  min-height: 12.5rem;
  /*&:empty { 
  	&:after { content: 'Área de blocos vazia'; font-size: rem-calc(12); text-transform: uppercase; color: $dark-gray; width: rem-calc(200); line-height: rem-calc(20); height: rem-calc(20); position: absolute; top: calc(50% - 15px); left: calc(50% - 100px); text-align: center; }
  }*/
}
#gridder.show-tools .gridder-block-area { /*outline: 1px dashed $medium-gray; outline-offset: 5px;*/
  border: 1px dashed #cacaca;
  margin-bottom: 1.25rem;
}
#gridder.show-tools .gridder-block-area:hover { /*outline: 2px solid $gridder-block-area-interact-color; */
  box-shadow: 0px 0px 0px 2px orange;
}
#gridder.show-tools .gridder-block-area:hover > .wrapper-mini-toolbar {
  display: block;
}
#gridder.show-tools .gridder-block-area.closed { /*outline: 1px solid red;*/ }
#gridder.show-tools .gridder-block-area.closed .gridder-drop-point {
  display: none;
}
#gridder.show-tools .gridder-block-area.closed > .wrapper-mini-toolbar {
  display: block;
}
#gridder.show-tools .gridder-block-area > .wrapper-mini-toolbar {
  display: none;
  position: absolute;
  top: -2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 0.125rem;
}
#gridder.show-tools .gridder-draggable { /*padding-bottom: rem-calc(30);*/ }
#gridder.show-tools .gridder-draggable:hover > .mini-toolbar {
  display: block;
}
#gridder.show-tools .gridder-draggable:hover > .gridder-handle {
  display: block;
}
#gridder.show-tools .gridder-draggable:hover > .gridder-block { /*outline: 2px solid $gridder-draggable-interact-color;*/
  box-shadow: 0px 0px 0px 2px rgb(191.25, 123.75, 0);
}
#gridder.show-tools .gridder-draggable.ui-sortable-helper {
  z-index: 49; /*outline-color: transparent;*/
  opacity: 0.8 !important;
}
#gridder.show-tools .gridder-draggable.ui-sortable-helper > .gridder-block { /*outline: 2px solid $gridder-draggable-interact-color;*/
  box-shadow: 0px 0px 0px 2px rgb(191.25, 123.75, 0);
}
#gridder.show-tools .gridder-draggable > .mini-toolbar {
  position: absolute;
  top: 0;
  right: 0.875rem;
  display: none;
  background-color: rgb(191.25, 123.75, 0);
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button {
  background-color: rgb(191.25, 123.75, 0);
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button:hover {
  background-color: #222;
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button.active {
  background-color: #222;
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button.active:hover {
  color: #fff;
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button.on {
  color: rgb(19.2592274678, 105.3907725322, 51.3579399142);
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button.on:hover {
  color: #fff;
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button.off {
  color: rgb(150.0714285714, 33.7857142857, 14.9285714286);
}
#gridder.show-tools .gridder-draggable > .mini-toolbar .mini-button.off:hover {
  color: #fff;
}
#gridder.show-tools .gridder-draggable > .gridder-handle {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1000px;
  border: 2px solid rgb(191.25, 123.75, 0);
  color: rgb(191.25, 123.75, 0);
  font-size: 1.75rem;
  display: none;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 25px);
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.15s ease 0.075s;
  display: none;
  z-index: 2;
}
#gridder.show-tools .gridder-draggable > .gridder-handle:hover {
  background-color: rgb(191.25, 123.75, 0);
  color: #fff;
}
#gridder .gridder-block {
  margin-bottom: 1.875rem;
  position: relative;
}
#gridder .gridder-block:hover .ouca-mais, #gridder .gridder-block .veja-mais-active .ouca-mais {
  opacity: 1;
  top: 0px;
}
#gridder .gridder-block.inativo {
  opacity: 0.5;
  outline: 2px dashed red;
  outline-offset: 2px;
  cursor: help;
  isolation: isolate;
  transition: opacity 0.15s ease;
}
#gridder .gridder-block.inativo:hover {
  opacity: 1;
}
#gridder .gridder-block.inativo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  top: 0;
  left: 0;
  clip-path: polygon(0 2px, 2px 0, calc(50% - 1px) calc(50% - 1px), calc(100% - 2px) 0, 100% 2px, calc(50% + 1px) calc(50% - 1px), 100% calc(100% - 2px), calc(100% - 2px) 100%, calc(50% + 1px) calc(50% + 1px), 2px 100%, 0 calc(100% - 2px), calc(50% - 1px) calc(50% + 1px));
  z-index: 1000;
  pointer-events: none;
}
#gridder .gridder-block.inativo:after {
  content: "bloco não publicado";
  font-size: 0.5625rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 1px;
  pointer-events: none;
  background-color: red;
  padding: 0.125rem 0.4375rem;
  opacity: 0.95;
  border-radius: 1000px;
  transform: translateX(-50%);
}
#gridder .gridder-block .ouca-mais {
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 10px;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.2);
  display: inline-block;
  position: relative;
  top: -15px;
  right: 5px;
  transition: all 0.15s ease 0.15s;
  opacity: 0;
}
#gridder .gridder-block .ouca-mais:hover {
  color: #fff;
  background: #222;
}
#gridder .gridder-block .text-white a, #gridder .gridder-block .wrapper-conteudo-tinymce a.botao-azul a, .wrapper-conteudo-tinymce #gridder .gridder-block a.botao-azul a, #gridder .gridder-block .mceContentBody a.botao-azul a, .mceContentBody #gridder .gridder-block a.botao-azul a, #gridder .gridder-block .mce-content-body a.botao-azul a, .mce-content-body #gridder .gridder-block a.botao-azul a, #gridder .gridder-block .wrapper-conteudo-tinymce a.botao-laranja a, .wrapper-conteudo-tinymce #gridder .gridder-block a.botao-laranja a, #gridder .gridder-block .mceContentBody a.botao-laranja a, .mceContentBody #gridder .gridder-block a.botao-laranja a, #gridder .gridder-block .mce-content-body a.botao-laranja a, .mce-content-body #gridder .gridder-block a.botao-laranja a {
  color: rgba(255, 255, 255, 0.6);
}
#gridder .gridder-block .text-white a:hover, #gridder .gridder-block .wrapper-conteudo-tinymce a.botao-azul a:hover, .wrapper-conteudo-tinymce #gridder .gridder-block a.botao-azul a:hover, #gridder .gridder-block .mceContentBody a.botao-azul a:hover, .mceContentBody #gridder .gridder-block a.botao-azul a:hover, #gridder .gridder-block .mce-content-body a.botao-azul a:hover, .mce-content-body #gridder .gridder-block a.botao-azul a:hover, #gridder .gridder-block .wrapper-conteudo-tinymce a.botao-laranja a:hover, .wrapper-conteudo-tinymce #gridder .gridder-block a.botao-laranja a:hover, #gridder .gridder-block .mceContentBody a.botao-laranja a:hover, .mceContentBody #gridder .gridder-block a.botao-laranja a:hover, #gridder .gridder-block .mce-content-body a.botao-laranja a:hover, .mce-content-body #gridder .gridder-block a.botao-laranja a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
#gridder .gridder-block-area {
  position: relative;
}
#gridder .gridder-block-area h3 {
  font-size: 1.375rem;
}
#gridder .gridder-block-area.inactive {
  opacity: 0.5;
  outline: 2px dashed red;
  cursor: help;
}
#gridder .gridder-block-area.inactive:hover {
  opacity: 1;
}
#gridder .gridder-block-area.inactive:after {
  content: "área não publicada";
  font-size: 0.5625rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  text-align: center;
  right: 1px;
  bottom: 1px;
  pointer-events: none;
  background-color: red;
  padding: 0.125rem 0.4375rem;
  opacity: 0.95;
  border-radius: 1000px;
}
#gridder .gridder-draggable {
  position: relative;
}
#gridder .ui-sortable-placeholder:after {
  border: 1px solid rgb(191.25, 123.75, 0);
  height: 11.25rem;
  background-color: rgb(255, 198.75, 95.625);
  display: block;
  content: "";
}
#gridder h3.titulo-block-area {
  border-bottom: 1px dotted rgb(161.6, 161.6, 161.6);
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
}
#gridder h3.titulo-block-area:has(.area-sem-titulo) {
  border-color: transparent;
}
#gridder h3.titulo-block-area .area-sem-titulo {
  color: #E2E2E2;
}

#cmpNomePagina[value=Home] {
  display: none !important;
}

.wrapper-gridder {
  padding-bottom: 1.25rem;
  clear: both;
}

.wrapper-off-canvas {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #f8f8f8;
}
.wrapper-off-canvas .unpadding, .wrapper-off-canvas .off-canvas-label {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.wrapper-off-canvas .off-canvas-label {
  text-transform: uppercase;
  font-size: 0.875rem;
  background: #111;
  color: #fff;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1rem;
  text-shadow: 0px -1px 1px #333333;
}
.wrapper-off-canvas .back-button {
  line-height: 1;
  font-size: 1.75rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
  color: #fff;
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}

.off-canvas::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #000;
}
.off-canvas::-webkit-scrollbar-thumb {
  background: #333;
}

/*#pu-main-menu-off-canvas { font-size: rem-calc(14); display: block;
	li { position: relative; }
	a { color: $body-font-color; }
	ul { display: block;
		&:not(:last-child) {
			li:last-child:before { display: none !important; }
		}
		li { display: block;
			&:last-child {
				&:before { content: ''; width: rem-calc(3); height: calc(50% - 1px); background-color: $offcanvas-background; display: block; position: absolute; bottom: 0; left: rem-calc(-1); z-index: 1; }
			}
			a { position: relative;
				&:before { content: ''; display: block; width: rem-calc(10); border-bottom: 1px solid $darker-gray; position: absolute; top: 50%; left: rem-calc(0); }
			}
		}
	}
}*/
#pu-main-menu-off-canvas {
  font-size: 0.875rem;
  display: block;
}
#pu-main-menu-off-canvas ul {
  display: block;
}
#pu-main-menu-off-canvas a {
  background-color: transparent;
  margin-bottom: 0.0625rem;
  color: rgba(204, 204, 204, 0);
  color: #009FE0;
}
#pu-main-menu-off-canvas ul a {
  background-color: transparent;
  color: #fff;
}
#pu-main-menu-off-canvas ul a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 0.8rem;
  display: inline-block;
}
#pu-main-menu-off-canvas ul ul {
  padding-left: 1.5rem;
}
#pu-main-menu-off-canvas ul ul a {
  background-color: transparent;
  color: #fff;
}
#pu-main-menu-off-canvas ul ul a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
}

.table-scroll {
  overflow-x: auto;
}

iframe.pagina-incorporada {
  border: 1px solid #ddd;
}

/* shortcodes */
.wrapper-shortcode.shortcode-video {
  background-color: #222;
  padding: 0.625rem;
}
.wrapper-shortcode.shortcode-video .wrapper-video {
  position: relative;
}
.wrapper-shortcode.shortcode-video .wrapper-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper-shortcode.shortcode-video .wrapper-video.formato-wide {
  padding-top: 56.25%;
}
.wrapper-shortcode.shortcode-video .legenda {
  font-size: 0.875rem !important;
  text-align: center;
  padding-top: 0.4375rem;
  max-width: 80%;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
}

/* select 2 para foundation */
.select2-container--foundation .select2-selection--single {
  background-color: #fff;
  border: 1px solid #bbb;
  /*border-radius: 4px;*/
}

.select2-container--foundation .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.select2-container--foundation .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--foundation .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--foundation .select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--foundation .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--foundation[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--foundation[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--foundation.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--foundation.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--foundation.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--foundation .select2-selection--multiple {
  background-color: white;
  border: 1px solid #bbb;
  cursor: text;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  background-color: #eee;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 10px;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: bold;
  line-height: 14px;
  font-size: 25px;
  margin-right: 4px;
}

.select2-container--foundation .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--foundation[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--foundation[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--foundation[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--foundation[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--foundation[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--foundation.select2-container--focus .select2-selection--multiple {
  border: 1px solid #009FE0;
  outline: 0;
}

.select2-container--foundation.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--foundation.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--foundation.select2-container--open.select2-container--above .select2-selection--single, .select2-container--foundation.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--foundation.select2-container--open.select2-container--below .select2-selection--single, .select2-container--foundation.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--foundation .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--foundation .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  appearance: textfield;
  -webkit-appearance: textfield;
}

.select2-container--foundation .select2-results > .select2-results__options {
  font-size: 0.875rem;
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--foundation .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--foundation .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--foundation .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--foundation .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--foundation .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--foundation .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--foundation .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--foundation .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--foundation .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--foundation .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--foundation .select2-results__option--highlighted[aria-selected] {
  background-color: #009FE0;
  color: white;
}

.select2-container--foundation .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-selection--single {
  height: 42px !important;
}

/* elementos dos novos modais do site */
/* customização do main-search-en. Colocar no lugar certo depois! */
/* estilos de impressão */
@media print {
  @page {
    margin: 1.2cm 1.8cm 1.8cm 1.8cm;
  }
  body {
    padding-top: 0.5cm;
  }
  body a:after {
    display: none;
  }
  #pu-main-header {
    display: none;
  }
  #pu-main-menu {
    display: none;
  }
  #idCorpo {
    padding-bottom: 0;
  }
  #pu-wrapper-page-header a {
    text-decoration: none;
  }
  #pu-breadcrumbs {
    margin-bottom: 0.6cm;
  }
  #pu-breadcrumbs a {
    color: #999 !important;
  }
  h2#h2NomePagina {
    font-size: 30pt;
    margin-bottom: 1cm;
  }
  #idMenu {
    display: none;
  }
  #idCorpo {
    float: none;
    width: auto;
  }
  #idCorpoRodape {
    display: none !important;
  }
  #pu-wrapper-main-banner {
    display: none;
  }
  #wrapper-listagem-noticias {
    display: none;
  }
  #barraBuscaNoticia {
    display: none;
  }
  #pu-social-section {
    display: none;
  }
  #footer-links {
    display: none;
  }
  #main-footer {
    margin-top: 0cm;
  }
  #main-footer > div:nth-child(1) {
    display: none;
  }
  #main-footer > div:nth-child(2) > .row:nth-child(1) > .columns:nth-child(1):before {
    content: "";
    display: block;
    border-top: 1px solid #ccc;
    margin-bottom: 0.5cm;
  }
  #wrapper-endereco {
    text-align: left;
  }
  #wrapper-endereco a:after {
    display: none;
  }
  #wrapper-endereco br {
    display: none;
  }
  .wrapper-conteudo-tinymce {
    text-align: justify;
  }
  .wrapper-conteudo-tinymce h3 {
    font-size: 15pt !important;
  }
  .wrapper-conteudo-tinymce h4 {
    font-size: 12pt !important;
  }
  .wrapper-conteudo-tinymce p {
    font-size: inherit !important;
  }
  .wrapper-conteudo-tinymce a {
    font-size: inherit !important;
  }
  .wrapper-conteudo-tinymce a:after {
    display: none;
  }
  .wrapper-conteudo-tinymce blockquote {
    border: 0;
    padding-left: 2cm;
    color: inherit !important;
  }
  .wrapper-conteudo-tinymce blockquote:before {
    left: 0;
  }
  /* específico para páginas de notícias */
  .menu-noticia {
    display: none;
  }
  .wrapper-noticia {
    font-size: 10pt;
  }
  .wrapper-noticia + .row {
    display: none;
  }
  .wrapper-noticia + .row + hr {
    display: none;
  }
  .wrapper-noticia > .row:nth-child(1) .columns {
    width: auto;
  }
  .wrapper-noticia > .row:nth-child(3) > .columns:nth-child(1) {
    width: 7cm;
  }
  .wrapper-noticia > .row:nth-child(3) > .columns:nth-child(2) {
    float: none;
    width: auto;
  }
  .wrapper-noticia .texto-noticia:first-letter {
    font-size: 3.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
  }
  .wrapper-noticia h2.titulo-noticia {
    font-size: 30pt;
  }
  .wrapper-noticia .subtitulo-noticia {
    font-size: 15pt;
  }
  .wrapper-social-share {
    display: none !important;
  }
}
audio {
  height: 40px;
  margin-bottom: 0;
  display: block;
}
audio::-webkit-media-controls-enclosure {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
audio::-webkit-media-controls-panel {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}