@charsert "UTF-8";
Body {
	background-image: url("fundo.JPG");
	background-color: rgb(75, 137, 200);
	color: black
	}
    p {
	    text-align: justify;
	    text-indent: 50px;
   }	
   figure.foto-legenda {
	   position: relative ;
	   border: 8px solid white ;
	   box-shadow: 1px 1px 4px red;
   }
   figure.foto-legenda {
	   width: auto;
	   height: auto;
	   }
	   figure.foto-legenda figcaption{
		   opacity: 0;
		   position: absolute;
		   top: 0px; 
		   background-color: rgba(0,0,0,0.3);
		   color: white;
		   width: 100%;
		   height:100%;
		   padding: 10px;
		   box-sizing: border-box;
		   transition: opacity 1s;
	   }
	   figure.foto-legenda:hover figcaption {
		   opacity: 1;
		   