body {
  margin: 0;
  padding: 0;
  direction: ltr;
  background-color: #faf8f8;
  color: #000000;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'DM Sans 9pt', sans-serif;
}

/* EMAIL */
.email {
    padding: 20px 10px 15px 10px;
	font-size: 1em;
}

.email .btn.search {
	font-size: 0.9em;
}

.email h2 {
	margin-top: 0;
	padding-bottom: 8px;
}

.email .nav.nav-pills > li > a {
	border-top: 3px solid transparent;
}

.email .nav.nav-pills > li > a > .fa {
	margin-right: 5px;
}

.email .nav.nav-pills > li.active > a,
.email .nav.nav-pills > li.active > a:hover {
	background-color: #f6f6f6;
	border-top-color: #3c8dbc;
}

.email .nav.nav-pills > li.active > a {
	font-weight: 600;
}

.email .nav.nav-pills > li > a:hover {
	background-color: #f6f6f6;
}

.email .nav.nav-pills.nav-stacked > li > a {
	color: #666;
	border-top: 0;
	border-left: 3px solid transparent;
	border-radius: 0px;
}

.email .nav.nav-pills.nav-stacked > li.active > a,
.email .nav.nav-pills.nav-stacked > li.active > a:hover {
	background-color: #f6f6f6;
	border-left-color: #3c8dbc;
	color: #444;
}

.email .nav.nav-pills.nav-stacked > li.header {
	color: #777;
	text-transform: uppercase;
	position: relative;
	padding: 0px 0 10px 0;
}

.email table {
	font-weight: 600;
}

.email table a {
	color: #666;
}

.email table tr.read > td {
	background-color: #f6f6f6;
}

.email table tr.read > td {
	font-weight: 400;
}

.email table tr td > i.fa {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}

.email table tr td > i.fa-star {
	color: #f39c12;
}

.email table tr td > i.fa-bookmark {
	color: #e74c3c;
}

.email table tr > td.action {
	padding-left: 0px;
	padding-right: 2px;
}

.grid {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}



.grid .grid-header:after {
    clear: both;
}

.grid .grid-header span,
.grid .grid-header > .fa {
    display: inline-block;
    margin: 0;
    font-weight: 300;
    font-size: 1.5em;
    float: left;
}

.grid .grid-header span {
    padding: 0 5px;
}

.grid .grid-header > .fa {
    padding: 5px 10px 0 0;
}

.grid .grid-header > .grid-tools {
    padding: 4px 10px;
}

.grid .grid-header > .grid-tools a {
    color: #999999;
    padding-left: 10px;
    cursor: pointer;
}

.grid .grid-header > .grid-tools a:hover {
    color: #666666;
}

.grid .grid-body {
    padding: 15px 20px 15px 20px;
    font-size: 0.9em;
    line-height: 1.9em;
}

.grid .full {
    padding: 0 !important;
}

.grid .transparent {
    box-shadow: none !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.grid.top.black > .grid-header {
    border-top-color: #000000 !important;
}

.grid.bottom.black > .grid-body {
    border-bottom-color: #000000 !important;
}

.grid.top.blue > .grid-header {
    border-top-color: #007be9 !important;
}

.grid.bottom.blue > .grid-body {
    border-bottom-color: #007be9 !important;
}

.grid.top.green > .grid-header {
    border-top-color: #00c273 !important;
}

.grid.bottom.green > .grid-body {
    border-bottom-color: #00c273 !important;
}

.grid.top.purple > .grid-header {
    border-top-color: #a700d3 !important;
}

.grid.bottom.purple > .grid-body {
    border-bottom-color: #a700d3 !important;
}

.grid.top.red > .grid-header {
    border-top-color: #dc1200 !important;
}

.grid.bottom.red > .grid-body {
    border-bottom-color: #dc1200 !important;
}

.grid.top.orange > .grid-header {
    border-top-color: #f46100 !important;
}

.grid.bottom.orange > .grid-body {
    border-bottom-color: #f46100 !important;
}

.grid.no-border > .grid-header {
    border-bottom: 0px !important;
}

.grid.top > .grid-header {
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.grid.bottom > .grid-body {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
}

h1 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

h2 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;;
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 17px
}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
    font-family: Poppins,sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
    transition: .5s;
    margin-bottom: 5px
}

.blocogeral {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  position: relative;
  height: 100%;
  top: auto;
}

td, th {
  color: #000;
}

.nav-link, .nav-link.disabled {
  color: #fff;
  text-transform: uppercase;
}

.linkes {
  font-size: 0.9rem;
  color: #ffffff;
}

.linkes a:link {
  text-decoration: none;
  color: #fdfdfd !important;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}

.container-zxl{
  width: 98%;
}

.linkes a:visited {
  text-decoration: none;
  color: #fdfdfd !important;
}

.linkes a:hover {
  text-decoration: none;
  color: #d1cfcf !important;
}

.linkes a:active {
  text-decoration: none;
  color: #fdfdfd !important;
}

a:link {
  text-decoration: none;
  color: #030303 !important;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

a:visited {
  text-decoration: none;
  color: #6c6a6a !important;
}

a:hover {
  text-decoration: none;
  color: #777676 !important;
}

a:active {
  text-decoration: none;
  color: #fdfdfd !important;
}

.menutoplink > a {
  color: #fff !important;
}

.menutoplink > a:hover {
  text-decoration: none;
  color: #9b9999 !important;
}

.isDisabled {
  cursor: default;
}

.isDisabled>a {
  color: currentColor;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

.container-sec {
  max-width: 1140px !important;
}

.widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  display: flex;
}

.pt-t1 {
  padding-top: 12px;
}

.pe-e1 {
  padding-right: 15px;
}

.ps-s1 {
  padding-left: 20px;
}

.w-90 {
  width: 90%;
}

.col-x {
  flex: 0 0 auto;
  width: 2.66666667%;
}

.col-3 {
  width: 20%;
}

.col-2 {
  width: 11%;
}

.uppercase {
  text-transform: uppercase
}

textarea:focus {
  border-color: transparent;
  outline-color: transparent
}

hr {
  margin: 60px 0;
  padding: 0;
  border-top: 0
}

hr.mp-0 {
  margin: 0
}

hr.mtb-40 {
  margin: 40px 0;
  border-top: 0
}

.alignleft {
  display: inline;
  float: left
}

.alignright {
  display: inline;
  float: right
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

label {
  cursor: pointer;
  font-weight: 400
}

.capitalize {
  text-transform: capitalize
}

p {
  text-align: justify;
  text-indent: 20px;
}

.th2_inner {
  position: relative;
  z-index: 1;
}

.th2_inner * {
  box-sizing: border-box;
}

.th2_inner h2 {
  font-size: 16px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
}

.th2_inner h3 {
  font-size: 36px;
  margin: 7px 0px 21px 0px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.counter_icon {
  float: left;
  display: block;
}

.counter_number_inn {
  float: left;
  display: block;
}

.counter_number_inn h3, .counter_number_inn h3 {
  font-size: 40px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}

.counter_number_inn {
  overflow: hidden;
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2);
}

@font-face {
  font-family: 'Poppins SemiBold';
  src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2);
}

@font-face {
  font-family: 'Poppins Mediun';
  src: url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2);
}

@font-face {
  font-family: 'DM Sans 9pt';
  src: url(../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2);
}

.mc-background {
  background-color: #0787d9 !important;
}

.text_colorblue {
  color: #0787d9;
}

#header-top {
  height: 42px;
  max-height: 50px;
  color: #ffffff;
}

.logo {
  width: 85px !important;
  color: #0f0f0f;
}

.logo, .logo-lm {
  height: 85px;
  margin: 0;
  top: auto;
}

.logo-lm {
  width: auto !important;
}

.logo-xl {
  width: 130px !important;
  top: auto;
}

img {
  max-width: 100%;
  height: auto
}

.banner {
  width: 100%;
  height: 500px;
  margin: 0;
  background-image: url("../imagens/bg-mobile.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: image-set(
    "../imagens/hero.avif" 1x,
    "../imagens/hero-2x.avif" 2x
  );
  top: auto;
}

.invert {
  filter: invert(50%);
}

.protected {
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.containers {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.col-lg-10s {
  flex: 0 0 auto;
  width: 77.33333333%;
}

.contar > h4 {
  font-size: 18px !important;
}

.form-group {
  margin-bottom: 15px;
}

.radio-group {
  display: flex; gap: 15px; margin-top: 5px;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.error {
  background: #f8d7da;
  color: #721c24;
}

.success {
  background: #d4edda;
  color: #155724;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold !important;
  color: #555 !important;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], input[type="file"], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.small-text {
  font-size: 0.8em;
  color: #888;
  margin-top: 5px;
  display: block;
}

.desconto-label-container {
  display: flex;
  align-items: center;
}

.exclamacao-pequena {
  font-size: 0.6em;
  font-weight: bold;
  color: red;
  margin-left: 3px;
  cursor: help;
  position: relative;
  top: -5px;
}

.botoes-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


/*
button:focus, input:focus {
  border-color: transparent;
  outline-color: transparent
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

button:hover {
  opacity: 0.9;
}*/

button[type="submit"] {
  background-color: #28a745;
  color: white;
}

button[type="reset"] {
  background-color: #dc3545;
  color: white;
}

.bg-card-bg-t {
  background-color: transparent !important;
}

.card-bg {
  background-image: linear-gradient(to right, #e1e1e2, #647b90, #647b90, #e1e1e2);
}

.card img {
  height: auto;
  width: 33% !important;
  display: block;
}

.card h3 {
  background-color: #647b90;
}

.border-s {
  border: 0 !important;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close : hover, .close : focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .banner {
    background-image: image-set(
      "../imagens/hero-desktop.avif" 1x,
      "../imagens/hero-desktop-2x.avif" 2x
    );
  }
}

@media screen and (max-width: 600px) {
  .menutop > .col-6 {
    font-size: 14px;
  }

  .contar {
    font-size: 6px;
  }

  .linkes {
    font-size: 0.89rem;
  }

  .logo {
    width: 50px !important;
    color: #0f0f0f;
  }

  .counter_icon, .logo, .logo-lm {
    height: 50px;
    margin: 0;
    top: auto;
  }

  .counter_icon {
    width: 50px;
  }

  .logo-lm {
    width: auto !important;
  }

  .card-body ul{
    font-size: 7px;
  }

  .container-zxl{
    width: 95%;
  }
}
@media (min-width : 992px) {
  .banner {
    height: 800.8px;
  }

  .button4 {
    border: 1px solid #555555 !important;
    padding: 8px 16px !important;
    font-size: 24px !important;
    min-width: 200px !important;
  }

  .button5 {
    border: 1px solid #555555 !important;
    padding: 8px 16px !important;
    font-size: 24px !important;
    background-color: transparent !important;
    min-width: 200px !important;
  }

  .aside-menu {
    padding-left: 0px;
    width: 130px;
  }

  .col-lg-53 {
    flex: 0 0 auto !important;
    width: 53.02% !important;
  }

  .col-lg-45 {
    flex: 0 0 auto !important;
    width: 46.98% !important;
  }

  .col-md-2x {
    flex: 0 0 auto;
    width: 12.66666667% !important;
  }
}