.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }


/*HEADER*/
.main_header          { background:#ffffff; border-bottom:1px #f4f4f4 solid; z-index:1; padding: 0.5em 0em; }
.main_header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.main_header_logo { text-align:center; margin:auto; float:none; width:138px; }
.main_header_logo img { height:69px; }


/*Seu Código*/
.section-seu-codigo          { padding:10px 0px; background-color:#f4f4f4; }
.section-seu-codigo .content { float:left; padding:1em 0; }
.section_title               { width: 100%; float:left; margin-bottom:1em; font-size:1.3em; font-weight: 300; text-align: center; border-bottom: 1px #eceaea solid; padding-bottom: 1em; }

.box-artigo   { width:100%;  float:left; background:#fff; box-shadow: 1px 0px 1.2px 0px #e3e3e3; border-radius:1px; padding:0em; }

/*Galeria Fotos*/

.gallery {
	
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
	height: 100;
	
  margin: auto;
}

.gallery .galleryItem {
  flex: 1 1 auto;
  margin: 0.3em;
  border: 1px solid #dddddd;
  border-radius: 6px;
  position: relative;
  width: 12em;
  height: 13em;
  overflow: hidden;
	
}

@media (min-width: 50em) {
  .gallery .galleryItem {
    width: 10em;
    height: 10em;
  }
}

@media (min-width: 70em) {
  .gallery .galleryItem {
    width: 10em;
    height: 10em;
  }
}

.gallery .galleryItem:hover img {
  transform: scale(1.6);
}

.gallery a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.gallery figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #F9F4F4;
  position: absolute;

  bottom: 0;
  left: 0;
  right: 0;
  padding: 0em;
}

.lightBoxOverlay {
  display: block;
  position: fixed;
  top: 10;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.lightBoxOverlay .closeButton {
  position: absolute;
  top: 3.5em;
  right: 3.1em;
  color: #E42F2F;
  background-color: #fff;
  font-size: 1.5em;
  border-radius: 1em;
  padding: 0.44em 0.66em;
  height: 2em;
  width: 2em;
  cursor: pointer;
  transition: 0.2s;
}

.lightBoxOverlay .closeButton:hover {
  color: #fff;
  background-color: #000;
}

@media (min-width: 80em) {
  .lightBoxOverlay .closeButton {
    font-size: 2em;
    top: 1em;
    right: 1em;
    height: 2em;
    width: 2em;
  }
}

.lightBoxOverlay .container-galeria {
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
}

@media (min-width: 40em) {
  .lightBoxOverlay .container-galeria {
    padding: 3em;
  }
}

@media (min-width: 80em) {
  .lightBoxOverlay .container-galeria {
    padding: 5em;
  }
}

.lightBoxOverlay img {
  max-width: 100%;
  max-height: 100%;
}

.lightBoxOverlay figcaption {
  margin-top: 1em;
  padding: 0.5em 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5em;
}

/*Galeria Fotos*/

/*FOOTER*/
.main_footer          { background-color:#007cff; color:#fff; font-size:0.875em; }
.main_footer .content { padding:3em 0em; }

.main_footer_copy       { background-color:transparent; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { font-family:'open_sanslight'; font-size:1em; color:#ffffff; height:20px; }
.main_footer_copy .m-b-footer   { margin-bottom:0.5em; }
.main_footer_copy .by   { font-size:0.96em; }
.main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }
.main_footer_copy .by a { text-decoration:underline; color:#ffffff; }
.main_footer_copy .by a:hover { color:#000000;}


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){


} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){


} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

 .section-seu-codigo          { padding:20px 0px; }
 .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }


}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
