body {
	padding: 0;
	margin: 0;
	background: #fafafa;
}
a { color: #f29200; }
a:hover { color: #ffa31a; }

.link-style {
  font-weight: bold;
  color: blue;
}

.link-style:hover {
  color: red;
}

ul,li {
	list-style: none;
}
legend {
	color: #fff;
}
input {
	color: #fff;
}
input2 {
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}

.border-secondary {
	height: 2px;
	width: 100%;
	background-color: #f29200;	
}
.border-primary {
	height: 2px;
	width: 100%;
	background-color: #004070;
}

/*
=====================================
				HOME
=====================================
*/
.home {
	background-attachment: fixed; 
	background: url(../img/bg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding:50px 0;
}
.homelog {
	background-attachment: fixed; 
	background: url(../img/bgtransparente.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding:50px 0;
}
.form-home {
	background-color: transparent;
	border-color: #f29200;
	color: #fff !important;
}
.form-home option {
	background: #f29200;
}
.form-home:focus {
	background-color: transparent;
	border-color: #f29200;
}
.form-home::placeholder {
  color: #fafafa !important;
  opacity: 1;
}
.home small {
	color: #fff;
}
.home h2 {
	color: #fff;
}
.card-header {
	cursor: pointer;
}
.home p {
	color: #fff;
	text-indent: 1.5em;
}
.card-body p {
	color: #000;
}

.label {
	color: #f29200	!important;
}

/*
=====================================
				FOOTER
=====================================
*/

.footer {
	height: auto;
	width: 100%;
	background: #fff;
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  padding: 0.5rem 1rem;
}
.footer ul {
	margin: 0;
	text-align: center;
}
.footer .copyright {
	text-align: center;
}
.footer .partner {
	text-align: center;
}

/*
=====================================
				PAINEL
=====================================
*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #004070;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #f29200;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 18px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (max-height: 900px) {
  .grid-ilha .ilha-img img{
  	text-align: center;
  }
}

.painel {
	background-attachment: fixed; 
	background: url(../img/bg-painel.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding:50px 0;
	margin-bottom: 50px;
}
.painel h2 {
	color: #fff;
}
.painel p {
	color: #fff;
	text-indent: 1.5em;
}
.painel-ul li {
	display: inline;
}
.painel2 {
	padding: 50px 0;
}
.grid-ilha {
	border: 2px solid #004070;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}
.grid-ilha h5 {
	text-align: center;
	margin-bottom: 20px;
}
.grid-col1 {
	border: 2px solid #004070;
	border-radius: 10px;
	padding: 10px;
	width: 800;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

#imagem1 { position: absolute; left: 0px;  }
#imagem2 { position: absolute; left: 0px;  }
#imagem3 { position: absolute; left: 0px;  }
#imagem4 { position: absolute; left: 0px;  }
#imagem5 { position: absolute; left: 0px;  }
#imagem6 { position: absolute; left: 0px;  }
#imagem7 { position: absolute; left: 0px;  }
#imagem8 { position: absolute; left: 0px;  }
#imagem9 { position: absolute; left: 0px;  }
  
#elemento-pai1 { position: relative;  }
#elemento-pai2 { position: relative;  }
#elemento-pai3 { position: relative;  }