* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Neue Medium";
  color: #0f4f3e;
  text-align: center;
  font-size: 29px;
  line-height: 109.1%;
  letter-spacing: 0.05em;
}

h2 {
  font-family: "Neue Medium";
  color: #0f4f3e;
  font-size: 80px;
}

.inspiracion-h2 {
  font-family: "Neue Medium Italic";
}

.inspiracion-responsive-h2 {
  display: none;
}

h2 span {
  font-family: "Neue Bold";
}

.productivity-added-global-container h2 {
  font-family: "Gotham Medium" !important;
}

h2 {
  border-left: none;
}

.info-container-img {
  color: #436159;
}

.hero-wrap {
  height: 100vh;
  /* margin: -3px; */
  overflow: hidden;
}

.hero-background {
  background-image: url("/files/site/index/backgroundHome.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* slider */

.imagen-contenedor {
  width: 60%;
  height: 450px;
}

.imagen-contenedor {
  margin-right: 20px;
}

.imagen-contenedor img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* button {
  display: none !important;
} */

/* ---------- */

.imagen-contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen-contenedor figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.imagen-contenedor figure img {
  width: 100%;
  height: 100%;
}

.imagen-contenedor figure .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;
}

.imagen-contenedor figure:hover>.capa {
  opacity: 1;
  visibility: visible;
  font-size: 35px;
}

.capa div {
  margin: 0 5%;
}

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

.verMas {
  font-family: "Neue Medium Italic";
  font-size: 20px;
  color: white;
  margin: 0 0%;
}

/* ---------------------------- */

/* Web first layout */

.pt-10 {
  padding-top: 16px;
}

.pb-1 {
  padding-bottom: 1px;
}

.applicationLogoEnglish {
  position: absolute;
  height: 50px;
  margin: 0 auto;
  display: block;
  top: 20px;
  left: calc(50% - 92px);
}

/* ------- RESPONSIVE --------*/

@media screen and (max-width: 768px) {
  /* Trabajos */
  .imagen-contenedor {
    /* height: 160px; */
    height: 300px;
  }
  /*Nuestros trabajos*/

  .capa h3 {
    margin-top: 5rem;
    font-size: 25px;
  }
  /* Inspira */
  .lo-que-nos-inspira-h1 h2 {
    font-size: 29px;
  }
  .inspiracion-h2 {
    display: none;
  }
  .inspiracion-responsive-h2 {
    display: block;
  }
  .lo-que-nos-inspira-h1 {
    float: none !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .lo-que-nos-inspira-h1 h2 {
    margin-left: auto !important;
    text-align: center;
  }
  .inspiracion .oh {
    display: block !important;
  }
  .galeria-inspiracion {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
  #qualitiesContainer {
    width: 80%;
  }
}

.white-container-img-inspiracion {
  background: #ffffff;
}

/* .galeria-inspiracion .article {
  margin-left: 20px;
} */

.article.white-container-img-inspiracion {
  margin-left: 20px;
  width: 400px;
}

.info-inspiracion-container {
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

.info-inspiracion-container h3 {
  font-weight: 800;
  height: 40px;
}
.info-inspiracion-container p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; 
}

.inspiracion-link-container {
  text-align: right;
}

.inspiracion-link-container a {
  color: #e36464;
  font-family: "Neue Medium Italic";
  font-weight: 600;
}

/* .inspiracion .container {
    display: flex;
} */

.lo-que-nos-inspira-h1 {
  width: 40%;
  float: left;
  margin-top: 80px;
}

.lo-que-nos-inspira-h1 h2 {
  margin-left: 22%;
}

.inspiracion .oh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.galeria-inspiracion {
  float: left;
  width: 58%;
  /* overflow: hidden; */
}

.inspiracion-mobile {
  display: none;
}

.slick-next {
  right: 0;
  /* left: 0; */
  display: none;
  visibility: hidden;
}

.slick-prev {
  left: 0;
  /* left: 0; */
  display: none;
}

.img-container-inspiracion {
  height: 350px;
}

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

/* responsive */

@media screen and (max-width: 568px) {
  .inspiracion-mobile .article.white-container-img-inspiracion {
    /* width: 266px!important; */
    margin: 5px;
  }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
  .inspiracion-mobile .article.white-container-img-inspiracion {
    width: 395px!important;
    margin: 5px;
  }
}

@media screen and (max-width: 768px) {
  .hero-background {
    background-image: url("/files/site/index/mobile-hero.jpg");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .hero-wrap {
    height: 100vh;
  }
  .inspiracion-desktop {
    display: none;
  }
  .inspiracion-mobile {
    display: block;
  }
  .img-responsive{
    height: 300px;
  }
  .slick-list .draggable { 
    height: 300px;
  }
}