*{    
    margin: 0px auto;
}
body{
    background-color: #ffc7c7;
    background-image: url("https://transparenttextures.com/patterns/fresh-snow.png");
}
header{
    position: relative;
    width: 1345px;
    height: 150px;
    background-color: white;
    border: 2px double white;
    margin: 0px auto;
}
#topoMeio{
    position: relative;
    width: 450px;
    height: 50px;
    float: left;
    padding-left: 50px;
}
#topoDireito{
    position: relative;
    width: 380px;
    height: 10px;
    float: right;
    padding: 70px;
    padding-right: 70px;
}
#topoDireito a{
    box-shadow: 2px 2px #ff6666;
  text-decoration: none;
  font-family: 'Dancing Script', cursive;
  color: black;
  font-size: 30px;
  padding: 8px;
}
#centro{
  position: relative;
  width: 650px;
  height: 400px;
  background-color: #ff6666;
  margin: 0px auto;
  margin-top: 20px;
  border: 5px solid white;
}
#imagem{
  position: relative;
  width: 700px;
  height: 400px;
  padding: 25px;
  padding-right: 40px;
}
footer{
    position: relative;
    width: 1340px;
    height: 90px;
    background-color: white;
    padding: 1px;
    border: 2px double white;
    margin-top: 20px;
    margin: 0px auto;
}
#sites{
    position: relative;
    width: 300px;
    height: 10px; 
    margin: 0px auto;
    padding: 20px;
    padding-left: 140px;
}
#sites a{
    margin: 10px;
}
#historia{
  position: relative;
  width: 1200px;
  height: 235px;
  background-color: white;
  margin: 0px auto;
  margin-top: 20px;
  border: 5px solid #ff6666;
}
#texto{
  position: relative;
  width: 1100px;
  height: 200px; 
  padding: 20px;
  padding-left: 50px;
  text-align: justify;
  font-family: 'PT Serif', serif;
  color: black;
}
#centroSobre{
  position: relative;
  width: 650px;
  height: 450px;
  background-color: white;
  margin: 0px auto;
  margin-top: 20px;
  border: 5px solid #ff6666;
}
#organizacao1{
  position: relative;
  width: 1200px;
  height: 420px;
  margin-top: 50px;
}
#imagem1{
  position: relative;
  width: 500px;
  height: 370px;
  float: left;
  border: 15px solid white;
}
#texto1{
  position: relative;
  width: 300px;
  height: 420px; 
  float: right;
  padding-right: 300px;
  font-size: 30px;
  padding-top: 80px;
  font-family: 'PT Serif', serif;
  text-align: center;
}
#organizacao2{
  position: relative;
  width: 1200px;
  height: 420px;
  margin-top: 50px;
}
#imagem2{
  position: relative;
  width: 500px;
  height: 370px;
  float: right;
  border: 15px solid white;
}
#texto2{
  position: relative;
  width: 300px;
  height: 420px; 
  float: left;
  padding-left: 300px;
  font-size: 30px;
  padding-top: 130px;
  font-family: 'PT Serif', serif;
  text-align: center;
}
#organizacao3{
  position: relative;
  width: 1200px;
  height: 600px;
  margin-top: 50px;
}
#imagem3{
  position: relative;
  width: 500px;
  height: 370px;
  float: left;
  border: 15px solid white;
}
#texto3{
  position: relative;
  width: 300px;
  height: 300px; 
  float: right;
  padding-right: 300px;
  font-size: 30px;
  padding-top: 180px;
  font-family: 'PT Serif', serif;
  text-align: center;
}
#textoServicos{
  position: relative;
  width: 1000px;
  height: 100px;
  font-family: 'PT Serif', serif;
  color: black;
  margin-top: 180px;
  text-align: center;
  margin: 0px auto;
}
fieldset{
    border: none;
}
form{
    position: relative;
    width: 535px;
    height: 415px;
    background-color: white;
    border: 2px solid #ff6666;
    padding: 2px;
    font-size: 20px;
    margin-top: 20px;
    float: left;
}
.grupo:after, .grupo:before{
    display: table;
}
.grupo:after{
    clear: both;   
}
.campo label{
    display: block;
    color: black;
    margin-bottom: 3px;
}
.botao,.campo select,.campo{
    cursor: pointer;
}
.campo input:focus, .campo select:focus, .campo textarea:focus{
    background-color: #ff6666;
}
.botao{
    background-color: #ff6666;
    border: none;
    color: black;
    border: 1px solid black;
    font-size: 15px;
    margin: 15px;
}
#mapa{
    position: relative;
    width: 535px;
    height: 415px; 
    float: right;
    margin-top: 30px;
}
#centroContato{
    position: relative;
    width: 1100px;
    height: 450px;  
}