/*
body p {
   line-height: 1.5;
   font-size: 1.5em;
}
*/
#ant_div {
   background: url(../images/img_topo.png) no-repeat;
   background-position: center;
   background-size: cover;
   width: 640px;
   height: 160px;
   border-radius: 8px;
}

#ent_div {
   width: 640px;
   background-color: #FFFFFF;
   border-radius: 8px;
   padding: 5px 20px;
}

.ent_span p {
/* text-align: center; */
}

#ont_div {
   width: 640px;
   background-color: #FFFFFF;
   border-radius: 8px;
   padding: 20px 20px;
}

#unt_div {
   width: 640px;
   padding: 20px 5px;
}



@media screen and (max-width: 767px) {

   #ant_div {
      width: 100%
   }

   #ent_div {
      width: 100%
   }

   #ont_div {
      width: 100%
   }

   #unt_div {
      width: 100%
   }

}
