body{
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  background-image: url('../img/bg-w.jpg');
  background-blend-mode: multiply;
  background-color: #f4efdf;
}


                                                    /*  ----- GENERAL -----  */
  .ds-none{
    display: none;
  }
  .pd-0{
    padding: 0;
  }
  .form-label{
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .form-control{
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f4efdf;
    display: inline-block;
    color: #fff;
  }
  .vh-100{
    height: 100vh;
  }
  .show-page{
    z-index: 920;
    background-color: #1f1f1f;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transition: clip-path 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
    animation: show-page 2s 1;
    }
    @keyframes show-page {
      0%{
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
      }
      100%{
        -webkit-clip-path: inset(0% 0% 100% 0%);
        clip-path: inset(0% 0% 100% 0%);
      }
    }
    .overlay-img{
      background-color: #1f1f1f;
      transition: clip-path 2s cubic-bezier(.23, 1, .32, 1);
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%);
      animation-delay: 5s;
      animation: show-img 2.5s 1;
    }
    @keyframes show-img {
      0%{
        -webkit-clip-path: inset(100% 0% 0% 0%);
        clip-path: inset(100% 0% 0% 0%);
      }
      50%{
        -webkit-clip-path: inset(100% 0% 0% 0%);
        clip-path: inset(100% 0% 0% 0%);
      }
      100%{
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
      }
    }
    section.servicios-t{
      position: relative;
      padding: 5rem;
      overflow: hidden;
    }
    span.words{
    color: #f4efdf;
    mix-blend-mode: difference;
    font-size: 16rem;
    line-height: 8rem;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    width: 244rem;
    animation: move-text 25s linear infinite;
    text-shadow: 244rem 0, 488rem 0;
    z-index: 100;
    font-family: unbounded, sans-serif;
    letter-spacing: -.8rem;
    }
    @keyframes move-text {
    to {
    transform: translateX(-100%);
    }
  }
  body.black, .black{
    background-color: #151414!important;
    background-image: none;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
  .bg-b .nav-link.active, .navbar-nav .nav-link.show {
    color: #4f4f4f;
  }
  .bg-b .nav-link{
    position: relative;
  }
  .bg-b .nav-link:hover{
    color: #4f4f4f;
  }
  .bg-b .nav-link:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #f4efdf;
    display: block;
    margin: 1.5rem auto;
    transition: all .5s ease;
  }
  .bg-b .nav-link.active:hover::after{
    width: 0;
  }
  .bg-b .nav-link:hover::after{
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #f4efdf;
    display: block;
    margin: 1.5rem auto;
  }
                                      /*  ----- NAVBAR -----  */
  .navbar{
    padding: 1rem 2rem;
  }
  .nav-link{
    color: #cbc7b9;
  }
  .nav-item{
    font-weight: 600;
    text-transform: uppercase;
  }
  .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
  }
  .navbar-brand{
    width: 5rem;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
                                                    /*  ----- HOME -----  */
  main.home{
    padding: 1rem 2rem;
  }
  main.home .cont-info-home{
    font-size: 1.2rem;
    max-width: 80%;
  }
  /* main.home .cont-info-home p{
    text-align: justify;
  } */
  main.home .cont-stiky{
    position: sticky;
    top: 15%;
    margin-bottom: 25%;
  }
  main.home .cont-logo-home{
    margin-bottom: 10%;
  }
  main.home .frase-shdw{
    text-transform: uppercase;
    font-size: 1.6vw;
    font-weight: bold;
    margin-top: 2rem;
    display: block;
  }
  main.home .cont-logo-2{
    max-width: 70%;
    position: sticky;
    top: 11.5%;
    margin-bottom: 10%;
  }
  main.home h1{
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  a{
    color: #000;
    text-decoration: none;
  }
  .cont-overlay-font path .overlay-font,.cont-overlay-font polygon .overlay-font{
    transition: clip-path 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    animation: show-font 2s 1;
  }
  .cont-overlay-font path:nth-child(1).overlay-font{
    animation: show-font 2s 1;
  }
  .cont-overlay-font path:nth-child(2).overlay-font{
    animation: show-font 2s .1s 1;
  }
  .cont-overlay-font path:nth-child(3).overlay-font{
    animation: show-font 2s .2s 1;
  }
  .cont-overlay-font path:nth-child(4).overlay-font{
    animation: show-font 2s .3s 1;
  }
  .cont-overlay-font path:nth-child(5).overlay-font{
    animation: show-font 2s .4s 1;
  }
  .cont-overlay-font polygon.overlay-font{
    animation: show-font 2s .5s 1;
  }

  .cont-overlay-font-2 path .overlay-font{
    transition: clip-path 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    animation: show-font 2s 1;
  }
  .cont-overlay-font-2 path:nth-child(1).overlay-font{
    animation: show-font 2s .55s 1;
  }
  .cont-overlay-font-2 path:nth-child(2).overlay-font{
    animation: show-font 2s .6s 1;
  }
  .cont-overlay-font-2 path:nth-child(3).overlay-font{
    animation: show-font 2s .65s 1;
  }
  .cont-overlay-font-2 path:nth-child(4).overlay-font{
    animation: show-font 2s .7s 1;
  }
  .cont-overlay-font-2 path:nth-child(5).overlay-font{
    animation: show-font 2s .75s 1;
  }
  .cont-overlay-font-2 path:nth-child(6).overlay-font{
    animation: show-font 2s .8s 1;
  }
  .cont-overlay-font-2 path:nth-child(7).overlay-font{
    animation: show-font 2s .85s 1;
  }
  @keyframes show-font {
    0%{
      -webkit-clip-path: inset(100% 0% 0% 0%);
      clip-path: inset(100% 0% 0% 0%);
    }
    50%{
      -webkit-clip-path: inset(100% 0% 0% 0%);
      clip-path: inset(100% 0% 0% 0%);
    }
    100%{
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%);
    }
  }
  .cont-first-project{
    position: relative;
  }
  .cont-project{
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
  }
  .cont-project .img-d{
    max-width: 60%;
    position: sticky;
    top: 15%;
    margin-bottom: 15%;
  }
  .cont-project img{
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .cont-img-project{
    position: relative;
    overflow: hidden;
  }
  .cont-img-project .overlay-project{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
  }
  .cont-img-project .video-home-project{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
  }
  .video-embed{
    z-index: 22;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .img-project-int{
    width: 100%;
    height: 100%;
    transform: scale(.6);
  }
  a .overlay-project{
    opacity: 0;
    transition: all .5s ease;
  }
  a:hover .overlay-project{
    opacity: 1;
  }
  .cont-project .overlay-img{
    transition: all .5s ease;
  }
  a:hover .cont-project .overlay-img{
    filter: blur(4px);
    transform: scale(1.05);
  }
  .cont-project h3,.cont-project h2{
    display: inline-block;
    margin-top: 1rem;
  }
  .cont-project h3{
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  .cont-project h2{
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: .5rem;
  }
  section.contacto-home{
    position: relative;
    background-color: #ad4836;
    overflow: hidden;
    color: #f4efdf;
  }
  section.contacto-home .frase-contacto{
    font-family: unbounded, sans-serif;
    -moz-font-feature-settings: "kern";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    font-size: 12.5vw;
    line-height: 12.5vw;
    letter-spacing: -.5vw;
    color: #f4efdf;
    font-weight: 300;
    display: block;
    margin-bottom: -2%;
    margin-top: 5%;
  }
  section.contacto-home .frase-contacto-2{
    font-family: aw-conqueror-didot, serif;
    font-weight: 300;
    -moz-font-feature-settings: "kern";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    color: #f4efdf;
    font-size: 8.5vw;
    line-height: 8.5vw;
    display: block;
    text-align: right;
    font-style: italic;
    margin-bottom: 10%;
  }
  section.contacto-home p{
    text-align: center;
    font-size: 1.4rem;
  }
  section.contacto-home form{
    max-width: 50%;
    display: block;
    margin: 4rem auto;
    position: relative;
    z-index: 919;
  }
  .form-control:focus{
    border-color:#e0c56a;
    box-shadow: 0 0 0 .25rem hsl(46.27deg 65.56% 64.71% / 30.98%);
  }
  .btn-submit{
    background: #f4efdf;
    text-transform: uppercase;
    color: #2c2c2c;
  }
  .btn-submit:hover{
    border: 1px solid #f4efdf;
  }
                                                    /*  ----- TRABAJO -----  */
  main.trabajos{
    padding: 2rem;
  }
  main.trabajos p{
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  main.trabajos span.frase-trabajo{
    font-family: unbounded, sans-serif;
    font-size: 6.6vw;
    line-height: 90%;
  }
  section.trabajos-t .cont-project{
    padding: 1rem 2rem;
  }
  section.trabajos-t .cont-project h3 {
    font-size: 1.2rem;
  }
                                                    /*  ----- PROYECTOS -----  */
  main.project{
    overflow: hidden;
    position: relative;
  }
  main.project img{
    width: 100%;
  }
  main.project h3{
    text-transform: uppercase;
    font-family: unbounded, sans-serif;
    font-size: 8vw;
    color: #f4efdf;
    font-weight: 800;
    text-align: center;
    margin-top: .5rem;
  }
  main.project .line{
      content: '';
      width: 95%;
      height: 1px;
      background: #f4efdf;
      display: block;
      margin: 1% auto;
  }
  section.info-project{
    position: relative;
    color: #f4efdf;
    padding: 5rem;
  }
  section.detras-project{
    position: relative;
  }
  section.detras-project img{
    margin-top: 5rem;
    width: 100%;
    padding: .5rem;
  }
  section.info-project .title-info-project, section.detras-project .title-info-project{
    display: block;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
  }
  section.info-project p, section.detras-project p{
    font-size: 1.4rem;
    /* text-align: justify; */
    padding-right: 10%;
  }
  section.info-project ul li{
    list-style: none;
  }
  section.info-project .line{
      content: '';
      width: 100%;
      height: 1px;
      background: #f4efdf;
      display: block;
      margin: 10% auto;
  }
  section.galeria .video-project, section.galeria img{
    width: 100%;
  }
  section.galeria .v-1{
    padding-right: .5rem;
  }
  section.galeria .v-2{
    padding-left: .5rem;
  }
section.galeria .img-base{
  opacity: 0;
}
/* Slider Container */
.slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Slides */
.slides {
  position: absolute;
  top: 0;
  width: 99.5%;
  height: 100%;
}
.sl-r{
  right: 0;
}
.slide-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide-fade-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide-fade img, .slide-fade-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fade {
  0% { opacity: 0; }
  16.66% { opacity: 1; }
  33.33% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fade-2 {
  0%, 25% { opacity: 0; }
  25%, 50% { opacity: 1; }
  50%, 75% { opacity: 1; }
  75%, 100% { opacity: 0; }
}

@keyframes fade-alt {
  0%, 25% { opacity: 1; }
  25%, 50% { opacity: 0; }
  50%, 75% { opacity: 0; }
  75%, 100% { opacity: 1; }
}

/* Apply Animations */
.slide-fade-2:nth-child(1) {
  animation: fade-2 15s infinite;
}

.slide-fade-2:nth-child(2) {
  animation: fade-alt 15s infinite;
}


.slide-fade:nth-child(1) {
  animation: fade 36s infinite;
  animation-delay: 0s;
}
.slide-fade:nth-child(2) {
  animation: fade 36s infinite;
  animation-delay: 6s;
}

.slide-fade:nth-child(3) {
  animation: fade 36s infinite;
  animation-delay: 12s;
}

.slide-fade:nth-child(4) {
  animation: fade 36s infinite;
  animation-delay: 18s;
}

.slide-fade:nth-child(5) {
  animation: fade 36s infinite;
  animation-delay: 24s;
}

.slide-fade:nth-child(6) {
  animation: fade 36s infinite;
  animation-delay: 30s;
}

  section.detras-project{
    color: #f4efdf;
    overflow: hidden;
    padding: 5rem;
  }
                                                    /*  ----- NOSOTROS -----  */

  section.team{
    position: relative;
    z-index: 999;
    padding: 1rem;
  }
  section.team .nosotros-frase{
    display: block;
    font-family: unbounded, sans-serif;
    font-size: 6.6vw;
    line-height: 90%;
    color: #f4efdf;
  }
    section.team span{
      display: block;
      color: #f4efdf;
      text-transform: uppercase;
      font-size: 2.5rem;
      font-weight: 600;
    }
    section.team .name-team, section.team .cargo-team{
      display: inline-block;
      font-size: 1.5rem;
      margin: .5rem;
    }
    section.team .cargo-team{
      text-transform: none;
      font-weight: 400;
    }
    section.info-nosotros{
      padding: 5rem 0;
      color: #f4efdf;
    }
    section.info-nosotros .title-info-nosotros{
      display: block;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 800;
    }
    section.info-nosotros p{
      font-size: 1.4rem;
      /* text-align: justify; */
    }
    section.info-nosotros .line{
        content: '';
        width: 90%;
        height: 1px;
        background: #f4efdf;
        display: block;
        margin: 10% auto;
    }
    section.info-nosotros .servicios-nosotros{
      margin-top: 2rem;
      }
                                                      /* ----- CONTACTO ----- */
    section.contacto{
      padding: 1rem 2rem;
      margin-top: 5rem;
    }
    section.contacto .title-contacto{
      font-size: 2.2rem;
    }
    section.contacto p{
      text-align: left;
    }
    section.contacto form{
      margin: 4rem 0;
    }
    section.contacto img{
      max-width: 80%;
      margin: auto;
      display: block;
    }
                                                      /* ----- GRACIAS ----- */
    section.gracias{
      color: #f4efdf
    }
    section.gracias svg{
      display: block;
      margin: auto;
    }
    section.gracias span{
      font-size: 2rem;
    }
    section.gracias a{
      color: #f4efdf;
      font-weight: 800;
    }
                                                        /* ----- FOOTER ----- */
  footer{
    position: relative;
    color: #f4efdf;
    padding: 5rem 1rem;
  }
  .img-overlay{
    background-image: url('../img/bg-w.jpg');
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    background-position: center center;
    background-repeat: repeat;
    background-size: 6% auto;
    mix-blend-mode: multiply;
  }
  .img-overlay-2{
    background-image: url('../img/grain.gif');
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    background-repeat: repeat;
    background-size: 14% auto;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
  footer.section-footer{
    background-color: #151414;
  }
  footer.home-footer{
    background-color: #ad4836;
  }
  footer .line{
    content: '';
    width: 90%;
    height: 1px;
    background: #f4efdf;
    display: block;
    margin: 1.5rem auto;
  }
  footer span{
    font-weight: 800;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
  }
  footer a{
    text-align: center;
    text-decoration: none;
    display: block;
    color: #f4efdf;
    position: relative;
}
footer.home-footer .fluid-container{
  position: relative;
  z-index: 999;
}
footer .cont-social{
  margin: auto;
  text-align: center;
}
footer .cont-social a{
  display: inline;
}
footer .cont-social img{
  max-width: 2.4rem;
  display: inline-block;
  margin: 1rem;
}
