/*-----------------------------------------------------------------------------------
	Sala Mineira do Empreendedor de Lagoa dos Patos MG
	About: Sala Mineira do Empreendedor de Lagoa dos Patos MG, Gleiton Aparecido Soares de Souza agente de desenvolvimento.
	Author: Gleiton Aparecido Soares de Souza
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.candPrimeira {
  background-color: white;
  text-align: center;
  color: #292929;
  border-radius: 0px 0px 12px 12px;
  padding: 10px;
}
.page-container {
  overflow: hidden;
}
a,
button {
  transition: background 0.3s ease-in-out;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
}
.bloc-lg {
  padding: 100px 20px;
}
.bloc-sm {
  padding: 20px;
}
.full-width-bloc {
  padding-left: 0;
  padding-right: 0;
}
.full-width-bloc .row {
  margin-left: 0;
  margin-right: 0;
}
.full-width-bloc .container {
  width: 100%;
  max-width: 100% !important;
}
.full-width-bloc .carousel img {
  width: 100%;
  height: auto;
}
.bloc-shape-divider {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 0;
  display: flex;
  pointer-events: none;
}
.svg-divider {
  width: 100%;
  height: 100px;
  fill: #000000;
}
.bloc-divider-top {
  top: -1px;
  align-items: flex-start;
}
.bloc-divider-bottom {
  bottom: -1px;
  align-items: flex-end;
}
.bloc-divider-flip-x svg {
  transform: scale(-1, 1);
}
.bloc-divider-flip-y svg {
  transform: scale(1, -1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg {
  transform: scale(-1, -1);
}
.bloc-bg-texture::before {
  content: "";
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.texture-paper::before {
  background: url("img/texture-paper.png");
  background-size: 280px 280px;
}
.texture-square-lg::before {
  background: url("img/texture-square-lg.png");
  background-size: 8px 8px;
}
.texture-darken::before {
  background: rgba(0, 0, 0, 0.5);
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d-bloc {
  color: rgba(255, 255, 255, 0.7);
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, 0.9);
}
.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, 0.9);
}
.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, 0.2);
}
.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
  color: rgba(255, 255, 255, 0.6);
}
.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
  color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}
.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.d-bloc .card {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card icon {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover {
  color: rgba(0, 0, 0, 1);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}
.d-bloc .card,
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover,
.l-bloc button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}
.voffset-md {
  margin-top: 50px;
}
.b-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-dark .nav .dropdown-menu .nav-link {
  color: rgb(64, 64, 64);
}
.sticky-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-out;
}
.nav-special {
  overflow-y: scroll;
}
.nav-special .site-navigation {
  top: 0;
  left: 0;
  width: 100%;
  position: relative !important;
  max-width: 100% !important;
  z-index: 1000;
}
.nav-special .nav > li {
  width: 100%;
  background: none !important;
  border: 0 !important;
}
.nav-special.collapsing {
  -webkit-transition: none;
  transition: none;
  height: 100% !important;
  background: none !important;
}
.nav-special .navbar-nav .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
  float: none;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.nav-special .nav .dropdown-menu .nav-link {
  color: #fff;
}
.blocsapp-special-menu {
  position: absolute;
  z-index: 10000;
}
.nav-special.fullscreen-nav .caret,
.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret {
  border-width: 8px;
}
.nav-special .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-toggle {
  transition: all 0.1s linear;
}
.selected-nav {
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.1s linear;
}
.close-special-menu {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 16px;
  right: 10px;
  z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu {
  left: 260px;
}
.close-special-menu .close-icon {
  display: block;
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
  margin-top: 12px;
}
.close-special-menu .close-icon:after {
  content: "";
  display: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  transform: rotate(90deg);
}
.lock-scroll {
  overflow: hidden;
  transition: background 0.3s linear;
}
.nav-special::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.nav-special .dropdown-menu .dropdown .caret {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin: 0 0 0 5px;
  float: none;
}
.blocsapp-special-menu .site-navigation.pull-right {
  float: none !important;
}
.close-special-menu .close-icon {
  background: #fff;
}
.blocsapp-special-menu blocsnav {
  background: #000;
}
.nav-special.fullscreen-nav {
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  transition: all 0.2s linear;
}
.nav-special.fullscreen-nav.open-up {
  transform: translateY(1000px);
}
.nav-special.fullscreen-nav.open-down {
  transform: translateY(-1000px);
}
.nav-special.fullscreen-nav.open-left {
  transform: translateX(-1000px);
}
.nav-special.fullscreen-nav.open-right {
  transform: translateX(1000px);
}
.nav-special.fullscreen-nav .nav > li a,
.nav-special.fullscreen-nav .nav .dropdown-menu > li > a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 28px;
}
.nav-special.fullscreen-nav .nav > li a:hover {
  color: #fff;
}
.open.nav-special.fullscreen-nav {
  opacity: 1;
  transition: all 0.2s linear;
}
.nav-special.fullscreen-nav .site-navigation {
  text-align: center;
  margin-top: 10% !important;
}
.nav-special.fullscreen-nav .close-special-menu {
  right: 20px;
}
.open.nav-special.fullscreen-nav.open-left,
.open.nav-special.fullscreen-nav.open-right,
.open.nav-special.fullscreen-nav.open-down,
.open.nav-special.fullscreen-nav.open-up {
  transform: translateY(0);
}
.dropdown-menu .dropdown-menu {
  border: none;
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-sm .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-md .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-lg .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
.mg-clear {
  margin: 0;
}
.mg-sm {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px;
}
img.mg-sm,
img.mg-md,
img.mg-lg {
  margin-top: 0;
}
img.mg-sm {
  margin-bottom: 10px;
}
img.mg-md {
  margin-bottom: 30px;
}
img.mg-lg {
  margin-bottom: 50px;
}
.btn-d,
.btn-d:hover,
.btn-d:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
button {
  outline: none !important;
}
.btn-sq {
  border-radius: 0px;
}
.btn-clean {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 1, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.25),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn-glossy {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 1, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.35),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.4),
    inset 0 1px 0 2px rgba(255, 255, 255, 0.08);
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(255, 255, 255, 0.07) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(255, 255, 255, 0.07) 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(255, 255, 255, 0.07) 100%
  );
  background-image: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(255, 255, 255, 0.07) 100%
  );
}
.btn-style-none,
.btn-style-none:hover,
.btn-style-none:active,
.btn-style-none:focus {
  background: none;
  box-shadow: none;
  padding: 0;
}
.a-block {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.text-center .a-block {
  text-align: center;
}
.icon-md {
  font-size: 30px !important;
}
.icon-lg {
  font-size: 60px !important;
}
.icon-xl {
  font-size: 100px !important;
}
.icon-semi-rounded-b {
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 0 20px;
  padding: 32px 30px 26px 30px;
  min-width: 80px;
}
.icon-round.icon-md,
.icon-square.icon-md,
.icon-rounded.icon-md {
  min-width: 92px;
}
.icon-round.icon-lg,
.icon-square.icon-lg,
.icon-rounded.icon-lg {
  min-width: 122px;
}
.icon-round.icon-xl,
.icon-square.icon-xl,
.icon-rounded.icon-xl {
  min-width: 162px;
}
.sm-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
  border-radius: 0;
}
.card-rd {
  border-radius: 30px;
}
.card-rd .card-header {
  border-radius: 29px 29px 0 0;
}
.card-rd .card-footer {
  border-radius: 0 0 29px 29px;
}
.divider-h {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
}
.divider-h span {
  display: block;
  border-top: 1px solid transparent;
}
.divider-half {
  width: 50%;
  margin: 0 auto;
}
.dropdown-menu .divider-h,
.dropdown-menu .divider-half {
  padding: 0;
}
.form-control {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.carousel-nav-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
  stroke-linecap: round;
}
.carousel-caption-center {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
}
.hide-indicators {
  display: none;
}
.scroll-fx-in-range {
  will-change: opacity;
}
.scrollToTop {
  width: 36px;
  height: 36px;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.showScrollTop {
  opacity: 1;
  pointer-events: all;
}
.scroll-to-top-btn-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
  stroke-linecap: round;
}
.modal-fill {
  max-width: 99%;
}
a[data-lightbox] {
  position: relative;
  display: block;
  text-align: center;
}
a[data-lightbox]:hover::before {
  content: "+";
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial;
  font-size: 32px;
  line-height: 42px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 100;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img {
  opacity: 0.6;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.lightbox-caption {
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px;
}
.close-lightbox:hover,
.next-lightbox:hover,
.prev-lightbox:hover {
  background: rgba(0, 0, 0, 0.5);
}
.next-lightbox,
.prev-lightbox,
.close-lightbox {
  position: absolute;
  padding: 6px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 0;
  transition: background 0.2s ease-in-out;
  border-radius: 0.25rem;
  border: none;
  z-index: 20;
}
.next-lightbox,
.prev-lightbox {
  top: 45%;
}
.close-lightbox {
  top: 20px;
  right: 20px;
}
.next-lightbox {
  right: 25px;
}
.prev-lightbox {
  left: 25px;
}
.lightbox-prev-icon,
.lightbox-next-icon,
.lightbox-close-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
  fill-rule: evenodd;
  stroke-linecap: round;
}
.lightbox-close-svg {
  pointer-events: none;
}
.fullscreen-lb {
  background: #000;
  border-radius: 0;
}
.fullscreen-lb .modal-body {
  padding: 0;
}
.fullscreen-lb .lightbox-caption {
  left: 0;
  right: 0;
  bottom: -10px;
  text-align: center;
}
.fullscreen-modal {
  background: #000;
}
.fullscreen-modal .modal-dialog {
  width: 100% !important;
  max-width: 95% !important;
}
.close-full-screen-modal {
  position: fixed;
  display: block;
  width: 25px;
  height: 25px;
  top: 16px;
  right: 10px;
  z-index: 10000;
}
.close-full-screen-modal .close-icon {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
}
.close-full-screen-modal .close-icon {
  height: 2px;
}
.close-full-screen-modal .close-icon:after {
  content: "";
  display: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.close-full-screen-modal {
  right: 20px;
}
.object-hidden {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
  font-family: "Helvetica";
}
.container {
  max-width: 1200px;
}
.h3-style {
  font-size: 13px;
  font-weight: bold;
  color: #0c24b7 !important;
}
.link-color {
  color: #181818 !important;
  font-size: 12px;
  margin-top: 10px;
  border-style: solid;
  border-color: rgba(170, 102, 31, 0.33) !important;
  font-weight: normal;
  border-width: 0px 0px 2px 0px;
}
.link-color:hover {
  color: #000000 !important;
  font-weight: bold;
}
.ultimo {
  padding-bottom: 15px;
}
.h2-style {
  font-size: 22px;
}
.h2-2-style {
  font-size: 31px;
  float: none;
  border-style: solid;
  color: #ffffff !important;
  border-color: #ee8205 !important;
  padding: 10px 10px 10px 10px;
  border-width: 2px 2px 2px 2px;
}
.info {
  font-weight: normal;
  font-size: 25px;
  color: #ffffff !important;
}
.divider {
  height: 1px;
  padding-top: 1px;
  margin-top: 1px;
}
.acima-sala {
  border-style: solid;
  border-color: #f98726 !important;
  background-size: auto 10px;
  height: 40px;
  border-width: 1px 0px 1px 0px;
}
.icone-capacitacao {
  margin-bottom: 100px;
}
.form-fundo {
  margin: -10px -10px -10px -10px;
  padding: 10px 10px 10px 10px;
}
.h2-bloc-5-style {
  font-size: 20px;
}
.h3-bloc-5-style {
  font-size: 15px;
  margin-top: -20px;
}
.btn-style {
  width: 39.82%;
  margin-bottom: 35px;
  font-size: 12px;
  border-radius: 17px 17px 17px 17px;
}
.h2-4-style {
  font-size: 20px;
}
.text-span-color {
  color: #1647cd;
}
.h3-9-style {
  font-size: 18px;
}
.footer-link {
  color: rgba(222, 222, 222, 0.9) !important;
  text-transform: capitalize;
}
.btn-style:hover {
  background-color: #e08700;
  box-shadow: 0px 2px 12px #000000;
}
.solicitar {
  margin-bottom: 50px;
}
.btn-bloc-18-style {
  border-radius: 4px 4px 4px 4px;
}
.btn-bloc-18-style:hover {
  background-color: #317dc5;
}
.btn-button-style {
  width: 78.06%;
  background-color: #ae4909;
  margin: 20px 20px 20px 20px;
  border-radius: 16px 16px 16px 16px;
}
.btn-button-style:hover {
  background-color: #e88317;
}
.mensagem {
  background-color: #d57621;
  font-size: 15px;
  text-transform: none;
}
.mensagem:hover {
  background-color: #fba612;
}
.envio-form {
  background: linear-gradient(0deg, #ddd7a0, #ffdda7);
  box-shadow: -2px 11px 22px #000000;
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}
.label-style {
  width: 98.33%;
  font-weight: bold;
  color: #ffffff !important;
  background-color: transparent;
}
.for {
  border-style: solid;
  border-color: #d0d0d0 !important;
  margin-top: 50px;
  border-width: 1px 1px 1px 1px;
}
.dentro {
  margin: 20px 20px 0px 20px;
}
.baixo {
  margin-bottom: 70px;
}
.campos {
  border-style: solid;
  border-color: #a7a7a7 !important;
  border-radius: 7px 7px 7px 7px;
  border-width: 1px 1px 1px 1px;
}
.vovo {
  background-size: length;
  background-repeat: repeat;
  background-position: center top;
}
.inici {
  background-color: #f55b2b;
}
.inici:hover {
  background-color: #f38a36;
}
.estilo-sai {
  color: #f33e00 !important;
  font-weight: bold;
}
.btn-padding {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #2787b6;
  margin-right: 20px;
  margin-top: -100px;
  font-size: 15px;
}
.btn-padding:hover {
  background-color: #144863;
  color: #ffffff !important;
}
.bloco {
  border-style: solid;
  border-color: #f97f25 !important;
  width: 25px;
  background-color: rgba(255, 140, 43, 0.25);
  margin: 20px 20px 20px 20px;
  border-radius: 10px 10px 10px 10px;
  border-width: 1px 1px 1px 1px;
}
.titulo-bloco {
  font-weight: bold;
  font-size: 22px;
  color: #5c5c5c !important;
  height: 50px;
}
.desc-bloco {
  font-size: 15px;
  height: 50px;
}
.bloco:hover {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.71);
  background-color: #ffebd8;
  background: linear-gradient(
    0deg,
    #f7e3d0 14%,
    #faeee9 24%,
    #ffefea 51%,
    #f7e3d0 63%
  );
}
.btn-voltar-style {
  width: 16.03%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.icone-sevico {
  color: rgba(0, 0, 0, 0.81) !important;
  margin: 10px 10px 10px 10px;
}
.menu-topo {
  background-size: auto auto;
  background-position: left top;
}
.p-style {
  font-size: 20px;
}
.link-style {
  font-weight: bold;
  text-decoration: underline;
}
.bloc-divider-t-fill {
  fill: #3c3d3d;
}
.fundo-atendimento {
  background-size: cover;
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
.img-bloc-0-style {
  width: 403px;
  background-color: #2e2f2f;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 10px 10px 10px;
}
.bloc-divider-t-bloc-15-fill {
  fill: rgba(60, 61, 61, 0.82);
}
.bloc-divider-t-bloc-2-fill {
  fill: #3c3d3d;
}
.redonda {
  background: linear-gradient(0deg, rgba(70, 43, 15, 0.21) 0%, #c0c0c0 100%);
}
.p-bloc-30-style {
  font-size: 20px;
}
.imagens-b {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}
.botao-artigo {
  margin-bottom: 50px;
  background-color: transparent;
  border-style: solid;
  border-color: #d77d26 !important;
  border-width: 2px 2px 2px 2px;
}
.botao-artigo:hover {
  background: linear-gradient(0deg, #ffd9a3 0%, #ffbf98 100%);
  color: #000000 !important;
}
.implantar-torre-tim-lagoa-dos-patos-mg {
  border-style: solid;
  border-color: #a8a8a8 !important;
  margin: 2px 2px 2px 2px;
  border-width: 1px 1px 1px 1px;
}
.saiba-mais {
  background: linear-gradient(141deg, #703307 0%, #8d7313 52%, #ba6d24 100%);
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
}
.saiba-mais:hover {
  background-color: #a2701a;
}
.fotos-lagoa-dos-patos-mg {
  padding: 10px 10px 10px 10px;
}
.h1-style {
  font-size: 40px;
}
.h3-28-style {
  font-size: 20px;
}
.lite {
  width: 44.25%;
  background-color: rgba(251, 126, 22, 0.89);
  margin-top: 10px;
  border-radius: 0px 0px 0px 0px;
}
.tp {
  margin-top: 20px;
}
.junto {
  font-size: 14px;
  margin-top: -20px;
}
.h1-bloc-1-style {
  font-size: 30px;
  font-weight: 500;
  color: #f4f815 !important;
}
.endereco {
  color: #f98727 !important;
}
.h2-bloc-39-style {
  font-size: 18px;
}
.h2-as-construtora-style {
  font-size: 20px;
}
.serviços-e-comercio {
  border-style: solid;
  border-color: #3d3e3e !important;
  margin: 5px 5px 5px 5px;
  border-radius: 20px 20px 20px 20px;
  border-width: 1px 1px 1px 1px;
}
.img-local {
  width: 156px;
  margin: 10px 10px 10px 10px;
  border-radius: 12px 12px 12px 12px;
}
.serviços-e-comercio:hover {
  background: linear-gradient(0deg, rgba(255, 234, 211, 0.74) 0%, #ffffff 100%);
}
.h2-16-style {
  font-size: 20px;
}
.img-bloc-33-style {
  width: 484px;
}
.p-bloc-33-style {
  font-size: 25px;
}
.p-60-style {
  font-size: 25px;
}
.h1-bloc-34-style {
  font-size: 30px;
}
.btn-bloc-34-style {
  background-color: #0847bf;
  background: linear-gradient(0deg, #0043ff 3%, #84a1ff 100%);
  border-radius: 18px 0px 18px 0px;
}
.btn-bloc-34-style:hover {
  background: linear-gradient(0deg, rgba(95, 195, 212, 0.68) 0%, #ffffff 100%);
  color: #000000 !important;
}
.lite:hover {
  background-color: rgba(253, 167, 100, 0.68);
}
.cnpj {
  font-size: 25px;
  color: rgba(156, 14, 40, 0.99) !important;
  font-weight: bold;
  text-decoration: underline !important;
}
.selecionar-empresa {
  background: linear-gradient(0deg, #fd7f13 0%, #fff19c 100%);
  font-weight: bold;
  color: rgba(79, 60, 52, 0.86) !important;
  border-radius: 0px 0px 0px 0px;
}
.cnpj:hover {
  color: #ec570d !important;
}
.selecionar-empresa:hover {
  background-color: #d84202;
  color: #ffffff !important;
}
.h3-bloc-38-style {
  font-size: 25px;
}
.empreendedor {
  background-position: left bottom;
  background-size: contain;
  background-repeat: repeat;
  background-color: #7d7f81;
  background-attachment: fixed;
}
.cor {
  background: linear-gradient(0deg, #000000 0%, transparent 100%);
}
.p-bloc-2-style {
  font-size: 18px;
}
.fundo-mapa {
  border-style: solid;
  border-color: #ffffff !important;
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center top;
  background-color: transparent;
  border-width: 5px 5px 5px 5px;
}
.informacoes {
  background-color: #3f3f3f;
}
.p-bloc-37-style {
  font-size: 22px;
}
.p-85-style {
  font-size: 22px;
}
.btn-37-style {
  background-color: #578ef2;
  border-radius: 0px 0px 0px 0px;
}
.p-bloc-38-style {
  font-size: 22px;
}
.p-87-style {
  font-size: 22px;
}
.p-88-style {
  font-size: 22px;
}
.p-89-style {
  font-size: 22px;
}
.h3-comercio-local-style {
  font-size: 30px;
}
.img-39-style {
  width: 156px;
}
.lei-issqn-pdf {
  height: 800px;
}
.propa {
  width: 185px;
  position: fixed;
  right: 0px;
  bottom: 300px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.div {
  background-color: rgba(223, 130, 77, 0.58);
  height: 0px;
}
.field-style {
  height: 109px;
}
.label-bloc-39-style {
  width: 61.86%;
}
.f-nfa {
  margin: 20px 20px 20px 20px;
}
.botao-informacao {
  font-size: 15px;
  background: linear-gradient(0deg, #f0631c 0%, #ffca8e 100%);
  color: #ffffff !important;
  margin: 10px 10px 10px 0px;
  border-radius: 8px 8px 8px 8px;
}
.botao-informacao:hover {
  background-color: #cf763d;
  color: #000000 !important;
}
.botao-informacao:active {
  background-color: #ed933f;
  color: #ffffff !important;
  text-shadow: 0px 2px 7px #ffb779;
}
.botao-informacao:focus {
  box-shadow: 0px 2px 2px #000000;
  background-color: #eeb15f;
  color: #e97a00 !important;
  text-shadow: 0px 2px 7px #f79251;
}
.h3-bloc-39-style {
  font-size: 22px;
}
.titulo-pagina {
  font-size: 25px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.86) !important;
}
.subtitulo-pagina {
  font-size: 22px;
  color: #4d4d4d !important;
  font-weight: bold;
}
.h2-23-style {
  font-size: 20px;
}
.img-44-style {
  width: 655px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
}
.img-47-style {
  width: 640px;
}
.modificar-form {
  color: #000000 !important;
}
.aten {
  color: #ff000e !important;
  background-color: #e2e2e2;
}
.decl {
  font-size: 18px;
}
.close {
  right: 55px;
}
.conti {
  margin-bottom: 30px;
  background: linear-gradient(0deg, #e06d34 0%, #ffffff 100%);
  color: #000000 !important;
  border-style: solid;
  border-color: #000000 !important;
  border-radius: 20px 20px 20px 20px;
  border-width: 1px 1px 1px 1px;
}
.btn-36-style {
  width: 28.95%;
  margin-top: 20px;
}
.botao-alvara {
  background: linear-gradient(143deg, #002b9d 0%, #db51ff 100%);
  box-shadow: 0px 2px 9px #000000;
  border-radius: 12px 12px 12px 12px;
}
.botao-alvara:hover {
  background-color: #d64714;
  color: #ffffff !important;
}
.h1-bloc-48-style {
  font-size: 30px;
}
.h1-bloc-2-style {
  font-size: 20px;
  margin-top: 25px;
}
.h2-bloc-2-style {
  font-size: 15px;
}
.btn-bloc-2-style {
  margin-bottom: 25px;
  border-radius: 0px 0px 0px 0px;
}
.inserir-dados-novo-alvara {
  color: rgba(130, 130, 130, 0.36) !important;
}
.form-16 {
  margin: 20px 20px 20px 20px;
}
.btn-bloc-50-style {
  border-radius: 0px 0px 0px 0px;
}
.checkbox-style {
  width: 3.91%;
}
.checkbox-bloc-50-style {
  width: 2.46%;
  height: 26px;
}
.img-novo-alvara-style {
  width: 734px;
}
.img-bloc-48-style {
  width: 349px;
  margin-right: -230%;
}
.cnps-lagoa-dos-patos {
  margin-bottom: 15px;
}
.lista {
  font-size: 15px;
  color: #d57005 !important;
  font-weight: bold;
}
.lista:hover {
  color: #ffffff !important;
}
.apresentacao {
  margin-bottom: 0px;
  margin-top: 2px;
}
.p-bloc-53-style {
  font-size: 22px;
}
.p-138-style {
  font-size: 22px;
}
.p-137-style {
  font-size: 22px;
}
.h2-bloc-53-style {
  font-size: 25px;
}
.accordeon-fotos {
  background: linear-gradient(0deg, #8cb3f5 0%, #ffffff 100%);
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 25px 25px 25px 25px;
}
.p-51-style {
  width: 50.88%;
}
.img-style {
  height: 300px;
}
.card-qualificação {
  font-weight: bold;
  background: linear-gradient(0deg, #f29118 0%, #ffffff 100%);
  color: #000000 !important;
  margin: 10px 10px 10px 10px;
  border-radius: 25px 25px 25px 25px;
}
.botao-agente {
  font-size: 10px;
  background-color: #8b530d;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 25px 25px 25px 25px;
}
.indicador {
  background-color: #fc9933;
}
.h3-chamada-style {
  font-size: 15px;
}
.next {
  background-color: rgba(248, 135, 38, 0.38);
}
.previ {
  background-color: rgba(248, 135, 38, 0.49);
}
.p-bloc-14-style {
  width: 76.86%;
}
.botao-agente:hover {
  box-shadow: 0px 2px 17px #000000;
  background-color: rgba(236, 151, 38, 0.81);
}
.p-11-style {
  font-size: 15px;
}
.p-12-style {
  font-size: 15px;
}
.img-164-style {
  height: 150px;
  width: 248px;
  background: linear-gradient(
    0deg,
    #b06e1f 0%,
    #987117 26%,
    #8b7211 54%,
    #835d0e 79%,
    #733709 100%
  );
}
.btn-saiba-mais-style {
  width: 100%;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 9px 9px 9px 9px;
}
.row-style {
  width: 100%;
  padding-left: 80px;
  margin-right: 0px;
}
.label-sexo--style {
  width: 23.89%;
}
.h3-56-style {
  font-size: 18px;
}
.fomulario-lgpd {
  color: #f3f3f3 !important;
  font-weight: bold;
  margin-top: 20px;
}
.coluna-form {
  border-style: solid;
  border-color: #b4b4b4 !important;
  box-shadow: 0px 2px 12px #4b4b4b;
  background: linear-gradient(0deg, #8e8e8e 0%, #bbbbbb 99%);
  margin: 5px 5px 5px 5px;
  padding: 0px 50px 50px 50px;
  border-radius: 25px 25px 25px 25px;
  border-width: 1px 1px 1px 1px;
}
.btn-bloc-57-style {
  width: 49.44%;
  font-size: 12px;
}
.obitos {
  background-color: rgba(190, 127, 1, 0.88);
}
.servicos-sala-mineira {
  background: linear-gradient(0deg, #f8e7ca 0%, #fefffe 47%, #ffffff 100%);
  box-shadow: inset 0px 21px 33px #fbbb5c;
  padding: 20px 20px 20px 20px;
}
.alva {
  height: 600px;
}
.texto-materia {
  font-size: 20px;
  color: #444444 !important;
  font-weight: lighter;
}
.h1-bloc-63-style {
  font-size: 28px;
  color: #00019b !important;
  font-weight: bold;
}
.h4-bloc-63-style {
  font-size: 15px;
}
.blog {
  background-color: #f37d1d;
  border-radius: 0px 0px 0px 0px;
}
.blog:hover {
  background-color: #ff000e;
}
.h2-bloc-63-style {
  width: 100%;
  font-weight: bold;
  color: #0b109b !important;
}
.bloc-style {
  opacity: 1;
}
.imagem-desc {
  height: 374px;
}
.p-bloc-63-style {
  font-size: 12px;
}
.p-166-style {
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
.texto-subtitle {
  font-size: 20px;
  color: #656565 !important;
  font-style: italic;
  font-weight: lighter;
}
.corpo-fotos {
  height: 500px;
}
.btn-bloc-63-style {
  width: 29.6%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
}
.cursos {
  background: linear-gradient(0deg, #9f9f9f 0%, #ffffff 100%);
  color: #ffffff !important;
}
.h1-bloc-72-style {
  font-size: 25px;
  font-weight: lighter;
  font-style: italic;
}
.container-div-style {
  width: 350px;
  height: 350px;
  text-align: center;
}
.img-imag-style {
  width: 970px;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #7d7f7e !important;
  box-shadow: 4px 7px 9px #bcbcbc;
  border-width: 1px 1px 1px 1px;
}
.topp {
  z-index: 99999999999;
}
.lateral {
  border-style: _NS2469;
  border-color: rgba(46, 75, 129, 0.47) !important;
  box-shadow: 3px 0px 27px rgba(0, 0, 0, 0.62);
  border-width: 1px 1px 1px 1px;
}
.text-span-bloc-63-color {
  color: #e3e3e3;
}
.fundo-conselho {
  width: 100%;
  font-size: 20px;
}
.fundo {
  background-color: rgba(16, 16, 16, 0.72);
  border-style: solid;
  border-color: #000000 !important;
  padding: 20px 20px 20px 20px;
  border-width: 1px 1px 1px 1px;
}
.h2-62-style {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
}
.btn-131-style {
  width: 52.12%;
  background-color: #067b00;
  color: #ffffff !important;
}
.btn-131-style:hover {
  background-color: #295800;
  box-shadow: inset 0px 2px 2px #000000;
}
.card-header-style {
  width: 100%;
  background: linear-gradient(0deg, #a55a2e 0%, #b47177 100%);
  margin-bottom: 10px;
}
.p-248-style {
  width: 100%;
  color: #ffffff !important;
}
.btn-saiba-mais-padding {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff !important;
  box-shadow: 0px 2px 6px #000000;
}
.btn-saiba-mais-padding:hover {
  background-color: #202020;
  color: #ffffff !important;
}
.btn-142-style {
  background-color: #499d94;
  box-shadow: 0px 2px 8px #000000;
  border-radius: 16px 16px 16px 16px;
}
.btn-142-style:hover {
  box-shadow: inset 0px 2px 2px #000000;
}
.container-div-bloc-63-style {
  width: 100%;
  padding-top: 20px;
}
.img-328-style {
  width: 100%;
  height: 100%;
  margin: 10px 0px 0px 10px;
  box-shadow: #cb5d03 0px 5px 0px 0px;
  border-radius: 8px;
  position: relative;
}
.img-328-style:after {
	content: "www.salamineira.com";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
.p-265-style {
  width: 68.75%;
}
.container-div-0-style {
	height: 100%;
	border-radius: 8px;
	box-shadow: inset rgb(232, 108, 14) 1px 1px 1px 1px;
  width: 100%;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);

  color: rgba(0, 0, 0, 0.67) !important;
  margin: 10px 10px 10px 0px;
  padding: 15px 15px 15px 15px;
}
.container-div-29274-style {
	margin-bottom: 1em;
  width: 100%;
  /* height: 100%; */
  padding: 30px 30px 30px 30px;
}
.fixo {
  background-attachment: fixed;
}
.h3-bloc-79-style {
  width: 100%;
  color: #000000 !important;
  font-weight: bold;
}
.btn-146-style {
  width: 18.94%;
  text-transform: capitalize;
  background-color: #d57f27;
  color: #fcfcfc !important;
  font-weight: bold;
  border-radius: 14px 14px 14px 14px;
}
.link-maisc-minusc {
  text-transform: capitalize;
  color: #d74b17 !important;
  font-weight: normal;
}
.card-header-bloc-82-style {
  width: 100%;
  background-color: rgba(175, 175, 175, 0.6);
}
.card-body-style {
  width: 100%;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.wcem {
  width: 100%;
}
.row-bloc-82-style {
  width: 100%;
  background-color: #e5e8e0;
  padding: 20px 20px 20px 20px;
}
.img-bloc-82-style {
  width: 1050px;
  margin-top: 20px;
}
.link {
  text-transform: capitalize;
  font-size: 20px;
}
.distancia-imagem {
  margin-bottom: 20px;
}
.tamanho-lateral {
  height: 820px;
}
.blocsapp-special-menu blocsnav {
  background-color: transparent;
}
.h2-bloc-57-style {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: lighter;
  width: 100%;
}
.h2-44-style {
  color: #9d0c00 !important;
  font-weight: normal;
}
.h1-sas-sebrae-style {
  width: 100%;
  font-weight: bold;
  font-size: 25px;
  color: #000000 !important;
}
.h3-81-style {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85) !important;
}
.p-279-style {
  width: 100%;
  color: rgba(0, 0, 0, 0.76) !important;
  font-weight: lighter;
}
.h2-69-style {
  width: 100%;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.86) !important;
}
.h1-51-style {
  width: 100%;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.76) !important;
}
.modulos-anuncios-sebrae {
  background-color: rgba(243, 206, 150, 0.23);
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  border-radius: 8px 8px 8px 8px;
}
.btn-150-style {
  width: 24.86%;
  font-size: 12px;
  background-color: #c87e01;
}
.btn-150-style:hover {
  background-color: #ffa948;
  box-shadow: 0px 2px 5px #595959;
}
.btn-150-style:active {
  background-color: #825100;
  box-shadow: inset 0px 2px 2px #000000;
}
.h2-71-style {
  width: 100%;
  font-size: 20px;
  color: #000000 !important;
  font-weight: bold;
}
.p-288-style {
  width: 100%;
  color: rgba(0, 0, 0, 0.86) !important;
}
.container-div-2574-style {
  width: 100%;
  margin-bottom: 10px;
  background-color: #eaeaea;
  padding: 10px 10px 10px 10px;
}
.container-div-39419-style {
  width: 100%;
  background: linear-gradient(0deg, #e9e9e9 0%, #fff6e3 100%);
  padding: 10px 10px 10px 10px;
}
.h1-53-style {
  width: 100%;
  font-weight: bold;
  color: #3c3c3c !important;
}
.h3-84-style {
  width: 99.1%;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.88) !important;
}
.container-div-23698-style {
  width: 100%;
  background: linear-gradient(0deg, #cecece 0%, #ffffff 100%);
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
}
.link-ver-style {
  width: 7.48%;
}
.p-bloc-89-style {
  font-size: 20px;
  font-weight: bold;
  color: #000000 !important;
}
.container-div-bloc-30-style {
  width: 100%;
  height: 550px;
}
.x350 {
  height: 350px;
  margin-bottom: 25px;
  background-color: #3c3d3d;
}
.row-bloc-14-style {
  width: 100%;
  padding: 5px 5px 5px 5px;
}
.h2-78-style {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.89) !important;
}
.btn-168-style {
  width: 25.41%;
  text-transform: capitalize;
  border-radius: 20px 20px 20px 20px;
}
.h1-57-style {
  width: 100%;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  color: #4c2c13 !important;
}
.container-div-37622-style {
  width: 100%;
  background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 100%);
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
}
.btn-168-style:hover {
  color: #301b0e !important;
  background-color: #ffdb95;
  box-shadow: 0px 2px 8px #000000;
}
.btn-168-style:active {
  box-shadow: inset 0px 2px 2px #000000;
  background-color: #5d442d;
}
.p-4-style {
  width: 91.47%;
}
.p-6-style {
  width: 90%;
}
.img-bloc-0-style:hover {
  filter: saturate(200%);
  fill: rgba(163, 55, 61, 0.87);
  stroke: #7d7d7d;
}
.container-div-bloc-2-style {
  width: 100%;
  background-color: #333333;
}
.h1-bloc-94-style {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.h3-bloc-94-style {
  width: 73.25%;
  font-weight: bold;
  color: #000000 !important;
}
.p-bloc-94-style {
  width: 100%;
  font-size: 22px;
  color: #000000 !important;
}
.container-div-bloc-94-style {
  width: 100%;
}
.btn-172-style {
  border-radius: 15px 15px 15px 15px;
}
.btn-bloc-94-style {
  width: 47.46%;
  background-color: #52b83d;
}
.img-bloc-94-style {
  width: 700px;
}
.h5-style {
  width: 100%;
  color: rgba(0, 0, 0, 0.66) !important;
  font-weight: bold;
  font-style: italic;
}
.img-bloc-63-style {
  width: 744px;
}
.img-358-style {
  width: 750px;
}
.fundo-menu-link {
  background-color: #7d7f81;
  border-radius: 8px;
  filter: saturate(135%);
  background-size: length;
}
a {
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
li {
  text-align: center;
}
.link-menu-topo {
  background-color: rgba(231, 146, 0, 0.5);
  border-style: solid;
  border-color: rgba(234, 192, 103, 0.43) !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.76), inset 0px 3px 8px #eddc55;
  background: linear-gradient(
    30deg,
    #7d4e00 0%,
    #e79100 35%,
    #e79100 51%,
    #e7aa29 77%,
    #ffffff 100%
  );
  font-size: 12px;
  margin: 1px 1px 1px 1px;
  border-radius: 12px 0px 12px 0px;
  border-width: 1px 1px 1px 1px;
}
.link-menu-topo:hover {
  background-color: #e79100;
  filter: saturate(142%);
}
.link-menu-topo:active {
  box-shadow: inset 0px 2px 2px #000000;
  background-color: #ffa001;
}
.fixed {
  background-attachment: fixed;
}
.concerta {
  z-index: 0;
}
.h3-95-style {
  width: 100%;
  color: #000000 !important;
  font-weight: bold;
  font-size: 21px;
}
.h3-22-09-2021-style {
  width: 100%;
  color: rgba(0, 39, 193, 0.79) !important;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}
.p-504-style {
  width: 100%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.86) !important;
}
.btn-183-style {
  width: 51.79%;
  text-transform: capitalize;
  background: linear-gradient(0deg, #b23e0b 0%, #ff8900 100%);
}
.capa-convite {
  background: linear-gradient(0deg, #e4e4e4 0%, #ffffff 100%);
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.65);
  height: 650px;
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}
.h3-97-style {
  width: 100%;
  font-size: 20px;
  color: #ffffff !important;
}
.btn-submit-style {
  width: 52.48%;
  background: linear-gradient(0deg, #e16a17 0%, #ffa44c 100%);
  box-shadow: 0px 2px 4px #000000;
  text-transform: none;
  margin-top: 20px;
  border-radius: 12px 12px 12px 12px;
}
.img-bloc-100-style {
  width: 542px;
  height: 203px;
}
.h2-bloc-100-style {
  width: 98.17%;
  font-size: 20px;
  font-weight: bold;
}
.img-bloc-99-style {
  width: 545px;
  height: 400px;
}
.container-div-bloc-100-style {
  width: 100%;
  box-shadow: 0px 2px 6px #000000;
  padding: 20px 20px 20px 20px;
}
.bloc100 {
  background-attachment: fixed;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  background-origin: border-box;
  background-position: center top;
}
.container-div-bloc-1-style {
  width: 100%;
  margin-bottom: 10px;
}
.img-bloc-38-style {
  width: 531px;
}
.fixed-back {
  background-attachment: fixed;
}
.link-local {
  font-size: 10px;
  font-weight: bold;
}
.row-22-style {
  width: 100%;
}
.row-21-style {
  width: 100%;
  margin-bottom: 20px;
}
.container-div-bloc-0-style {
  width: 100%;
  padding: 10px 10px 10px 10px;
}
.container-div-bloc-99-style {
  width: 100%;
  height: 90px;
  background-color: #3c3d3d;
}
.container-div-bloc-38-style {
  width: 100%;
  height: 280px;
  border-style: solid;
  border-color: #a8a8a8 !important;
  border-width: 1px 1px 1px 1px;
}
.btn-acessar-style {
  width: 41.47%;
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff !important;
  background-color: #5699c8;
  border-radius: 5px 5px 5px 5px;
}
.btn-acessar-style:hover {
  background-color: #4882ac;
}
.container-div-bloc-39-style {
  width: 100%;
  padding: 30px 30px 30px 30px;
}
.h3-bloc-1-style {
  width: 100%;
}
.btn-bloc-39-style {
  width: 37.02%;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff !important;
}
.img-vovo-dedo-fren-style {
  width: 535px;
}
.vovo-fundo {
  background-size: 100px auto;
  background-position: left top;
  background-repeat: repeat;
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  background-origin: border-box;
}
.h3-91-style {
  background: linear-gradient(0deg, #d2d2d2 0%, #ffffff 100%);
  font-size: 15px;
  text-transform: capitalize;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}
.fundo-404 {
  background-color: #3d3e40;
}
.gleiton-presente {
  padding: 20px 20px 20px 20px;
}
.container-div-0-bloc-49-style {
  width: 100%;
}
.container-div-bloc-49-style {
  width: 59.08%;
  padding: 40px 40px 40px 40px;
}
.fundo-gleiton-sobre {
  background-attachment: fixed;
}
.fundo-imovel {
  z-index: 0;
}
.fundo-imovell {
  padding: 15px 15px 15px 15px;
}
.img-bloc-14-style {
  width: 221px;
  background: linear-gradient(
    0deg,
    #e04d72 0%,
    #d7837d 34%,
    #432e29 71%,
    #c2b4c5 100%
  );
  height: 280px;
}
.frente-menu {
  position: sticky;
  z-index: 999;
}
.h2-89-style {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.92) !important;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #939393 !important;
  border-width: 0px 0px 2px 0px;
}
.btn-bloc-99-style {
  width: 100%;
  text-transform: capitalize;
}
.bloc-99-nfe-e-nfa {
  background: linear-gradient(0deg, #d9d9d9 0%, #ffffff 51%, #e1e1e1 100%);
}
.fundo-novo-alvara {
  background-attachment: fixed;
}
.container-div-bloc-29-style {
  width: 100%;
  padding: 20px 20px 20px 20px;
}
.h2-bloc-29-style {
  width: 100%;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #fff9fc !important;
}
.text-area-style {
  width: 100%;
  border-style: solid;
  border-color: rgba(85, 85, 85, 0.98) !important;
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.93);
  background-color: rgba(255, 255, 255, 0.71);
  border-width: 1px 1px 1px 1px;
}
.b0-altura {
  height: 110px;
  stroke: #edbf06;
  stroke-width: 10;
}
.container-div-0-bloc-99-style {
  height: 135px;
  background-color: #000000;
}
.img-bloc-30-style {
  width: 976px;
}
.img-385-style {
  width: 577px;
}
.btn-184-style {
  width: 100%;
  text-transform: capitalize;
  background: linear-gradient(0deg, #4e8cb9 0%, #456b60 100%);
  padding-top: 18px;
  padding-bottom: 18px;
  color: #ffffff !important;
  font-weight: bold;
}
.container-div-35571-style {
  width: 100%;
  margin-top: 20px;
}
.container-div-4234-style {
  width: 100%;
  background: linear-gradient(
    0deg,
    #e7ddd2 0%,
    #ffffff 32%,
    #ffffff 68%,
    #ffe1bf 100%
  );
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.7);
  padding: 20px 20px 20px 20px;
}
.btn-184-style:hover {
  background-color: #346370;
}
.btn-184-style:active {
  background-color: #2e4c50;
  box-shadow: inset 0px 2px 2px #000000;
}
.h1-bloc-101-style {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline !important;
  color: #4c6d9b !important;
}
.modal-reuniao-acabada {
  background: linear-gradient(
    0deg,
    #5da1e6 0%,
    #ececec 29%,
    #ececec 72%,
    #5c9fe2 100%
  );
  padding: 20px 20px 20px 20px;
}
.container-div-0-bloc-63-style {
  width: 100%;
  background-image: url("img/antirabica-lagoa-dos-patos-mg.jpg");
  background-size: cover;
  background-position: right center;
  margin-bottom: 30px;
}
.h2-91-style {
  width: 87.03%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff !important;
  padding: 2px 2px 2px 2px;
}
.container-div-23908-style {
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 73, 166, 0.82) 0%,
    rgba(119, 202, 255, 0.55) 100%
  );
  padding: 10px 10px 10px 10px;
}
.p-504-bloc-63-style {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff !important;
}
.h1-atenção--style {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  color: #ffe323 !important;
}
.data-de-vacinacao {
  color: #f4e223 !important;
}
.p-505-style {
  width: 100%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: bold;
}
.container-div-31124-style {
  width: 100%;
  padding: 10px 10px 10px 10px;
}
.container-div-22593-style {
  width: 100%;
  border-style: solid;
  border-color: #f4e223 !important;
  border-radius: 12px 12px 12px 12px;
  border-width: 1px 1px 1px 1px;
}
.container-div-26714-style {
  width: 100%;
  border-style: solid;
  border-color: #f4e223 !important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 1px 0px;
}
.container-div-40147-style {
  width: 100%;
  padding: 10px 10px 10px 15px;
}
.h3-realização-style {
  width: 100%;
  font-weight: bold;
  color: #ffffff !important;
  text-align: center;
  margin-top: 50px;
}
.img-logo-lagoa-pat-style {
  width: 152px;
}
.h2-92-style {
  width: 71.39%;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff !important;
  text-align: center;
}
.container-div-29001-style {
  width: 100%;
  margin-bottom: 0px;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-origin: padding-box;
  background-blend-mode: normal;
}
.row-bloc-63-style {
  width: 100%;
}
.tracado {
  text-decoration: none;
}
.card-header-bloc-63-style {
  height: 49px;
}
.modal-maps {
  background-color: rgba(181, 181, 181, 0.95);
}
.h3-bloc-63-style {
  color: #191919 !important;
}
.p-bloc-32-style {
  width: 100%;
  font-style: italic;
  color: rgba(205, 0, 25, 0.95) !important;
  font-weight: bold;
}
.p-50-style {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #000000 !important;
  height: 125px;
}
.saiba-mais:active {
  background-color: #754f14;
  color: #d8d8d8 !important;
  box-shadow: inset 0px 2px 2px #000000;
}
.img-394-style {
  width: 790px;
  margin-top: 50px;
}
.link-menu-topo:focus {
  background-color: #e89700;
}
.link-menu-topo:visited {
  background-color: #f2d972;
}
.container-div-bloc-92-style {
  width: 100%;
}
.row-bloc-30-style {
  width: 100%;
  padding: 20px 0px 20px 20px;
}
.container-div-0-bloc-30-style {
  width: 100%;
}
.btn-22-style {
  width: 49.11%;
  text-transform: capitalize;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0px 2px 2px #000000;
  margin: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.p-13-style {
  width: 100%;
  color: #000000 !important;
}
.container-div-37541-style {
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-div-15708-style {
  width: 100%;
  border-style: solid;
  border-color: rgba(177, 177, 177, 0.94) !important;
  padding: 20px 20px 20px 20px;
  border-width: 1px 1px 1px 1px;
}
.p-552-style {
  width: 100%;
  color: rgba(0, 0, 0, 0.76) !important;
}
.container-div-22768-style {
  width: 100%;
  background-color: rgba(192, 192, 192, 0.41);
}
.container-div-5601-style {
  width: 100%;
  background-color: rgba(190, 119, 57, 0.54);
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
}
.enderecos-destaque {
  font-weight: bold;
  color: #eb0010 !important;
}
.img-418-style {
  width: 1107px;
  padding: 10px 10px 10px 10px;
}
.img-402-style {
  width: 427px;
}
.container-div-28937-style {
  width: 100%;
  background-color: rgba(239, 239, 239, 0.98);
  margin-top: 20px;
  padding: 10px 10px 10px 10px;
}
.h1-bloc-108-style {
  width: 100%;
  color: #303030 !important;
}
.h3-bloc-108-style {
  width: 100%;
  font-size: 18px;
  color: #000000 !important;
}
.img-2-style {
  background: linear-gradient(
    90deg,
    #360fed 17%,
    #7d7f81 30%,
    #7d7f81 73%,
    #020001 83%
  );
  box-shadow: 0px 2px 4px #000000;
  padding: 1px 1px 1px 1px;
}
.img-159-style {
  width: 200px;
  height: 120px;
}
.container-div-bloc-32-style {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  padding: 20px 20px 20px 20px;
}
.h1-bloc-32-style {
  width: 100%;
  font-weight: bold;
}
.h2-bloc-32-style {
  width: 100%;
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  color: #ff6b05 !important;
}
.p-123-style {
  width: 100%;
  font-weight: 400;
  font-display: swap;
  text-align: left;
  font-size: 18px;
  color: rgba(250, 255, 249, 0.99) !important;
}
.container-div-bloc-25-style {
  width: 50%;
  margin-left: 25%;
  background-color: #ffdedc;
  border-style: solid;
  border-color: #2d2e2f !important;
  padding: 25px 25px 25px 25px;
  border-width: 1px 1px 1px 1px;
}
.container-div-0-bloc-25-style {
  width: 100%;
}
.fundo-sucesso {
  background: linear-gradient(0deg, #000000 0%, #343535 100%);
}
.h2-bloc-25-style {
  font-size: 20px;
}
.h3-11-style {
  font-size: 20px;
}
.h3-bloc-25-style {
  font-weight: bold;
  font-size: 25px;
}
.btn-bloc-25-style {
  width: 34.31%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  text-transform: none;
  color: #002234 !important;
}
.h5-bloc-35-style {
  width: 100%;
}
.div-pesquisa {
  width: 200px;
  height: 50px;
}
.h1-bloc-110-style {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff !important;
}
.h2-bloc-110-style {
  width: 100%;
  font-size: 22px;
  font-weight: lighter;
}
.desconsidere {
  font-weight: bold;
  color: #ffee00 !important;
  text-transform: lowercase;
}
.tags {
  width: 100%;
  font-size: 15px;
}
.h3-bloc-110-style {
  width: 37.3%;
  color: #000000 !important;
  background: linear-gradient(0deg, #b88406 0%, #ffffff 100%);
  padding: 5px 5px 5px 5px;
}
.p-bloc-110-style {
  width: 100%;
  color: #000000 !important;
}
.container-div-bloc-110-style {
  background: linear-gradient(0deg, #000000 0%, #e2e8e8 100%);
}
.img-409-style {
  width: 790px;
}
.container-div-6707-style {
  width: 100%;
  background-color: #e8e8e8;
  box-shadow: 0px 2px 6px #000000;
  margin-bottom: 30px;
  padding: 10px 10px 10px 10px;
}
.container-div-32573-style {
  width: 100%;
  padding: 30px 30px 30px 30px;
}
.nota {
  font-weight: bold;
  color: #a34f00 !important;
}
.img-410-style {
  width: 790px;
}
.label-bloc-12-style {
  width: 100%;
}
.alinhado {
  border-style: solid;
  border-color: #57855d !important;
  padding: 20px 20px 1px 20px;
  border-width: 0px 10px 0px 10px;
}
.container-div-25802-style {
  width: 100%;
  margin-bottom: 30px;
}
.container-div-bloc-57-style {
  width: 100%;
  margin-bottom: 20px;
}
.b38 {
  height: 350px;
}
.container-div-0-bloc-110-style {
  width: 100%;
  background-color: #000000;
  margin-top: 20px;
  padding: 10px 10px 10px 10px;
}
.container-div-24118-style {
  width: 100%;
  box-shadow: 0px 2px 9px #000000;
}
.bgc-manatee {
  background-color: #979797;
}
.bgc-dark-jungle-green {
  background-color: rgba(26, 27, 27, 0.72);
}
.bgc-davys-grey {
  background-color: #515252;
}
.bgc-red-ryb {
  background-color: rgba(255, 37, 24, 0.19);
}
.bgc-coquelicot {
  background-color: #ff3b00;
}
.bgc-black {
  background-color: #000000;
}
.bgc-cornflower-blue {
  background-color: rgba(99, 123, 255, 0.439216);
}
.bgc-cadmium-orange {
  background-color: #f98727;
}
.bgc-rifle-green {
  background-color: #3d3e3e;
}
.bgc-lavender-gray {
  background-color: #c7caca;
}
.bgc-white {
  background-color: #ffffff;
}
.bgc-light-goldenrod-yellow {
  background-color: #ecfecd;
}
.bgc-pearl-aqua {
  background-color: #8edeb4;
}
.bgc-carolina-blue {
  background-color: #98b0f2;
}
.bgc-mauve {
  background-color: #e1b9f3;
}
.bgc-pale-silver {
  background-color: #cab5c1;
}
.bgc-bright-lavender {
  background-color: #b39fee;
}
.bgc-light-gray {
  background-color: #cdcfcf;
}
.bgc-ash-grey {
  background-color: rgba(182, 184, 184, 0.47);
}
.bgc-seashell {
  background-color: #fef0eb;
}
.bgc-medium-jungle-green {
  background-color: #303131;
}
.bgc-rifle-green-2 {
  background-color: #3c3d3d;
}
.tc-cadmium-orange {
  color: #f98727 !important;
}
.tc-rifle-green {
  color: #3d3e3e !important;
}
.tc-black {
  color: #000000 !important;
}
.tc-white {
  color: #ffffff !important;
}
.tc-white-2 {
  color: #ffffff !important;
}
.tc-lincoln-green {
  color: #156b17 !important;
}
.tc-coquelicot {
  color: #ff3b00 !important;
}
.tc-medium-jungle-green {
  color: #303131 !important;
}
.tc-davys-grey {
  color: #515252 !important;
}
.tc-black-2 {
  color: #000000 !important;
}
.tc-coquelicot-2 {
  color: #ff3b00 !important;
}
.tc-dark-jungle-green {
  color: rgba(26, 27, 27, 0.72) !important;
}
.tc-light-goldenrod-yellow {
  color: #ecfecd !important;
}
.tc-sapphire {
  color: #1647cc !important;
}
.tc-bright-lavender {
  color: #b39fee !important;
}
.btn-sapphire {
  background: #1647cc;
  color: #ffffff !important;
}
.btn-sapphire:hover {
  background: #1239a3 !important;
  color: #ffffff !important;
}
.btn-sapphire-2 {
  background: #1647cc;
  color: #ffffff !important;
}
.btn-sapphire-2:hover {
  background: #1239a3 !important;
  color: #ffffff !important;
}
.btn-cadmium-orange {
  background: #f98727;
  color: #ffffff !important;
}
.btn-cadmium-orange:hover {
  background: #c76c1f !important;
  color: #ffffff !important;
}
.btn-rifle-green {
  background: #3d3e3e;
  color: #ffffff !important;
}
.btn-rifle-green:hover {
  background: #313232 !important;
  color: #ffffff !important;
}
.btn-coquelicot {
  background: #ff3b00;
  color: #ffffff !important;
}
.btn-coquelicot:hover {
  background: #cc2f00 !important;
  color: #ffffff !important;
}
.btn-carolina-blue {
  background: #98b0f2;
  color: #ffffff !important;
}
.btn-carolina-blue:hover {
  background: #7a8dc2 !important;
  color: #ffffff !important;
}
.btn-cadmium-orange-2 {
  background: #f98727;
  color: #ffffff !important;
}
.btn-cadmium-orange-2:hover {
  background: #c76c1f !important;
  color: #ffffff !important;
}
.ltc-rifle-green {
  color: #3d3e3e !important;
}
.ltc-rifle-green:hover {
  color: #313232 !important;
}
.ltc-coquelicot {
  color: #ff3b00 !important;
}
.ltc-coquelicot:hover {
  color: #cc2f00 !important;
}
.ltc-coquelicot-2 {
  color: #ff3b00 !important;
}
.ltc-coquelicot-2:hover {
  color: #cc2f00 !important;
}
.ltc-cadmium-orange {
  color: #f98727 !important;
}
.ltc-cadmium-orange:hover {
  color: #c76c1f !important;
}
.ltc-ferrari-red {
  color: #ff2d00 !important;
}
.ltc-ferrari-red:hover {
  color: #cc2400 !important;
}
.ltc-carolina-blue {
  color: #98b0f2 !important;
}
.ltc-carolina-blue:hover {
  color: #7a8dc2 !important;
}
.icon-cadmium-orange {
  color: #f98727 !important;
  border-color: #f98727 !important;
}
.icon-cadmium-orange-2 {
  color: #f98727 !important;
  border-color: #f98727 !important;
}
.icon-coquelicot {
  color: #ff3b00 !important;
  border-color: #ff3b00 !important;
}
.icon-mauve {
  color: #e1b9f3 !important;
  border-color: #e1b9f3 !important;
}
.bg-HDR-Lagoa-dos-patos-mg-barragem {
  background-image: url("https://static.wixstatic.com/media/7343dd_780f45dc1d8d4067bad6868cf9cfc407~mv2.png/v1/fill/w_974,h_731,al_c,q_90,usm_0.66_1.00_0.01/HDR-Lagoa-dos-patos-mg-barragem.jpg");
}
.bg-HDR-Lagoa-dos-patos-mg-barragem-edited-j {
  background-image: url("https://static.wixstatic.com/media/7343dd_31eb68c4f93a4ce7998d22cc75987c43~mv2.jpg/v1/fill/w_974,h_731,al_c,q_85,usm_0.66_1.00_0.01/HDR-Lagoa-dos-patos-mg-barragem_edited_j.jpg");
}
.bg-logo-sala-mineira-do-empreendedor-lagoa- {
  background-image: url("https://static.wixstatic.com/media/7343dd_ad5b01731e374be287dda9e10d2e1595~mv2.png/v1/fill/w_266,h_73,al_c,q_85,usm_0.66_1.00_0.01/logo-sala-mineira-do-empreendedor-lagoa-.png");
}
.bg-artigo-olhe-concientizacao-use-mascara-lagoa-dos-pat {
  background-image: url("img/artigo-olhe-concientizacao-use-mascara-lagoa-dos-pat.jpg");
}
.bg-Barragem-20cheia-20Lagoa-20dos-20Patos-20--20MG-20-27032012 {
  background-image: url("img/Barragem%20cheia%20Lagoa%20dos%20Patos%20-%20MG.%20-27032012.jpg");
}
.bg-HDR-Lagoa-dos-patos-mg-barragem {
  background-image: url("img/HDR-Lagoa-dos-patos-mg-barragem.png");
}
.bg-Lagoa-dos-patos-mg-barragem-cheia-27032012122 {
  background-image: url("img/Lagoa-dos-patos-mg-barragem-cheia-27032012122.jpg");
}
.bg-fundo-formulario-reuniao-cadastro {
  background-image: url("img/fundo-formulario-reuniao-cadastro.jpeg");
}
.bg-vovo-dedo-fundo {
  background-image: url("img/vovo-dedo-fundo.jpg");
}
.bg-particula-tecnologia-sala-mineira-lagoa-dos-patos-mg {
  background-image: url("/imagens/fundo-tecno-gleiton-aparecido-soares-de-souza.png");
}
.bg-fundo-servicos-iptu-imovel {
  background-image: url("img/fundo-servicos-iptu-imovel.jpg");
}
.waves-container {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.waves-container canvas {
  display: block;
}
@media (min-width: 576px) {
  .bloc-xxl-sm {
    padding: 200px 20px;
  }
  .bloc-xl-sm {
    padding: 150px 20px;
  }
  .bloc-lg-sm {
    padding: 100px 20px;
  }
  .bloc-md-sm {
    padding: 50px 20px;
  }
  .bloc-sm-sm {
    padding: 20px;
  }
  .bloc-no-padding-sm {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .bloc-xxl-md {
    padding: 200px 20px;
  }
  .bloc-xl-md {
    padding: 150px 20px;
  }
  .bloc-lg-md {
    padding: 100px 20px;
  }
  .bloc-md-md {
    padding: 50px 20px;
  }
  .bloc-sm-md {
    padding: 20px 20px;
  }
  .bloc-no-padding-md {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .bloc-xxl-lg {
    padding: 200px 20px;
  }
  .bloc-xl-lg {
    padding: 150px 20px;
  }
  .bloc-lg-lg {
    padding: 100px 20px;
  }
  .bloc-md-lg {
    padding: 50px 20px;
  }
  .bloc-sm-lg {
    padding: 20px;
  }
  .bloc-no-padding-lg {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .bloc.full-width-bloc,
  .bloc-tile-2.full-width-bloc .container,
  .bloc-tile-3.full-width-bloc .container,
  .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .bloc {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
  }
  .bloc-group,
  .bloc-group .bloc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bloc-tile-2 .container,
  .bloc-tile-3 .container,
  .bloc-tile-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }
}
@media (max-width: 991px) {
  .label-style {
    font-size: 22px;
  }
  .h2-style {
    width: 100%;
  }
  .img-bloc-48-style {
    margin-right: -100%;
  }
  .aten {
    text-align: center;
  }
  .link-color {
    font-size: 15px;
  }
  .p-265-style {
    width: 100%;
  }
  .btn-146-style {
    width: 50%;
  }
  .container-div-29274-style {
    padding: 10px 10px 10px 10px;
  }
  .blocsapp-special-menu blocsnav {
    background-color: #7c7c7c;
  }
  .p-bloc-89-style {
    width: 100%;
    font-weight: bold;
    color: #000000 !important;
  }
  .container-div-23698-style {
    background: linear-gradient(0deg, #dbdbdb 0%, #ffffff 100%);
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
  }
  .container-div-bloc-30-style {
    height: 500px;
  }
  .tamanho-lateral {
    height: 550px;
  }
  .h2-78-style {
    text-align: center;
  }
  .x350 {
    height: 250px;
  }
  .btn-submit-style {
    width: 87.1%;
    background: linear-gradient(0deg, #e08d01 0%, #ffe795 100%);
  }
  .img-bloc-38-style {
    width: 350px;
  }
  .btn-bloc-39-style {
    width: 74.59%;
  }
  .btn-bloc-99-style {
    margin-bottom: 20px;
  }
  .b0-altura {
    height: 200px;
  }
  .img-bloc-101-style {
    width: 94px;
  }
  .h1-bloc-101-style {
    text-align: center;
  }
  .titulo-bloco {
    text-align: center;
    font-size: 16px;
  }
  .desc-bloco {
    text-align: center;
  }
  .btn-22-style {
    width: 86.44%;
    font-size: 15px;
  }
  .container-div-37541-style {
    width: 100%;
    padding: 12px 0px 12px 0px;
  }
  .bloco {
    margin: 2px 2px 2px 2px;
  }
  .h2-bloc-108-style {
    width: 100%;
    text-align: center;
  }
  .b38 {
    height: 370px;
  }
  .voffset-md {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .apresentacao {
    height: 400px;
  }
  .img-bloc-48-style {
    margin-right: -50%;
  }
  .link-color {
    font-size: 18px;
  }
  .btn-146-style {
    width: 37.35%;
  }
  .p-265-style {
    width: 97.79%;
  }
  .blocsapp-special-menu blocsnav {
    background-color: #8a8a8a;
  }
  .h1-53-style {
    font-size: 30px;
  }
  .container-div-bloc-30-style {
    height: 350px;
  }
  .tamanho-lateral {
    height: 400px;
  }
  .btn-168-style {
    width: 91.49%;
  }
  .h2-78-style {
    text-align: center;
  }
  .x350 {
    height: 200px;
  }
  .menu-topo {
  }
  li {
    font-size: 12px;
  }
  .fundo-menu-link {
    z-index: 0;
  }
  .field-bloc-29-style {
    width: 100%;
  }
  .btn-submit-style {
    width: 85.29%;
    font-size: 15px;
  }
  .capa-convite {
    height: 660px;
  }
  .btn-bloc-39-style {
    width: 78.62%;
  }
  .b0-altura {
    height: 180px;
  }
  .h1-bloc-101-style {
    text-align: center;
  }
  .h3-bloc-63-style {
    font-size: 22px;
  }
  .row-style {
    padding-left: 0px;
  }
  .btn-22-style {
    width: 100%;
    font-size: 13px;
  }
  .h2-bloc-108-style {
    font-size: 15px;
  }
  .container-div-29274-style {
    height: 100%;
  }
  .menu-moblee {
    color: #ffffff !important;
    background: linear-gradient(0deg, #e2e2e2 0%, #ffffff 100%);
  }
  .h3-bloc-110-style {
    width: 73.16%;
  }
  .h1-bloc-110-style {
    font-size: 20px;
  }
  .coluna-form {
    margin: 5px 5px 5px 5px;
  }
  .b38 {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .h2-style {
    font-size: 10px;
    height: 200%;
  }
  .footer-link {
    text-align: center;
  }
  .btn-style {
    font-size: 20px;
    width: 82.92%;
  }
  .h3-bloc-25-style {
    font-size: 15px;
  }
  .h2-bloc-25-style {
    font-size: 22px;
    font-weight: bold;
  }
  .h3-11-style {
    font-size: 15px;
  }
  .btn-button-style {
    width: 72.24%;
    font-size: 15px;
  }
  .h3-bloc-1-style {
    font-size: 17px;
  }
  .h1-style {
    font-size: 25px;
  }
  .p-style {
    font-size: 14px;
  }
  .btn-voltar-style {
    width: 38.91%;
  }
  .btn----mais-antiga-padding {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .saiba-mais {
  }
  .h1-bloc-1-style {
    font-size: 25px;
  }
  .endereco {
    background: linear-gradient(0deg, #be0004 0%, #dc5500 100%);
  }
  .lite {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin-top: 10px;
    border-radius: 0px 0px 0px 0px;
  }
  .h3-as-construtora-style {
    font-size: 20px;
  }
  .selecionar-empresa {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .selecionar-empresa:hover {
    background-color: #e5881e;
  }
  .selecionar-empresa:active {
    background-color: #e0070c;
  }
  .h3-bloc-36-style {
    font-size: 20px;
  }
  .p-bloc-38-style {
    font-size: 18px;
  }
  .p-87-style {
    font-size: 18px;
  }
  .p-88-style {
    font-size: 18px;
  }
  .p-89-style {
    font-size: 18px;
  }
  .p-90-style {
    font-size: 18px;
  }
  .p-85-style {
    font-size: 18px;
  }
  .btn-37-style:hover {
    background-color: #5793ce;
    color: #000000 !important;
  }
  .botao-alvara {
    color: #e40500 !important;
    font-size: 12px;
    width: 88.89%;
  }
  .label-style {
    font-size: 20px;
  }
  .btn-bloc-18-style {
    background-color: #b80004;
    border-radius: 6px 6px 6px 6px;
  }
  .btn-bloc-18-style:hover {
    background-color: #66000a;
  }
  .coluna-anuncio {
    padding-left: 0px;
  }
  .img-bloc-0-style {
    margin-top: 5px;
  }
  .apresentacao {
    height: 100%;
  }
  .accordeon-fotos {
  }
  .p-51-style {
    width: 69.04%;
  }
  .img-style {
    margin: 10px 10px 10px 10px;
  }
  .lgpd {
    color: #fb3506 !important;
  }
  .btn-entendi--style {
    border-radius: 16px 16px 16px 16px;
  }
  .coluna-form {
    padding-right: 0px;
    padding-left: 10px;
    margin: 0px 0px 0px 0px;
  }
  .fomulario-lgpd {
  }
  .h2-bloc-57-style {
    font-size: 15px;
  }
  .h2-44-style {
    font-size: 22px;
  }
  .imagem-desc {
    height: 180px;
  }
  .h1-bloc-48-style {
    font-size: 20px;
  }
  .img-bloc-48-style {
    margin-right: 10px;
  }
  .servicos-sala-mineira {
    background: linear-gradient(
      131deg,
      #dca0eb 0%,
      #7da3c7 20%,
      #93c38e 40%,
      #b677ce 60%,
      #8a99f6 79%,
      #ff8dc0 100%
    );
  }
  .fundo-conselho {
    font-size: 10px;
    margin-top: -20px;
  }
  .fundo {
    height: 35px;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
  }
  .btn-131-style {
    width: 100%;
    font-size: 12px;
  }
  .h2-62-style {
    font-size: 18px;
  }
  .row-bloc-79-style {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .fundo-perfil {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: rgba(55, 55, 55, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(15px);
  }
  .container-div-29274-style {
  
    padding: 0px 0px 0px 0px;
  }
  .img-328-style {
    margin-left: 0px;
  }
  .p-265-style {
    width: 100%;
  }
  .btn-146-style {
    width: 72.4%;
  }
  .blocsapp-special-menu blocsnav {
    background-color: #b8b8b8;
  }
  .h2-71-style {
    font-size: 15px;
  }
  .h3-84-style {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.68) !important;
  }
  .container-div-23698-style {
    background: linear-gradient(0deg, #729fbd 0%, #ffd8b9 97%);
    padding: 10px 10px 10px 10px;
  }
  .container-div-bloc-30-style {
    height: 200px;
  }
  .tamanho-lateral {
    height: 200px;
  }
  .h2-bloc-14-style {
    width: 100%;
    font-size: 20px;
  }
  .btn-168-style {
    width: 100%;
    font-size: 15px;
  }
  .h2-78-style {
    font-size: 15px;
    text-align: center;
  }
  .h1-57-style {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ab2f00 !important;
  }
  .x350 {
    height: 150px;
  }
  .p-4-style {
    padding: 0px 0px 0px 10px;
  }
  .p-6-style {
    padding-left: 10px;
  }
  .icone-capacitacao {
    padding-left: 10px;
  }
  .h1-bloc-94-style {
    font-size: 20px;
  }
  .h3-bloc-94-style {
    width: 92.53%;
    font-size: 20px;
    text-align: center;
  }
  .btn-bloc-94-style {
    width: 64.06%;
    font-size: 20px;
  }
  .container-div-bloc-94-style {
    width: 100%;
  }
  .btn-172-style {
    width: 100%;
  }
  .h3-91-style {
    width: 100%;
    background: linear-gradient(0deg, #c8c8c8 0%, #ffffff 100%);
    border-style: solid;
    border-color: #868686 !important;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
  }
  .fundo-menu-link {
    z-index: 0;
  }
  .container {
    max-width: 576px;
  }
  .btn-183-style {
    width: 94.19%;
  }
  .img-bloc-99-style {
  }
  .capa-convite {
    height: 780px;
  }
  .mensagem {
    font-size: 15px;
  }
  .btn-bloc-32-style {
    width: 100%;
    text-transform: capitalize;
  }
  .btn-bloc-39-style {
    width: 100%;
    font-size: 15px;
  }
  .h2-12-style {
    width: 100%;
    font-size: 15px;
  }
  .redonda {
    box-shadow: 0px 0px 5px #000000;
    background: linear-gradient(
      0deg,
      rgba(241, 131, 39, 0.21) 0%,
      rgba(255, 255, 255, 0.32) 100%
    );
  }
  .p-bloc-14-style {
    width: 90.04%;
  }
  .btn-bloc-99-style {
    margin-bottom: 20px;
  }
  .container-div-bloc-99-style {
    margin-bottom: 180px;
  }
  .b0-altura {
    height: 180px;
  }
  .container-div-bloc-0-style {
  }
  .img-2-style {
    width: 256px;
    height: 80px;
  }
  .h1-bloc-101-style {
    font-size: 22px;
    text-align: center;
  }
  .h1-atenção--style {
    width: 97.51%;
    font-size: 30px;
  }
  .p-504-bloc-63-style {
    font-size: 15px;
  }
  .h2-91-style {
    font-size: 18px;
  }
  .h3-bloc-63-style {
    width: 86.23%;
    font-size: 15px;
  }
  .row-style {
    padding-left: 0px;
  }
  .h2-bloc-108-style {
    font-size: 10px;
  }
  .h2-2-style {
    font-size: 25px;
    text-align: center;
  }
  .menu-moblee {
    background: linear-gradient(0deg, #969696 0%, #ffffff 100%);
  }
  .img-mobile-noticias {
  }
  .h1-bloc-110-style {
    font-size: 20px;
  }
  .h3-bloc-110-style {
    width: 86.23%;
    font-size: 20px;
  }
  .b38 {
    height: 580px;
  }
  .mg-clear-xs {
    margin: 0;
  }
}
