.inicial-bg{
    background-color: #FF9F00;
   
}
.foto-inicial{
    border-radius: 60px 70px 40px 140px;

.corazon{
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(37, 37, 37);
}
.sombra{
    text-shadow: 1px 1px 2px rgb(37, 37, 37); 
}
.fondo-2{
    background-color: #B2C6D5;
    padding: 20px;
    
}
#btnSubir {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    display: none;
    transition: all 0.3s ease-in-out;
  }
  #whatsapp-container {
    position: fixed;
    bottom: 30px;
    left: 60px;
    z-index: 10000;
  }
  
  #whatsapp-button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  #whatsapp-button:hover {
    transform: scale(1.1);
  }
  
  #whatsapp-message {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 90;
    width: 250px;
    font-size: 14px;
  }
  @media (max-width: 576px) {
    #btnSubir,
    #whatsapp-container {
      display: none !important;
    }
  }