@charset "UTF-8";
.circulo{
  width: 200px;
  height: 200px;
  background-image: url(../img/logo.png);
  background-size: cover;
  border-radius:200%;
  margin: 0 auto;
  margin-top: 20%;
  border: 5px solid #06357a;
}
.circulopeq{
  width: 100px;
  height: 100px;
  background-image: url(../img/logo.png);
  background-size: cover;
  border-radius:200%;
  margin: 0 auto;
  margin-top: 5%;
  border: 5px solid #06357a;
}
