* {
  padding: 0;
  margin: 0;
}
#nosotros {
  overflow: hidden;
}
.portada {
  position: relative;
  display: inline-block;
  text-align: center;
}
.centrado {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.centrado h1 {
  color: white;
}
.line-orange {
  width: 50px;
  height: 4px;
  background: #f36c21;
  margin-top: 10px;
}
.container-nosotros {
  width: 70%;
  display: flex;
  margin: auto;
  padding: 10rem 0;
  justify-content: space-between;
  align-items: center;
}
h2 {
  border-bottom: 6px solid #f36c21;
  width: 18%;
  padding-bottom: 10px;
}
.container-nosotros div {
  width: 60%;
}
p {
  font-size: 15px;
  padding-bottom: 25px;
  font-family: "Rubik Regular";
}
.titles {
  color: #353535;
  text-transform: none;
  font-family: "Rubik Light";
  padding-top: 3rem;
  margin-bottom: 0;
}
.titles strong {
  font-family: "Rubik Medium";
}
.experience-staff {
  background: #f3f3f3;
}
.reviews-staff {
  background: #f3f3f3;
  padding: 4rem 0;
  margin-bottom: 0 !important;
  height: 60vh;
  display: flex;
}
.container-reviews-staff {
  width: 70%;
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.container-reviews-staff div:nth-of-type(1) {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 40%;
}
.container-reviews-staff div:nth-of-type(1) img {
  padding-bottom: 10px;
}
.container-reviews-staff div:nth-of-type(1) p {
  padding-bottom: 0px;
}
.container-reviews-staff div:nth-of-type(2) {
  width: 50%;
}
.container-reviews-staff div:nth-of-type(2) img {
  margin-bottom: 2rem;
}
.container-reviews-staff div:nth-of-type(2) p {
  color: #353535;
  font-style: italic;
}
.reviews-staff .slick-list {
  width: 80%;
  margin: auto;
}
.reviews-staff .slick-dots {
  bottom: 30px !important;
}
/*--------------------- RESPONSIVE ----------------------*/

@media screen and (max-width: 768px) {
  #content {
    overflow: hidden;
  }
  .centrado {
    left: 30%;
    transform: translate(-50%, -15%);
  }
  .reviews-staff{
    height: auto;
  }
  .container-nosotros {
    flex-direction: column;
    width: 100%;
    padding: 5rem 0;
  }
  .container-nosotros div {
    width: 80%;
  }
  h2 {
    border-bottom: unset;
    width: 100%;
    padding-bottom: 30px;
    margin: auto;
    text-align: center;
  }
  p {
    line-height: 26.56px;
  }
  .titles {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f3f3f3;
    margin-bottom: 0;
    padding-top: 2rem;
    font-size: 20px;
    line-height: 20px;
  }
  .reviews-staff {
    padding: 1rem 0 4rem 0;
  }
  .container-reviews-staff {
    flex-direction: column !important;
  }
  .container-reviews-staff div:nth-of-type(1) {
    width: 100%;
    margin: 20px 0;
  }
  .container-reviews-staff div:nth-of-type(2) {
    width: 100%;
  }
  .container-nosotros {
    padding: 2rem 0;
  }
}
