* {
  margin: 0;
  padding: 0 ;
}
/* hero section */
.career-hero {
  background: url("../assets/Gradient-background-remix11online-video-cutter.com1-ezgif.com-video-to-gif-converter.gif");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
  width: 100%;
  background-color: #f9f9f9;
}

.container-career {
  /* display: flex; */
  padding: 15rem 8rem 10rem 8rem;
}
.career-hero-text {
  margin: auto;
  justify-content: center;
  margin-right: 2rem;
}
.career-hero-text h1{
  flex: 1.4;
  text-align: left;
}
.career-hero-img img {
  flex: 0.6;
  width: 30vw;
  height: auto;
  border-radius: 30px;
}

/* what do we do? */
.whatwedo{
  padding: 6rem 8rem;
}
.container-what{
  display: flex;
}
.container-left{
  flex: 2;
  margin-right: 20px;
}
.container-left img{
  height: 560px;
  width: 560px;
  border-radius: 30px;
}
.container-right{
  margin-left: 15px;
  flex:2;
}

.quality-img img {
  height: 3.5rem;
  margin-right: 20px;
}
.quality-container {
  margin-top: 30px;
}
.quality{
  padding: 0.8rem;
  display: flex;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(44, 102, 227, 0.07);
  margin-bottom: 20px; 
}
.about-quality p {
  text-align: left;
}
.quality-left{
  flex: 1;
  margin: auto;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.quality-right{
  flex: 1;
}  
.text-center{
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
/* testimonials */
.wrapper{
  padding: 5rem 0rem 5rem 0rem;
}
.wrapper h1{
  margin-bottom: 0.5rem;
}
.wrapper .swiper-wrapper {
  padding: 2rem 8rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.wrapper .swiper-wrapper .card-test {
  height: 350px;
  width: 550px;
  background-color: #f9f9f9;
  box-shadow: 0 10px 10px 0 rgba(44, 102, 227, 0.12);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0.7rem;
}

.card-test .image {
  flex: 0.7;
  width: 500px;
  height: 350px;
  border-radius: 30px;
}

.card-test .image img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-test .content {
  flex: 1;
  margin: 1rem;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.card-test .content .title {
  margin-bottom: 1rem;
  position: relative;
  text-align: left;
}

.card-test .content .desc-test {
  text-align: left;
}



/* departments */
.departments{
  background: url("../assets/Cargar_Pitchdeck_30032024.webp");
    background-color: #f9f9f9;
    background-position: 50%;
    padding: 5rem 8rem 5rem 8rem;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.departments h1{
    margin-bottom: 50px;
    text-align: center;
}
.desc1{
    text-align: left;
    margin-left: 20px;
  }
.cards-dep{
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-gap: 0.5rem;
  }
  .card-dep {
    padding: 1rem 0.5rem;
    height: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .card-dep p{
    text-align: center;
    font-size: 1.2rem;
  }
  @media (min-width: 600px) {
    .cards-dep { grid-template-columns: repeat(3, 1fr); }
  }
  @media (min-width: 900px) {
    .cards-dep { grid-template-columns: repeat(4, 1fr); }
  }
.button-join{
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon{
  background-image: url("../assets/Gradient-background-remix11online-video-cutter.com1-ezgif.com-video-to-gif-converter.gif");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon h1{
  padding: 2rem 3rem;
}

@media screen and (max-width: 1000px) {
  .container-career{
    padding: 8rem 4rem !important;
  }
  .whatwedo{
    padding: 5rem 4rem !important;
  }
  .container-what{
    display: block;
  }
  .quality-right{
    margin-left: 0px !important;
  }
  .quality-left{
    margin-right: 0px !important;
  }
  .wrapper, .departments{
    padding: 5rem 4rem;
  }
  .container-left{
    margin-right: 0px;
  }
  .container-left img{
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .container-career{
    display: block;
    padding: 8rem 2rem !important;
  }
  .whatwedo{
    padding: 5rem 2rem !important;
  }
  .whatwedo h1, .whatwedo p{
    text-align: left;
  }
  .career-hero-img img{
    margin-top: 3rem;
    width: 100%;
  }
  .wrapper{
    padding: 4rem 2rem 0rem 2rem;
  }
  .departments h1{
    padding: 2rem 0rem;
    margin-bottom: 10px;
  }
  .departments{
    padding: 5rem 2rem 4rem 2rem;
  }
  .wrapper h1{
    text-align: left;
  }
  .cards-dep{
    grid-gap: 0rem;
  }
  .wrapper .swiper-wrapper .card-test{
    height: 650px;
    width: 300px;
    display: block;
  }
  .desc1{
    margin-left: 0rem !important;
  }
  .card-test .image{
    height: 300px;
  }
  .card-test .image img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
  }
  .swiper-wrapper{
    margin-left: 12rem;
  }
}
@media  screen and (max-width: 450px) {
  .quality{
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .quality-img img{
    margin: 1rem;
    height: 3em;
  }
}