/* CSS Para a area que sera sempre igual em todas as paginas */

@import url(http://fonts.googleapis.com/css?family=Montserrat);

body { margin: 0 }
img { max-width: 100% }
svg { max-height: 100% }
* { font-family: 'Montserrat', sans-serif; }

section {
    margin: 70px 10% 30px 10%;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 80%;
    height: 600px;
    border-width: 10px;	
    border-style: groove;
    border-color: #2D3348;
    box-shadow: 1px 1px 2px black;
    -webkit-border-radius: 10px / 10px;
    border-radius: 10px / 10px;
}

section h2 {
    margin: 0 0;
    font-size: 26pt;
    text-align: center;
    color:darkred;
    text-shadow: 0.2px 0.2px 2px black;
}

section h3 {
	margin: 20px 0 0 10px;
	font-size: 18pt;
    text-align: left;
	color: #521D1D;
	text-shadow: 0.2px 0.2px 1px black;
}

section h4 {
    width: 40%;
    font-size: 14pt;
    text-align: left;
	color: firebrick;
    margin: 0px 50px 20px 20px;
}