/* ********************************* ***************** ******************************* */
/* ********************************* ELEMENTOS DO SITE ******************************* */

/* --------------------------------- LISTAS DE ITENS --------------------------------- */
.itens_lista {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.itens_lista li {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px 15px 0px;
}
.itens_lista li:hover {
}

.itens_lista li a {
  text-decoration: none;
}

.itens_lista li figure {
  display: block;
}
.itens_lista li figure img {
  display: block;
  width: 100%;
}

.itens_lista li h3 {
  margin: 0px 0px 0px 0px;
  color: #222;
}
.itens_lista li time {
  margin: 0px 0px 0px 0px;
  color: #71b158;
}
.itens_lista li p {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  text-align: justify;
  color: #666;
}
/* ----------------------------------------------------------------------------------- */

/* --------------------------------- GRADE DE ITENS ---------------------------------- */
.itens_grade {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.itens_grade li {
  margin-bottom: 20px;
}
.itens_grade li:hover {
}

.itens_grade li a {
  text-decoration: none;
}

.itens_grade li figure {
  display: block;
  margin-bottom: 10px;
}
.itens_grade li figure img {
  display: block;
  width: 100%;
}

.itens_grade li h3 {
  margin: 0px 0px 0px 0px;
  color: #222;
}
.itens_grade li time {
  margin: 0px 0px 0px 0px;
  color: #71b158;
}
.itens_grade li p {
  margin: 7px 0px 0px 0px;
  padding: 0px;
  text-align: justify;
  color: #666;
}
/* ----------------------------------------------------------------------------------- */

/* ------------------------------- P�GINA DE CONTE�DO -------------------------------- */
.conteudo {
}

.conteudo header {
  margin-bottom: 10px;
}
.conteudo header h1 {
}
.conteudo header time {
}
.conteudo header a {
}

.conteudo em {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.conteudo figure {
}
.conteudo figure.left {
  float: left;
  padding-left: 0px;
}
.conteudo figure.right {
  float: right;
  padding-right: 0px;
}
.conteudo figure.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  clear: both;
}

.conteudo figure img {
  display: block;
  width: 100%;
}
.conteudo figure figcaption {
  display: block;
  padding: 3px 0px 3px 0px;
}

.conteudo .conteudo_texto {
}
/* ----------------------------------------------------------------------------------- */

/* ------------------------------ CONTE�DO : Arquivos -------------------------------- */
.conteudo_arquivos {
}
.conteudo_arquivos ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* ----------------------------------------------------------------------------------- */

/* ------------------------------- CONTE�DO : Imagens -------------------------------- */
.conteudo_imagens {
}
.conteudo_imagens .row {
}
.conteudo_imagens .row > div {
  margin-bottom: 2em;
}
.conteudo_imagens .row > div a {
  display: block;
}
.conteudo_imagens .row > div a img {
  display: block;
  width: 100%;
}
/* ----------------------------------------------------------------------------------- */

/* ------------------------------- CONTE�DO : V�deos --------------------------------- */
.conteudo_videos {
}
/* ----------------------------------------------------------------------------------- */

/* ------------------------------------ STD SEARCH ----------------------------------- */
.header .std-search {
  float: right;
  position: relative;
}
.header .std-search input {
  box-sizing: border-box;
  padding: 4px 35px 4px 8px;
  width: 100%;
  border: 1px #bbb solid;
}
.header .std-search button {
  color: #bbb;
  position: absolute;
  top: 3px;
  right: 3px;
  background: transparent;
  border: none;
  font-size: 1.25em;
  transition: color 0.3s;
}
.header .std-search input:hover + button,
.std-search input:focus + button {
  color: #444;
  transition: color 0.3s;
}

.header_mobile_fixed .std-search {
  position: relative;
  margin: 15px 0px 0px 0px;
}
.header_mobile_fixed .std-search input {
  box-sizing: border-box;
  padding: 4px 35px 4px 8px;
  width: 100%;
  border: 1px #bbb solid;
}
.header_mobile_fixed .std-search button {
  color: #bbb;
  position: absolute;
  top: 3px;
  right: 3px;
  background: transparent;
  border: none;
  font-size: 1.25em;
  transition: color 0.3s;
}
.header_mobile_fixed .std-search input:hover + button,
.header_mobile_fixed .std-search input:focus + button {
  color: #444;
  transition: color 0.3s;
}
/* ----------------------------------------------------------------------------------- */

/* ----------------------------------- STD TRANSLATE --------------------------------- */
.std-translate {
  float: right;
  margin: 0px 5px 0px 0px;
  position: relative;
}
.std-translate .translate-current {
  padding: 4px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px transparent solid;
}
.std-translate .translate-current img {
  width: 32px;
}
.std-translate .translate-current i {
  float: right;
  margin: 4px 2px 0px 5px;
  color: #999;
}

.std-translate .translate-options {
  display: none;
  position: absolute;
  width: 100%;
  top: 27px;
  z-index: 200;
  padding: 4px;
  box-sizing: border-box;
}
.std-translate .translate-options button {
  display: block;
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  width: 32px;
  opacity: 0.5;
}
.std-translate .translate-options button:last-child {
  margin-bottom: 0px;
}
.std-translate .translate-options button img {
  display: block;
  width: 100%;
}

.std-translate:hover .translate-current {
  border: 1px #eaeaea solid;
  border-bottom-color: transparent;
  background: #fff;
}
.std-translate:hover .translate-options {
  display: block;
  border: 1px #eaeaea solid;
  border-top-color: transparent;
  background: #fff;
}
.std-translate:hover .translate-options button:hover {
  opacity: 1;
}

.header_mobile .mobile_translate {
  text-align: center;
  width: 80%;
  margin: 5px auto 10px auto;
}
.header_mobile .mobile_translate .std-translate {
  float: none;
  margin: 0px;
}
.header_mobile .mobile_translate .std-translate .translate-options button {
  width: 26px;
}
/* ----------------------------------------------------------------------------------- */

/* ---------------------------------- STD BREADCRUMB --------------------------------- */
.std-breadcrumb {
  padding: 5px 0px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0px;
  text-align: left;
}

.std-breadcrumb > div {
  margin: 0 2px 0 0;
  display: inline-block;
  font-size: 13px;
}

.std-breadcrumb > div > span {
  color: #666;
  display: inline-block;
  margin: 0px 3px;
}

.std-breadcrumb > div > a {
}
.std-breadcrumb > div > a span {
  color: #999;
}
.std-breadcrumb > div > a:hover span {
  color: #006400;
}

.std-breadcrumb > div:last-child > a span {
  font-weight: bold;
}
.std-breadcrumb > div:last-child > a:hover span {
}
/* ----------------------------------------------------------------------------------- */

/* ---------------------------------- Formul�rios ------------------------------------ */
.std-forms {
}

.std-forms label {
  display: block;
  width: 100%;
}
.std-forms label span {
  display: block;
  font-size: 0.9em;
}

.std-forms input[type="text"],
.std-forms input[type="email"],
.std-forms input[type="password"],
.std-forms textarea,
.std-forms select {
  display: block;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  background: #ffffff;
  border: 1px solid #d1d1d1;

  position: relative;
  z-index: 2;
  resize: none;

  padding: 5px 10px 5px 10px !important;
  width: 100%;
  box-sizing: border-box;

  font-size: 1.1em;
  font-weight: normal;
  color: #333;
}

.std-forms select {
  padding: 5px 5px 5px 5px !important;
}

.std-forms .form-recaptcha {
  width: 300px;
  margin: 0px auto 10px auto;
  padding: 10px 0px 10px 0px;
}

.std-forms input[type="text"]:focus,
.std-forms input[type="email"]:focus,
.std-forms input[type="password"]:focus,
.std-forms textarea:focus,
.std-forms select:focus {
  outline: none !important;
  background: #ffffff;
  border-color: #5ca9e4 !important;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.2) inset !important;
}
/* ----------------------------------------------------------------------------------- */

/* ---------------------------- Formul�rios : Valida��o ------------------------------ */
.std-forms .form-validation {
  background: #fff2f2;
  border: 1px #eec2c2 solid;
  margin: 10px 0px 15px 0px;
  padding: 10px;
  display: none;
}
.std-forms .form-validation strong {
  color: #b22;
}
.std-forms .form-validation ol {
  padding-left: 25px;
  margin: 2px 0px 0px 0px;
}
.std-forms .form-validation ol li label {
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: normal;
  color: #433;
  height: 16px;
}
/* ----------------------------------------------------------------------------------- */

/* ---------------------------- Formul�rios : Retornos ------------------------------- */
.std-forms .form-returns {
  margin: 10px 0px 15px 0px;
  padding: 20px 10px;
  text-align: center;
}
.std-forms .form-returns.erro {
  background: #fff2f2;
  border: 1px #eec2c2 solid;
  color: #833;
}
.std-forms .form-returns.ok {
  background: #f2fff2;
  border: 1px #c2eec2 solid;
  color: #383;
}
/* ----------------------------------------------------------------------------------- */

/* ----------------------------- Formul�rios Din�micos ------------------------------- */
.formulario_dinamico {
  margin: 0px 18px 0px 10px;
  font-size: 16px;
}

.formulario_dinamico > div {
  display: block;
  box-sizing: border-box;
  min-width: 100%;
}

.formulario_dinamico > div > div.form-info {
  margin-bottom: 10px;
}
.formulario_dinamico > div > div.form-info > h2 {
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 1.7em;
}
.formulario_dinamico > div > div.form-info > h3 {
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 1.5em;
}
.formulario_dinamico > div > div.form-info > p {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1em;
}

.formulario_dinamico > div > div.form-campo {
  background: #f4f4f4;
  padding: 5px 7px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.formulario_dinamico > div > div.form-campo > h4 {
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 1em;
}
.formulario_dinamico > div > div.form-campo > p {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 0.9em;
}
.formulario_dinamico > div > div.form-campo > em {
  display: block;
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 0.8em;
}

.formulario_dinamico > div > div.form-campo > input,
.formulario_dinamico > div > div.form-campo > select,
.formulario_dinamico > div > div.form-campo > textarea,
.formulario_dinamico > div > div.form-campo > .form-radio,
.formulario_dinamico > div > div.form-campo > .redactor-box {
  margin: 4px 0px 0px 0px;
}

.formulario_dinamico > div > div.form-campo > textarea {
  min-height: 80px;
  max-height: 280px;
  resize: vertical;
}

.formulario_dinamico > div > div.form-campo > .form-opcoes {
}
.formulario_dinamico > div > div.form-campo > .form-opcoes label {
  display: block;
  cursor: pointer;
}
.formulario_dinamico > div > div.form-campo > .form-opcoes label input {
  display: inline-block;
  vertical-align: middle;
}
.formulario_dinamico > div > div.form-campo > .form-opcoes label span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
}

.formulario_dinamico > div > div.form-campo > span {
  display: block;
  width: 100%;
  padding-top: 4px;
}
.formulario_dinamico > div > div.form-campo > span label.error {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fdd;
  padding: 2px 4px;
  font-size: 0.8em;
}
/* ----------------------------------------------------------------------------------- */

/* ---------------------------------- Google Maps ------------------------------------ */
.google_map {
  width: 100%;
  height: 400px;
}

.google_map .marker_box {
  max-width: 400px;
}
.google_map .marker_box h1 {
  font-size: 1.2em;
  margin: 0px 0px 10px 0px;
}
.google_map .marker_box > div {
}
.google_map .marker_box > div p {
}
/* ----------------------------------------------------------------------------------- */

/* ------------------------------------ Banners -------------------------------------- */
.banners-home {
}
.banners-home .flexslider {
}

.banners-internas {
}
.banners-internas .flexslider {
  padding-bottom: 0px;
}
/* ----------------------------------------------------------------------------------- */

.default-input {
  background-color: #eafdf2 !important;
  border: none !important;
  text-align: center;
  color: #255d5a !important;
  padding: 10px;
}


.default-input::-webkit-input-placeholder {
  text-transform: uppercase !important;
  color: #00A69C;
}

.default-input:-moz-placeholder { 
  text-transform: uppercase !important;
  color: #00A69C;
}

.default-input::-moz-placeholder {  
  text-transform: uppercase !important;
  color: #00A69C;
}

.default-input:-ms-input-placeholder { 
  text-transform: uppercase !important;
  color: #00A69C;
}

input.default-input:-webkit-autofill:hover,
input.default-input:-webkit-autofill,
input.default-input:-webkit-autofill:focus,
input.default-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #eafdf2 inset !important;
}

.default-input__checkbox {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #000;
}

.circle-button {
  border-radius: 50%;
  padding: 13px;
  background-color: #255d5a;
  color: #5fe1a2;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.circle-button__white {
  width: 60px;
  height: 60px;
  color: #EAFDF2;
  margin-top: 12px;
}

.circle-button.circle-button__light {
  background-color: #5fe1a2;
  color: #eafdf2;
}

.page-header {
  height: 176px;
  background-color: #eefff6;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 38px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .page-header {
    height: 300px;
    align-items: start;
  }
}


.page-header h1 {
  color: #175e48;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.page-text {
  color: #175e48;
  font-size: 22px;
  line-height: 27px;
}

.page-text__title {
  font-size: 28px;
}

.page-title {
  color: #175e48;
  font-size: 28px;
  line-height: 34px;
}

.divisor {
  width: 100%;
  border: 1px solid #175e48;
  margin: 24px 0;
}

.divisor-light {
  width: 100%;
  border-top: 0.5px solid #2BB573;
  margin: 24px 0;
}

.header-dropdown__text,
.header-dropdown__text:hover
 {
  color: #175e48;
  font-size: 16px;
  line-height: 24px;
}

.user-header a:hover {
  color: #175e48;
}


.header-dropdown__item {
  display: flex;
  justify-content: center;
}

.header-nick {
  background: #A67400;
  border-radius: 50%;
  color: #fff;
  width: 57px;
  height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 57px;
  min-height: 57px;
  margin-left: 12px;
}

.user-header {
  position: absolute;
  right: 10%;
  top: 20%;
}

.user-header a {
  display: flex;
  align-items: center;
}

.default-button {
  color: #eafdf2;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0px;
  color: #eafdf2;
  text-transform: uppercase;
  background: #2BB573;
  border: none;
  min-width: 120px;
  padding: 6px 12px;
  margin: 12px;
  cursor: pointer;
}

.default-button__dark {
  background: #00A69C;
}

.default-button__darker {
  background: #175E48;
}

.default-button__diag {
	width: 450px;
  max-width: 80%;
}

input[type=radio].default-radio {
  border: 1px solid #175E48;
  padding: 0.5em;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
}

input[type=radio]:checked.default-radio {
  /* background: #2BB573; */
  background-size: 9px 9px;
}

input[type=radio]:checked.default-radio::after {
  content: '';
  display: block;
  background: #2BB573;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
  position: absolute;
}

input[type=radio]:focus.default-radio  {
  outline-color: transparent;
}

#news-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.internal-content {
	margin-left: 175px; 
	width: calc(100% - 175px); 
	position: relative; 
	z-index: 0
}

@media (max-width: 767px) {
  .internal-content {
    width: 100%;
    margin-left: 0;
  }
}

.diag-form label {
  margin-bottom: 12px;
}