body{
  background: #fff;
  font-family: 'Poppins', sans-serif;
  color: #1c1c1c;
}

@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;
    font-display: swap;
}
/* **** - - - - GENERALES - - - - **** */
section{
  padding: 2rem 0;
}
p{
  font-weight: 200;
  font-size: .8rem;
}
.pr{
  position: relative;
}
.row{
  margin-right: 0;
}
.pd0{
  padding: 0;
}
/* **** - - - - 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;
}
article a{
  width: 100%;
}
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;
}
    button.btn-2:hover{
      cursor: pointer
    }
    button.btn-2 {
      background: #fff;
      outline: none;
      position: relative;
      color: #1c1c1c;
      border: 2px solid #fff;
      padding: 15px 50px;
      overflow: hidden;
    }
    section.sem button.btn-2{
      padding: 1rem;
    }
    /*button:before (attr data-hover)*/
    button.btn-2:hover:before{
      opacity: 1; transform: translate(0,0);
    }
    button.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)*/
      button.btn-2:hover div{
        opacity: 0; transform: translate(100%,0)
      }
      button.btn-2 div{
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        font-size: .8em;
        transition: all .3s ease-in-out;
        color: #1c1c1c;
      }
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 - - - - **** */
#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;
}

/* **** - - - - GOOGLE ANIMATION - - - - **** */
.loader-google{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50vh;
  transition: 1s;
  overflow: hidden;
}
.circle-g{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  animation: jump 2s infinite;
}
.circle-g:not(:last-child){
  margin-right: 10px;
}

.c1{
  background-color: #4285f4;
}
.c2{
  background-color: #0f9d58;
  animation-delay: 250ms;
}
.c3{
  background-color: #f4b400;
  animation-delay: 500ms;
}
.c4{
  background-color: #db4437;
  animation-delay: 750ms;
}

@keyframes jump{
  25%{
    transform: translateY(-100%);
  }
}

.loader-google.active{
  transform: scale(10);
  opacity: 0;
}

/* **** - - - - 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 - - - - **** */
.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;
}
/* **** - - - - HOME - - - - **** */
.title-section{
  font-family: 'lustrabook';
  font-size: .7rem;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.title-section::after{
  content: '';
  background: #000;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
section.header-home h1{
  font-weight: 300;
  margin-top: 6rem;
}
section.header-home .txt-header{
  max-width: 70%;
}
section.header-home .servicio-main{
  font-weight: 600;
  font-size: 4rem;
  line-height: 5.8rem;
}
section.header-home .servicios{
  text-align: right;
}
section.header-home .servicios h2{
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: .2rem;
  margin-top: 2rem;
}
section.seo h2{
  font-weight: 600;
}
section.seo h3{
  font-weight: 300;
}
section.seo .cont-cel{
  position: relative;
}
section.seo .cont-seo-serch{
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
section.seo .seo-serch{
  position: relative;
}
section.seo .seo-serch .icon {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  font-size: .8rem;
}

section.seo .seo-serch .form-control {
  width: 0;
  position: absolute;
  top: 50%;
  overflow: hidden;
  margin: 0;
  transform: translateY(-50%);
  height: 38px;
  right: 18px;
  border: none;
  box-shadow: none;
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
}

section.seo .seo-serch .form-control:focus {
  outline: none;
  border: none;
  border-color: transparent;
  box-shadow: none;
}
section.seo .seo-serch .form-control:focus + .label-wrap {
  opacity: 0;
}

section.seo .seo-serch form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.seo .seo-serch .icon-wrap {
  border-radius: 50%;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

section.seo .seo-serch svg {
  position: absolute;
  left: .8rem;
}

section.seo .seo-serch .form-group {
  margin: 0;
  position: relative;
}

section.seo .seo-serch .label-wrap {
  overflow: hidden;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  height: 36px;
  z-index: 4;
  pointer-events: none;
}

section.seo .seo-serch label {
  position: absolute !important;
  transform: translateY(-50%);
  top: 50%;
  right: 18px;
  z-index: 10;
  font-size: .8rem;
  margin: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 1px;
}
section.banner-contacto{
  background: #212121;
  position: relative;
}
section.banner-contacto img.grid{
  mix-blend-mode: color-dodge;
}
section.banner-contacto h3{
  color: #faf6f6;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2rem;
}
section.banner-contacto h4{
  font-family: 'lustrabook';
  color: #6d6d6d;
  font-size: 6rem;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 3rem;
}
section.banner-contacto .phone{
  position: absolute;
  left: 0;
  right: 12rem;
  margin: auto;
  top: 0;
  margin-top: 2.5rem;
  /* animation: phone 11s infinite ease-in-out; */
}
@keyframes phone {
  0%{
    transform: translateY(2rem)rotate(0);
  }
  50%{
    transform: translateY(0)rotate(-5deg);
  }
  100%{
    transform: translateY(2rem);
  }
}
section.banner-contacto .astronauta{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 8.5rem;
  /* animation: astronauta 10s infinite ease-in-out; */
}
@keyframes astronauta {
  0%{
    transform: translateY(2rem)rotate(0);
  }
  50%{
    transform: translateY(0)rotate(10deg);
  }
  100%{
    transform: translateY(2rem);
  }
}
section.banner-contacto .cont-btn-2{
  position: absolute;
  bottom: 3rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
section.sem{
  padding: 5rem 0;
  overflow: hidden;
}
section.sem h2,section.sem h3{
  font-weight: 600;
  font-size: 2rem;
}
section.sem h4{
  font-weight: 300;
  margin: 1rem auto;
}
section.sem .cont-btn-2{
  display: inline-block;
  margin-left: 2rem;
  z-index: 10;
  position: relative;
}
section.sem a.btn-2{
  border: 1px solid #1c1c1c;
  text-align: center;
}
/* section.sem a.btn-2 div{
  text-transform: capitalize;
} */
section.servicios{
  background: #262626;
  padding: 0 0 6rem 0;
}
canvas{
  background: #fff;
  max-height: 40vh;
  max-width: 100vw;
}

section.facebook-ads{
  padding: 5rem 0;
  padding-bottom: 0;
  position: relative;
}
section.facebook-ads .cont-frase{
  position: relative;
  margin-bottom: 5rem;
  /* padding: 5rem 0; */
}
section.facebook-ads .content {
  position: relative;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* width: 100%; */
  /* height: 160px; */
  overflow: hidden;
  /* font-size: 35px; */
  line-height: 40px;
  color: #1c1c1c;
  display: block;
  min-height: auto;
}
section.facebook-ads .content__container {
  font-weight: 600;
  overflow: hidden;
  height: 5rem;
  padding: 0 40px;
}
section.facebook-ads .content__container:before {
  /* content: "["; */
  left: 0;
}
section.facebook-ads .content__container:after {
  /* content: "]"; */
  position: absolute;
  right: 0;
}
section.facebook-ads .content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
section.facebook-ads .content__container__text {
  display: inline;
  line-height: 4rem;
  float: left;
  margin: 0;
  font-weight: 200;
  font-size: 4rem;
}
section.facebook-ads .content__container__list {
  margin-top: 0;
  /* padding-left: 110px; */
  display: inline-block;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
section.facebook-ads .content__container__list__item {
  font-size: 4rem;
  line-height: 4.8rem;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 6.25%, 100% {
    transform: translate3d(0, 0, 0);
  }
  7.25%, 13.5% {
    transform: translate3d(0, -12.5%, 0);
  }
  14.5%, 20.75% {
    transform: translate3d(0, -25%, 0);
  }
  21.75%, 28% {
    transform: translate3d(0, -37.5%, 0);
  }
  29%, 35.25% {
    transform: translate3d(0, -50%, 0);
  }
  36.25%, 42.5% {
    transform: translate3d(0, -62.5%, 0);
  }
  43.5%, 49.75% {
    transform: translate3d(0, -75%, 0);
  }
  50.75%, 57% {
    transform: translate3d(0, -87.5%, 0);
  }
  58%, 64.25% {
    transform: translate3d(0, -75%, 0);
  }
  65.25%, 71.5% {
    transform: translate3d(0, -62.5%, 0);
  }
  72.5%, 78.75% {
    transform: translate3d(0, -50%, 0);
  }
  79.75%, 86% {
    transform: translate3d(0, -37.5%, 0);
  }
  87%, 93.25% {
    transform: translate3d(0, -25%, 0);
  }
  94.25%, 100% {
    transform: translate3d(0, -12.5%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* @keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
} */

@keyframes change {
  0%, 6.25%, 100% {
    transform: translate3d(0, 0, 0);
  }
  7.25%, 13.5% {
    transform: translate3d(0, -12.5%, 0);
  }
  14.5%, 20.75% {
    transform: translate3d(0, -25%, 0);
  }
  21.75%, 28% {
    transform: translate3d(0, -37.5%, 0);
  }
  29%, 35.25% {
    transform: translate3d(0, -50%, 0);
  }
  36.25%, 42.5% {
    transform: translate3d(0, -62.5%, 0);
  }
  43.5%, 49.75% {
    transform: translate3d(0, -75%, 0);
  }
  50.75%, 57% {
    transform: translate3d(0, -87.5%, 0);
  }
  58%, 64.25% {
    transform: translate3d(0, -75%, 0);
  }
  65.25%, 71.5% {
    transform: translate3d(0, -62.5%, 0);
  }
  72.5%, 78.75% {
    transform: translate3d(0, -50%, 0);
  }
  79.75%, 86% {
    transform: translate3d(0, -37.5%, 0);
  }
  87%, 93.25% {
    transform: translate3d(0, -25%, 0);
  }
  94.25%, 100% {
    transform: translate3d(0, -12.5%, 0);
  }
}

section.facebook-ads .cara-astronauta{
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#slideshow {
  position: absolute;
	margin: 0 auto;
  top: 12%;
	/* padding-top: 50px; */
	height: auto;
  z-index: -1;
	width: 100%;
}

.entire-content {
	margin: auto;
	width: 40%;
	perspective: 1000px;
	position: relative;
	padding-top: 80px;
  right: 1rem;
}

.content-carrousel {
	width: 100%;
	position: absolute;
	float: right;
	animation: rotar 20s infinite ease-in-out;
	transform-style: preserve-3d;
}

.content-carrousel figure {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	position: absolute;
}

.content-carrousel figure:nth-child(1) {
	transform: rotateY(0deg) translateZ(0px);
}

.content-carrousel img {
	image-rendering: auto;
	transition: all 3s;
	width: 100%;
	height: auto;
}


@keyframes rotar {
	0% {
		transform: rotateY(0deg);
	}
	20% {
		transform: rotateY(-18deg);
	}
  30%{
    transform: rotateY(-18deg);
  }
	55%{
		transform: rotateY(0deg);
	}
	65%{
		transform: rotateY(0);
	}
  75%{
    transform: rotateY(10deg);
  }
	100%{
		transform: rotateY(0deg);
	}
}
section.facebook-ads .cont-btn-2{
  display: inline-block;
  margin-left: 2rem;
  z-index: 10;
  position: relative;
}
section.facebook-ads a.btn-2{
  border: 1px solid #1c1c1c;
  text-align: center;
}
section.facebook-ads a.btn-2 div{
  text-transform: capitalize;
}
section.facebook-ads a.btn-2{
  padding: 1rem;
}
section.facebook-ads p{
  max-width: 50%;
  margin-top: 1rem;
  text-align: justify;
}
section.facebook-ads .desc-rs{
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.8rem;
}
section.facebook-ads h2{
  font-size: 2rem;
  font-weight: 600;
}
section.blog{
  background-image: url('../../img/bg-blog.jpg');
  color: #fff;
}
section.blog .entradas{
  text-transform: uppercase;
  font-size: 1.1rem;
  display: block;
}
section.blog hgroup{
  max-width: 80%;
  font-size: .9rem;
}
section.blog .fecha,section.blog .autor{
  margin-right: 1rem;
}
section.blog .fecha{
  font-family: 'lustrabook';
  font-size: .8rem;
  text-transform: uppercase;
  text-decoration: underline;
}
section.blog button.btn-woorx .circle{
  background: #fff;
}
section.blog button.btn-woorx .button-text{
  color: #fff;
}
section.blog  button:hover .button-text{
  color: #000;
}
section.blog  button.btn-woorx .circle .icon.arrow::before{
  border-color: #000;
}
section.blog button.btn-woorx .circle .icon.arrow{
  background: #000;
}
/* ----------- SEO LANDING ----------- */
/* ----------- SEO LANDING ----------- */
/* ----------- SEO LANDING ----------- */
.words{
  text-transform: uppercase;
  top: 3rem;
  position: absolute;
  line-height: 8rem;
  font-weight: 100;
  display: inline-block;
  white-space: nowrap;
  width: 160rem;
  animation: move-text 25s linear infinite;
  text-shadow: 160rem 0, 320rem 0;
  z-index: 100;
}
@keyframes move-text {
  to {
    transform: translateX(-100%);
  }
}
main.seo-l {
  padding: 5rem 0 0;
  overflow: hidden;
}
main.seo-l .words{
  font-size: 11rem;
  font-weight: 200;
  width: 140rem;
  text-shadow: 140rem 0, 280rem 0;
}
.form-control, textarea, .form-select{
  width: 60%;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
  line-height: 1rem;
  font-size: .8rem;
  padding: .375rem .75rem;
}
.form-label{
  width: auto;
  font-weight: 200;
  font-size: .8rem;
  width: 26%;
}
.form-control:focus{
  box-shadow: none;
  border-bottom: 2px solid #000;
}
textarea:focus-visible {
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
}
main.seo-l img{
  /* margin-bottom: 4rem; */
}
.title-form{
  font-weight: 500;
  font-size: 1.4rem;
}
.cont-form{
  max-width: 80%;
  margin: auto;
  padding-top: 4rem;
}
.linea-r{
  border-right: 1px solid #c7c9c9;
  padding-top: 4rem;
}
main.seo-l .title-header, main.sem-l .title-header, main.face-l  .title-header{
  font-weight: 500;
  margin-bottom: 2rem;
  display: block;
}
section.expertos-seo{
  position: relative;
  padding: 5rem 8rem;
}
section.expertos-seo .info-expertos{
  max-width: 60%;
  margin-left: auto;
  text-align: justify;
}
section.expertos-seo .cont-title-expert span, section.expertos-seo .cont-title-expert span h2{
  font-weight: 200;
  font-size: 7rem;
  line-height: 8rem;
  text-transform: uppercase;
  display: inline-block;
}
section.expertos-seo .cont-title-expert{
  position: absolute;
  top: 15%;
  left: 40%;
}
section.expertos-seo .info-expertos .title-ex{
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 3rem auto 1rem auto;
}
section.explora{
  padding: 6rem 0;
  background-color: #000;
  color: #fff;
}
section.explora .cont-img-ex{
  position: relative;
}
section.explora h3{
  position: absolute;
  color: #000;
  text-transform: uppercase;
  top: 30%;
  font-weight: 200;
  font-size: 3.4rem;
  left: 30%;
  max-width: 30%;
}
section.explora .cont-answer{
  max-width: 80%;
  margin: auto;
}
section.explora .cont-answer span{
  font-weight: 500;
  margin: 2rem auto;
  display: block;
  font-size: 1.2rem;
}
section.explora .cont-answer span.last{
  margin-bottom: .5rem;
}
section.explora .cont-answer p{
  text-align: justify;
}
section.contacto-seo{
  padding: 5rem 8rem;
  position: relative;
}
section.contacto-seo .frase{
  position: absolute;
  font-weight: 200;
  font-size: 3.5rem;
  top: 45%;
  bottom: 50%;
  left: 20%;
  text-transform: uppercase;
}
section.contacto-seo .cont-form{
  max-width: 100%;
}
section.contacto-seo .cont-info-contacto-seo{
  max-width: 60%;
  margin: auto;
}
section.contacto-seo .cont-info-contacto-seo .title-contacto-seo{
  font-size: 1.2rem;
  font-weight: 500;
}
section.contacto-seo .cont-info-contacto-seo p{
  margin: 2rem auto;
  text-align: justify;
}
section.contacto-seo .cont-info-contacto-seo img{
  display: block;
  margin: 0 auto 8rem auto;
  max-width: 8rem;
}
form button.btn-woorx{
  width: 13rem;
  display: block;
  margin-left: auto;
}
button{
  border: none;
  background-color: transparent;
}
section.banner-seo{
  padding: 0;
}
main.sem-l .title-sem{
  text-align: center;
}
main.sem-l .title-sem h1, main.sem-l .title-sem span{
  display: inline-block;
  font-weight: 300;
  font-size: 1.5rem;
}
main.sem-l .title-ads{
  font-size: 8rem;
  display: block;
  text-align: center;
  font-weight: 200;
}
main.sem-l .title-header{
  padding-top: 4rem;
}
section.campanas .cont-info-campanas{
  max-width: 60%;
  margin: auto;
}
section.campanas .cont-info-campanas h3{
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
}
section.campanas .cont-info-campanas .title-camp{
  font-weight: 500;
  margin: 3rem auto;
  display: block;
  font-size: 1.2rem;
}
section.campanas .cont-info-campanas .ico-google{
  max-width: 8rem;
}
section.expertos-sem{
  background-image: url('../../img/bg-expertos-sem.webp');
  background-size: cover;
  padding: 5% 0 20% 0;
  background-position: bottom;
}
section.expertos-sem .cont-title-expert h2, section.expertos-sem .cont-title-expert span{
  font-weight: 200;
  font-size: 7rem;
  line-height: 8rem;
  text-transform: uppercase;
  display: inline-block;
}
section.siguiente-click{
  padding: 0 0 5rem 0;
}
section.siguiente-click .title{
  text-align: center;
  text-transform: uppercase;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  display: block;
  font-weight: 300;
}
section.siguiente-click ul{
  max-width: 80%;
  margin: auto;
}
section.siguiente-click ul li{
  list-style: none;
  font-weight: 300;
  margin: 1rem auto;
}
section.explora-sem{
  padding: 5rem;
}
section.explora-sem .cont-info-ex{
  max-width: 80%;
}
section.explora-sem span{
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 200;
  max-width: 80%;
  display: block;
}
section.explora-sem .cont-answer{
  margin: 5rem auto;
}
section.explora-sem .cont-answer span{
  font-weight: 600;
  font-size: 1.2rem;
}
section.explora-sem .cont-answer p{
  text-align: justify;
}
section.explora-sem .cont-form-sem{
  position: relative;
}
section.explora-sem .cont-form-sem .cont-form{
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
section.explora-sem .title-form{
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}
section.explora-sem .form-label{
  color: #fff;
}
section.explora-sem .form-control, textarea{
  background-color: transparent;
  /* color: #fff; */
}
section.explora-sem .form-control:focus, section.explora-sem textarea:focus{
  box-shadow: none;
  border-bottom: 2px solid #fff;
}
section.explora-sem button.btn-woorx .button-text{
  color: #fff;
}
section.explora-sem button.btn-woorx .circle .icon.arrow{
  background: #000;
}
section.explora-sem button.btn-woorx .circle .icon.arrow::before{
  border-color: #000;
}
section.explora-sem button.btn-woorx .button-text{
  margin-left: 1rem;
}
section.explora-sem button.btn-woorx:hover .button-text{
  color: #000;
}
section.explora-sem button.btn-woorx .circle{
  background: #fff;
}
/* ----------- FACE-INSTA LANDING ----------- */
/* ----------- FACE-INSTA LANDING ----------- */
/* ----------- FACE-INSTA LANDING ----------- */
main.face-l{
  padding: 5rem 0 0;
  overflow: hidden;
}
main.face-l h1{
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
}
main.face-l .words{
  position: relative;
  font-size: 11rem;
  line-height: 12rem;
  font-weight: 200;
  width: 165rem;
  text-shadow: 165rem 0, 330rem 0;
  top: 0;
  margin: 2rem auto;
}
section.dos-herramientas{
  padding: 5rem 0;
}
section.dos-herramientas .title-herramientas{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
  display: block;
}
section.dos-herramientas .cont-info-herramientas{
  max-width: 60%;
  margin: auto;
}
section.dos-herramientas .cont-info-herramientas p{
  text-align: justify;
}
section.dos-herramientas .sub-herramientas{
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  margin: 3rem auto 2rem;
}
section.img-insta{
  padding: 2rem;
}
section.contacto-face{
  padding: 5rem 0;
}
section.contacto-face .frase{
  text-transform: uppercase;
  display: block;
  font-size: 3.2rem;
  padding: 0 4rem;
  font-weight: 300;
  margin-bottom: 5rem;
}
section.contacto-face .cont-info-contacto-face{
  padding-left: 25%;
}
section.contacto-face .cont-info-contacto-face p{
  text-align: justify;
  font-size: .7rem;
}
section.contacto-face .cont-info-contacto-face .title-contacto{
  font-weight: 500;
  margin: 2rem auto;
  display: block;
}
section.contacto-face .frase-2{
  font-size: 2rem;
  display: block;
  text-align: center;
}
section.contacto-face form{
  max-width: 60%;
  margin: 5rem auto;
}
/* ----------- CONTACTO LANDING ----------- */
/* ----------- CONTACTO LANDING ----------- */
/* ----------- CONTACTO LANDING ----------- */
main.contacto{
  padding: 5rem;
}
main.contacto .cont-form{
  max-width: 80%;
  margin: auto;
}
main.contacto .title-contacto{
  display: block;
  font-size: 5rem;
  letter-spacing: .4rem;
  font-weight: 200;
  text-transform: uppercase;
}
main.contacto .cont-form p{
  font-size: 1.8rem;
  font-weight: 400;
  margin: 2rem auto;
}
main.contacto .cont-form form .title-form{
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin: 2rem auto 1rem auto;
}
main.contacto .cont-btn-contacto, main.servicios-header .cont-btn-contacto{
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000;
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  transition: .2s all ease-in-out;
}
main.contacto .cont-btn-contacto .txt-btn-cont::before, main.servicios-header .cont-btn-contacto .txt-btn-cont::before{
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 0;
  transition: .2s all ease-in-out;
  z-index: -1;
}
main.contacto .cont-btn-contacto:hover .txt-btn-cont::before, main.servicios-header .cont-btn-contacto:hover .txt-btn-cont::before{
  width: 100%;
}
main.contacto .cont-btn-contacto:hover .txt-btn-cont, main.servicios-header .cont-btn-contacto:hover .txt-btn-cont{
  color: #fff;
}
main.contacto .form-control, main.contacto textarea,main.contacto .form-select{
  width: 70%;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
  line-height: 1rem;
  font-size: .8rem;
  padding: .375rem .75rem;
  color: #000;
}
main.contacto .form-select{
  background-position: right .75rem center;
}
main.contacto .form-label{
  width: auto;
  font-weight: 200;
  font-size: .8rem;
  width: 22%;
}
.form-select:focus{
  box-shadow: 0 0 0 0.25rem rgb(195 195 195 / 25%);
  border-color: #838383;
}
main.contacto .form-control:focus{
  box-shadow: none;
  border-bottom: 2px solid #000;
}
main.contacto textarea:focus-visible {
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
}
main.gracias{
  background: #f9f9f9;
  text-align: center;
  padding: 5rem 0;
}
main.gracias .img-gr{
  margin-right: auto;
  display: block;
}
main.gracias .img-check{
  display: block;
  margin: 2rem auto;
}
main.gracias .cont-btn-2 a{
  background: #252525;
  color: #fff;
  margin-top: 2rem;
}
main.gracias a.btn-2 div{
  color: #fff;
}
main.gracias .title-gracias{
  font-weight: 300;
  font-size: 1.5rem;
}
main.gracias p{
  font-weight: 200;
  font-size: 1.2rem;
  margin: 2rem auto;
}
main.gracias .frase-gracias{
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
}
footer{
  padding: 3rem 0;
}
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;
}
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%;
}
/* .form-select{
  background-position: 0;
} */

/* ---- Dropdown del menú woorxweb ---- */
.dropdown-menu, .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  z-index: 9999;
  min-width: 220px;
  border-radius: 0 0 4px 4px;
  top: 100%;
  left: 0;
}

.nav-menu > li {
  position: relative;
}

.menu-item-has-children.active > .dropdown-menu {
  display: block;
}

.sub-menu {
  left: 100%;
  top: 0;
}

.sub-dropdown-trigger.active > .sub-menu {
  display: block;
}

.dropdown-menu li a, .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
}

.dropdown-menu li a:hover, .sub-menu li a:hover {
  background-color: #f8f9fa;
  color: #000;
  border-bottom: none;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .dropdown-menu, .sub-menu {
    position: static;
    box-shadow: none;
    background-color: #f9f9f9;
    width: 100%;
    padding-left: 15px;
  }
}
