li {
    margin-left: 15px;
  }

  li:hover{
    box-shadow: 0 0 5px 0 gray;
    opacity: 0.5;
  }

.divhome1{
  position: relative;
}

.divhome1::after {
  content: "";
  position: absolute;
  height: 2px;
  background: brown;
  top: 100%;
  width: 15%;
  left: 52%;
  margin-top: 8px;
  transform: translateX(-50%);
}

.divhome2{
  text-align: left;
  color: brown;
}

.btnhome1{
  margin-left: 10px;
}

.divhome3{
  position: relative;
}

.divhome3::after {
  content: "";
  position: absolute;
  height: 1.5px;
  background: brown;
  top: 100%;
  width: 100%;
  left: 52%;
  margin-top: 25px;
  transform: translateX(-50%);
}

.divadminperfil{
  box-shadow: 0 0 2px 0 gray;
  background-color: rgba(221, 221, 221, 0.527);
  border-radius: 5%!important;
}

.divadminperfil:hover{
  box-shadow: 0 0 10px 0 brown;
  cursor: pointer;
  transform: scale(1.05);
}

p{
  line-height: 2px;   /* within paragraph */
  margin-bottom: 5px; /* between paragraphs */
  }

#visiblesenha1,#visiblesenha2:hover{
  cursor: pointer;
  transform: scale(1.1);
}

#visiblesenha11,#visiblesenha21:hover{
  cursor: pointer;
  transform: scale(1.1);
}


#blah,#blahx{
  border-radius: 50%!important;
  box-shadow: 0 0 10px 0 gray;
}

#imgperfiladmin{
  border-radius: 50%!important;
  border:2px solid black;
}

#imgperfiladmin2{
  border-radius: 50%!important;
}

.rowperfil1{
  background-color: rgba(236, 236, 236, 0.911);
}

.pulsate-bck {
	-webkit-animation: pulsate-bck 1s ease-in-out infinite both;
	        animation: pulsate-bck 1s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-5-27 11:44:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
 @-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}