body{
  background: #fff;
  font-family: 'Poppins', sans-serif;
  color: #1c1c1c;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'lustrabook';
    src: url('../fonts/lustra_book-webfont.eot');
    src: url('../fonts/lustra_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lustra_book-webfont.woff2') format('woff2'),
         url('../fonts/lustra_book-webfont.woff') format('woff'),
         url('../fonts/lustra_book-webfont.ttf') format('truetype'),
         url('../fonts/lustra_book-webfont.svg#lustrabook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* **** - - - - GENERALES - - - - **** */
/* **** - - - - GENERALES - - - - **** */
/* **** - - - - GENERALES - - - - **** */
main.servicios-header{
  height: auto;
  padding-top: 3rem;
  text-align: center;
}
main.servicios-header h1{
  font-size: 4.5rem;
  font-weight: 300;
}
.bg-b-circle{
  background: #000!important;
}
.icon-w{
  background: #fff!important;
}
.icon-w::before{
  border-color: #fff!important;
}
.button-text-w{
  color: #000!important;
}
a:hover .button-text-w{
  color: #fff!important;
}
main.home a.btn-woorx .button-text{
  font-size: .9rem;
}
main.home form span{
  font-weight: 500;
  font-size: 1.2rem;
  margin: 5rem auto 2rem;
  display: block;
}
section{
  padding: 4rem 0;
}
p{
  font-weight: 200;
  font-size: .75rem;
}
img{
  width: 100%;
}
.pr{
  position: relative;
}
.row{
  margin-right: 0;
}
.ds-dn{
  display: none;
}
.pd0{
  padding: 0;
}
.bg-black{
  background: #000!important;
}
article.seccion-full{
  position: relative;
  min-height: 100vh;
  background-size: cover;
  color: #fff;
}
article.seccion-full img{
  width: 100vw;
}
article.seccion-full .cont-text{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
}
article .etiqueta-servicio{
  font-weight: 200;
  font-size: .9rem;
  margin-top: 1rem;
}
article.seccion-full .etiqueta-servicio::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 1rem;
  transform: translateX(-3rem);
}
article .etiqueta-servicio::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #b0b0b0;
  display: block;
  margin-top: 1rem;
}
article.seccion-full .titulo-proyecto, article.seccion-full .descripcion-proyecto,article.seccion-full .etiqueta-servicio, article.seccion-full a.btn-woorx{
transform: translateX(3rem);
}
article.seccion-full a.btn-woorx{
  margin: 1rem auto;
}
article.seccion-full a.btn-woorx .circle .icon.arrow::before{
  border-color: #000;
}
article.seccion-full a.btn-woorx .circle .icon.arrow{
  background: #000;
}
article .titulo-proyecto{
  margin-top: .5rem;
  font-weight: 300;
  font-size: 2.5rem;
}
article.seccion-full a.btn-woorx .button-text{
  color: #fff;
}
article.seccion-full a:hover .button-text{
  color: #000;
}
article.seccion-full a.btn-woorx .circle{
  background: #fff;
}
article.grid-proyecto{
  padding: 2rem;
}
article.grid-proyecto img{
  margin-bottom: 1rem;
  width: 100%;
}
.cont-proyectos{
  padding: 2rem;
}
section.blog-secciones{
  padding: 5rem 0;
  background-image: url('../img/bg-blog.jpg');
  color: #fff;
  overflow: hidden;
}
section.blog-secciones .frase-blog{
  z-index: 1;
}
section.blog-secciones hgroup{
  max-width: 70%;
}
section.blog-secciones .titulo-articulo{
  font-weight: 400;
  font-size: 2.2rem;
}
section.blog-secciones a.btn-woorx{
  width: 10rem;
}
section.blog-secciones .autor,section.blog-secciones .fecha,section.blog-secciones a.btn-woorx .button-text{
  font-size: .8rem;
}
section.blog-secciones .autor{
  margin: 0 1rem;
}
section.blog-secciones  .grid__item{
  margin: 2rem auto;
  z-index: 2;
}
section.blog-secciones .words {
  font-weight: 600;
  font-size: 20rem;
  line-height: 8rem;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  /* El ancho del text debe ser igual que la distancia entre sombras */
  width: 160rem;
  animation: move-text 20s linear infinite;
  /* Text shadow funciona igual que box-shadow, pero para texto   */
  text-shadow: 160rem 0, 320rem 0;
}
@keyframes move-text {
  to {
    transform: translateX(-100%);
  }
}
section.info-home{
  background-image: url('../img/bg-grain.webp');
  color: #fff;
}
section.mas-proyectos{
  background: #f0f0f0;
  padding: 5rem 0;
}
section.mas-proyectos a.btn-woorx .circle{
  margin-left: auto;
  right: -1rem;
  background-color: #000;
}
section.mas-proyectos a.btn-woorx .button-text{
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 0;
  line-height: 1rem;
  color: #000;
}
section.mas-proyectos a.btn-woorx{
  width:22rem;
  text-align: center;
  display: block;
  margin: auto;
}
section.mas-proyectos a.btn-woorx .circle .icon.arrow::before{
  border: none;
}
section.mas-proyectos a.btn-woorx .circle .icon.arrow{
  transform: rotate(180deg);
  right: .7rem;
  left: auto;
  background-color: #fff;
}
section.mas-proyectos a.btn-woorx:hover .button-text{
  color: #fff;
}
section.mas-proyectos a.btn-woorx .circle .icon.arrow-2{
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  right: .7rem;
  left: auto;
  width: 1.125rem;
  height: 0.101rem;
  background: #fff;
  transform: rotate(90deg);
}
section.mas-proyectos a.btn-woorx:hover .circle .icon.arrow{
  right: 1rem;
  left: auto;
  transform: rotate(-180deg);
}
section.mas-proyectos a.btn-woorx:hover .circle .icon.arrow-2{
  right: 1rem;
  left: auto;
  transform: rotate(-90deg);
}
.bg-grain{
  background-image: url('../img/bg-blog.jpg');
}
/* **** - - - - BOTON - - - - **** */
/* **** - - - - BOTON - - - - **** */
/* **** - - - - BOTON - - - - **** */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.btn-woorx {
  position: relative;
  z-index: 999;
  width: 10rem;
  height: auto;
  margin: 2.5rem 0;
}
button.btn-woorx .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #1c1c1c;
  border-radius: 1.625rem;
}
button.btn-woorx .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.btn-woorx .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.6rem;
  width: 1.125rem;
  height: 0.101rem;
  background: #fff;
  transform: rotate(315deg);
}
button.btn-woorx .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.12rem solid #fff;
  border-right: 0.12rem solid #fff;
  transform: rotate(45deg);
}
button.btn-woorx .button-text {
  font-size: .8rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
button:hover .circle {
  width: 100%;
}
button:hover.btn-woorx .circle .icon.arrow::before{
  transform: rotate(45deg);
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff!important;
}
form button.btn-woorx{
  width: 13rem;
  display: block;
  margin-left: auto;
}
a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
a.btn-woorx {
  position: relative;
  z-index: 900;
  width: 12rem;
  height: auto;
  margin: 2.5rem 0;
}
a.btn-woorx:hover{
  border-bottom: none;
}
a.btn-woorx .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #1c1c1c;
  border-radius: 1.625rem;
}
a.btn-woorx .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
a.btn-woorx .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.6rem;
  width: 1.125rem;
  height: 0.101rem;
  background: #fff;
  transform: rotate(315deg);
}
a.btn-woorx .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.12rem solid #fff;
  border-right: 0.12rem solid #fff;
  transform: rotate(45deg);
}
a.btn-woorx .button-text {
  font-size: .8rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
a:hover .circle {
  width: 100%;
}
a:hover.btn-woorx .circle .icon.arrow::before{
  transform: rotate(45deg);
}
a:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
a:hover .button-text {
  color: #fff;
}


a:hover{
  border-bottom: 1px solid #111;
}
/* a:hover{
  border-bottom: 1px solid #111;
} */
    a.btn-2:hover{
      cursor: pointer
    }
    a.btn-2 {
      background: #fff;
      outline: none;
      position: relative;
      color: #1c1c1c;
      border: 2px solid #fff;
      padding: 15px 50px;
      overflow: hidden;
    }
    section.sem a.btn-2{
      padding: 1rem;
    }
    /*button:before (attr data-hover)*/
    a.btn-2:hover:before{
      opacity: 1; transform: translate(0,0);
    }
    a.btn-2:before{
      content: attr(data-hover);
      position: absolute;
      top: 1.1em; left: 0;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 400;
      font-size: .8em;
      opacity: 0;
      transform: translate(-100%,0);
      transition: all .3s ease-in-out;
    }
      /*button div (button text before hover)*/
      a.btn-2:hover div{
        opacity: 0; transform: translate(100%,0)
      }
      a.btn-2 div{
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        font-size: .8em;
        transition: all .3s ease-in-out;
        color: #1c1c1c;
      }
/* **** - - - - CURSOR - - - - **** */
/* **** - - - - CURSOR - - - - **** */
/* **** - - - - CURSOR - - - - **** */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  mix-blend-mode: difference;
  background: white;
  pointer-events: none;
  z-index: 1000;
}

/* **** - - - - MENU SECCIONES - - - - **** */
.work {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.work__wrapper {
  position: relative;
  width: 100%;
  height: 90px;
}
.work:before {
  transition: all 0.3s ease-out;
  transform-origin: center top;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 3;
  transform: scale(0);
}
.work__info {
  position: relative;
  display: block;
  width: 80%;
  margin: auto;
  height: 90px;
  z-index: 1;
}
.work__info__title {
  line-height: 1;
  clear: both;
  height: auto !important;
  padding-top: 28px;
}
.work__info__description {
  line-height: 1;
  clear: both;
  font-weight: 200;
  font-size: 14px;
  height: auto !important;
}
.work__info__content {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #444444;
}
.work__info__content div {
  float: left;
  height: 90px;
  line-height: 90px;
}
.work__info__name {
  padding: 0 20px 0 0;
  font-size: 30px;
  width: 60%;
}
.work__info__year {
  transition: all 0.3s ease-out;
  margin-top: 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  width: 30%;
}
.work__info__arrow {
  padding: 0 20px 0 30px;
  font-size: 16px;
  text-align: right;
  width: 10%;
}
.work__info__detail {
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
}
.work__info__detail div {
  float: left;
  height: 90px;
}
.work__info__detail__name {
  font-size: 38px;
  width: 30%;
  padding-left: 40px;
  line-height: 90px;
}
.work__info__detail__category {
  width: 20%;
}
.work__info__detail__agency {
  width: 20%;
}
.work__info__detail__year {
  padding-left: 2%;
}
.work:hover .work__info__year {
  margin-top: -10px;
}
.work:hover .work__info__detail {
  opacity: 1;
  height: 90px;
  top: 0;
  color: #111111 !important;
}
.work:hover:before {
  color: #111111 !important;
  transform: scale(1.1);
}
.work.color-1:before {
  background: #FFF;
}
.work.color-1 .work__info {
  color: #FFFFFF;
}
.work.color-2:before {
  background: #2770EA;
}
.work.color-2 .work__info {
  color: #FFFFFF;
}
.work.color-3:before {
  background: #F6675C;
}
.work.color-3 .work__info {
  color: #FFFFFF;
}

/* **** - - - - NAVBAR AJUSTES - - - - **** */
/* **** - - - - NAVBAR AJUSTES - - - - **** */
/* **** - - - - NAVBAR AJUSTES - - - - **** */

.logo-nav{
  width: 8rem;
}
section.menu-woorx .cont-tel{
  font-family: 'lustrabook';
  margin-left: auto;
  text-align: right;
}
section.menu-woorx .cont-tel a{
  font-size: .8rem;
}
section.menu-woorx .cont-tel span{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: .65rem;
  line-height: .7rem;
  margin-top: .5rem;
  display: block;
}


/* **** - - - - FOOTER - - - - **** */
/* **** - - - - FOOTER - - - - **** */
/* **** - - - - FOOTER - - - - **** */

section.pre-footer{
  background: #c9c8c8;
}
section.pre-footer ul{
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
}
section.pre-footer ul li{
  list-style: none;
}
section.pre-footer ul li a{
  position: relative;
  padding: 0 2rem;
}
section.pre-footer ul li a::after{
  content: '';
  background: #000;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 55%;
  transition: .5s ease-in-out;
}
section.pre-footer ul li a:hover{
  border: none;
}
section.pre-footer ul li a:hover::after{
  width: 100%;
}
@keyframes move-text {
  to {
    transform: translateX(-100%);
  }
}
article.grid-proyecto a:hover{
  border: none;
}
footer{
  padding: 3rem 0;
  background-color: #fff;
  color: #1c1c1c;
}
footer .title-f{
  font-weight: 600;
  font-size: .9rem;
  text-align: right;
  display: block;
  border-bottom: 2px solid #000;
  padding-right: 1rem;
}
footer .frase-f{
  font-weight: 600;
  font-size: 2.5rem;
  margin: 2rem auto 1rem auto;
  display: block;
}
footer p{
  font-weight: 300;
  font-size: .7rem;
}
footer .links-c{
  margin-bottom: 0;
  font-weight: 500;
}
footer .frase-c{
  font-weight: 500;
  font-size: 1rem;
}
footer .title-e{
  margin-top: 2rem;
  display: block;
  font-weight: 500;
}
footer .cont-sociales{
  margin: auto;
  display: block;
  text-align: center;
}
footer .cont-sociales img{
  margin: 1rem .5rem;
  max-height: 1.5rem;
  width: auto;
}
footer ul{
  padding: 0;
}
footer ul li{
  list-style: none;
  font-size: .8rem;
  font-weight: 300;
}
footer .logo-f{
  margin: 2rem auto 1rem;
}
footer a.btn-woorx{
  margin: auto;
  width: 10rem;
}
footer a.btn-woorx .circle{
  width: 1.8rem;
  height: 1.8rem;
}
footer a:hover .circle {
  width: 100%;
}
footer a:hover.btn-woorx .circle .icon.arrow::before{
  transform: rotate(45deg);
}
footer a:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
footer a:hover .button-text {
  color: #fff;
}
footer a.btn-woorx .circle .icon.arrow{
  width: .9rem;
  left: .5rem;
}
footer a.btn-woorx .button-text{
  font-size: .9rem;
  line-height: .4rem;
}
footer .cont-map-con{
  padding: 0 20%;
}
