
.cp{
  cursor: pointer !important;
}


.float-wpp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

.icon-whatsapp:hover, .icon-whatsapp:focus{
  color: #00800082 !important; 
}

.custom-box{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
}


@media (max-width: 1000px) {
  .detail-img {
    width: 100%;
    height: 500px;
  }
}

.font-style-amsterdam{
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

.text-justify{
  text-align: justify;
  color: black !important;
}

.text-underscore{
   text-decoration: underline;
}

.text-identify-10{
  text-indent: 10px;
}
.text-identify-20{
  text-indent: 20px;
}



/*celular*/
@media (max-width: 767px) {



}