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

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

body { margin: 0 ; background-image: url("../img/ecailles.png");}
img { max-width: 100% }
svg { max-height: 100% }

#quemSomos {
    margin: 70px 15% 30px 15%;
    background-image: url(../img/fundo_up.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    text-align: center;
    border-width: 10px;	
    border-style: groove;
    border-color: #2D3348;
    box-shadow: 1px 1px 2px black;
    -webkit-border-radius: 10px / 10px;
    border-radius: 10px / 10px;
}

#quemSomos h3 {
    margin: 20px 15px;
    font-size: 28pt;
    text-align: left;
    color:darkred;
    text-shadow: 0.2px 0.2px 2px black;
    font-family: 'Montserrat', sans-serif;
}

#quemSomos p {
    margin: 20px 10px;
    font-size: 20pt;
    text-align: justify;
    color:darkred;
    text-shadow: 0.2px 0.2px 2px black;
    font-family: 'Montserrat', sans-serif;
}

