.menu-whats {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  pointer-events: none;
  position: fixed;
  bottom: 2px;
  left: 2px;
  z-index: 999;

}
.menu-whats:hover {
  pointer-events: all;
}
.label {
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  background-color: #0c3d1f;
}
.spacer {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.spacer:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  width: 0%;
  transition: width 0.25s ease;
  transition-delay: 0.7s;
}
.item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease;
  transition-delay: 0;
}
span {
  transition: color 0.5s ease;
}
.item:hover span {
  color: #ff0000;
}
.menu-whats:hover .spacer:before {
  width: 100%;
  transition-delay: 0s;
}
.menu-whats:hover .item {
  opacity: 1;
  top: 0px;
}
.item:nth-child(1) {
  transition-delay: 0.45s;
}
.item:nth-child(2) {
  transition-delay: 0.4s;
}
.item:nth-child(3) {
  transition-delay: 0.35s;
}
.item:nth-child(4) {
  transition-delay: 0.3s;
}
.item:nth-child(5) {
  transition-delay: 0.25s;
}
.item:nth-child(6) {
  transition-delay: 0.2s;
}
.item:nth-child(7) {
  transition-delay: 0.15s;
}
.item:nth-child(8) {
  transition-delay: 0.1s;
}
.item:nth-child(9) {
  transition-delay: 0.05s;
}
.item:nth-child(10) {
  transition-delay: 0s;
}
.menu-whats:hover .item:nth-child(1) {
  transition-delay: 0.25s;
}
.menu-whats:hover .item:nth-child(2) {
  transition-delay: 0.3s;
}
.menu-whats:hover .item:nth-child(3) {
  transition-delay: 0.35s;
}
.menu-whats:hover .item:nth-child(4) {
  transition-delay: 0.4s;
}
.menu-whats:hover .item:nth-child(5) {
  transition-delay: 0.45s;
}
.menu-whats:hover .item:nth-child(6) {
  transition-delay: 0.5s;
}
.menu-whats:hover .item:nth-child(7) {
  transition-delay: 0.55s;
}
.menu-whats:hover .item:nth-child(8) {
  transition-delay: 0.6s;
}
.menu-whats:hover .item:nth-child(9) {
  transition-delay: 0.65s;
}
.menu-whats:hover .item:nth-child(10) {
  transition-delay: 0.7s;
}


/*inicio redes*/

.m-social {

  position: fixed;
  right: 0px;
  top: 200px;
  z-index: 1000;

}
.m-social ul {
  list-style: none;
}
.m-social ul li a {
  display: inline-block;
  padding: 0px 15px;
  text-decoration: none;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.m-social ul li a:hover {
  padding: 10px 30px;
}

/*final redes*/

/*pop up inicio
.popup{
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right:0;
    margin: auto;
    width: 800px;
    height: 500px;
    padding: 15px;
    border: solid 1px #4c4d4f;
    background: #f1e767;
    background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%);
    background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%);
    background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
    display: block;
    z-index: 30;
}
pop up fin*/

/* TEXTO RODAPE */
#rodape .span9.span12 p:after {
    content: ‘Endereço: R. Bresser, 889 - Brás São Paulo - SP, 03017-000’;
    display: block;
}

/*inicio redes lateral*/

/*Final redes lateral*/
