* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Lato", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #525257;
  background-color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125em;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #09AFA7;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}

a:active,
a:hover {
  outline: 0;
}

a:hover, a:focus {
  color: #089297;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #919198;
}

h1, .h1 {
  font-size: 2.5em;
}

h2, .h2 {
  font-size: 2em;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.25em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.875em;
}

p {
  margin: 0 0 12px;
}

small,
.small {
  font-size: 87%;
}

.text-muted {
  color: #919198;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}



/* CONTAINERES */

.container {
	width: 100%;
}

.cabecalho {
	text-align: center;
}

.menu {
	/*background-color: #cec82a;
	font-family: 'Alegreya SC', georgia, serif; */
	color: #fff;
	border-top: 1px solid rgba(150, 150, 150, 0.15);
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}

.conteudo {
	background-color: transparent;
	max-width: 900px;
	margin: 30px auto;
}

.rodape {
	background-color: #ededee;
	/*border-top: 1px solid rgba(150, 150, 150, 0.15);
	border-bottom: 1px solid rgba(150, 150, 150, 0.15); */

}
.procempa {
	background-color: transparent;
}

/* CABECALHO */

#logo {
		margin: 30px 0;
}


#logo img {
	max-width: 349px;
}


#tema img {
	max-width: 420px;
}

.data {
	font-weight: 200;
	font-size: 1.8em;
	margin: 0.5em 0 0.2em;	
}

.local {
	/*font-family: 'Alegreya SC', georgia, serif; */
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin: 0 0 1em;
	/*color: #d25748; */
}

/* MENU */

.menu a{
	text-decoration: none;
	color: #fff;
}

/*.menu a:hover{
	color: #6d4b33;
} 

#cssmenu ul{
	max-width: 800px;
	margin: 0 auto;
}


#cssmenu ul ul li {
	background-color: rgba(255, 255, 255, 0.1);
}
*/

/* CONTEUDOS */

#texto {
	max-width: 650px;
	margin: 0 auto;
	text-align: justify;
}

#listas {
	max-width: 650px;
	margin: 0 auto;
}


#inscricoes {
	width: 170px;
	height: 50px;
	background: url('../images/botao-inscricoes.png') no-repeat left top;
	margin: 20px auto;
}

#inscricoes:hover {
	background-position: -170px 0px;
}

.realizacao {
	text-align: center;
	margin: 0 auto;
	height: auto;
}

.realizacao div {
	vertical-align: middle;
	margin: 20px 0;
}

.localpre {
	margin-top: 3em;
}

.botao {
	background-color: #09AFA7;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0 transparent;
	padding: 12px 48px;
	font-size: 1em;
	line-height: 1.5;
}

.botao:hover, .botao:focus {
	background-color: #089297;
  color: #fff;
}

.botao:active {
	/*top: 1px; */
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.botao:disabled {
	opacity: 1;
	background-color: #ededee;
	color: #919198;
	border: 0 transparent;
	cursor: not-allowed;
	-webkit-box-shadow: none;
  	box-shadow: none;
}

.procempa img {
    margin: 20px 30px 10px;
}

/* FORMULARIOS */

/* Resets do bootstrap */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: bold;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* fim resets bootstrap */

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.label-titulo {
  display: block;
  font-size: 1.25em;
}

.form-required::after {
    background-size: 8px;
    height: 8px;
    width: 8px;
    vertical-align: super;
    margin-left: 2px;

}

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control, input[type="text"] {
  /*display: block; */
  width: 100%; 
  line-height: 1.5;
  color: #525257;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: 6px;
  border: 2px solid #c5c5c9;
  height: auto;
  padding: 10px 12px;
  font-size: 1em;
}

.form-control:focus {
  border-color: #09AFA7;
  box-shadow: 0 0 8px rgba(9, 175, 167, 0.5);
  outline: 0 none;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ededee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('https://www1.prefpoa.com.br/conferenciasaude2019/images/seta.png') no-repeat 98% 50%;
}

input[type="search"] {
  -webkit-appearance: none;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/*.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
} */

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  /*padding-left: 20px; */
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radios-inline {
  display: flex;
  gap: 2rem;
}

.radios-inline .radio + .radio {
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* .radios-inline-sm {
    display: flex;
    gap: 2rem;
  } */
    .radios-inline-sm {
    	  display: flex;
       column-gap: 2rem;
       flex-wrap: wrap;
  }
  .radios-inline-sm .radio + .radio {
    margin-top: 10px;
  }
}

 /*.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
 margin-top: 0; 
  margin-left: 10px;
} */

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.checkbox > [type="checkbox"]:not(:checked),
.checkbox > [type="checkbox"]:checked {
  /* Esta parte esconde a checkbox original */
  position: absolute;
  left: -9999px;
}

.checkbox > [type="checkbox"]:not(:checked) + label,
.checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.checkbox > [type="checkbox"]:not(:checked) + label:before, .checkbox > [type="checkbox"]:not(:checked) + label:after,
.checkbox > [type="checkbox"]:checked + label:before,
.checkbox > [type="checkbox"]:checked + label:after {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
}

.checkbox > [type="checkbox"]:not(:checked) + label:before,
.checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  border: 2px solid #c5c5c9;
  background: #fff;
}

.checkbox > [type="checkbox"]:not(:checked) + label:hover:before,
.checkbox > [type="checkbox"]:checked + label:hover:before {
  border-color: #09AFA7;
}

.checkbox > [type="checkbox"]:not(:checked) + label:after,
.checkbox > [type="checkbox"]:checked + label:after {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  font-size: 18px;
  line-height: 1;
  color: #09AFA7;
  padding: 2px 3px;
  transition: all .2s;
}

.checkbox [type="checkbox"]:checked + label:before {
  border: 2px solid #09AFA7;
}

.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before {
  border-color: #c5c5c9;
  background-color: #ededee;
}

.checkbox [type="checkbox"]:disabled:not(:checked) + label:before:hover,
.checkbox [type="checkbox"]:disabled:checked + label:before:hover {
  border-color: #c5c5c9;
}

.checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #c5c5c9;
}

.checkbox [type="checkbox"]:disabled + label {
  color: #919198;
  cursor: not-allowed;
}

.checkbox [type="checkbox"]:checked:focus + label:before,
.checkbox [type="checkbox"]:not(:checked):focus + label:before {
  border-color: #09AFA7;
  box-shadow: 0 0 5px #09AFA7;
  outline: 0 none;
}

.radio {
  /* checked mark aspect changes */
  /* disabled radio */
  /* accessibility */
}

.radio > [type="radio"]:not(:checked),
.radio > [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio > [type="radio"]:not(:checked) + label,
.radio > [type="radio"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.radio > [type="radio"]:not(:checked) + label:before,
.radio > [type="radio"]:checked + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  content: '';
  border: 2px solid #c5c5c9;
  background: #fff;
  border-radius: 50%;
}

.radio > [type="radio"]:not(:checked) + label:hover:before,
.radio > [type="radio"]:checked + label:hover:before {
  border-color: #09AFA7;
}

.radio > [type="radio"]:not(:checked) + label:after,
.radio > [type="radio"]:checked + label:after {
  position: absolute;
  background-color: #09AFA7;
  content: "";
  width: 12px;
  height: 12px;
  top: 8px;
  left: 6px;
  transition: all .2s;
  border-radius: 50%;
}

.radio [type="radio"]:checked + label:before {
  border: 2px solid #09AFA7;
}

.radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radio [type="radio"]:disabled:not(:checked) + label:before,
.radio [type="radio"]:disabled:checked + label:before {
  border-color: #c5c5c9;
  background-color: #ededee;
}

.radio [type="radio"]:disabled:not(:checked) + label:before:hover,
.radio [type="radio"]:disabled:checked + label:before:hover {
  border-color: #c5c5c9;
}

.radio [type="radio"]:disabled:checked + label:after {
  background-color: #c5c5c9;
}

.radio [type="radio"]:disabled + label {
  color: #919198;
  cursor: not-allowed;
}

.radio [type="radio"]:checked:focus + label:before,
.radio [type="radio"]:not(:checked):focus + label:before {
  border-color: #09AFA7;
  box-shadow: 0 0 5px #09AFA7;
  outline: 0 none;
}

@media (min-width: 768px) {
  .form-inline {
    display: inline-block;
  }
  .alinha-radio {
    position: relative;
    top: 7px;
  }
}


.form-inline label, .form-inline input {
  display: inline-block;
}

.form-inline label {
  margin-right: 10px;
}

.form-inline .form-control, .form-inline input[type="text"] {
  width: auto;
}

@media (max-width: 639px) {
  .form-inline .form-control, .form-inline input[type="text"] {
    width: 100%;
  }
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #919198;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #D93855;
}

#form_contato p {
	margin-bottom: 15px;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 2px solid #ededee;

}

.input {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
  .caixa > label {
    display: inline-block;
    width: 25%;
  }
  .caixa input, .caixa select {
    width: 74%;
    display: inline-block;
  }
}

.radio label {
	margin-right: 20px;
}


input:disabled {
	background-color: #ededee;
	color: #919198;
}


/*.radio input:disabled {
	border: 1px solid #C5C5C9;
	height: 30px;
} */

.radio input[type="text"] {
    margin-left: 10px;
    width: 55%;
} 

.campoform {
	height: 2em;
}

.campomensagem  {
	min-height: 8em;
}

.input p {
	font-weight: 400;
}

.legenda {
	font-size: 90%;
	line-height: 140%;
	margin: 5px 0;
}

#form_contato label {
	display: block;
}

th {
	font-weight: bold;
}

td {
	vertical-align: text-bottom;
}

/* MAPA GERENCIAS DISTRITAIS DE SAUDE (pre-conferencias) */

#mapa {
    padding: 0;
}

#menuMapa {
	font-weight: 400;
}

#menuMapa ul {
	text-align: left;
}

#menuMapa ul li {
    display: block;
    line-height: 1em;
    list-style-type: none;
    margin: 20px 0;
    padding: 0 8px;
}

#menuMapa ul li span { 
    float: left;
    width: 60px;
	font-weight: 400;
}

#menuMapa a{
	text-decoration: none;
	color: #6d4b33;
}

#menuMapa a:hover a:active a:visited {
	text-decoration: none;
	color: #6d4b33;
}

.balloon2 {
	display:none;
}


/* FAIXA DE NOVO LOCAL */

/* The ribbons */

.corner-ribbon{
  /*font-family: 'Alegreya SC', serif; */
  font-size: 20px;
  width: 220px;
  background: #d25748;
  position: absolute;
  top: 35px;
  left: -50px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 999;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 35px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Utilidades */
@media (min-width: 768px) {
    .sm-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}

.sm-flex .botao {
  margin-bottom: 20px;
}