* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header.transparent {
  box-shadow: 0px 4px 44px rgb(0 0 0 / 4%);
}

#trabajos {
  margin-top: 150px;
  color: #0f4f3e;
}

#trabajos>div:first-of-type {
  width: 60%;
}

#trabajos h1 {
  color: #0f4f3e;
  margin-bottom: 25px;
}

.title-responsive {
  display: none;
}

p {
  margin-bottom: 25px;
}

.trabajos.flex-parent {
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  align-content: center;
  /* justify-content: flex-start; */
  gap: 25px;
}
.trabajos.flex-parent {
  justify-content: flex-start !important;
}

.primer-container-img img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}

/* .slick-track {
  height: 400px;
  overflow: hidden;
} */

.slick-slider {
  height: 400px!important;
  overflow: hidden!important;
}

.contenedorWork {
  width: 32%;
  height: 32%;
}

.img-trabajos-container {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.img-trabajos-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-trabajos-container .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 87, 87, 0.3);
  transition: 0.5s ease-in-out all;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  /*display: flex;*/
  justify-content: flex-end;
  align-items: center;
}

.img-trabajos-container:hover>.capa {
  opacity: 1;
  visibility: visible;
 
}

.img-trabajos-container:hover h3{
  opacity: 1;
  visibility: visible;
  font-size: 45px;

}
.img-trabajos-container a h3{
  font-size: 45px;
}
.img-trabajos-container:hover a{
  opacity: 1;
  visibility: visible;
  font-size: 20px;
}
.img-trabajos-container a{
  font-size: 20px;
}


.capa div {
  margin: 0 5%;
}

.capa h3 {
  font-size: 65px;
  color: white;
  font-weight: 600;
  margin-top: 8rem;
  margin-right: 1rem;
}

.capa a {
  font-family: "Neue Medium Italic";
  font-size: 20px;
  color: white;
  margin-right: 1rem;
}
header.transparent {
  height: 12vh;
}

p{
  letter-spacing: 0.5px;
}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 768px) {
  #trabajos {
    width: 94%;
    margin: 0 auto;
    margin-top: 150px;
  }
  h1 {
    font-size: 35px;
  }
  p {
    font-size: 15px;
    line-height: 19px;
  }
  #trabajos>div:first-of-type {
    width: 100%;
  }
  .title {
    display: none;
  }
  .title-responsive {
    display: block;
  }
  .trabajos.flex-parent {
    flex-direction: column;
  }
  .contenedorWork {
    width: 100%;
  }
  .mb-40 {
    margin-top: 40px;
  }
  footer {
    margin-top: 5%;
  }
  .img-trabajos-container{
    height: 400px;
  }
  .img-trabajos-container:hover h3{
    font-size: 25px;
  
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .contenedorWork {
    width: 48.3%;
    height: 30%;
  }
  .mb-40 {
    margin-top: 40px;
  }
  footer {
    margin-top: 5%;
  }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .contenedorWork {
    width: 31.2%;
    height: 31.2%;
  }
}