.espacioDeTrabajo {
  width: 100%;
  height: 100%;
  background-image: url("/logo2.png");
  background-size: 20px;
  padding-bottom: 25px;
}
.bannerEspacioDeTrabajo{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.tittleButton+a{
display: none;
}

.containerPrincipal {
  height: fit-content;
  width: 80%;
  display: flex;
  margin: auto;
  position: relative;
  background: #ffffff;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
  top: -111px;
}

.tittle {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  margin: 0 auto;
  font-family: "Futura";
}

.textContainer {
  position: relative;
  /* background-color: #376d0f; */
  width: 100%;
  height: auto;
  overflow: hidden;
}

.text {
  position: relative;
  text-align: center;
  font-family: "Futura";
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 25px;
  line-height: 27px;
}

.tittleButton {
  position: relative;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 25px;
  font-family: "Futura";
}

.button {
  color: #ffffff;
  width: fit-content;
  padding: 0px 60px;
  text-transform: uppercase;
  background: #bf8746;
  border: 1px solid #BA8750;
  font-family: "Futura";
  height: 40px;
  line-height: 40px;
  margin: 40px auto 0;
  transition: .5s all ease-in-out;
}

.button:hover{
  background: #ffffff;
    color: #c7a567;
}

.imgContainer {
  position: relative;
  /* background-color: #cb851a; */
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}

.image {
  width: 60%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  /* margin: 0 auto; */
  position: relative;
  background-size: 116% 116%;
}

@media screen and (max-width: 770px) {
  .bannerEspacioDeTrabajo {
    width: 100%;
  }
  .tittleContainer {
    height: auto;
    overflow: hidden;
    background: #ba8750;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    top: -27px;
    /* bottom: 10px; */
    position: relative;
  }

  .tittle {
    width: fit-content;
    font-size: 19px;
    bottom: 0px;
  }

  .textContainer {
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .text {
    line-height: 1.2;
    margin-top: 24px;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
  }

  .imgContainer {
    height: auto;
    overflow: hidden;
    margin-top: 27px;
  }

  .image {
    width: 100%;
  }

  .containerPrincipal {
    padding-top: 0px;
    padding-bottom: 0;
    top: 0px;
    width: 90%;
  }
  .tittleButton {
    line-height: 1.2;
    margin-top: 24px;
    font-size: 15px;
    width: 100%;
    font-family: "Futura";
    font-weight: 500;
    margin-top: 20px;
  }

  .button {
    margin-top: 40px;
    text-align: center;
    font-family: "Futura";
    font-size: 16px;
    line-height: 45px;
  }

  .imageSlider {
    height: 300px;
  }
  #slider {
    display: none;
  }
  #slider {
    display: none;
  }

  .espacioDeTrabajo {
    background: white;
  }
}
