﻿h3 {
    color: rgb(0,131,194);
}
#SobreNos {
    width: 50%;
    height: 350px;
    text-align: center;
    float: left;
}
#SobreNos1 {
    width: 50%;
    height: 350px;
    text-align: center;
    float: left;
    border: groove;
    border-color: rgb(0,131,194);
}
#imgSobreNos{
    margin-top: 12px;
    width: 340px;
    height: 320px;
}
#imgSobreNos1 {
    margin-top: 12px;
    width: 340px;
    height: 320px;
}
#espacoSobreNos {
    text-align: left;
    width: 100%;
    float: left;
    padding-top: 10%;
}
p{
    margin:10px;
    text-align:justify;
}
#Titulo {
    background-color: rgb(0,131,194);
    height: 60px;
    padding-top: 0.3%;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
}