.header-background-contactanos {
    background-image: url('https://www.shutterstock.com/image-photo/hands-young-dark-skinned-woman-600nw-2111420825.jpg');
    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;
  }
 
.contactanos a{
    text-decoration: none;
    color: #9B9B9B;
    font-weight: bolder;
}
.contactanos ul{
    list-style: none;
}
.contactanos span{
    color: black;
}
.contactanos li{
    margin-bottom: 2rem;
}
.whatsapp-contact{
  color: green;
}
.maps-contact{
  color: red;
}
.email-contact{
  color: rgb(173, 70, 70);
}

.enlace-correo:hover{
  color: rgb(173, 70, 70);
}

.enlace-whatsapp:hover{
  color: green;
}
.enlace-maps:hover{
  color: red;
}
.contactanos{
  padding: 3rem;
}
.contactanos-form{
  width: 70%;
  margin-bottom: 3rem;
}
.contactanos-form form{
  width: 60%;
  margin: auto;
}

.contactanos-form button{
  background-color: #006B73;
  border: none;
}


/* Pantallas de telefonos y tablet */

@media (min-width: 163px) and (max-width: 1010px) {
  .contactanos{
    padding: 0;
  }
  .contactanos-form{
    width: 100%;
    margin-bottom: 3rem;
  }
  .contactanos-form form{
    width: 90%;
    margin: auto;
  }
}  