.header-background-nosotros {
    background-image: url('https://media.istockphoto.com/id/1054780856/es/foto/interior-de-farmacia.jpg?s=612x612&w=0&k=20&c=WHpeRu58cz7or5_yFneNO4yYrTwuI2vglNJOvGzOG7Q=');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
    color: white;
  }
  .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-content {
    position: relative;
    z-index: 1;
    padding: 20px;
  }
  .breadcrumb-container {
    background-color: white;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .breadcrumb-container a{
    text-decoration: none;
    font-size: large;
  }
  .breadcrumb-container a:hover{
    color: green;
  }
  .desactivar{
    user-select: none;
  }
  .Nosotros-quienesSomos{
    user-select: none;
    padding: 7rem;
    padding-top: 3rem;
    
  }
  .Nosotros-quienesSomos h3, h4{
    font-weight: bolder;
    margin-bottom: 1%;
  }
  .Nosotros-quienesSomos p{
    font-weight: 600;
  }
  .Nosotros-quienesSomos i{
    color: green;
  }

  .datos-tiendas{
    color: black;
    user-select: none;
  }
  .datos-tiendas i{
    color: #406B70;
  }

  .datos-tiendas span{
    text-decoration: underline;
    text-underline-offset: 30px;    
  }
  .redes-nosotros-backgound{
    background-color: #F6FAFF;
  }
  .redes-nosotros-backgound a{
    color: #406B70;
  }

  .redes-Nosotros{
    font-size: 3rem;
  }
  .azul:hover{
    color: #3C75BF;
  }
  .negro:hover{
    color: black;
  }
  .rosa:hover{
    color: #F80DC1;
  }




  /* Pantallas de telefonos y tablet */
  @media (min-width: 320px) and (max-width: 431px){
    .Nosotros-quienesSomos{
        padding: 0.5rem;
    }
      .azul{
        color: #3C75BF;
      }
      .negro{
        color: black;
      }
      .rosa{
        color: #F80DC1;
      }
}
