:root {
  --black: #000;
  --transparent: #fff0;
  --blanco: #fff;
}

.body-home {
  background-color: #e6c9c9;
  background-image: url('../images/Home.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-home {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 60rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  display: flex;
}

.link-a-home {
  position: absolute;
  top: 3.2rem;
  left: 2.7rem;
}

.a-logo {
  width: 4.4rem;
}

.container-home {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.6rem;
  display: flex;
}

.tam-main {
  color: var(--black);
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1em;
}

.tam-main.mty-footer {
  width: 20%;
}

.tam-main.sub-title {
  margin-bottom: 1.2rem;
}

.tam-main.concepts {
  line-height: 1.3em;
}

.tam-main.sub-title-project {
  margin-bottom: 2.2rem;
}

.tam-main.services {
  margin-top: 2.5rem;
}

.col-home-a {
  width: 25.5%;
}

.col-home-b {
  width: 18.5%;
}

.col-home-c {
  width: 35%;
}

.video-home {
  aspect-ratio: 952 / 583;
  background-color: var(--transparent);
  height: auto;
}

.nav-slider-hidden {
  display: none;
}

.img-slider {
  aspect-ratio: 3 / 1.91;
  object-fit: cover;
  width: 100%;
}

.col-home-d {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  justify-content: flex-end;
  align-items: center;
  width: 21%;
  display: flex;
}

.link-main-home {
  color: var(--black);
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.hover-thumb {
  z-index: 1;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-thumb:hover {
  opacity: 1;
}

.section-header {
  flex: none;
  width: 100%;
  padding: 3rem 2.7rem;
}

.container-header {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.col-header-b {
  width: 18.5%;
}

.col-header-a {
  width: 25.5%;
}

.col-header-c {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  justify-content: flex-end;
  align-items: center;
  width: 56%;
  display: flex;
}

.section-work {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.7rem 2.2rem;
  display: flex;
}

.section-footer {
  flex: none;
  width: 100%;
  padding: 2.7rem;
  position: relative;
}

.wrapper-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  min-height: 60rem;
  display: flex;
}

.container-work {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.thumb-work {
  border-top: 1px solid var(--black);
  width: 20%;
  margin-bottom: 1.6rem;
  padding-top: 1.3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
}

.img-thumb {
  aspect-ratio: 3 / 1.9;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.titulo-thumb {
  color: var(--black);
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1em;
}

.parche-a {
  z-index: 1;
  background-color: var(--blanco);
  width: .5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.parche-b {
  z-index: 1;
  background-color: var(--blanco);
  width: .5rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.col-footer-b {
  justify-content: space-between;
  align-items: flex-end;
  width: 74.5%;
  margin-bottom: .8rem;
  display: flex;
}

.body-about {
  background-image: url('../images/About.png');
  background-position: 0 0;
  background-size: auto;
}

.container-about {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.p-about {
  color: var(--black);
  width: 32%;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1em;
}

.col-b-about {
  justify-content: flex-start;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.col-a-sub-about {
  width: 29.8%;
}

.section-about {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6.3rem 2.7rem 1.7rem;
  display: flex;
}

.top-header-y-content {
  width: 100%;
}

.espacio-about {
  height: 2.3rem;
}

.link-basico {
  color: var(--black);
}

.body-project {
  background-color: #dfb4b4;
  background-image: url('../images/Project.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-project {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.7rem 2.7rem;
  display: flex;
}

.slider-project {
  background-color: var(--transparent);
  width: 75%;
  height: auto;
}

.img-proyecto {
  aspect-ratio: 3 / 1.83;
  object-fit: cover;
  width: 100%;
}

.con-content-main {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 21%;
  display: flex;
}

.nav-side-project {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.body-archive {
  background-image: url('../images/Archive.png');
  background-position: 0 0;
  background-size: auto;
}

.section-archive {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.asset-archive {
  aspect-ratio: 952 / 583;
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-inside {
  float: left;
  width: 100%;
}

.link-nombre {
  color: var(--black);
  text-decoration: none;
}

.container-project {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.fade-in {
  z-index: 9;
  background-color: var(--blanco);
  display: none;
  position: fixed;
  inset: 0%;
}

.flex-archive {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-slide {
  color: var(--black);
  width: 2.4rem;
  font-size: 1rem;
  line-height: 1em;
  inset: 0% auto 0% -2.4rem;
}

.nav-slide.next {
  inset: 0% -2.4rem 0% auto;
}

.slide-archive {
  z-index: 1;
  background-color: var(--transparent);
  width: auto;
  max-width: 56rem;
  height: auto;
}

.icon {
  background-color: var(--blanco);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin: auto;
  display: flex;
}

.thumb-archive {
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.close-btn {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .container-home {
    justify-content: space-between;
    align-items: center;
  }

  .tam-main.mty-footer {
    width: auto;
  }

  .tam-main.services {
    margin-top: 1rem;
  }

  .col-home-a {
    width: 10%;
  }

  .col-home-b {
    width: 21%;
  }

  .col-home-d {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 20%;
  }

  .container-header {
    justify-content: flex-start;
    align-items: center;
  }

  .col-header-b {
    flex: none;
    width: 35%;
  }

  .col-header-a {
    flex: none;
    width: 33.5%;
  }

  .col-header-c {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .thumb-work {
    width: 33.33%;
  }

  .col-footer-b {
    width: 67%;
  }

  .container-about {
    flex-flow: column;
  }

  .p-about {
    width: 90%;
    max-width: 38rem;
    margin-bottom: 4rem;
  }

  .col-b-about {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .col-a-sub-about {
    width: 30%;
  }

  .slider-project {
    width: 55%;
  }

  .con-content-main {
    width: 40%;
  }

  .thumb-archive {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .a-logo {
    width: 2.2rem;
  }

  .container-home {
    justify-content: space-between;
    align-items: center;
  }

  .tam-main.mty-footer {
    width: auto;
  }

  .col-home-a {
    width: 10%;
  }

  .col-home-b {
    width: 30%;
  }

  .col-home-c {
    width: 21%;
  }

  .col-home-d {
    width: 28%;
  }

  .slider-project {
    width: 100%;
  }

  .con-content-main {
    width: 50%;
    margin-bottom: 2rem;
  }

  .nav-side-project {
    margin-top: 2rem;
  }

  .container-project {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section-home {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .link-a-home {
    top: 4.5rem;
  }

  .container-home {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .col-home-a {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-home-b {
    text-align: right;
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .col-home-c {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .col-home-d {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 20%;
    height: 14.8rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .hover-thumb {
    opacity: 1;
  }

  .container-header {
    flex-flow: wrap;
  }

  .col-header-b {
    text-align: right;
    width: 50%;
  }

  .col-header-a {
    width: 50%;
  }

  .col-header-c {
    margin-top: 2rem;
  }

  .thumb-work {
    width: 50%;
  }

  .p-about {
    width: 100%;
    max-width: none;
  }

  .col-b-about {
    flex-flow: wrap;
  }

  .col-a-sub-about {
    width: auto;
  }

  .col-a-sub-about.tres, .con-content-main {
    width: 100%;
  }

  .thumb-archive {
    width: 50%;
  }
}


