/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v11-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #6D6B6D;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}

body:after {
  position:fixed;
  content:"";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255, 255, 255, 0.7);
  z-index:-1;
}

/***** SECTIONS *****/
.questionario {
  background-color: #283E49;
  min-height: 600px;
  z-index: 1;
  background:rgba(10, 72, 107, .8);
}

.form_cadastro_bg {
  background-color: #283E49;
  min-height: 800px;
  z-index: 1;
  background:rgba(10, 72, 107, .8);
}

.menu-auth {
  min-height: 50px;
  padding: 50px 100px 0 100px;
}

.menu-voltar {
  min-height: 30px;
  padding: 30px 30px 0 30px;
}

.q-info-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 40px 50px 40px 50px;
}

.q-info {
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  padding: 0 50px 50px 50px;
}

.app {
  background-color: #fff;
  z-index: 1;
}

.app-info-title {
  font-size: 2em;
  font-weight: 700;
  color: #6D6B6D;
  text-align: center;
  padding: 0 50px 0 50px;
}

.app-info {
  font-size: 1em;
  font-weight: 300;
  color: #6D6B6D;
  line-height: 1.8;
  padding: 40px 50px 50px 50px;
}

.app-info p {
  padding: 50px 0 0 0;
}

.about {
  background-color: #283E49;
  min-height: 300px;
  z-index: 1;
  background:rgba(10, 72, 107, .8);
}

.about-info-title {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 0 30px 0;
}

.about-info {
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  padding: 40px 50px 50px 50px;
}

/***** BUTTONS *****/
.btn-orange {
  color: #fff;
  background-color: #FBB03C;
  border-color: #FBB03C;
  font-size: 1em;
  font-weight: 400;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #faa21e;
  border-color: #faa21e;
}
.btn-orange:hover {
  color: #fff;
  background-color: #faa21e;
  border-color: #faa21e;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #faa21e;
  border-color: #faa21e;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
  background-color: #FBB03C;
  border-color: #FBB03C;
}
.btn-orange .badge {
  color: #FBB03C;
  background-color: #fff;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-orange.btn-outline {
    color: #fff;
}

.btn-orange.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-pad {
  padding: 6px 18px;
}

/***** COLORS *****/
/*
  AZUL #0A486B
  BRANCO #FFF
  LARANJA #FBB03C
  CINZA #6D6B6D
*/

.conteiner_form{
    background-color: #fff;
    padding: 40px 20px;
}

.conteiner_login{
  background-color: #fff;
  padding: 40px 20px;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

.text_align{
    text-align: justify;
}

.table1 thead th {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.table1 tbody td {
  font-size: 14px;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.table1 thead tr:nth-child(2) th {
  background: #088b8a;
}
.table1 > tbody > tr:nth-of-type(odd) {
  background-color: #cfe8e8;
}

.x_panel {
  border: 1px solid #E6E9ED;
  padding: 10px;
  margin: 10px 0 10px 0;
}

.x_panel::after {
  margin-bottom: 10px;
}

.x_title {
  border-bottom: 2px dashed #FBB03C;
  padding: 5px 5px;
  margin-bottom: 10px;
  margin-top: 0px;
}
/* TAB FORMS */
.tab-form .nav-pills li.active a {
  color: #fff;
  background-color: #00527A;
}
.tab-form .nav-pills li a {
  font-size: 1.05em;
  padding: 6px 12px;
  margin-bottom: 5px;
  border-radius: 0;
}

.control-label {
  margin-top: 8px;
  bottom-bottom: 4px;
}

.radio {
  padding: 4px 4px 4px 24px;
  border: 1px solid #BBB;
  border-radius: 4px;
}

.size_ol{
  font-size:20px;
  margin-bottom:20px;
}

 .size_p_ol{
  font-size:18px;
  text-align: justify;
}

.navbar{
  margin-bottom: 0px;
}

.info-title-log{
  margin-top: 0px;
  padding-top: 40px;
  text-align: center;
  color:#00527a;
}

.navbar-collapse ul > li {
  cursor: hand;
}

.fonte{
  color:#000 !important;
}

.p_previa{
  color: #000 !important;
  text-align: justify !important;
  padding-left: 30px;
  padding-right: 20px;
  margin-top: 20px;
}

.estilo_h{
  color: #000;
  text-align: center;
}

.h_4{
  padding-bottom: 30px;
  padding-top: 30px;

}
.botao_{
  margin-bottom: 30px;
  margin-left: 60px;
}

.espaco_top{
  margin-top: 6px;
}

.espaco-top-24{
  margin-top: 24px;
}

.espaco-top-28{
  margin-top: 28px;
}

.espaco_left{
  margin-right: 30px;
}
.espaco{
  padding-bottom: 10px;
  margin-left: 80px;
}

.mt-10 {
  margin-top: 10px;
}