body {overflow-x:hidden;width: 100%;display: block;text-align: center;}
#wrapper {margin:0 auto;float:none;box-shadow: -1px 1px 11px #0000001a;}
#navbar {z-index:1000}
#navbar.affix {top:0}
h1 {
	color: #08c;
	font-family: Roboto;
	font-size: 55px;
	font-weight: bolder;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-shadow: 2px 1px #2870F0;
	text-align:center
}

h3 {
    text-align: center;
    color: #ff9152;
    font-size: 35px;
    padding: 1em 0 0.2em 0;
}
header p {
	text-align:center
}

form label {display:block}

footer {
	text-align:center;
	background:#08c;
	border-top:1px dashed #fff;
	padding:15px 0;
	margin-top:20px;
	color:#fff;
}

footer a {
	color:#fff;
	padding:3px 5px;
	text-decoration:underline;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
footer a:hover {
	background:#fff;
	color:#08c;
	text-decoration:none;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.btnAtual {background:orange; color:#fff}
#pageDiv {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;}
#pageDiv .item-foto {flex-direction: row;flex-wrap: wrap;margin: 10px;width: 348px!important;height: 234px!important;overflow: hidden;display: flex;align-content: center;justify-content: center;align-items: center;}
.pageDivNav a {padding: 9px 20px;font-size: 20px;margin: 20px 0 0 0;}
.pageDivNav a.current {font-weight:bold;text-decoration: none;color: white;background: orange;}
.pageDivNav {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%!important;
    text-align: center;
    margin: 20px 0;
}

#pageBtns li a:hover {
    color: #fff;
    background: #ccc;
    cursor: pointer;
	border-color:#ccc
}
.fundo-modal {width: 0px;height:100vh;position: fixed;right:0;overflow:hidden;background: #02020294;transition:0.3s;top: 0;z-index: 99;box-shadow: -6px 4px 11px 1px #00000030;display: none;transition: 0.3s;}
.fundo-modal.visible {display: block!important;transition: 0.3s!important;width: 100%!important;height: 100vh;position: fixed;}

.containerFoto {background:#fff;position: fixed;margin: 0 auto;width: 80vw!important;max-height: 94vh!important;overflow:auto;transition: 0.4s;box-shadow: -2px 3px 8px 2px #0000007d;padding: 0;opacity: 0;top: 0;z-index: -888;}
.containerFoto.open {transition: 0.3s!important;opacity: 1;padding: 20px 10px;right: 0;display: block;left: 0;top:2%;justify-content: center;align-items: center;flex-direction: row;flex-wrap: wrap;z-index: 999;}
.btn-close {
    content: " ";
    position: absolute;
    top: 42%;
    background: white;
    left: -38px;
    width: 58px;
    height: 81px;
    border-radius: 14%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: -9px 0px 9px #01010154;
    cursor:pointer
}
.btn-close i {
    font-size: 36px;
    color: #d6d2d2;
    transition: 0.3s;
}
.btn-close:hover i {transform: rotate(177deg); transition:0.3s; color:#b7b7b7}
.profilePic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.profilePic img {
    width: auto;
    height: 100%!important;
    cursor: zoom-in;
}

.current {
  font-weight:bold;
  text-decoration: none;
  color: white!important;
  background: orange;
}

#pageBtns li {
  display: inline-block;
  padding: 9px 20px;
  font-size: 20px;
  margin: 20px 0 0 0;
  color: #666;
}

.prev {
  cursor: pointer;
}

.next {
  cursor: pointer;
}

.last{
  cursor:pointer;
  margin-left:5px;
}

.first{
  cursor:pointer;
  margin-right:5px;
}
#pageBtns li a {
    color: #ccc;
    padding: 5px 10px;
}
.btn-warning{
  color: white!important;
  font-weight: bolder!important;
}
.zoomImg {width:100%!important; cursor:zoom-out}
img.img-foto {
    max-width: 120%;
}
ul#pageBtns {
    text-align: center;
}
.btn-warning {border-color:#ff9152; background-color:#ff9152}
@media (max-width: 790px) {
	
	
	#pageDiv .item-foto {

		width: 208px!important;
		height: 174px!important;

	}
}