body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("img/bg1.jpg");
    background-size: cover; /* Adicione esta linha */
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    

}



#bg_color {
	opacity: 0.4;
	fill: rgba(0,16,60,1);
}
.bg_color {
    z-index:0;
	position: absolute;
	overflow: visible;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.titulo{
   position:absolute;
   text-align:left;
    top: 10%;
    left: 30%;
    width:50%;

   
   
    
}
@media only screen and (max-width: 600px) {
      
        

    .titulo{
        top:110px;
        left:0%;
        font-size: 24px; 
        margin:20px;
        width:100%;
        
    }
    
}


