* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	background-image: url(img/bg2.png);
	background-position: fixed;
	background-color: #000;
	background-size: 100%;
	min-height: 100%;
	text-align:center;
  font-family: Arial, sans-serif, Agency FB;
  color: #fff;
}

p	{
	margin: 0px;
	padding: 0px;
	font-size: 100px;
	color: #fff;
	font-family: Agency FB;
}

.conteudo-titulo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    /*border-top: 2px solid #ffc700ff;
    border-bottom: 2px solid #2e2671ff;*/
 
    }


.conteudo-contato{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
	margin: 0px;
    padding: 0px;
    /*border-top: 2px solid #ffc700ff;
    border-bottom: 2px solid #2e2671ff;*/
}

.header {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0px;
       opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=75);

   }

.content {
  padding: 20px;
}

.content img {
  max-width: 100%;
  height: auto;
}

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin: 0px;
       opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=75);
}

/* Regras de estilo para dispositivos móveis */
@media screen and (max-width: 767px) {
  .content {
    font-size: 14px;
    padding: 10px;
  }

  .content img {
    margin: 10px 0;
  }

  .footer {
    padding: 5px;
  }
}

/* Regras de estilo para tablets e computadores */
@media screen and (min-width: 768px) {
  .content {
    font-size: 18px;
    padding: 50px;
  }

  .content img {
    margin: 50px 0;
  }

  .footer {
    padding: 20px;
  }
}
