.staff-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

@media (max-width: 980px) {
  .staff-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
  .staff-item {
    padding: 0;
    margin-bottom: 1rem;
  }
}

.staff-item {
  text-align: center;
  padding: 0 2rem;
}
.staff-image {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
}
.staff-txt {
  font-weight: bold;
  font-size: 0.85rem;
}
.staff-txt h3 {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: normal;
}

header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  z-index: 4000;
}
header .container {
  align-items: center;
}
nav li {
  display: inline-block;
  margin-right: 20px;
}
nav li a {
  font-weight: 700;
}
.social li {
  display: inline-block;
  margin-left: 5px;
}
.social-icon {
  border-radius: 100%;
  height: 30px;
  width: 30px;
}
.menu {
  background: #eee;
  border-radius: 6px;
  font-size: 10px;
  height: 52px;
  width: 52px;
}
.intro-img {
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 12px;
  width: 200px;
}
.servicios-article-img {
  display: block;
  height: 190px;
  position: relative;
}
.servicios-article-icon {
  height: 110px;
}
.circle-1,
.circle-2 {
  border-radius: 100%;
  height: 150px;
  left: 50%;
  margin-left: -100px;
  overflow: hidden;
  position: absolute;
  transition: all 0.2s ease;
  width: 150px;
}
.circle-2 {
  height: 170px;
  margin-left: -85px;
  top: 16px;
  width: 170px;
}
.circle-2 img {
  height: 100%;
}
.circle-2:hover {
  cursor: pointer;
  margin-left: -82px;
  top: 13px;
  transition: all 0.2s ease;
}
.circle-3 {
  border-radius: 100%;
  height: 280px;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 280px;
}
.empresas-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin: 2rem;
  width: 150px;
}
.icon,
.empresas-item {
  transition: all 0.2s ease;
}
.icon:hover,
.empresas-item:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.2s ease;
}
#galeria-container {
  margin: 0 auto;
}
.slick {
  height: 680px;
}
.slick div {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.article-foto {
  height: 300px;
}
.article-nosotros {
  margin: 0 30px;
}
.slick {
  margin-bottom: 100px;
}
.img-footer {
  height: 80px;
  margin-left: 10px;
  margin-top: -8px;
  position: absolute;
}
input,
textarea {
  border: 1px solid black;
  height: 40px;
  padding: 15px;
}
textarea {
  height: 120px;
}
button:hover {
  cursor: pointer;
}
