body,html{height: 100%; width: 100%;}
body{background:url('../img/pattern.png') repeat; font-family: 'Open Sans', sans-serif; font-size:16px;}
a{color:#ecb83f !important; font-weight: 700}
ul{list-style: none;}
img{max-width:100%;}
h3{overflow: hidden; text-align: center; font-size:24px; font-weight:700; text-transform: uppercase; color:#ecb83f;}
h3:before,
h3:after {
  background-color: #ecb83f;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
h3:before {
  right: 0.5em;
  margin-left: -50%;
}

h3:after {
  left: 0.5em;
  margin-right: -50%;
}

.circular{
  width: 237px;
  height: 237px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.circular a img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.botao{padding:7px 15px;}
.botao:hover{text-decoration: none}
.btnwhatsapp{background:#47c756; font-weight: 700; font-size:24px;}

.btninstagram{background:#ecb83f; font-weight: 700; font-size:16px; text-transform: uppercase; padding:10px 10px;}
.btnfacebook{background:#4460ba; font-weight: 700; font-size:16px; text-transform: uppercase; padding:10px 10px;}
.btnwhats{background:#47c756; font-weight: 700; font-size:16px; text-transform: uppercase; padding:10px 10px;}