
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* reset para navegadores mais antigos */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  appearance: none;
}
/* FIM RESET CSS */


:root {
  /* CORES */
  --mainColor: #26b67c;	
  --mainColorDark: #00684a;
  --mainColorLight: #30c966;

  --gray: #999999;
  --grayDark: #4c4c4c;
  --grayLightBg: #f2f2f2;
  --grayLight: #eeeeee;    
  --grayDarkText: #4c4c4c;
  --blackColor: #000000;
  --whiteColor: #ffffff;


  /* Gradiente de cinza */
  --grayColor1: #595959;
  --grayColor2: #7f7f7f;
  --grayColor3: #a5a5a5;
  --grayColor4: #cccccc;
  --grayColor5: #eeeeee; 
  --grayColor6: #dddddd; 
  --grayColor7: #f2f2f2; 
  --grayColor8: #fafafa;        
  /* Gradiente de cinza */

  /* CORES */

  /* TAMANHO TEXTO */
  --sizeText13: 0.813rem; /* 13px */
  --sizeText14: 0.875rem; /* 14px */
  --sizeText15: 0.938rem; /* 15px */
  --sizeText16: 1rem; /* 16px */
  --sizeText17: 1.063rem; /* 17px */
  --sizeText18: 1.125rem; /* 18px */
  --sizeText19: 1.188rem; /* 19px */
  --sizeText20: 1.25rem; /* 20px */
  --sizeText22: 1.375rem; /* 22px */
  --sizeText24: 1.5rem; /* 24px */
  --sizeText28: 1.75rem; /* 28px */
  --sizeText30: 1.875rem; /* 30px */
  --sizeText36: 2.25rem; /* 36px */ 
  --sizeText45: 2.813rem; /* 45px */      
  --sizeText50: 3.125rem; /* 50px */  
  /* TAMANHO TEXTO */      
}


* { box-sizing:border-box; }

body,
html {	
  width: 100%;
  min-width: 100%;
  font-weight: 200;
  font-size: 14px;
  font-family: 'Kanit', sans-serif !important;
  -webkit-tap-highlight-color: transparent !important;
}

.container_geral_semexe {
	margin-left: auto;
	margin-right: auto;
	max-width: 1235px;
	width: 90%;
}

.container_geral_semexe:before,
.container_geral_semexe:after {
  /*content: '.';*/
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.container_geral_semexe:after {
  clear: both;
}

.container_geral_semexe {
  zoom: 1;
}

input,
textarea,
select,
button {
    font-family: 'Kanit', sans-serif; 
    background: #ffffff;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none; 
}

button { font-family: 'Kanit', sans-serif;  }

input:focus { outline:none; }

select:focus { outline:none; }

textarea:focus { outline:none; }

textarea { resize:none; }

label { display:block; }



@media screen and (max-width: 1024px) {
  /* body {
    padding-top: 63px;
  } */
}