.equipo-profesional {
  width: 100%;
}

.equipo-profesional.page {
  background-color: #fff;
  background-image: url(sites/default/files/theme/complementaria-background.svg) no-repeat;
  background-attachment: fixed;
  background-position-y: 30%;
  background-repeat: no-repeat;
}
.equipo-profesional .content {
  text-align: center;
  margin-bottom: 8rem;
}

.equipo-profesional.block {
  padding-top: 10rem;
  padding-bottom: 0.1rem;
}

.equipo-profesional.block .row {
  justify-content: center;
}

.equipo-profesional .hero-img {
  width: 100%;
}

.equipo-profesional .main-content {
  margin-top: 5rem;
  margin-bottom: 8rem;
}

.equipo-profesional .equipo-header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.equipo-profesional p {
  width: 70%;
  margin: 6rem auto 5rem;
  text-align: center;
  color: #225783;
}

.equipo-profesional .equipo-profesional-link {
  margin: 5rem auto 4rem;
}

.equipo-profesional button {
  background: #2E98A4;
  padding: 1.8rem 3rem;
  color: #ffffff;
}

.equipo-profesional  .node__content {
  background: url('/sites/default/files/theme/profile-background.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  padding: 0 0 1.1rem 0;
  max-width: 26.5rem;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 .2rem .2rem rgba(0,0,0,.25);
}

.equipo-profesional .image-container img {
  border-radius: 1.5rem 1.5rem 0 0;
  clip-path: circle(140% at 56% -41%);
  width: 100%;
}

.equipo-profesional .text-container {
  margin: 0 2rem;
  color: #383838;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Roboto;
}

.equipo-profesional .text-container h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #183E5E;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.equipo-profesional .text-container h2::after {
  bottom: .6rem;
}

.equipo-profesional .text-container .redes {
  text-align: end;
  height: 2rem;
  margin-top: -3rem;
}

.equipo-profesional .text-container .redes img {
  height: 2rem;
  width: 2rem;
}

.equipo-profesional .text-container .email {
  margin: 1rem 0;
}

.equipo-profesional .text-container .email a, .equipo-profesional .text-container .email a:hover {
  color: #18A0FB
}

