/*geral*/
@import url(base.css);

main h1{
   text-align: center;
   font-size: 40px;
   margin: 20px;
   color: #000000;
   padding-bottom: 30px;
 }
 
 main h1 span{
    text-align: center;
    font-size: 40px;
    margin: 20px;
    color: #2b8b5d;
  }
  

/*destaques*/
.flex{
   display: flex;
   flex-wrap: wrap;
}

.objetivo-box {
   justify-content: space-around;
   text-align: justify;
   background-color: #e6f0eb;
   width: 550px;
   height: auto;
   padding: 50px;
   font-size: 15px;
   margin: 40px;
   border-radius: 10px;

}

.objetivo-box h2 {
   color: #000;
   text-align: center;
}

.objetivo-box p {
   color: #000;
   margin: 20px 10px;
   font-size: 15px;
}
.img-topo1{
   width: auto;
}
.img-topo1 img {
   width: 350px;
   height: 250px;
   border: 2px solid #ffffff;
}

.imgCentro{
   display: block;
   margin: 10px auto;
}
