.folder-work {
  padding: 0;
  margin-bottom: 40px;
  background-color: white;
}
/* *** */
.grid-card-folder {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  list-style: none;
  text-align: center;
}
.grid-card-folder.middle{
  display: flex;
  align-items: center;
}
.grid-card-folder.text-middle{
  display: flex;
  align-items: center;
}
.grid-card-folder .effect-sadie {
  height: auto;
}
.grid-card-folder__unique .effect-sadie{
  max-width: 480px;
  margin: 0 auto 30px auto;
}
.grid-card-folder figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}
.grid-card-folder .effect-cover {
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: 640px;
  max-width: 640px;
  height: 480px !important;
  max-height: 480px;
}
.grid-card-folder .effect-cover.noselected {
  display: block;
  margin: 0 auto;
  min-width: 512px;
  max-width: 512px;
  height: 480px !important;
  max-height: 100%;
  transition: 0.6s ease-out;
}
.grid-card-folder figure .effect-image {
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: 640px;
  max-width: 640px;
  min-height: 480px;
  max-height: 480px;
}
.grid-card-folder figure .effect-image.noselected {
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: auto;
  max-width: 512px;
  height: 480px !important;
  max-height: 100%;
  object-fit: cover;
  transition: 0.6s ease-out;
}
.grid-card-folder figure .effect-image-unique {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.6s ease-out;
}
.grid-card-folder figure .effect-video {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 640px;
  max-width: 640px;
  height: 100%;
  max-height: 480px;
  /*object-fit: contain;*/
}
.grid-card-folder figure .effect-video img{
  width: 100%;
}
.grid-card-folder figure .effect-video .effect-video-desktop {
  display: none;
}
.grid-card-folder figure .effect-video .effect-video-mobile {
  display: block;
  width: 100%;
  height: auto;
}
.grid-card-folder figure .effect-video.selected {
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: 768px;
  max-width: 768px;
  max-height: 480px;
  object-fit: contain;
  transition: 0.6s ease-out;
}
.grid-card-folder figure .effect-video.noselected {
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: 512px;
  max-width: 512px;
  max-height: 480px;
  object-fit: contain;
  transition: 0.6s ease-out;
}
.grid-card-folder figure .effect-video .folder-video-text {
  font-family: metropolis;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  color: #fff;
  position: static;
  opacity: 1;
}
.grid-card-folder figure .figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-card-folder figure .figcaption::before,
.grid-card-folder figure .figcaption::after {
  transition: 1s ease all;
}
.grid-card-folder figure .effect-figcaption__text {
  font-weight: 300;
}
.grid-card-folder figure .effect-figcaption__text span {
  font-weight: 800;
}
.grid-card-folder figure .effect-figcaption__text,
.grid-card-folder figure p {
  margin: 0;
}
.grid-card-folder figure p {
  letter-spacing: 1px;
  font-size: 26px;
}
.folder-work__title {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #2e2a27;
  padding-top: 15px;
  padding-bottom: 15px;
}
.folder-work__text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #2e2a27;
  padding: 0px 2rem 10px 2rem;
}
/*---*/
figure.effect-sadie .figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(254, 215, 1, 0) 0%,
    rgba(254, 215, 1, 0.8) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(254, 215, 1, 0) 0%,
    rgba(254, 215, 1, 0.8) 75%
  );
  background: #e5bf6c;
  content: "";
  opacity: 0.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure.effect-sadie .effect-figcaption__text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  /*-webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -15%, 0);
  transform: translate3d(0, 0%, 0);*/
  font-family: metropolis;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  letter-spacing: 0.05em;
  transform: translate3d(0, 0px, 0);
  transition: 0.35s;
}
figure.effect-sadie .effect-figcaption__videotext {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  font-family: metropolis;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  letter-spacing: 0.05em;
  transform: translate3d(0, 0px, 0);
  transition: 0.35s;
}
figure.effect-sadie .figcaption::before,
figure.effect-sadie a,
figure.effect-sadie p {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: ease-out opacity 0.6s, transform 0.6s;
}
figure.effect-sadie a {
  position: absolute;
  left: 0;
  left: 50%;
  bottom: 30%;
  margin: 0 auto;
  width: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
figure.effect-sadie a img {
  width: 50px !important;
  position: relative;
  left: -50%;
}
figure.effect-sadie p {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  padding: 0 15px;
  font-size: calc(20px + 0 * (100vw - 480px) / 960);
  color: black;
}
figure.effect-sadie:hover .effect-figcaption__text {
  transition: 0.5s ease-out;
  font-size: 26px;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, 5%, 0) translate3d(0, 5px, 0);
  top: 0;
}
figure.effect-sadie:hover .effect-figcaption__videotext {
  color: #ffffff;
  font-weight: 700;
}
figure.effect-sadie.clicked .effect-figcaption__text {
  transition: 0.5s ease-out;
  font-size: 26px;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, 5%, 0) translate3d(0, 5px, 0);
}
figure.effect-sadie:hover .figcaption::before,
figure.effect-sadie:hover a,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-sadie.clicked .figcaption::before,
figure.effect-sadie.clicked a,
figure.effect-sadie.clicked p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .grid-card-folder__unique .effect-sadie {
    float: right;
    margin: 0;
  }
  figure.effect-sadie:hover .effect-figcaption__text {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, 15px, 0);
    top: 0;
  }
  figure.effect-sadie.clicked .effect-figcaption__text {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, 15px, 0);
    top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  figure.effect-sadie a {
    bottom: 19%;
  }
  figure.effect-sadie p {
    bottom: 5%;
  }
}
figure.effect-sadie .effect-figcaption__back {
  position: absolute;
  /*visibility: visible;*/
  top: 0px;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
  mix-blend-mode: multiply;
  display: block;
}
figure.effect-sadie .effect-figcaption__back.pink {
  background: #dbbeb4;
}
figure.effect-sadie .effect-figcaption__back.yellow {
  background: #e5bf6cbf;
}
figure.effect-sadie .effect-figcaption__back.blue {
  background: #6c78e5bf;
}
figure.effect-sadie .effect-figcaption__back.green {
  background: #6ce584bf;
}
figure.effect-sadie:hover .effect-figcaption__back {
  background: transparent;
}
.effect-sadie .effect-figcaption__text {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.careers figure.effect-sadie .figcaption::before {
  background: -webkit-linear-gradient(
    top,
    var(--my-bg-color-var) 0%,
    var(--my-bg-color-var) 0%
  );
  background: linear-gradient(
    to bottom,
    var(--my-bg-color-var) 0%,
    var(--my-bg-color-var) 0%
  );
  background: #e5bf6c;
}
.hvr-icon-hang:hover {
  cursor: pointer;
  animation: fadeOutDown 1s ease-in both infinite;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* *** */
.folder-numbers {
  padding: 40px 0 40px 0;
  background-color: white;
}
.col-counter {
  display: grid;
  place-content: center;
  padding: 25px 0;
}
.col-counter p {
  text-align: center;
}
.col-counter .counter-number {
  font-style: normal;
  font-weight: 400;
  font-size: calc(64px + 0 * (100vw - 480px) / 960);
  line-height: 70px;
  letter-spacing: 0.05em;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.col-counter .counter-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 0 * (100vw - 480px) / 960);
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #1e1e1e;
}
/* --- */
.folder-unique {
  padding-top: 20px;
  background-color: white;
}
.folder-unique.detalle {
  padding-top: 60px;
}
.folder-unique__content {
  width: auto;
  padding: 0 2rem 0 2rem;
}
.folder-unique__image {
  width: auto;
  height: auto;
}
.folder-unique__image .grid-card-folder__unique{
  width: 100%;
}
.folder-unique__image .grid-card-folder__unique .image-l{
  max-width: 480px;
  width: 100%;
  float: right;
}
.folder-unique__image .grid-card-folder__unique .image-l img{
  width: 100%;
}
.folder-unique__title {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.folder-unique__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.folder-unique__list{
  padding-left: 20px;
  list-style: disc;
}
.folder-unique__list li{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #000000;
}
.folder-work-more {
  display: grid;
  place-items: center;
  margin: 15px auto;
  padding: 10px;
}
@media (min-width: 1024px) {
  .folder-work__title{
    font-size: 36px;
    padding-bottom: 20px;
  }
  .folder-work__text{
    font-size: 16px;
  }
  .grid-card-folder figure .effect-video .effect-video-desktop {
    display: block;
    width: 100%;
  }
  .grid-card-folder figure .effect-video .effect-video-mobile {
    display: none;
  }
  .folder-numbers {
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 1024px) {
  .grid-card-folder figure .effect-video .effect-video-desktop {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .folder-work {
    padding: 60px 0 0;
    margin-bottom: 40px;
  }
  .folder-unique {
    padding-top: 0px;
  }
  .folder-unique__title {
    font-size: 38px;
  }
  .folder-unique__text {
    font-size: 18px;
    line-height: 22px;
  }
  .grid-card-folder {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .grid-card-folder .effect-sadie {
    width: 100%;
    height: auto;
  }
  .grid-card-folder.middle{
    display: flex;
    align-items: center;
    background-color: #000000;
  }
  .grid-card-folder .effect-cover {
    width: auto;
    min-width: auto !important;
    max-width: none;
    height: auto !important;
    max-height: none;
  }
  .grid-card-folder figure .effect-video {
    margin: 0;
    width: 100%;
    min-width: auto !important;
    max-width: none;
    height: auto;
    min-height: auto !important;
    max-height: none;
    overflow: hidden;
    object-fit: contain;
  }
  .grid-card-folder figure .effect-image {
    margin: 0;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  figure.effect-sadie .effect-figcaption__videotext {
    font-size: 46px;
  }
  figure.effect-sadie .effect-figcaption__text {
    font-size: 46px;
  }
  .grid-card-folder figure p {
    font-size: 14px;
  }
  figure.effect-sadie a img {
    width: 38px !important;
  }
  /* --- */
  .col-counter .counter-number {
    font-size: calc(46px + 0 * (100vw - 480px) / 960);
    line-height: 48px;
    margin-bottom: 10px;
  }
  .col-counter .counter-text {
    font-size: calc(20px + 0 * (100vw - 480px) / 960);
    line-height: 20px;
  }
  /* --- */
  .grid-card-folder__unique {
    width: 100%;
  }
  .folder-unique__image {
    width: auto;
  }
  .grid-card-folder figure .effect-image-unique {
    margin: 0;
    width: 100%;
    object-fit: contain;
  }
}
/*@media (max-width: 480px) {*/
@media (max-width: 767px) {
  .grid-card-folder {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
  }
  .grid-card-folder .effect-sadie {
    width: 100%;
    height: auto;
  }
  .grid-card-folder .effect-cover {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto !important;
    max-height: none;
    padding: 50px 0 50px 0;
  }
  .grid-card-folder figure .effect-video {
    width: auto;
    min-width: auto !important;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
  }
  .grid-card-folder figure .effect-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    object-fit: cover;
    margin: 0;
  }
  figure.effect-sadie .effect-figcaption__videotext {
    font-size: 32px;
  }
  figure.effect-sadie .effect-figcaption__text {
    font-size: 32px;
  }
  .grid-card-folder figure p {
    font-size: 14px;
  }
  figure.effect-sadie a img {
    width: 30px !important;
  }
  /* --- */
  .col-counter {
    padding: 18px 0;
  }
  .col-counter .counter-number {
    font-size: calc(48px + 0 * (100vw - 480px) / 960);
    line-height: 50px;
  }
  .col-counter .counter-text {
    font-size: calc(22px + 0 * (100vw - 480px) / 960);
    line-height: 26px;
  }
  /* --- */
  .folder-unique__content {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 0rem 30px 0rem;
  }
  .folder-unique__list{
    padding-left: 15px;
  }
}

/* *** Detail *** */
.cover-info-client {
  padding: 0px 0px 0px 0px;
  background-color: white;
}
.cover-info-space {
  padding: 5px 0px 20px 0px;
}
.cover-info-title {
  width: 100%;
  height: 60px;
  background-color: #DBBEB4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-info-title .info-title{
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2E2A27;
}
.cover-info-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0.08em;
  color: #000000;
  padding: 15px 0rem 18px 0rem;
}
.cover-info-description {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #4B4F54;
  padding: 0 0rem 30px 0rem;
}
.cover-info-services__list {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #4B4F54;
  border-left: 3px solid #4B4F54;
  padding: 0px 0 20px 20px;
}
@media (min-width: 768px){
  .cover-info-title {
    height: 80px;
  }
  .cover-info-title .info-title{
    font-size: 48px;
  }
  .cover-info-subtitle {
    font-size: 32px;
    line-height: 44px;
  }
  .cover-info-description {
    font-size: 20px;
    line-height: 32px;
  }
  .cover-info-services__list {
    font-size: 16px;
    margin-top: 15px;
    padding: 0px 0 20px 16px;
  }
}
@media (min-width: 1920px){
  .cover-info-subtitle {
    font-size: 36px;
  }
}
