@charset "UTF-8";
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.modal {
  max-width: 690px; }

.owl-nav .owl-prev,
.owl-nav .owl-next {
  transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer !important;
  border-radius: 100px !important;
  background-color: #40407a !important;
  color: #fff !important; }
  .owl-nav .owl-prev span,
  .owl-nav .owl-next span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 30px; }

.grupo-form input[type="text"]:focus, .grupo-form input[type="email"]:focus, .grupo-form input[type="tel"]:focus, .grupo-form input[type="time"]:focus, .grupo-form input[type="password"]:focus, .grupo-form input[type="search"]:focus, .grupo-form input[type="url"]:focus, .grupo-form input[type="week"]:focus, .grupo-form input[type="file"]:focus, .grupo-form input[type="month"]:focus, .grupo-form input[type="number"]:focus, .grupo-form textarea:focus, .grupo-form select:focus {
  box-shadow: 0 0 0 0.25rem #dde5e6;
  border-color: #698a8e;
  outline: 0; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form textarea, .grupo-form select {
  display: block;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }

html,
body, figure, .galeria-downloads,
.listagem-downloads,
.download, .offcanvas .mobile-menu, .offcanvas .mobile-menu .sub-menu, .paginacao, .painel-abas .abas, .shop-etapas, .grupo-form fieldset, .menu .center ul, .assinatura .center ul, .logos-flutuantes-redes-sociais ul {
  margin: 0;
  padding: 0; }

.bg-padrao {
  background-color: #40407a; }

.bg-primario {
  background-color: #0d6efd; }

.bg-secundario {
  background-color: #6c757d; }

.bg-sucesso {
  background-color: #198754; }

.bg-perigo {
  background-color: #dc3545; }

.bg-atencao {
  background-color: #ffc107; }

.bg-informacao {
  background-color: #0dcaf0; }

.bg-escuro {
  background-color: #212529; }

.cor-padrao {
  color: #40407a; }

.cor-primario {
  color: #0d6efd; }

.cor-secundario {
  color: #6c757d; }

.cor-sucesso {
  color: #198754; }

.cor-perigo {
  color: #dc3545; }

.cor-atencao {
  color: #ffc107; }

.cor-informacao {
  color: #0dcaf0; }

.cor-escuro {
  color: #212529;
  border-width: 1px;
  border-style: solid;
  border-color: #007bff;
  padding: 0.5em 1em 0.5em 1em;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.container {
  display: inline-block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.center {
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.remove-scroll {
  overflow-y: hidden; }

.scroll {
  scrollbar-width: thin;
  scrollbar-color: #85a2a5 #536e71; }
  .scroll::-webkit-scrollbar {
    width: 11px; }
  .scroll::-webkit-scrollbar-track {
    background: #536e71; }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #85a2a5;
    border-radius: 6px;
    border-width: 3px;
    border-style: solid;
    border-color: #536e71; }

.titulo-secao {
  font-size: 2rem;
  color: #0078be;
  text-transform: uppercase; }

html {
  box-sizing: border-box; }

html,
body {
  font-family: Poppins, arial;
  overflow-x: hidden; }

*,
*::before,
*::after {
  box-sizing: inherit;
  outline-offset: 0.25rem; }

img,
iframe,
object,
embed,
video {
  max-width: 100%; }

img[width],
iframe[width],
object[width],
embed[width],
video[width] {
  width: auto; }

img[width][height],
iframe[width][height],
object[width][height],
embed[width][height],
video[width][height] {
  height: auto; }

img[src$=".svg"] {
  height: auto;
  max-width: none;
  width: 100%; }

label {
  font-size: 70%;
  font-weight: bold;
  vertical-align: middle; }

sup,
sub {
  font-size: 50%; }

::focus:not(::focus-visible) {
  outline: 0; }

.painel-icones-tipos-de-listagem {
  width: 100%;
  text-align: right;
  margin-bottom: 2rem; }
  @media screen and (max-width: 992px) {
    .painel-icones-tipos-de-listagem {
      text-align: center; } }
  .painel-icones-tipos-de-listagem .fa {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    padding: 0.5em 1em;
    transition: all 0.3s linear;
    color: #dde5e6;
    cursor: pointer; }
    .painel-icones-tipos-de-listagem .fa:hover {
      border-width: 1px;
      border-style: solid;
      border-color: #000;
      color: #000; }

.acordeao-titulo,
.acordeao-padrao-titulo {
  display: block;
  background-color: #f2f5f5;
  cursor: pointer;
  outline: 0;
  position: relative;
  padding: 0.5em 1em;
  margin: 0.5rem 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c0cfd0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0cfd0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c0cfd0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c0cfd0;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }
  .acordeao-titulo::before,
  .acordeao-padrao-titulo::before {
    content: "›";
    margin-right: .5rem; }

.acordeao .ui-state-active::before,
.acordeao-padrao .ui-state-active::before {
  display: inline-block;
  content: ">";
  transform: rotateZ(90deg); }

.acordeao-bloco,
.acordeao-padrao-bloco {
  position: relative;
  top: -12px;
  padding: 0.5em 1em;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c0cfd0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c0cfd0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0cfd0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.acordeao .ui-accordion-header-active,
.acordeao-padrao .ui-accordion-header-active {
  background-color: #40407a;
  border: 0px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: transparent;
  color: #fff;
  z-index: 1;
  position: relative; }

.avisos {
  position: relative;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .avisos-padrao {
    border-width: 1px;
    border-style: solid;
    border-color: #40407a;
    background-color: rgba(64, 64, 122, 0.1);
    color: #40407a; }
  .avisos-primario {
    border-width: 1px;
    border-style: solid;
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd; }
  .avisos-secundario {
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d; }
  .avisos-sucesso {
    border-width: 1px;
    border-style: solid;
    border-color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754; }
  .avisos-perigo {
    border-width: 1px;
    border-style: solid;
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545; }
  .avisos-atencao {
    border-width: 1px;
    border-style: solid;
    border-color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107; }
  .avisos-informacao {
    border-width: 1px;
    border-style: solid;
    border-color: #0dcaf0;
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0; }
  .avisos-escuro {
    border-width: 1px;
    border-style: solid;
    border-color: #212529;
    background-color: rgba(33, 37, 41, 0.1);
    color: #212529; }

.bt {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }
  .bt:focus {
    outline: 0; }
  .bt-pequeno {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0.3rem 0.7rem;
    font-size: 80%; }
  .bt-medio {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    padding: 0.7rem 1.5rem;
    font-size: 100%; }
  .bt-grande {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    font-size: 120%; }
  .bt-padrao {
    background-color: #40407a; }
    .bt-padrao:hover {
      background-color: #2e2e59;
      box-shadow: 0 0 0 0.15rem rgba(64, 64, 122, 0.5);
      text-shadow: 0px 0px 2px #000; }
  .bt-primario {
    background-color: #0d6efd; }
    .bt-primario:hover {
      background-color: #0257d5;
      box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.5); }
  .bt-secundario {
    background-color: #6c757d; }
    .bt-secundario:hover {
      background-color: #545b62;
      box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5); }
  .bt-sucesso {
    background-color: #198754; }
    .bt-sucesso:hover {
      background-color: #115c39;
      box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.5); }
  .bt-perigo {
    background-color: #dc3545; }
    .bt-perigo:hover {
      background-color: #bd2130;
      box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.5); }
  .bt-atencao {
    background-color: #ffc107; }
    .bt-atencao:hover {
      background-color: #d39e00;
      box-shadow: 0 0 0 0.15rem rgba(255, 193, 7, 0.5); }
  .bt-informacao {
    background-color: #0dcaf0; }
    .bt-informacao:hover {
      background-color: #0aa1c0;
      box-shadow: 0 0 0 0.15rem rgba(13, 202, 240, 0.5); }
  .bt-escuro {
    background-color: #212529; }
    .bt-escuro:hover {
      background-color: #434b53;
      box-shadow: 0 0 0 0.15rem rgba(33, 37, 41, 0.5); }
  .bt-bloco {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .bt-borda-padrao {
    color: #40407a;
    border-color: #40407a; }
    .bt-borda-padrao:hover {
      color: #fff;
      background-color: #40407a; }
  .bt-borda-primario {
    color: #0d6efd;
    border-color: #0d6efd; }
    .bt-borda-primario:hover {
      color: #fff;
      background-color: #0d6efd; }
  .bt-borda-secundario {
    color: #6c757d;
    border-color: #6c757d; }
    .bt-borda-secundario:hover {
      color: #fff;
      background-color: #6c757d; }
  .bt-borda-sucesso {
    color: #198754;
    border-color: #198754; }
    .bt-borda-sucesso:hover {
      color: #fff;
      background-color: #198754; }
  .bt-borda-perigo {
    color: #dc3545;
    border-color: #dc3545; }
    .bt-borda-perigo:hover {
      color: #fff;
      background-color: #dc3545; }
  .bt-borda-atencao {
    color: #ffc107;
    border-color: #ffc107; }
    .bt-borda-atencao:hover {
      color: #fff;
      background-color: #ffc107; }
  .bt-borda-informacao {
    color: #0dcaf0;
    border-color: #0dcaf0; }
    .bt-borda-informacao:hover {
      color: #fff;
      background-color: #0dcaf0; }
  .bt-borda-escuro {
    color: #212529;
    border-color: #212529; }
    .bt-borda-escuro:hover {
      color: #fff;
      background-color: #212529; }
  .bt.desativado {
    cursor: not-allowed;
    opacity: .65; }
    .bt.desativado:active {
      pointer-events: none; }

.cards {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  transition: all 0.3s linear; }
  @media screen and (max-width: 992px) {
    .cards {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: center;
      justify-items: center;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .cards {
      grid-template-columns: 1fr; } }
  .cards .bloco {
    width: 20rem;
    background-color: #fff;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    transition: all 0.3s linear; }
    @media screen and (max-width: 768px) {
      .cards .bloco {
        width: 16rem; } }
    @media screen and (max-width: 576px) {
      .cards .bloco {
        width: 18rem; } }
    .cards .bloco:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    .cards .bloco a {
      text-decoration: none;
      color: inherit; }
    .cards .bloco img {
      width: 100%;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .cards .bloco-corpo {
      padding: 0.5em 1em; }
    .cards .bloco-titulo {
      margin-bottom: 0.5em; }

.galeria-pinterest {
  column-count: 4;
  grid-gap: 1rem;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .galeria-pinterest {
      column-count: 3; } }
  @media screen and (max-width: 768px) {
    .galeria-pinterest {
      column-count: 2; } }
  @media screen and (max-width: 576px) {
    .galeria-pinterest {
      column-count: 1; } }
  .galeria-pinterest .pinterest {
    display: inline-block;
    background-color: #fff;
    box-shadow: inset -1px -1px 18px #dde5e6;
    break-inside: avoid;
    box-sizing: border-box;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5rem 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .galeria-pinterest .pinterest img {
      width: 100%;
      padding-bottom: 1rem;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }

.galeria-downloads,
.listagem-downloads,
.download {
  list-style: none; }
  .galeria-downloads li,
  .listagem-downloads li,
  .download li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dde5e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dde5e6;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dde5e6;
    transition: all 0.3s linear; }
    .galeria-downloads li:first-child,
    .listagem-downloads li:first-child,
    .download li:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .galeria-downloads li:last-child,
    .listagem-downloads li:last-child,
    .download li:last-child {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
    .galeria-downloads li:nth-child(even),
    .listagem-downloads li:nth-child(even),
    .download li:nth-child(even) {
      background-color: #f2f5f5; }
    .galeria-downloads li:hover,
    .listagem-downloads li:hover,
    .download li:hover {
      background-color: #fafbfc;
      box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2); }
    .galeria-downloads li a,
    .listagem-downloads li a,
    .download li a {
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
      @media screen and (max-width: 576px) {
        .galeria-downloads li a,
        .listagem-downloads li a,
        .download li a {
          flex-direction: column;
          text-align: center; } }
      .galeria-downloads li a i,
      .galeria-downloads li a p,
      .listagem-downloads li a i,
      .listagem-downloads li a p,
      .download li a i,
      .download li a p {
        padding: 0.5em 1em;
        transition: all 0.3s linear; }
      .galeria-downloads li a i,
      .listagem-downloads li a i,
      .download li a i {
        font-size: 150%;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #dde5e6;
        color: #ffc107; }
        @media screen and (max-width: 576px) {
          .galeria-downloads li a i,
          .listagem-downloads li a i,
          .download li a i {
            font-size: 300%; } }
        @media screen and (max-width: 576px) {
          .galeria-downloads li a i,
          .listagem-downloads li a i,
          .download li a i {
            border-right: none; } }
      .galeria-downloads li a p,
      .listagem-downloads li a p,
      .download li a p {
        font-weight: bold; }
        @media screen and (max-width: 576px) {
          .galeria-downloads li a p,
          .listagem-downloads li a p,
          .download li a p {
            margin: 0; } }
      .galeria-downloads li a strong,
      .listagem-downloads li a strong,
      .download li a strong {
        display: block;
        font-weight: normal;
        font-size: 80%;
        color: #dc3545; }
        .galeria-downloads li a strong span,
        .listagem-downloads li a strong span,
        .download li a strong span {
          font-size: 90%; }

.listagem-downloads li a i,
.download li a i {
  color: #000; }

.listagem-downloads li a strong,
.download li a strong {
  font-weight: bold; }

.download li {
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem; }

.grupo-form input[type="text"]:focus, .grupo-form input[type="email"]:focus, .grupo-form input[type="tel"]:focus, .grupo-form input[type="time"]:focus, .grupo-form input[type="password"]:focus, .grupo-form input[type="search"]:focus, .grupo-form input[type="url"]:focus, .grupo-form input[type="week"]:focus, .grupo-form input[type="file"]:focus, .grupo-form input[type="month"]:focus, .grupo-form input[type="number"]:focus, .grupo-form textarea:focus, .grupo-form select:focus {
  box-shadow: 0 0 0 0.25rem #dde5e6;
  border-color: #698a8e;
  outline: 0; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form textarea, .grupo-form select {
  display: block;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }

html,
body, figure, .galeria-downloads,
.listagem-downloads,
.download, .offcanvas .mobile-menu, .offcanvas .mobile-menu .sub-menu, .paginacao, .painel-abas .abas, .shop-etapas, .grupo-form fieldset, .menu .center ul, .assinatura .center ul, .logos-flutuantes-redes-sociais ul {
  margin: 0;
  padding: 0; }

.listagem {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  .listagem .bloco {
    background-color: #fff;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    transition: all 0.3s linear;
    margin-bottom: 2rem; }
    .listagem .bloco:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    .listagem .bloco:nth-child(even) {
      background-color: #f2f5f5; }
    .listagem .bloco a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      grid-column-gap: 2rem;
      text-decoration: none;
      color: inherit;
      padding: 0.5em 1em;
      transition: all 0.3s linear; }
      @media screen and (max-width: 576px) {
        .listagem .bloco a {
          flex-wrap: wrap; } }
      .listagem .bloco a img {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #dde5e6;
        padding-right: 2rem;
        transition: all 0.3s linear; }
        @media screen and (max-width: 992px) {
          .listagem .bloco a img {
            width: 15rem; } }
        @media screen and (max-width: 576px) {
          .listagem .bloco a img {
            width: auto;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: transparent;
            padding-right: 0px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #dde5e6;
            padding-bottom: 2rem;
            margin-bottom: 2rem; } }
    .listagem .bloco-titulo {
      margin-top: 0.5em; }

.migalha-de-pao {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 80%;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  background-color: rgba(221, 229, 230, 0.5); }
  .migalha-de-pao a {
    color: inherit;
    text-decoration: none; }
    .migalha-de-pao a:hover {
      text-decoration: underline; }
  .migalha-de-pao .item {
    display: flex; }
    .migalha-de-pao .item + .item {
      padding-left: 0.5em; }
      .migalha-de-pao .item + .item::before {
        display: inline-block;
        padding-right: 0.5em;
        content: "/"; }
    .migalha-de-pao .item.ativo {
      color: #000; }

.notificacoes {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.offcanvas {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  transition: all 235ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  z-index: 2; }
  .offcanvas.is-active {
    transform: none;
    transition: all 205ms cubic-bezier(0.19, 1, 0.22, 1); }
  .offcanvas .mobile-menu {
    list-style: none;
    width: 35vw;
    height: 100vh;
    background-color: #0078be;
    overflow-x: auto;
    box-shadow: 0px 0px 10px rgba(0, 56, 88, 0.9);
    transition: all 0.3s linear;
    position: relative; }
    @media screen and (max-width: 576px) {
      .offcanvas .mobile-menu {
        width: 70vw; } }
    .offcanvas .mobile-menu .sub-menu {
      background-color: #006eaf; }
    .offcanvas .mobile-menu li {
      display: block;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #0ca5ff; }
      .offcanvas .mobile-menu li:last-child {
        border-bottom: none; }
      .offcanvas .mobile-menu li a {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        padding: 1rem 1em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #00588b;
        transition: all 0.3s linear; }
        .offcanvas .mobile-menu li a:hover {
          background-color: #00619a; }
      .offcanvas .mobile-menu li:last-child a {
        border-bottom: none; }
  .offcanvas .fa-times {
    cursor: pointer;
    z-index: 9;
    position: absolute;
    top: 1rem;
    font-size: 200%; }
  .offcanvas-left {
    transform: translateX(-100%); }
    .offcanvas-left .fa-times {
      right: 2rem; }
    .offcanvas-left.offcanvas {
      justify-content: flex-start; }
  .offcanvas-right {
    transform: translateX(100%); }
    .offcanvas-right .fa-times {
      left: 2rem; }
    .offcanvas-right.offcanvas {
      justify-content: flex-end; }
  .offcanvas-center-top, .offcanvas-center-bottom {
    transform: translateY(-100%); }
    .offcanvas-center-top .mobile-menu, .offcanvas-center-bottom .mobile-menu {
      width: 100vw;
      text-align: center; }
    .offcanvas-center-top .fa-times, .offcanvas-center-bottom .fa-times {
      right: 2rem; }
    .offcanvas-center-top.offcanvas-menu, .offcanvas-center-bottom.offcanvas-menu {
      justify-content: center;
      align-items: center;
      align-content: center; }
  .offcanvas-center-bottom {
    transform: translateY(100%); }

.paginacao {
  display: flex;
  justify-content: center;
  font-size: 90%;
  list-style: none; }
  .paginacao li {
    display: inline-block; }
    .paginacao li a {
      color: inherit;
      text-decoration: none;
      padding: 0.5em 1em;
      margin-left: 0.1rem;
      margin-right: 0.1rem;
      border-radius: 0.25rem;
      transition: all 0.3s linear; }
      .paginacao li a:hover {
        color: #fff;
        background-color: #40407a; }
  .paginacao .pagina-atual {
    color: #fff;
    background-color: #40407a; }

@media screen and (max-width: 576px) {
  .painel-abas .abas {
    background-color: #fafbfc; } }

.painel-abas .abas li {
  display: inline-block; }
  .painel-abas .abas li:first-child {
    margin-left: 0; }
    @media screen and (max-width: 576px) {
      .painel-abas .abas li:first-child {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #dde5e6; } }
  .painel-abas .abas li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .painel-abas .abas li {
      display: block;
      width: 100%;
      margin: 0 0;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: #dde5e6;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #dde5e6;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6; } }
  .painel-abas .abas li .aba {
    width: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-top-width: 6px;
    padding: 0.5em 1em; }
    @media screen and (max-width: 576px) {
      .painel-abas .abas li .aba {
        border-radius: 0; } }

.painel-abas #conteudos {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.5em 1em; }
  @media screen and (max-width: 576px) {
    .painel-abas #conteudos {
      border-top-right-radius: 0; } }
  .painel-abas #conteudos .conteudo {
    display: none;
    width: 100%;
    height: 100%; }

.painel-abas .selected {
  font-weight: bold;
  background-color: #fff !important;
  border-top-width: 6px !important;
  border-top-style: solid;
  border-top-color: #40407a;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dde5e6 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dde5e6 !important; }
  @media screen and (max-width: 576px) {
    .painel-abas .selected {
      color: #fff;
      background-color: #40407a !important;
      border-top-width: 0px !important; } }

.pranchetas {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  padding: 0.5em 1em;
  margin-bottom: 1rem; }
  .pranchetas legend {
    font-weight: bold;
    background-color: #dde5e6;
    padding: 0.5em 1em;
    border-radius: 0.25rem; }
  .pranchetas-padrao {
    border-width: 1px;
    border-style: solid;
    border-color: #40407a;
    background-color: rgba(64, 64, 122, 0.1);
    color: #40407a; }
    .pranchetas-padrao legend {
      background-color: #40407a;
      color: #fff; }
  .pranchetas-primario {
    border-width: 1px;
    border-style: solid;
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd; }
    .pranchetas-primario legend {
      background-color: #0d6efd;
      color: #fff; }
  .pranchetas-secundario {
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d; }
    .pranchetas-secundario legend {
      background-color: #6c757d;
      color: #fff; }
  .pranchetas-sucesso {
    border-width: 1px;
    border-style: solid;
    border-color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754; }
    .pranchetas-sucesso legend {
      background-color: #198754;
      color: #fff; }
  .pranchetas-perigo {
    border-width: 1px;
    border-style: solid;
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545; }
    .pranchetas-perigo legend {
      background-color: #dc3545;
      color: #fff; }
  .pranchetas-atencao {
    border-width: 1px;
    border-style: solid;
    border-color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107; }
    .pranchetas-atencao legend {
      background-color: #ffc107;
      color: #fff; }
  .pranchetas-informacao {
    border-width: 1px;
    border-style: solid;
    border-color: #0dcaf0;
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0; }
    .pranchetas-informacao legend {
      background-color: #0dcaf0;
      color: #fff; }
  .pranchetas-escuro {
    border-width: 1px;
    border-style: solid;
    border-color: #212529;
    background-color: rgba(33, 37, 41, 0.1);
    color: #212529; }
    .pranchetas-escuro legend {
      background-color: #212529;
      color: #fff; }

.progresso {
  display: flex;
  height: 2rem;
  background-color: white;
  box-shadow: inset -1px -1px 18px #dde5e6, inset 0 -1px 0 #dde5e6;
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.25rem; }
  .progresso-bar {
    font-size: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap; }

.shop-carrinho-de-compras {
  max-width: 700px !important; }
  .shop-carrinho-de-compras h2 {
    font-size: 100%; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras h2 {
        text-align: center; } }
  .shop-carrinho-de-compras .labels {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    grid-gap: 2rem;
    font-size: 80%;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dde5e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .labels {
        display: none; } }
  .shop-carrinho-de-compras .produto {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    grid-gap: 1rem;
    align-items: center;
    font-size: 80%;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .produto {
        grid-template-columns: 1fr;
        text-align: center;
        grid-gap: .1rem; } }
    .shop-carrinho-de-compras .produto img {
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #dde5e6;
      padding-right: 1rem; }
      @media screen and (max-width: 992px) {
        .shop-carrinho-de-compras .produto img {
          border-right-width: 1px;
          border-right-style: solid;
          border-right-color: transparent;
          padding-right: 0px;
          border-bottom-width: 1px;
          border-bottom-style: solid;
          border-bottom-color: #dde5e6;
          padding-bottom: 2rem;
          margin-bottom: 2rem; } }
    .shop-carrinho-de-compras .produto-titulo, .shop-carrinho-de-compras .produto-codigo, .shop-carrinho-de-compras .produto-cor-tamanho {
      display: block;
      margin-bottom: 0.2rem; }
    .shop-carrinho-de-compras .produto-cor-tamanho span {
      font-size: 80%; }
  .shop-carrinho-de-compras .valor-total {
    font-size: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-top: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6;
    padding-bottom: 1rem; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .valor-total {
        align-items: center; } }
  .shop-carrinho-de-compras .botoes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    align-items: center;
    margin-top: 1rem; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .botoes {
        grid-template-columns: 1fr;
        grid-gap: .1rem; } }

.grupo-form input[type="text"]:focus, .grupo-form input[type="email"]:focus, .grupo-form input[type="tel"]:focus, .grupo-form input[type="time"]:focus, .grupo-form input[type="password"]:focus, .grupo-form input[type="search"]:focus, .grupo-form input[type="url"]:focus, .grupo-form input[type="week"]:focus, .grupo-form input[type="file"]:focus, .grupo-form input[type="month"]:focus, .grupo-form input[type="number"]:focus, .grupo-form textarea:focus, .grupo-form select:focus {
  box-shadow: 0 0 0 0.25rem #dde5e6;
  border-color: #698a8e;
  outline: 0; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form textarea, .grupo-form select {
  display: block;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }

html,
body, figure, .galeria-downloads,
.listagem-downloads,
.download, .offcanvas .mobile-menu, .offcanvas .mobile-menu .sub-menu, .paginacao, .painel-abas .abas, .shop-etapas, .grupo-form fieldset, .menu .center ul, .assinatura .center ul, .logos-flutuantes-redes-sociais ul {
  margin: 0;
  padding: 0; }

.shop-etapas {
  list-style: none;
  font-size: 80%; }
  .shop-etapas li {
    display: table-cell;
    width: 1%; }
    @media screen and (max-width: 992px) {
      .shop-etapas li {
        display: block;
        width: 70%;
        margin: 0 auto; } }
    .shop-etapas li::before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #dde5e6;
      border-radius: 50%;
      margin: 10px auto; }
    .shop-etapas li::after {
      content: "";
      display: block;
      top: -2.8rem;
      position: relative;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #dde5e6; }
    .shop-etapas li a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      width: 100%;
      color: initial;
      padding-top: 0.5em; }
      .shop-etapas li a:hover {
        color: #40407a; }
  .shop-etapas .ativo::before {
    display: block;
    content: "";
    width: 33px;
    height: 33px;
    position: relative;
    top: 7px;
    z-index: 1;
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 50%; }

.shop-vitrine {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  transition: all 0.3s linear; }
  @media screen and (max-width: 992px) {
    .shop-vitrine {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: center;
      justify-items: center;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .shop-vitrine {
      grid-template-columns: 1fr; } }
  .shop-vitrine img {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6;
    padding-bottom: 2rem; }
  .shop-vitrine .bloco {
    width: 20rem;
    background-color: #fff;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    transition: all 0.3s linear;
    padding: 0.5em 1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .shop-vitrine .bloco {
        width: 16rem; } }
    @media screen and (max-width: 576px) {
      .shop-vitrine .bloco {
        width: 18rem; } }
    .shop-vitrine .bloco:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    .shop-vitrine .bloco-titulo {
      font-weight: normal;
      font-size: 100%; }
    .shop-vitrine .bloco-valor {
      display: block;
      font-weight: bold;
      font-size: 150%;
      margin-bottom: 0.5em; }

.slider-cards .item {
  background-color: #fff;
  background-clip: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear;
  padding: 0.5em 1em;
  transition: all 0.3s linear; }

.slider-depoimentos .owl-stage-outer {
  padding-top: 5rem !important; }

.slider-depoimentos .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  background-color: #40407a;
  color: inherit;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-width: 2px;
  border-style: solid;
  border-color: #2e2e59;
  border-radius: 1em;
  transition: all 0.3s linear;
  padding: 2rem 2rem;
  padding-top: 5rem;
  transition: all 0.3s linear; }
  .slider-depoimentos .item figure {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -5rem;
    border-radius: 100px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff; }
    .slider-depoimentos .item figure img {
      width: 150px;
      height: 150px; }

.slider .container {
  padding-left: 0;
  padding-right: 0; }

.slider .item {
  height: 65vh;
  background-size: cover;
  background-position: top center;
  transition: all 0.3s linear; }
  @media screen and (max-width: 576px) {
    .slider .item {
		height: 100vh;
	  } }
  .slider .item.img {
    height: auto;
    background-size: auto; }
  .slider .item .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
    .slider .item .center .titulo,
    .slider .item .center .resumo {
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
    .slider .item .center .titulo {
      font-size: 200%;
      background-color: rgba(0, 12, 12, 0.64);
      padding: 1rem 1rem;
      border-radius: 0.25rem; }
      @media screen and (max-width: 576px) {
        .slider .item .center .titulo {
          font-size: 150%; } }
    .slider .item .center .resumo {
      font-size: 120%; }
      @media screen and (max-width: 576px) {
        .slider .item .center .resumo {
          font-size: 100%; } }
    .slider .item .center .bt {
      display: block;
      width: max-content;
      background: linear-gradient(#58c971 0%, #0bd318 100%);
      font-weight: bold; }
    .slider .item .center .titulo,
    .slider .item .center .bt {
      display: block;
      margin: 0 auto;
      text-align: center; }

.tooltips {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .tooltips:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .tooltips .tooltip {
    display: block;
    min-width: 276px;
    background-color: #fff;
    color: initial;
    font-weight: normal;
    text-shadow: none;
    bottom: 100%;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(1rem);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    transition: all 0.3s linear; }
    .tooltips .tooltip:before {
      bottom: -20px;
      content: "";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%; }
    .tooltips .tooltip-titulo {
      display: block;
      font-weight: bold;
      padding: 1rem 1em;
      margin: 0 0;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      background-color: #dde5e6;
      font-size: 100%; }
    .tooltips .tooltip-resumo {
      display: block;
      padding: 1rem 1em;
      font-size: 80%; }

.video-yt {
  max-width: 560px;
  height: 315px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .video-yt::before {
    display: block;
    content: "";
    padding-top: 56.25%;
    box-sizing: border-box; }
  .video-yt .video-yt-item,
  .video-yt iframe,
  .video-yt embed,
  .video-yt object,
  .video-yt video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.grupo-form .bt-submit {
  cursor: pointer;
  border: none;
  background-clip: padding-box;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #dc3545;
  transition: all 0.3s linear;
  border-radius: 0.25rem;
  margin-bottom: 1rem; }
  .grupo-form .bt-submit:hover {
    background-color: #bd2130;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.5);
    text-shadow: 0px 0px 2px #000; }
  @media screen and (max-width: 576px) {
    .grupo-form .bt-submit {
      width: 100%; } }

.grupo-form-pequeno .bt-submit {
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-medio .bt-submit {
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-grande .bt-submit {
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .grupo-form input[type="checkbox"]:checked {
    background-color: #40407a; }
    .grupo-form input[type="checkbox"]:checked::before {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f00c";
      color: #fff; }

.grupo-form-pequeno input[type="checkbox"] {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 30%; }

.grupo-form-medio input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 50%; }

.grupo-form-grande input[type="checkbox"] {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 60%; }

.grupo-form .col-esq,
.grupo-form .col-dir {
  width: 49%;
  transition: all 0.3s linear; }
  @media screen and (max-width: 576px) {
    .grupo-form .col-esq,
    .grupo-form .col-dir {
      width: 100%; } }

.grupo-form .col-bloco {
  clear: both;
  width: 100%; }

.grupo-form .col-esq {
  float: left; }

.grupo-form .col-dir {
  float: right; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"] {
  margin-bottom: 1rem; }

.grupo-form textarea {
  font-family: sans-serif;
  margin-bottom: 1rem; }

.grupo-form-pequeno input[type="text"], .grupo-form-pequeno input[type="email"], .grupo-form-pequeno input[type="tel"], .grupo-form-pequeno input[type="time"], .grupo-form-pequeno input[type="password"], .grupo-form-pequeno input[type="search"], .grupo-form-pequeno input[type="url"], .grupo-form-pequeno input[type="week"], .grupo-form-pequeno input[type="file"], .grupo-form-pequeno input[type="month"], .grupo-form-pequeno input[type="number"] {
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-pequeno textarea {
  min-height: 150px;
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-medio input[type="text"], .grupo-form-medio input[type="email"], .grupo-form-medio input[type="tel"], .grupo-form-medio input[type="time"], .grupo-form-medio input[type="password"], .grupo-form-medio input[type="search"], .grupo-form-medio input[type="url"], .grupo-form-medio input[type="week"], .grupo-form-medio input[type="file"], .grupo-form-medio input[type="month"], .grupo-form-medio input[type="number"] {
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-medio textarea {
  min-height: 250px;
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-grande input[type="text"], .grupo-form-grande input[type="email"], .grupo-form-grande input[type="tel"], .grupo-form-grande input[type="time"], .grupo-form-grande input[type="password"], .grupo-form-grande input[type="search"], .grupo-form-grande input[type="url"], .grupo-form-grande input[type="week"], .grupo-form-grande input[type="file"], .grupo-form-grande input[type="month"], .grupo-form-grande input[type="number"] {
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form-grande textarea {
  min-height: 350px;
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form .desativado {
  cursor: not-allowed; }
  .grupo-form .desativado:active {
    pointer-events: none; }
  .grupo-form .desativado:disabled {
    color: #000;
    background-color: #f2f5f5; }

.grupo-form input[type="radio"] {
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 100%;
  transition: all 0.3s linear;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .grupo-form input[type="radio"]:checked {
    background-color: #40407a; }
  .grupo-form input[type="radio"]::before {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #fff; }

.grupo-form-pequeno input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 30%; }

.grupo-form-medio input[type="radio"] {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 50%; }

.grupo-form-grande input[type="radio"] {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 60%; }

.grupo-form input[type="range"] {
  width: 100%;
  cursor: pointer;
  background-color: #dde5e6;
  appearance: none;
  border-radius: 100px;
  transition: all 0.3s linear;
  border-width: 1px;
  border-style: solid;
  border-color: #b1c3c6;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .grupo-form input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    background-color: #40407a;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
    border-radius: 100px; }
  .grupo-form input[type="range"]::-moz-range-thumb {
    appearance: none;
    background-color: #40407a;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
    border-radius: 100px; }
  .grupo-form input[type="range"]:focus {
    outline: 0;
    border-radius: 100px; }
    .grupo-form input[type="range"]:focus::-webkit-slider-thumb {
      border-radius: 100px; }
    .grupo-form input[type="range"]:focus::-moz-range-thumb {
      border-radius: 100px; }

.grupo-form-pequeno input[type="range"] {
  height: .5rem; }
  .grupo-form-pequeno input[type="range"]::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem; }
  .grupo-form-pequeno input[type="range"]::-moz-range-thumb {
    width: 1rem;
    height: 1rem; }

.grupo-form-medio input[type="range"] {
  height: .7rem; }
  .grupo-form-medio input[type="range"]::-webkit-slider-thumb {
    width: 1.5rem;
    height: 1.5rem; }
  .grupo-form-medio input[type="range"]::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem; }

.grupo-form-grande input[type="range"] {
  height: .9rem; }
  .grupo-form-grande input[type="range"]::-webkit-slider-thumb {
    width: 2rem;
    height: 2rem; }
  .grupo-form-grande input[type="range"]::-moz-range-thumb {
    width: 2rem;
    height: 2rem; }

.grupo-form select {
  background: url("data:image/svg+xml;utf8,") no-repeat;
  background-position: right 1rem top 50%;
  margin-bottom: 1rem; }

.grupo-form-pequeno select {
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-medio select {
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-grande select {
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form fieldset {
  border: none; }

.grupo-form .container {
  padding-left: 0;
  padding-right: 0; }

.topo-icones {
  background-color: #00ab25;
  color: #fff;
  font-size: .75rem; }
  .topo-icones .center {
    display: grid;
    grid-gap: 15px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 992px) {
      .topo-icones .center {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        grid-gap: 0px; } }
    .topo-icones .center ul {
      list-style: none;
      display: flex;
      justify-content: flex-end; }
    .topo-icones .center [target*="facebook"],
    .topo-icones .center [target*="whatsapp"],
    .topo-icones .center [target*="instagram"] {
      display: inline-block;
      font-size: 1.3rem;
      color: #fff;
      margin-left: 0.3rem;
      margin-right: 0.3rem;
      transition: all 0.3s linear; }
      .topo-icones .center [target*="facebook"]:hover,
      .topo-icones .center [target*="whatsapp"]:hover,
      .topo-icones .center [target*="instagram"]:hover {
        color: #0078be; }

.topo {
  height: 200px;
  background-image: url("../images/topo-recicla-entulho.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #edeff1; }
  @media screen and (max-width: 992px) {
    .topo {
      height: auto;
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media screen and (max-width: 992px) {
    .topo {
      background-image: none; } }
  .topo .center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.menu {
  background-color: #00ab25;
  min-height: 20px; }
  @media screen and (max-width: 992px) {
    .menu {
      display: none; } }
  .menu .center {
    display: flex;
    justify-content: center; }
    .menu .center ul {
      list-style: none; }
      .menu .center ul li {
        display: inline-block;
        text-transform: uppercase;
        position: relative; }
        .menu .center ul li a {
          display: block;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          transition: all 0.3s linear;
          padding: 1rem 2rem; }
          .menu .center ul li a:hover {
            background-color: #007bff; }
      .menu .center ul #formulario {
        display: none;
        position: absolute;
        inset: 0;
        width: 95%;
        height: 100%;
        background-color: #00ab25;
        transition: all 0.3s linear; }
        .menu .center ul #formulario form {
          display: grid;
          height: 100%;
          grid-template-columns: .95fr auto;
          grid-gap: 15px;
          grid-column-gap: 15px;
          justify-content: center;
          align-items: center; }
          .menu .center ul #formulario form input[name="palavra"] {
            margin-bottom: 0; }
      .menu .center ul #fechar {
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 2rem; }

.menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 1rem;
  z-index: 999; }
  @media screen and (max-width: 992px) {
    .menu-mobile {
      display: inline; } }
  .menu-mobile .bt-padrao {
    background-color: #0078be; }
  .menu-mobile form {
    display: grid;
    grid-template-columns: 1fr auto; }
    .menu-mobile form input[type="text"] {
      margin: 0;
      border-radius: 0; }
    .menu-mobile form input[type="submit"] {
      border-radius: 0;
      margin-bottom: 0; }
    .menu-mobile form input:focus {
      box-shadow: none !important;
      border-color: none !important; }

.recicla-entulho .center section {
  display: grid;
  grid-template-columns: 1fr 575px;
  grid-gap: 15px; }
  @media screen and (max-width: 992px) {
    .recicla-entulho .center section {
      grid-template-columns: 1fr; }
      .recicla-entulho .center section .teste {
        order: 1;
        overflow: hidden; }
      .recicla-entulho .center section article {
        order: 2; } }

.servicos .locacao-e-sucatas {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 30px;
  margin-top: 3rem; }
  @media screen and (max-width: 992px) {
    .servicos .locacao-e-sucatas {
      grid-template-columns: 100%; } }
  .servicos .locacao-e-sucatas article {
    padding-top: 0.5rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    border-radius: 0.25rem;
    background-color: #0078be;
    color: #fff; }
    .servicos .locacao-e-sucatas article .bt {
      display: table;
      margin: 0 auto; }

.missao-visao-valores .valores ul {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 576px) {
    .missao-visao-valores .valores ul {
      grid-template-columns: 1fr; } }

.licencas-ambientais .slider3 img {
  width: auto;
  border-radius: 0.25rem;
  display: block;
  margin: 0 auto; }

.contato a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear; }
  .contato a:hover {
    color: #00ab25; }

.assinatura {
  font-size: .8rem;
  background-color: #0078be;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  color: #fff; }
  .assinatura .center {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; }
    @media screen and (max-width: 576px) {
      .assinatura .center {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center; } }
    @media screen and (max-width: 576px) {
      .assinatura .center span {
        order: 2; } }
    .assinatura .center ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      text-align: right;
      grid-gap: 5px;
      list-style: none;
      font-size: 1rem; }
      @media screen and (max-width: 576px) {
        .assinatura .center ul {
          order: 1;
          margin-bottom: .7rem; } }
      .assinatura .center ul li {
        display: inline; }
        .assinatura .center ul li a {
          display: inline-block;
          background-color: #212529;
          border-radius: 0.25rem;
          padding: 0.5rem 1rem;
          color: inherit;
          transition: all 0.3s linear; }
          .assinatura .center ul li a:hover {
            background-color: #383f45; }

.logos-flutuantes-redes-sociais {
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 997; }
  .logos-flutuantes-redes-sociais ul {
    list-style: none; }
