/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* FONTS */
@font-face {
  font-family: "FuturaPro";
  src: url("../fonts/futura/FuturaPro-Book.woff2") format("woff2"),
    url("../fonts/futura/FuturaPro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPro";
  src: url("../fonts/futura/FuturaPro-BookItalic.woff2") format("woff2"),
    url("../fonts/futura/FuturaPro-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaPro";
  src: url("../fonts/futura/FuturaPro-Bold.woff2") format("woff2"),
    url("../fonts/futura/FuturaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPro";
  src: url("../fonts/futura/FuturaPro-BoldItalic.woff2") format("woff2"),
    url("../fonts/futura/FuturaPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaPro";
  src: url("../fonts/futura/FuturaPro-ExtraboldItalic.woff2") format("woff2"),
    url("../fonts/futura/FuturaPro-ExtraboldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaPro";
  src: url("../fonts/futura/FuturaPro-Extrabold.woff2") format("woff2"),
    url("../fonts/futura/FuturaPro-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
html {
  margin: 0 !important;
}
html #wpadminbar {
  display: none !important;
}
body {
  background-color: black;
  font-size: 16px;
  font-family: "FuturaPro";
  color: #000000;
  overflow-x: hidden;
}
body.wp-admin {
  opacity: 1;
}
p {
  font-size: 16px;
  font-family: "FuturaPro";
  color: #000000;
}
a:hover,
a:focus,
a:active,
a:visited {
  color: inherit;
}
.clear {
  clear: both;
}
.container {
  padding: 0 30px;
}
/* HEADER */
.main-header {

}
a.btn-menu {
  position: fixed;
  text-decoration: none;
  top: 54px;
  margin-left: 15px;
  padding-left: 37px;
  cursor: pointer;
  left: 50px;
  z-index: 1001;
}
a.btn-menu p {
  margin: 0;
  font-weight: bold;
  line-height: 21px;
  color: white;
  font-size: 11px;
}
.btn-menu .close {
  display: none;
  color: black;
}
.btn-menu .button-cover {
  transition: all 0.2s ease-in;
  transform: rotate(0deg);
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -10px;
}
.btn-menu span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 6px;
  background-color: white;
  top: 10px;
  left: 3px;
  z-index: 1;
  transition: all 0.2s ease-in;
  transform: rotate(0deg);
}
.btn-menu span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 6px;
  background-color: #FF006D;
  top: 13px;
  left: 0;
  z-index: 0;
  transition: all 0.2s ease-in;
}
.btn-menu span:nth-child(2):before {
  top: 19px;
}
.btn-menu span:nth-child(2):after {
  top: 22px;
}
a.btn-menu:hover span:before {
  left: 0;
}
a.btn-menu:hover span:after {
  left: 3px;
}
.show-menu .btn-menu .open {
  display: none;
}
.show-menu .btn-menu .close {
  display: block;
}
.show-menu .btn-menu:hover .button-cover {
  transform: rotate(-90deg);
}
.show-menu .btn-menu span:before {
  transform: rotate(45deg);
  background-color: black;
  left: 6px;
  top: 14px;
}
.show-menu .btn-menu span:nth-child(2):before {
  transform: rotate(-45deg);
}
.show-menu .btn-menu span:after {
  transform: rotate(45deg);
  left: 3px;
  top: 17px;
}
.show-menu .btn-menu span:nth-child(2):after {
  transform: rotate(-45deg);
}
.show-menu a.btn-menu:hover span:before {
  left: 6px;
}
.show-menu a.btn-menu:hover span:after {
  left: 3px;
  top: 11px;
}
.main-logo {
  top: 48px;
  right: 50px;
  mix-blend-mode: difference;
  position: fixed;
  z-index: 1001;
}
.main-logo svg {
  transition: all 0.5s ease;
}
.show-menu .main-logo {
  mix-blend-mode: normal;
}
.show-menu .main-logo svg {
  fill: black;
}
.side-tag {
  mix-blend-mode: difference;
  letter-spacing: 0.04px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  position: fixed;
  transform: rotate(-90deg);
  left: 50px;
  top: 50%;
  pointer-events: none;
  z-index: 1001;
  transition: all 0.2s ease-in;
}

.side-tag span{
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100px;
  width: 66px;
}
.side-tag span:before,
.side-tag span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
  position: absolute;
  top: 6px;
  opacity: 0.2;
}
.side-tag span i {
  opacity: 1;
  width: 0%;
  right: 0;
  height: 1px;
  background-color: white;
  display: block;
  position: absolute;
  top: 6px;
}
.show-menu .side-tag {
  left: -50px;
  opacity: 0;
}
.side-social {
  position: fixed;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1001;
  mix-blend-mode: difference;
  display: none;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.side-social.scroll{
  opacity: 0;
}
.home .side-social{
  display: block;
}
.side-social a {
  display: inline-block;
  margin-bottom: 6px;
}
.side-social span {
  color: white;
  font-size: 12px;
  letter-spacing: 0.13px;
  font-weight: bold;
  transform: rotate(-90deg);
  display: block;
  white-space: nowrap;
  margin-left: 0;
  margin-top: 50px;
}
.show-menu{
  overflow: hidden;
}
.show-menu .side-social {
  right: 104px;
  top: auto;
  transform: none;
  width: auto;
  bottom: 28px;
  mix-blend-mode: normal;
  display: block;
}
.show-menu .side-social.scroll{
  opacity: 1;
}
.show-menu .side-social a {
  margin-left: 7px;
}
.show-menu .side-social a svg {
  fill: black;
}
.show-menu .side-social span {
  color: black;
  float: left;
  transform: none;
  margin: 11px 15px;
}
.side-social span.mobile {
  display: none;
}

.main-header.scroll{
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  height: 62px;
  z-index: 9999;
}
.main-header.scroll .main-logo {
  width: 75px;
  top: 15px;
}
.main-header.scroll .main-logo svg {
  width: 100%;
}
.main-header.scroll a.btn-menu p {
  color: black;
}
.main-header.scroll a.btn-menu {
  top: 20px;
}
.main-header.scroll .btn-menu span:before {
  background-color: black;
}

@media (max-width: 800px) {
  .main-header {
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    height: 62px;
    z-index: 9999;
  }
  .main-logo {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    top: 15px;
  }
  .main-logo svg {
    width: 100%;
  }
  a.btn-menu {
    top: 20px;
    left: 11px;
  }
  a.btn-menu p {
    display: none !important;
  }
  .btn-menu span:before {
    background-color: black;
  }
  .side-tag {
    display: none !important;
  }
  .side-social {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .show-menu .side-social a {
    display: inline;
    margin-left: -10px;
    margin-right: 20px;
  }
  .show-menu .side-social {
    right: auto;
    left: 30px;
    bottom: 60px;
  }
  .show-menu .side-social span.mobile {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 4px;
  }
  .show-menu .side-social span.desktop {
    display: none;
  }
}
/* MENU */
.menu-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 1000;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  counter-reset: menu;
}
.show-menu .menu-content {
  transform: scale(1);
  opacity: 1;
  pointer-events: initial;
}
.logo-menu-and-burger {
  display: none;
}
.menu-content ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 168px;
  list-style: none;
}
.menu-content ul li {
  position: relative;
}
.menu-content ul li:before {
  counter-increment: menu;
  content: "0" counter(menu);
  letter-spacing: -0.58px;
  color: #ff006d;
  font-size: 18px;
  position: absolute;
  font-weight: bold;
  left: -38px;
  top: -4px;
}
.menu-content ul li a {
  text-decoration: none;
  font-size: 80px;
  font-weight: bold;
  line-height: 75px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: black;
}
.menu-content ul li:hover a {
  margin-left: 20px;
}
.menu-content ul li:nth-child(1):hover a {
  color: #97ECFF;
}
.menu-content ul li:nth-child(2):hover a {
  color: #FFF001;
}
.menu-content ul li:nth-child(3):hover a {
  color: #41F3C0;
}
.menu-content ul li:nth-child(4):hover a {
  color: #FF7641;
}
.menu-content ul li:nth-child(5):hover a {
  color: #6A71FF;
}
.menu-content ul li:nth-child(6):hover a {
  color: #FF006D;
}

@media (max-width: 800px) {
  .menu-content ul {
    left: 100px;
  }
}
@media (max-width: 500px) {
  .menu-content ul {
    left: 30px;
    padding-left: 0;
    transform: none;
    top: 130px;
  }
  .menu-content ul li a {
    font-size: 42px;
    line-height: 70px;
  }
  .menu-content ul li:before {
    left: 0;
    top: -10px;
  }
}
/*  BUTTONS  */
.scroll-down {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url(../images/btn_scrolldown_top@2x.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 51px;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
}
.scroll-down:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/btn_scrolldown_bottom@2x.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
}
.scroll-down:hover {
  top: 54px;
}
.scroll-down:hover:before {
  top: -12px;
}
.btn-default {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 2;
}

.btn-default span {
  clip-path: polygon(13% 0%, 100% 0, 87% 100%, 0% 100%);
  background-color: #ff006d;
  display: block;
  height: 36px;
  width: 158px;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}
.btn-default:before {
  display: block;
  content: "";
  position: absolute;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  background-color: black;
  width: 200px;
  height: 36px;
  left: -13px;
  top: 8px;
  transition: all 0.2s ease-in-out;
}
.btn-invert.btn-default:before {
  background-color: white;
}
.btn-submit.btn-default:before {
  background-color: #41f3c0;
}
.btn-submit.btn-default span {
  background-color: black;
  color: white;
}
.btn-default:hover span {
  left: 12px;
  color: white;
}
.btn-default:hover:before {
  left: -23px;
}
.btn-submit.btn-default input {
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  width: 100%;
}

.back-button {
  background-image: url(../images/btn_atras_magenta@2x.png);
  display: block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 3;
  left: 60px;
  top: 100px;
}
.back-button.back-button-services {
  background-image: url(../images/btn_atras_negro@2x.png);
}
.back-shadow {
  left: -10%;
  position: fixed;
  width: 120%;
  height: 90px;
  /* background-color: red; */
  z-index: 2;
  top: -90px;
  box-shadow: 110px 60px 330px rgb(0 0 0 / 30%);
  pointer-events: none;
}
section {
  position: relative;
  z-index: 1;
}
form[data-status="init"] h3,
form[data-status="init"] .btn-home,
form[data-status="submitting"] h3,
form[data-status="submitting"] .btn-home,
form[data-status="resetting"] h3,
form[data-status="resetting"] .btn-home {
  display: none;
}

form[data-status="sent"] .wpcf7-form-control-wrap,
form[data-status="sent"] h2 {
  display: none !important;
}
form[data-status="sent"] .btn-submit {
  display: none;
}
form[data-status="sent"] h3,
form[data-status="sent"] .btn-home {
  display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

@media (max-width: 1023px) {
  .back-button{
    left: 20px;
  }
}
/* HOME SLIDER */
.home{
  padding-top: 100vh;
}
.main-slider {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 0;
}
.main-slider.owl-carousel .owl-stage-outer,
.main-slider.owl-carousel .owl-stage,
.main-slider.owl-carousel .owl-item {
  height: 100%;
  width: 100% !important;
}
.main-slider .item {
  display: block;
}
.main-slider .item-video {
}
.main-slider .item-video .content {
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 2;
  transform: translateX(-50%);
}
.main-slider .item-video video {
  width: 100%;
}
.main-slider .item-video .video-button {
  background-image: url(../images/btn_play@2x.png);
  width: 190px;
  height: 190px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: -50px;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.main-slider .item-video h2 {
  font-size: 24px;
  color: white;
  font-weight: normal;
}
.main-slider .item-video:hover .video-button {
  transform: scale(1.1);
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 99999;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  padding: 0 30px;
}
.video-content {
  max-width: 1250px;
  /* overflow: hidden; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
}
.video-modal.active {
  pointer-events: initial;
  opacity: 1;
}
.video-content video {
  width: 100%;
  height: 100%;
}
.close-modal {
  background-image: url(../images/btn-close@2x.png);
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  z-index: 2;
  top: -20px;
}
@media (max-width: 1024px) {
  .main-slider {
    height: 500px;
  }
  .home {
    padding-top: 500px;
  }
  .video-content{
    max-width: 90%;
  }
}
@media (max-width: 800px) {
  .main-slider {
    height: 390px;
  }
  .home {
    padding-top: 390px;
  }
  .main-slider .item-video .content {
    bottom: 40px;
  }
  .main-slider .item-video .video-button {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
  }
  .main-slider .item-video h2 {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .main-slider {
    height: 570px;
  }
  .main-slider .item-video {
    height: 100%;
  }
  .main-slider .item-video video {
    width: auto;
    height: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .home {
    padding-top: 570px;
  }
}
/* HOME SERVICIOS */
.services-block {
  padding-top: 141px;
  padding-bottom: 90px;
  position: relative;
  background-color: black;
}
.services-block .container {
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
}
.services-block h1,
.services-block h2 {
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 34px;
}
.services-block p {
  color: white;
  font-size: 24px;
  line-height: 1.4;
}
.services-block p a{
  text-decoration: none;
}
.services-block p strong {
  color: #ff006d;
}

.services-icons-block {
  height: 197px;
  overflow: hidden;
  margin-top: 74px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.services-icons-block .services-icons-wrapper {
  margin: 0 auto;
}
.services-icons-block .services-icons-scroll {
  height: 197px;
  position: relative;
  z-index: 1;
}

.services-icons-block a {
  cursor: pointer;
  width: 300px;
  margin-right: -67px;
  text-align: center;
  float: left;
  height: 147px;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.services-icons-block a:before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 355px;
  height: 197px;
  clip-path: polygon(31% 0%, 100% 0, 69% 100%, 0% 100%);
  top: -10px;
  left: -45px;
  background-color: red;
  z-index: 0;
  opacity: 0;
}
.services-icons-block a .service-bg {
  transition: all 0.2s ease-in-out;
  width: 300px;
  height: 147px;
  clip-path: polygon(27% 0%, 100% 0, 73% 100%, 0% 100%);
}
.services-icons-block a:nth-child(1) .service-bg,
.services-icons-block a:nth-child(1):before {
  background-color: #FF006D;
}
.services-icons-block a:nth-child(2) .service-bg,
.services-icons-block a:nth-child(2):before {
  background-color: #97ECFF;
}
.services-icons-block a:nth-child(3) .service-bg,
.services-icons-block a:nth-child(3):before {
  background-color: #FFF001;
}
.services-icons-block a:nth-child(4) .service-bg,
.services-icons-block a:nth-child(4):before {
  background-color: #41F3C0;
}
.services-icons-block a:nth-child(5) .service-bg,
.services-icons-block a:nth-child(5):before {
  background-color: #FF7641;
}
.services-icons-block a:nth-child(6) .service-bg,
.services-icons-block a:nth-child(6):before {
  background-color: #67ADFF;
}
.services-icons-block a:nth-child(7) .service-bg,
.services-icons-block a:nth-child(7):before {
  background-color: #B764FF;
}
.services-icons-block a:nth-child(8) .service-bg,
.services-icons-block a:nth-child(8):before {
  background-color: #FFA701;
}
.services-icons-block a:nth-child(9) .service-bg,
.services-icons-block a:nth-child(9):before {
  background-color: #1CDD84;
}
.services-icons-block a:nth-child(10) .service-bg,
.services-icons-block a:nth-child(10):before {
  background-color: #6A71FF;
}
.services-icons-block a:nth-child(11) .service-bg,
.services-icons-block a:nth-child(11):before {
  background-color: #FF5C5C;
}
.services-icons-block a:hover,
.services-icons-block a:focus,
.services-icons-block a:active {
  text-decoration: none;
}
.services-icons-block .icon {
  width: 100px;
  height: 93px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.services-icons-block .icon img {
  width: 100%;
}
.services-icons-block h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  max-width: 150px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1025px) {
  .services-icons-block a:hover {
    margin-left: -7px;
    margin-right: -60px;
    width: 350px;
    height: 173px;
    margin-top: -15px;
  }
  .services-icons-block a:hover:before {
    left: 15px;
    opacity: 0.8;
  }
  .services-icons-block a:hover .service-bg {
    width: 350px;
    height: 173px;
  }
  .services-icons-block a:hover .icon {
    width: 160px;
    height: 128px;
    margin-top: -11px;
  }

  .services-icons-block a:hover h3 {
    font-size: 20px;
    max-width: 180px;
  }
}

@media (max-width: 1024px) {
  .services-block h2 {
    font-size: 50px;
  }
  .services-block p {
    font-size: 20px;
  }
  .services-block {
    overflow: hidden;
  }
  .services-icons-block {
    height: auto;
    overflow: visible;
  }
  .services-icons-block .services-icons-scroll {
    height: auto;
  }
  .services-icons-block .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .services-icons-block .owl-carousel .owl-stage {
    height: 197px;
  }

  .services-icons-block .owl-item:nth-child(1) .service-bg,
  .services-icons-block .owl-item:nth-child(1) a:before {
    background-color: #FF006D;
  }
  .services-icons-block .owl-item:nth-child(2) .service-bg,
  .services-icons-block .owl-item:nth-child(2) a:before {
    background-color: #97ECFF;
  }
  .services-icons-block .owl-item:nth-child(3) .service-bg,
  .services-icons-block .owl-item:nth-child(3) a:before {
    background-color: #FFF001;
  }
  .services-icons-block .owl-item:nth-child(4) .service-bg,
  .services-icons-block .owl-item:nth-child(4) a:before {
    background-color: #41F3C0;
  }
  .services-icons-block .owl-item:nth-child(5) .service-bg,
  .services-icons-block .owl-item:nth-child(5) a:before {
    background-color: #FF7641;
  }
  .services-icons-block .owl-item:nth-child(6) .service-bg,
  .services-icons-block .owl-item:nth-child(6) a:before {
    background-color: #67ADFF;
  }
  .services-icons-block .owl-item:nth-child(7) .service-bg,
  .services-icons-block .owl-item:nth-child(7) a:before {
    background-color: #B764FF;
  }
  .services-icons-block .owl-item:nth-child(8) .service-bg,
  .services-icons-block .owl-item:nth-child(8) a:before {
    background-color: #FFA701;
  }
  .services-icons-block .owl-item:nth-child(9) .service-bg,
  .services-icons-block .owl-item:nth-child(9) a:before {
    background-color: #1CDD84;
  }
  .services-icons-block .owl-item:nth-child(10) .service-bg,
  .services-icons-block .owl-item:nth-child(10) a:before {
    background-color: #6A71FF;
  }
  .services-icons-block .owl-item:nth-child(11) .service-bg,
  .services-icons-block .owl-item:nth-child(11) a:before {
    background-color: #FF5C5C;
  }
  .services-icons-block a {
    width: 100%;
  }
  .services-icons-block a .service-bg {
    width: 100%;
  }

  .services-icons-wrapper .owl-dots {
    position: absolute;
    bottom: -56px;
    width: 100%;
    text-align: center;
  }
  .services-icons-wrapper .owl-dots button {
    width: 4px;
    height: 4px;
    margin: 0 6px;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    background-color: #fff001;
  }
  .services-icons-wrapper .owl-dots button.active,
  .services-icons-wrapper .owl-dots button:hover {
    width: 8px;
    height: 8px;
  }

  .services-icons-block .center h3 {
    margin-top: 20px;
  }

  .services-icons-block .owl-item.center a {
    width: 100%;
    height: 173px;
    margin-top: -15px;
  }
  .services-icons-block .owl-item a:before {
    clip-path: polygon(34% 0%, 100% 0, 65% 100%, 0% 100%);
    width: 100%;
  }
  .services-icons-block .owl-item.center a:before {
    left: 15px;
    opacity: 0.8;
    width: 100%;
  }
  .services-icons-block .owl-item.center a .service-bg {
    width: 100%;
    height: 177px;
    clip-path: polygon(32% 0%, 100% 0, 68% 100%, 0% 100%);
  }
  .services-icons-block .owl-item.center a .icon {
    width: 100px;
    height: 78px;
    margin-top: 10px;
    transform: scale(1.5);
  }
}
@media (max-width: 500px) {
  .services-icons-block {
    padding-top: 10px;
  }
  .services-block .container {
    padding: 0 30px;
  }
  .services-block {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .services-block h2 {
    font-size: 40px;
    margin-bottom: 19px;
  }
  .services-block p {
    font-size: 16px;
  }
  .services-icons-block {
    margin-top: 50px;
  }
  .services-icons-block .owl-item.center a {
    margin-top: 0;
  }
  .services-icons-block a .service-bg {
    clip-path: polygon(28% 0%, 100% 0, 77% 100%, 7% 100%);
  }
  .services-icons-block .owl-item.center a .service-bg {
    width: 290px;
    margin: 0 auto;
    height: 145px;
    clip-path: polygon(32% 0%, 100% 0, 72% 100%, 3% 100%);
    margin-top: 0;
  }
  .services-icons-block .owl-item a:before {
    height: 166px;
    left: 48%;
    width: 305px;
    margin: 0 auto;
    transform: translateX(-50%);
    margin-left: 24px;
    clip-path: polygon(34% 0%, 96% 0, 66% 100%, 0% 100%);
  }
  .services-icons-block .owl-item.center a:before {
    left: 50%;
    width: 305px;
  }
  .services-icons-block .owl-item.center a .icon {
    width: 70px;
    height: 50px;
    margin-top: 16px;
    transform: scale(1.5);
    margin-left: 24px;
  }
  .services-icons-wrapper .owl-dots {
    bottom: 0;
  }
}
/* HOME WORKS  */

.works-block {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 100px;
}
.works-block .container {
  max-width: 1060px;
}
.works-block h2 {
  font-size: 70px;
  font-weight: 800;
  color: black;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.work-slider {
  margin-top: 80px;
}
.work-slider .item {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.work-slider .item .logo-block {
  width: 156px;
  height: 70px;
  position: absolute;
  bottom: -1px;
}
.work-slider .item .logo-block img {
  position: relative;
  z-index: 2;
  width: 95px;
  margin: -16px auto;
  padding-top: 0px;
}
.work-slider .item .logo-block:before {
  content: "";
  width: 205px;
  height: 70px;
  background-color: white;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
.work-slider .item .logo-block:after {
  content: "";
  width: 180px;
  height: 80px;
  background-color: white;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 76% 0, 100% 100%, 0% 100%);
}

.work-slider .item .image-block {
  overflow: hidden;
  position: relative;
  height: 560px;
}
.work-slider .item .image-block:after {
  content: "";
  position: absolute;
  width: 87px;
  height: 156px;
  background-color: white;
  clip-path: polygon(0% 0%, 100% 0, 0% 100%, 0% 100%);
  top: 0;
  display: none;
}
.work-slider .item .image-block img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.work-slider .item:hover .image-block img {
  transform: scale(1.1) translate(-50%, -50%);
}
.work-slider .owl-dots {
  position: absolute;
  bottom: -56px;
  width: 100%;
  text-align: center;
}
.work-slider .owl-dots button {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-color: black;
}
.work-slider .owl-dots button.active,
.work-slider .owl-dots button:hover {
  width: 8px;
  height: 8px;
}

.work-slider.owl-carousel .owl-nav button.owl-prev {
  background-color: #fe066d;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 20% 100%);
  position: absolute;
  top: 50%;
  margin-top: -82px;
  left: -134px;
  width: 77px;
  height: 47px;
}
.work-slider.owl-carousel .owl-nav button.owl-next {
  background-color: #fe066d;
  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  margin-top: -82px;
  right: -134px;
  width: 77px;
  height: 47px;
}

.work-slider.owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin-top: 0;
    left: calc(50% - 280px);
    width: 77px;
    height: 47px;
    bottom: -70px;
    margin-left: -90px;
  }
.work-slider.owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin-top: 0;
    left:calc(50% + 280px);
    width: 77px;
    height: 47px;
    bottom: -70px;
    margin-left: 13px;
  }

.work-slider.owl-carousel .owl-nav button.owl-prev span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_atras_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
.work-slider.owl-carousel .owl-nav button.owl-next span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_adelante_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .works-block .container {
    padding: 0 30px;
  }
  .works-block h2 {
    font-size: 50px;
  }
  .work-slider .item {
    width: 460px;
  }
  .work-slider .item .image-block {
    height: 380px;
  }
}
@media (max-width: 500px) {
  .works-block h2 {
    font-size: 40px;
    margin-bottom: 19px;
  }
  .works-block {
    padding-top: 46px;
    padding-bottom: 86px;
  }
  .work-slider {
    margin-top: -10px;
  }
  .work-slider .item .image-block {
    height: 310px;
  }
  .work-slider .owl-dots {
    bottom: -41px;
  }
  /*.work-slider .item .logo-block {
    display: block;
    position: absolute;
    width: 63px;
    height: 63px;
    background-color: white;
    bottom: -32px;
    left: 30px;
    border-radius: 100px;
  }*/
}
/* HOME CLIENTS */
.clients-block {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: black;
}
.clients-block .container {
  max-width: 1160px;
}
.clients-block h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1;
  font-weight: 800;
}
.clients-slider {
  text-align: center;
  margin-top: 74px;
}
.clients-slider .slider-page {
}
.clients-slider .slider-row {
  display: flex;
}

.clients-slider .slider-row .item {
  width: 20%;
  position: relative;
}
.clients-slider .slider-row .item picture {
  width: 160px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.clients-slider .slider-row .item:hover picture{
  transform: scale(1.1);
  opacity: 0;
}
.clients-slider .slider-row .item picture:last-child{
  width: 160px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 0;
}
.clients-slider .slider-row .item:hover picture:last-child{
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
}
.clients-slider-mobile.owl-carousel {
  display: none;
}

.clients-slider .owl-dots {
  position: absolute;
  bottom: -46px;
  width: 100%;
  text-align: center;
}
.clients-slider .owl-dots button {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-color: #ff006d;
}
.clients-slider .owl-dots button.active,
.clients-slider .owl-dots button:hover {
  width: 8px;
  height: 8px;
}
@media (max-width: 1024px) {
  .clients-block .container {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .clients-block h2 {
    font-size: 40px;
  }
  .clients-block {
    padding-top: 75px;
    padding-bottom: 121px;
  }
  .clients-slider-mobile.owl-carousel {
    display: block;
  }
  .clients-slider.owl-carousel {
    display: none;
  }
  .clients-slider-mobile .slider-row {
    display: flex;
  }

  .clients-slider-mobile .slider-row .item {
    width: 33.333%;
    margin-bottom: -20px;
  }

  .clients-slider-mobile .owl-dots {
    position: absolute;
    bottom: -57px;
    width: 100%;
    text-align: center;
  }
  .clients-slider-mobile .owl-dots button {
    width: 4px;
    height: 4px;
    margin: 0 6px;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    background-color: #ff006d;
  }
  .clients-slider-mobile .owl-dots button.active,
  .clients-slider-mobile .owl-dots button:hover {
    width: 8px;
    height: 8px;
  }
}
/* HOME CONTACT */
.contact-block {
  background-color: white;
  padding-top: 56px;
  padding-bottom: 68px;
  position: relative;
  overflow: hidden;
}
.contact-block:before {
  content: "";
  position: absolute;
  width: 385px;
  height: 100%;
  background-color: #41f3c0;
  clip-path: polygon(44% 0%, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  right: 0;
}
.contact-block .container {
  max-width: 1060px;
}
.contact-block h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}
.contact-block p {
  max-width: 476px;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .contact-block .container {
    padding: 0 30px;
  }
  .contact-block h2 {
    font-size: 50px;
  }
}
@media (max-width: 800px) {
  .contact-block:before {
    width: 205px;
  }
}
@media (max-width: 500px) {
  .contact-block {
    padding-top: 43px;
    padding-bottom: 47px;
  }
  .contact-block:before {
    width: 87px;
    clip-path: polygon(174% 0%, 100% 0, 100% 100%, 0% 100%);
  }

  .contact-block h2 {
    font-size: 40px;
  }
}
/* HOME ARTICLES */
.articles-block {
  padding-top: 103px;
  padding-bottom: 110px;
  background-color: black;
}
.articles-block .container {
  max-width: 1060px;
}

.articles-block h2 {
  color: white;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 21px;
}
.articles-slider {
  text-align: center;
  margin-top: 50px;
}
.articles-slider .item {
  color: white;
  text-decoration: none;
}
.articles-slider .item .image-block {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.articles-slider .item .image-block img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.articles-slider .item:hover .image-block img {
  transform: scale(1.1);
}
.articles-slider .item h3 {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  font-weight: bold;
}
.articles-slider .owl-dots {
  position: absolute;
  bottom: -46px;
  width: 100%;
  text-align: center;
}
.articles-slider .owl-dots button {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-color: #ff006d;
}
.articles-slider .owl-dots button.active,
.articles-slider .owl-dots button:hover {
  width: 8px;
  height: 8px;
}
@media (max-width: 1024px) {
  .articles-block .container {
    padding: 0 30px;
  }
  .articles-block h2 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .articles-block {
    padding-top: 52px;
    padding-bottom: 77px;
  }
  .articles-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .articles-slider {
    margin-top: -15px;
  }
  .articles-slider .owl-dots {
    bottom: -24px;
  }
}
/* BANNER BLOCK */
.banner-block {
  padding-top: 79px;
  background-size: cover;
  position: relative;
  padding-bottom: 43px;
  overflow: hidden;
  background-attachment: fixed;
}
.banner-block:before {
  content: "";
  position: absolute;
  width: 141px;
  height: 260px;
  background-color: black;
  clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%);
  bottom: -1px;
  right: 0;
}
.banner-block .container {
  max-width: 1060px;
}
.banner-block h3 {
  color: black;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.banner-block h2 p {
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  max-width: 700px;
}
.banner-block h2 p br {
  display: none;
}
.banner-block h2 p span {
  display: block;
  line-height: 66px;
}
.banner-block h2 p span:nth-child(1) {
  color: #ff006d;
}
.banner-block h2 p span:nth-child(2) {
  color: #fff001;
}
.banner-block h2 p span:nth-child(3) {
  color: #41f3c0;
}

.banner-block h2 p span:nth-child(1) {
  animation: change 2s infinite;
}
.banner-block h2 p span:nth-child(2) {
  animation: change 2s infinite;
  animation-delay: 0.5s;
}
.banner-block h2 p span:nth-child(3) {
  animation: change 2s infinite;
  animation-delay: 1s;
}

@keyframes change {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .banner-block .container {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .banner-block {
    padding-top: 39px;
    padding-bottom: 171px;
    background-position: top left -560px;
    background-size: cover;
    background-attachment: initial;
  }
  .banner-block h2 p {
    font-size: 40px;
  }
  .banner-block h2 p span {
    line-height: 45px;
  }
}

.section-header {
  background-size: 100%;
  background-attachment: fixed;
  height: 382px;
  overflow: hidden;
  position: relative;
}
.section-header .container {
  position: relative;
  padding-top: 273px;
  max-width: 1070px;
}
.section-header h1 {
  color: white;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 800;
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-header span {
  color: white;
  text-transform: uppercase;
  font-size: 220px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  z-index: 0;
  bottom: -110px;
  left: -50px;
}
.section-header img {
  position: absolute;
  bottom: 0;
  width: 830px;
  left: 119px;
  z-index: 0;
}
@media (max-width: 1023px) {
  .section-header{
    height: 312px;
    margin-top: 62px;
    background-size: auto 100%;
    background-attachment: initial;
    background-position: center;
  }
  .section-header .container{
    padding-top: 200px;
  }
}
@media (max-width: 500px) {
  .section-header h1{
    font-size: 64px;
  }
  .section-header .container{
    padding-top: 254px;
    padding-left: 0;
    padding-right: 0;
  }
  .section-header img {
    bottom: 13px;
    width: 549px;
    left: -61px;
  }
  .section-header span{
    bottom: -70px;
    font-size: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* SECTION SERVICES */
.services-section {
  background-color: black;
}
.services-section .section-header span{
  color: #FFF001;
}
.services-section .section-content {
  padding-top: 87px;
  overflow: hidden;
}
.services-section .section-content .container {
  max-width: 1060px;
}
.services-section .text-intro {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  color: white;
  max-width: 380px;
  margin-bottom: 0;
}
.services-section .text-intro strong {
  font-weight: bold;
  color: #6a71ff;
}
.services-section .section-content h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
  position: relative;
  margin-bottom: 0;
}
.services-section .section-content h2:after {
  content: "";
  width: 2000px;
  height: 15px;
  background-color: white;
  display: block;
  position: absolute;
  top: 10px;
  left: 245px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0.5% 100%);
}
.service-row {
  height: 540px;
}
.service-element {
  float: right;
  margin-top: 213px;
  margin-bottom: -446px;
}
.service-element.left {
  float: left;
  margin-top: 84px;
}
.service-element > a {
  cursor: pointer;
  width: 497px;
  text-align: center;
  height: 234px;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.service-element.left > a {
  width: 522px;
}
.service-element > a:before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 643px;
  height: 260px;
  clip-path: polygon(24% 0%, 72% 0, 50% 100%, 2% 100%);
  top: -21px;
  left: -45px;
  background-color: red;
  z-index: 0;
  opacity: 0.8;
}
.service-element.left > a:before {
  width: 642px;
  clip-path: polygon(50% 0%, 100% 0, 78% 100%, 28% 100%);
  left: -85px;
}
.service-element > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 220px;
  width: 2000px;
  top: 0;
  left: 410px;
  z-index: 0;
}
.service-element.left > a::after {
  left: auto;
  right: 340px;
}
.service-element > a .service-bg {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 220px;
  clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
  padding-left: 92px;
  position: relative;
  z-index: 1;
}
.service-element.left > a .service-bg {
  clip-path: polygon(0% 0%, 100% 0, 77% 100%, 0% 100%);
  padding-left: 0;
  padding-right: 125px;
}
.service-element.magenta > a .service-bg,
.service-element.magenta > a:before,
.service-element.magenta > a:after {
  background-color: #ff006d;
}
.service-element.magenta .service-intro a {
  color: #ff006d;
}
.service-element.blue > a .service-bg,
.service-element.blue > a:before,
.service-element.blue > a:after {
  background-color: #6a71ff;
}
.service-element.blue .service-intro a {
  color: #6a71ff;
}
.service-element.yellow > a .service-bg,
.service-element.yellow > a:before,
.service-element.yellow > a:after {
  background-color: #fff001;
}
.service-element.yellow .service-intro a {
  color: #fff001;
}
.service-element.green > a .service-bg,
.service-element.green > a:before,
.service-element.green > a:after {
  background-color: #41f3c0;
}
.service-element.green .service-intro a {
  color: #41f3c0;
}
.service-element.orange > a .service-bg,
.service-element.orange > a:before,
.service-element.orange > a:after {
  background-color: #ff7641;
}
.service-element.orange .service-intro a {
  color: #ff7641;
}
.service-element.light-blue > a .service-bg,
.service-element.light-blue > a:before,
.service-element.light-blue > a:after {
  background-color: #97ecff;
}
.service-element.light-blue .service-intro a {
  color: #97ecff;
}
.service-element.middle-blue > a .service-bg,
.service-element.middle-blue > a:before,
.service-element.middle-blue > a:after {
  background-color: #67ADFF;
}
.service-element.middle-blue .service-intro a {
  color: #67ADFF;
}
.service-element.purple > a .service-bg,
.service-element.purple > a:before,
.service-element.purple > a:after {
  background-color: #B764FF;
}
.service-element.purple .service-intro a {
  color: #B764FF;
}
.service-element.light-orange > a .service-bg,
.service-element.light-orange > a:before,
.service-element.light-orange > a:after {
  background-color: #FFA701;
}
.service-element.light-orange .service-intro a {
  color: #FFA701;
}
.service-element.light-green > a .service-bg,
.service-element.light-green > a:before,
.service-element.light-green > a:after {
  background-color: #1CDD84;
}
.service-element.light-green .service-intro a {
  color: #1CDD84;
}
.service-element.bright-orange > a .service-bg,
.service-element.bright-orange > a:before,
.service-element.bright-orange > a:after {
  background-color: #FF5C5C;
}
.service-element.bright-orange .service-intro a {
  color: #FF5C5C;
}


.service-element > a:hover,
.service-element > a:focus,
.service-element > a:active {
  text-decoration: none;
}
.service-element .icon {
  width: 200px;
  height: 200px;
  margin-top: 10px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  float: left;
}
.service-element.left .icon{
  float: right;
}
.service-element > a:hover .icon {
  transform: scale(1.1);
}
.service-element .icon img {
  width: 100%;
}
.service-element h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
  display: block;
  margin: 47px auto;
  max-width: 190px;
  transition: all 0.2s ease-in-out;
  float: right;
  text-align: left;
  width: 100%;
}
.service-element.left h3{
  float: left;
  text-align: right;
}
.service-intro {
  margin-top: 45px;
  text-align: left;
  max-width: 290px;
  height: 85px;
  float: none;
  margin-left: 129px;
}
.left .service-intro {
  float: none;
  margin-left: 57px;
  text-align: right;
}
.service-intro p {
  color: white;
  margin-bottom: 13px;
  line-height: 1.2;
}
.service-intro a {
  color: #ff006d;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}


.link-block {
  display: block;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
  margin-top: 44px;
  padding-top: 87px;
  text-decoration: none;
  padding-bottom: 84px;
}
.link-block:before {
  content: "";
  position: absolute;
  width: 103px;
  height: 187px;
  background-color: #ff006d;
  clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0% 100%);
  bottom: 0;
  right: 0;
}
.link-block h3 {
  color: black;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 500px;
}
.link-block .link-arrow {
  background-image: url(../images/btn_adelante_negro@2x.png);
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  background-size: 100%;
  margin-top: -76px;
  margin-right: 28px;
}
.link-block .link-arrow:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../images/btn_adelante_magenta@2x.png);
  background-size: 100%;
  z-index: -1;
  left: -1px;
}

@media (max-width: 1023px) {
  .service-row{
    height: auto;
  }
  .service-element{
    margin-bottom: 0;
    margin-top: 80px;
  }
  .service-element.left{
    margin-top: 74px;
  }
  .link-block{
    margin-top: 94px;
  }
}
@media (max-width: 500px) {
  .services-section .section-content {
    padding-top: 37px;
  }
  .services-section .text-intro {
    font-size: 22px;
    max-width: 270px;
    text-align: center;
    margin: 0 auto -84px;
  }
  .service-element {
    margin-bottom: -41px;
  }
  .service-element.left {
    margin-top: 124px;
  }
  .service-element > a{
    height: 134px;
    width: 225px;
    margin-left: 95px;
  }
  .service-element.left > a {
    width: 225px;
    margin-left: 0;
  }
  .service-element > a .service-bg{
    height: 147px;
    padding-left: 68px;
    padding-right: 23px;
    clip-path: polygon(38% 0%, 100% 0, 100% 100%, 2% 100%);

  }

  .service-element.left > a .service-bg {
    clip-path: polygon(0% 0%, 100% 0, 64% 100%, 0% 100%);
    padding-left: 29px;
    padding-right: 73px;
  }
  .service-element > a:before{
    top: -10px;
    height: 167px;
    clip-path: polygon(19% 0%, 47% 0, 37% 100%, 5% 100%);
  }
  .service-element.left > a:before{
    width: 327px;
    clip-path: polygon(37% 0%, 100% 0, 72% 100%, 0% 100%);
  }
  .service-element > a::after{
    height: 147px;
    left: 210px;
  }
  .service-element.left > a::after{
    right: 209px;
  }
  .service-element .icon {
    width: 100px;
    height: 92px;
    margin-top: -2px;
    float: none;
  }
  .service-element.left .icon{
    float: none;
  }
  .service-element h3,
  .service-element.left h3 {
    font-size: 15px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .service-element h3 br{
    display: none;
  }
  .service-intro{
    margin-left: 89px;
    text-align: right;
  }
  .left .service-intro {
    margin-left: 13px;
    text-align: left;
  }

  .services-section .section-content h2{
    margin-top: 133px;
    margin-bottom: -61px;
  }
  .link-block {
    margin-top: 142px;
    padding-top: 45px;
    padding-bottom: 51px;
  }
  .link-block h3{
    font-size: 24px;
    max-width: 260px;
  }
  .link-block .link-arrow {
    margin-top: -120px;
    margin-right: 9px;
  }
}
@media (max-width: 370px) {
  .section-header .container{
    padding-top: 264px;
  }
  .section-header h1{
    font-size: 54px;
  }
  .link-block h3{
    max-width: 210px;
  }
}
/* SERVICE DETAIL */
.service-detail {
  background-color: black;
}
.service-header {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.service-header:before {
  content: "";
  background-color: #ff006d;
  position: absolute;
  right: 0;
  top: 0;
  width: 110%;
  height: 100%;
  clip-path: polygon(6% 0%, 100% 0, 100% 100%, 16% 100%);
}
.magenta .service-header:before {
  background-color: #ff006d;
}
.blue .service-header:before  {
  background-color: #6a71ff;
}
.yellow .service-header:before  {
  background-color: #fff001;
}
.green .service-header:before  {
  background-color: #41f3c0;
}
.orange .service-header:before  {
  background-color: #ff7641;
}
.light-blue .service-header:before  {
  background-color: #97ecff;
}
.middle-blue .service-header:before {
  background-color: #67ADFF;
}
.purple .service-header:before {
  background-color: #B764FF;
}
.light-orange .service-header:before  {
  background-color: #FFA701;
}
.light-green .service-header:before  {
  background-color: #1CDD84;
}
.bright-orange .service-header:before  {
  background-color: #FF5C5C;
}


.service-header h1 {
  text-align: right;
  position: absolute;
  color: black;
  bottom: 20px;
  right: 78px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 80px;
  z-index: 2;
  line-height: 1;
}
.service-header img {
  width: 423px;
  position: absolute;
  right: -55px;
  bottom: -117px;
}
.service-header .container {
  position: relative;
  max-width: 1320px;
  height: 340px;
}
.service-detail .section-content {
  position: relative;
  background-color: white;
  overflow: hidden;
}
.service-detail.template-1 .section-content .container {
  max-width: 1042px;
  position: relative;
  z-index: 1;
}
.service-detail.template-1 .top-block {
  padding-top: 72px;
  padding-bottom: 304px;
  background-color: black;
}
.service-detail.template-1 .bottom-block {
  background-color: white;
  padding-top: 303px;
  padding-bottom: 203px;
  background-size: 64%;
  background-position: bottom 49px right;
  background-repeat: no-repeat;
}
.service-detail.template-1 .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 400px;
  margin-bottom: 16px;
}
.service-detail.template-1 .section-content .top-block p {
  color: white;
  max-width: 300px;
  line-height: 1.4;
}

.service-detail.template-1 .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 450px;
  margin-bottom: 16px;
}
.service-detail.template-1 .section-content .bottom-block p {
  max-width: 470px;
  line-height: 1.4;
  margin-bottom: 23px;
}
.service-detail.template-1 .section-content .image-1 {
  position: absolute;
  top: 80px;
  width: 990px;
  /* border: 1px solid red; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 1023px) {
  .service-detail.template-1 .bottom-block{
    clear: both;
  }
  .service-detail.template-1 .bottom-block {
    clear: both;
    background: none !important;
    padding-top: 90px;
    padding-bottom: 0px;
  }
}

@media (max-width: 500px) {
  .service-detail.template-1 .top-block{
    padding-top: 49px;
    padding-bottom: 264px;
  }
  .service-detail.template-1 .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-1 .section-content .image-1{
    position: relative;
    width: 100%;
    margin-top: -350px;
    z-index: 3;
    margin-bottom: -20px;
  }
  .service-detail.template-1 .bottom-block{
    padding-top: 60px;
    padding-bottom: 0;
  }
  .service-detail.template-1 .section-content .bottom-block h2{
    font-size: 24px;
  }

}

.service-detail.template-1-b .section-content .container {
  max-width: 1042px;
  position: relative;
  z-index: 1;
}
.service-detail.template-1-b .top-block {
  padding-top: 72px;
  padding-bottom: 304px;
  background-color: black;
}
.service-detail.template-1-b .bottom-block {
  background-color: white;
  padding-top: 459px;
  padding-bottom: 90px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.service-detail.template-1-b .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 380px;
  margin-bottom: 16px;
}
.service-detail.template-1-b .section-content .top-block p {
  color: white;
  max-width: 360px;
  line-height: 1.4;
}

.service-detail.template-1-b .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 360px;
  margin-bottom: 16px;
}
.service-detail.template-1-b .section-content .bottom-block p {
  max-width: 500px;
  line-height: 1.4;
  margin-bottom: 23px;
}
.service-detail.template-1-b .section-content .image-1 {
  position: absolute;
  top: 119px;
  margin-left: -176px;
  width: 900px;
  /* border: 1px solid red; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.service-detail.template-1-b .section-content .image-2 {
  position: absolute;
  top: 70px;
  width: 690px;
  margin-left: 300px;
  /* border: 1px solid red; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 1100px) {
  .service-detail.template-1-b .section-content .bottom-block p{
    max-width: 430px;
  }
}
@media (max-width: 1023px) {

  .service-detail.template-1-b .bottom-block{
    clear: both;
    padding-top: 89px;
  }
}

@media (max-width: 500px) {
  .service-detail.template-1-b .top-block{
    padding-top: 49px;
    padding-bottom: 264px;
  }
  .service-detail.template-1-b .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-1-b .section-content .image-1{
    position: relative;
    width: 100%;
    margin-top: -380px;
    z-index: 3;
    margin-bottom: 89px;
    margin-left: 0;
  }
  .service-detail.template-1-b .section-content .image-2{
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: -80px;
    margin-bottom: 48px;
  }
  .service-detail.template-1-b .bottom-block{
    padding-top: 60px;
    padding-bottom: 0;
  }
  .service-detail.template-1-b .section-content .bottom-block h2{
    font-size: 24px;
  }

}



.service-detail.template-1-c .section-content .container {
  max-width: 1042px;
  position: relative;
  z-index: 1;
}
.service-detail.template-1-c .top-block {
  padding-top: 72px;
  padding-bottom: 304px;
  background-color: black;
}
.service-detail.template-1-c .bottom-block {
  background-color: white;
  padding-top: 303px;
  padding-bottom: 33px;
  background-size: 64%;
  background-position: bottom 49px right;
  background-repeat: no-repeat;
}
.service-detail.template-1-c .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 360px;
  margin-bottom: 16px;
}
.service-detail.template-1-c .section-content .top-block p {
  color: white;
  max-width: 360px;
  line-height: 1.4;
}

.service-detail.template-1-c .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 450px;
  margin-bottom: 16px;
}
.service-detail.template-1-c .section-content .bottom-block p {
  max-width: 580px;
  line-height: 1.4;
  margin-bottom: 23px;
}
.service-detail.template-1-c .section-content .image-1 {
  position: absolute;
  top: 100px;
  width: 1200px;
  /* border: 1px solid red; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  margin-left: -60px;
}

@media (max-width: 1200px) {
  .service-detail.template-1-c .section-content .bottom-block p{
    max-width: 430px;
  }
}
@media (max-width: 1023px) {
  .service-detail.template-1-c .bottom-block{
    clear: both;
  }
  .service-detail.template-1-c .bottom-block {
    clear: both;
    background: none !important;
    padding-top: 90px;
    padding-bottom: 0px;
  }
}

@media (max-width: 500px) {
  .service-detail.template-1-c .top-block{
    padding-top: 49px;
    padding-bottom: 84px;
  }
  .service-detail.template-1-c .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-1-c .section-content .image-1{
    position: relative;
    width: 100%;
    margin-top: -120px;
    z-index: 3;
    margin-bottom: 84px;
    margin-left: 0;
  }
  .service-detail.template-1-c .bottom-block{
    padding-top: 52px;
    padding-bottom: 20px;
  }
  .service-detail.template-1-c .section-content .bottom-block h2{
    font-size: 24px;
  }

}




.service-detail.template-2 .section-content .container {
  max-width: 1042px;
}
.service-detail.template-2 .top-block {
  padding-top: 71px;
  padding-bottom: 89px;
  background-color: black;
}
.service-detail.template-2 .bottom-block {
  background-color: white;
  padding-top: 67px;
  padding-bottom: 65px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.service-detail.template-2 .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 352px;
  margin-bottom: 16px;
}
.service-detail.template-2 .section-content .top-block p {
  color: white;
  max-width: 442px;
  line-height: 1.4;
}

.service-detail.template-2 .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 17px;
}
.service-detail.template-2 .section-content .bottom-block p {
  line-height: 1.4;
}
.service-detail.template-2 .section-content .bottom-block .left-content {
  margin-top: 0;
  max-width: 460px;
}
.service-detail.template-2 .section-content .bottom-block .left-content p {
  margin-bottom: 22px;
}
.service-detail.template-2 .section-content .full-content {

}
.service-detail.template-2 .section-content .full-content img{
  margin-top: -110px;
  width: 100%;
}

@media (max-width: 1023px) {
  .service-detail.template-2 .section-content .full-content img{
    margin-top: 0;
  }
  .service-detail.template-2 .bottom-block{
    clear: both;
  }

}
@media (max-width: 500px) {
  .service-detail.template-2 .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-2 .top-block{
    padding-top: 46px;
  }
  .service-detail.template-2 .section-content .bottom-block h2{
    font-size: 24px;
  }
  .service-detail.template-2 .bottom-block{
    padding-top: 45px;
  }
  .service-detail.template-2 .bottom-block{
    padding-bottom: 1px;
  }
}



.service-detail.template-2-b .section-content .container {
  max-width: 1042px;
}
.service-detail.template-2-b .top-block {
  padding-top: 71px;
  padding-bottom: 69px;
  background-color: black;
}
.service-detail.template-2-b .bottom-block {
  background-color: white;
  padding-top: 67px;
  padding-bottom: 65px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.service-detail.template-2-b .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 432px;
  margin-bottom: 16px;
}
.service-detail.template-2-b .section-content .top-block p {
  color: white;
  max-width: 452px;
  line-height: 1.4;
}

.service-detail.template-2-b .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 17px;
}
.service-detail.template-2-b .section-content .bottom-block p {
  line-height: 1.4;
}
.service-detail.template-2-b .section-content .bottom-block .left-content {
  margin-top: 0;
  max-width: 460px;
}
.service-detail.template-2-b .section-content .bottom-block .left-content p {
  margin-bottom: 22px;
}
.service-detail.template-2-b .section-content .full-content {

}
.service-detail.template-2-b .section-content .full-content img{
  margin-top: -210px;
  width: 100%;
  margin-bottom: 39px;
}
.service-detail.template-2-b .section-content .full-content img.img-2{
  margin-top: -24px;
  margin-bottom: -57px;
}
.service-detail.template-2-b .section-content .full-content img.img-3{
  margin-top: -110px;
  margin-bottom: -57px;
}

.service-detail.template-2-b .info-content{
  margin-top: -240px;
}

@media (max-width: 1023px) {
  .service-detail.template-2-b .info-content{
    margin-top: -60px;
  }
  .service-detail.template-2-b .section-content .full-content img{
    margin-top: 0;
  }
  .service-detail.template-2-b .bottom-block{
    clear: both;
  }
  .service-detail.template-2-b .section-content .full-content img.img-3{
    margin-top: -40px;
  }

}
@media (max-width: 500px) {
  .service-detail.template-2-b .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-2-b .top-block{
    padding-top: 46px;
  }
  .service-detail.template-2-b .section-content .bottom-block h2{
    font-size: 24px;
  }
  .service-detail.template-2-b .bottom-block{
    padding-top: 58px;
  }
  .service-detail.template-2-b .bottom-block{
    padding-bottom: 1px;
  }
  .service-detail.template-2-b .section-content .full-content img{
    margin-bottom: -60px;
  }
  .service-detail.template-2-b .section-content .full-content img.img-3{
    margin-top: 0;
  }
}




.service-detail.template-2-c .section-content .container {
  max-width: 1042px;
}
.service-detail.template-2-c .top-block {
  padding-top: 71px;
  padding-bottom: 63px;
  background-color: black;
}
.service-detail.template-2-c .bottom-block {
  background-color: white;
  padding-top: 67px;
  padding-bottom: 65px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.service-detail.template-2-c .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 452px;
  margin-bottom: 16px;
}
.service-detail.template-2-c .section-content .top-block p {
  color: white;
  max-width: 452px;
  line-height: 1.4;
}

.service-detail.template-2-c .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 17px;
}
.service-detail.template-2-c .section-content .bottom-block p {
  line-height: 1.4;
}
.service-detail.template-2-c .section-content .bottom-block .left-content {
  margin-top: 0;
  max-width: 540px;
}
.service-detail.template-2-c .section-content .bottom-block .left-content p {
  margin-bottom: 22px;
}
.service-detail.template-2-c .section-content .full-content {

}
.service-detail.template-2-c .section-content .full-content img{
  margin-top: -110px;
  width: 100%;
}
.service-detail.template-2-c .info-content{
  margin-top: -244px;
}
@media (max-width: 1100px) {
  .service-detail.template-2-c .section-content .bottom-block .left-content{
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .service-detail.template-2-c .info-content {
    margin-top: -60px;
  }
  .service-detail.template-2-c .section-content .full-content img{
    margin-top: 0;
  }
  .service-detail.template-2-c .bottom-block{
    clear: both;
  }

}
@media (max-width: 500px) {
  .service-detail.template-2-c .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-2-c .top-block{
    padding-top: 46px;
  }
  .service-detail.template-2-c .section-content .bottom-block h2{
    font-size: 24px;
  }
  .service-detail.template-2-c .bottom-block{
    padding-top: 45px;
  }
  .service-detail.template-2-c .bottom-block{
    padding-bottom: 1px;
  }
}





.service-detail.template-2-d .section-content .container {
  max-width: 1042px;
}
.service-detail.template-2-d .top-block {
  padding-top: 71px;
  padding-bottom: 139px;
  background-color: black;
}
.service-detail.template-2-d .bottom-block {
  background-color: white;
  padding-top: 87px;
  padding-bottom: 65px;
  background-size: 740px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.service-detail.template-2-d .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 452px;
  margin-bottom: 16px;
}
.service-detail.template-2-d .section-content .top-block p {
  color: white;
  max-width: 452px;
  line-height: 1.4;
}

.service-detail.template-2-d .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 17px;
}
.service-detail.template-2-d .section-content .bottom-block p {
  line-height: 1.4;
}
.service-detail.template-2-d .section-content .bottom-block .left-content {
  margin-top: 0;
  max-width: 460px;
}
.service-detail.template-2-d .section-content .bottom-block .left-content p {
  margin-bottom: 22px;
}
.service-detail.template-2-d .section-content .full-content {

}
.service-detail.template-2-d .section-content .full-content img{
  margin-top: -110px;
  width: 100%;
}
.service-detail.template-2-d .info-content{
  margin-top: -377px;
}
@media (max-width: 1100px) {
  .service-detail.template-2-d .section-content .bottom-block .left-content{
    max-width: 450px;
  }
  .service-detail.template-2-d .bottom-block{
    background-size: 520px;
  }
}
@media (max-width: 1023px) {
  .service-detail.template-2-d .info-content {
    margin-top: -60px;
  }
  .service-detail.template-2-d .section-content .full-content img{
    margin-top: 0;
  }
  .service-detail.template-2-d .bottom-block{
    clear: both;
  }
  .service-detail.template-2-d .bottom-block{
    background: none !important;
  }

}
@media (max-width: 500px) {
  .service-detail.template-2-d .section-content .top-block h2{
    font-size: 24px;
  }
  .service-detail.template-2-d .top-block{
    padding-top: 46px;
  }
  .service-detail.template-2-d .section-content .bottom-block h2{
    font-size: 24px;
  }
  .service-detail.template-2-d .bottom-block{
    padding-top: 45px;
  }
  .service-detail.template-2-d .bottom-block{
    padding-bottom: 1px;
  }
}






.service-detail.template-3 .section-content .container {
  max-width: 1042px;
}
.service-detail.template-3 .top-block {
  padding-top: 56px;
  padding-bottom: 90px;
  background-color: black;
}
.service-detail.template-3 .bottom-block {
  background-color: white;
  padding-top: 28px;
  padding-bottom: 65px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.service-detail.template-3 .section-content .top-block h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 572px;
  margin-bottom: 50px;
}
.service-detail.template-3 .section-content .top-block p {
  color: white;
  max-width: 572px;
  line-height: 1.4;
}

.service-detail.template-3 .section-content .bottom-block h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 28px;
}
.service-detail.template-3 .section-content .bottom-block p {
  line-height: 1.4;
}
.service-detail.template-3 .section-content .image-1 {
  position: absolute;
  opacity: 0.5;
  width: 494px;
  margin-top: -186px;
  border: 1px solid red;
  right: 0;
  z-index: 0;
}
.service-detail.template-3 .section-content .image-2 {
  position: static;
  opacity: 0.5;
  width: 100%;
  border: 1px solid red;
  z-index: 0;
  right: 0;
  margin-top: 110px;
}

.service-detail .info-content{
  float: right;
  width: 482px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
.service-detail .info-content:before{
  content: '';
  display: block;
  background-color: black;
  clip-path: polygon(6% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 51px;
  z-index: 0;
  top: 213px;
  left: -27px;
}
.service-detail .info-content:after{
  content: '';
  display: block;
  width: 100%;
  height:calc(100% - 253px);
  position: absolute;
  top: 264px;
  background-color: black;
  z-index: 0;
  left: -27px;
}
.service-detail .info-content .info-bg{
  position: relative;
  z-index: 1;
}
.service-detail .info-content .info-bg:before{
  content: '';
  display: block;
  background-color: #FF006D;
  clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 146px;
}
.service-detail .info-content .info-bg:after{
  content: '';
  display: block;
  width: 100%;
  height:calc(100% - 146px);
  position: absolute;
  top: 146px;
  background-color: #FF006D;
}

.service-detail .magenta.info-content .info-bg:before,
.service-detail .magenta.info-content .info-bg:after {
  background-color: #ff006d;
}
.service-detail .blue.info-content .info-bg:before,
.service-detail .blue.info-content .info-bg:after  {
  background-color: #6a71ff;
}
.service-detail .yellow.info-content .info-bg:before ,
.service-detail .yellow.info-content .info-bg:after  {
  background-color: #fff001;
}
.service-detail .green.info-content .info-bg:before ,
.service-detail .green.info-content .info-bg:after  {
  background-color: #41f3c0;
}
.service-detail .orange.info-content .info-bg:before,
.service-detail .orange.info-content .info-bg:after  {
  background-color: #ff7641;
}
.service-detail .light-blue.info-content .info-bg:before,
.service-detail .light-blue.info-content .info-bg:after  {
  background-color: #97ecff;
}
.service-detail .middle-blue.info-content .info-bg:before,
.service-detail .middle-blue.info-content .info-bg:after {
  background-color: #67ADFF;
}
.service-detail .purple.info-content .info-bg:before,
.service-detail .purple.info-content .info-bg:after {
  background-color: #B764FF;
}
.service-detail .light-orange.info-content .info-bg:before,
.service-detail .light-orange.info-content .info-bg:after  {
  background-color: #FFA701;
}
.service-detail .light-green.info-content .info-bg:before,
.service-detail .light-green.info-content .info-bg:after  {
  background-color: #1CDD84;
}
.service-detail .bright-orange.info-content .info-bg:before,
.service-detail .bright-orange.info-content .info-bg:after  {
  background-color: #FF5C5C;
}




.service-detail .info-content ul{
  counter-reset: info;
  position: relative;
  padding: 93px 112px 50px 172px;
  z-index: 2;
}
.service-detail .info-content ul li{
  color: black;
  position: relative;
  list-style: none;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
}
.service-detail .info-content ul li span{
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.service-detail .info-content ul li:before {
  counter-increment: info;
  content: counter(info);
  letter-spacing: -0.58px;
  color: #ff006d;
  font-size: 18px;
  position: absolute;
  font-weight: bold;
  left: -75px;
  top: -5px;
  background-color: black;
  clip-path: polygon(30% 0%, 100% 0, 70% 100%, 0% 100%);
  width: 49px;
  height: 28px;
  text-align: center;
  line-height: 31px;
}

.service-detail .magenta.info-content ul li:before {
  color: #ff006d;
}
.service-detail .blue.info-content ul li:before {
  color: #6a71ff;
}
.service-detail .yellow.info-content ul li:before {
  color: #fff001;
}
.service-detail .green.info-content ul li:before {
  color: #41f3c0;
}
.service-detail .orange.info-content ul li:before {
  color: #ff7641;
}
.service-detail .light-blue.info-content ul li:before {
  color: #97ecff;
}
.service-detail .middle-blue.info-content ul li:before {
  color: #67ADFF;
}
.service-detail .purple.info-content ul li:before {
  color: #B764FF;
}
.service-detail .light-orange.info-content ul li:before {
  color: #FFA701;
}
.service-detail .light-green.info-content ul li:before {
  color: #1CDD84;
}
.service-detail .bright-orange.info-content ul li:before {
  color: #FF5C5C;
}

.service-detail .desktop{

}
.service-detail .mobile{
  display: none;
}
@media (max-width: 1023px) {
  .service-detail .info-content{
    margin-top: -60px;
  }

}

@media (max-width: 500px) {
  .service-header {
    height: 171px;
    margin-top: 62px;
  }

  .service-header:before{
    width: 100%;
    height: 100%;
    clip-path: polygon(-13% 0%, 100% 0, 100% 100%, 12% 100%);
  }
  .service-header .container{
    height: 171px;
  }
  .service-header h1 {
    bottom: -8px;
    right: 14px;
    font-size: 38px;
  }
  .service-header.small h1{
    font-size: 32px;
  }
  .service-header img {
    width: 202px;
    right: -17px;
    bottom: -29px;
  }
  .service-detail .info-content{
    width: 350px;
  }
  .service-detail .info-content .info-bg:before{
    clip-path: polygon(23% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .service-detail .info-content:after{
    top: 330px;
    height: calc(100% - 319px);
    width: calc(100% + 27px);
  }
  .service-detail .info-content:before{
    clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
    height: 48px;
    top: 282px;
    left: -27px;
  }
  .service-detail .info-content ul{
    padding: 103px 22px 43px 122px;
  }
  .service-detail .desktop{
    display: none;
  }
  .service-detail .mobile{
    display: block;
    width: 100%;
  }
}

.process-block{

}
.process-block .container{

}
.process-block h2{
  font-weight: bold;
  font-size: 28px;
}
.process-slider{
  width: 1200px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.process-content{
  overflow: auto;
}
.service-detail .process-box{
  float: left;
  width: 530px;
  margin-top: 0;
  position: relative;
  height: 220px;
  margin-right: -130px;
}
.service-detail .process-box:nth-child(2){
  margin-top: 94px;
}
.service-detail .process-box:nth-child(3){
  margin-top: 195px;
}

.service-detail .process-box .process-bg{
  position: relative;
  z-index: 1;
  height: 100%
}
.service-detail .process-box .process-bg:before{
  top: 14px;
  content: '';
  display: block;
  background-color: #ff7641;
  clip-path: polygon(21% 0%, 100% 0, 78% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: calc(100% - 14px);
  z-index: 2;
}
.service-detail .process-box .process-bg:after{
  content: '';
  display: block;
  width: 298px;
  height: calc(100% - 15px);
  position: absolute;
  top: 0px;
  background-color: black;
  z-index: 1;
  left: -9px;
  clip-path: polygon(37% 0%, 100% 0, 63% 100%, 0% 100%);
}

.service-detail .process-box .icon{
  width: 150px;
  margin-left: 69px;
  position: relative;
  z-index: 3;
  margin-top: 34px;
  float: left;
  margin-right: -11px;
}
.service-detail .process-box .process-info{
  position: relative;
  z-index: 4;
  float: left;
  width: 210px;
}
.service-detail .process-box .process-info h3{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 65px;
  line-height: 1.5;
}
.service-detail .process-box .process-info ul{
  padding: 0;
}
.service-detail .process-box .process-info ul li{
  list-style: none;
}
@media (max-width: 1460px) {


  .process-slider{
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  .process-slider{
    transform: scale(1);
  }
}
@media (max-width: 500px) {
  .process-block {
    margin-top: 26px;
  }
  .process-block h2{
    font-size: 24px;
  }
  .process-slider{
    margin-top: 18px;
  }
}

.av-process-content-block{
  margin-top: 165px;
  margin-bottom: 110px;
}
.av-process-block {
  float: none;
  width: 155px;
  position: relative;
  margin-top: -5px;
  margin-bottom: -137px;
}
.av-process-block:nth-child(2){
  width: 155px;
  left: 80px;
}
.av-process-block:nth-child(3){
  width: 155px;
  left: 160px;
}
.av-process-block:nth-child(4){
  width: 155px;
  left: 240px;
}
.av-process-block:nth-child(5){
  width: 155px;
  left: 320px;
}
.av-process-block:before {
  content: "";
  background-color: black;
  clip-path: polygon(0% 0%, 100% 0, 70% 100%, 0% 100%);
  position: absolute;
  height: calc(100% + 1px);
  width: calc(100% + 10px);
  left: -2px;
  top: 10px;
  z-index: 0;
}
.av-process-block:after {
  content: "";
  background-color: black;
  position: absolute;
  height: calc(100% + 1px);
    width: 1000px;
    left: -1000px;
  top: 10px;
  z-index: 0;
}
.av-process-block .av-process-content {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 165px;
  margin-bottom: 110px;
}
.av-process-block .av-process-content:before {
  content: "";
  background-color: #67ADFF;
  clip-path: polygon(0% 0%, 100% 0, 68% 100%, 0% 100%);
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.av-process-block .av-process-content:after {
  content: "";
  background-color: #67ADFF;
  position: absolute;
  height: 100%;
  width: 1000px;
  left: -1000px;
  top: 0;
  z-index: 0;
}
.av-process-content img{
  width: 90px;
  position: relative;
  margin-left: 21px;
}
.av-process-content p{
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  right: -160px;
  margin-top: -6px;
  text-align: left;
  width: 150px;
}
@media (max-width: 500px) {
  .av-process-content-block {
    margin-top: 52px;
    margin-bottom: 110px;
  }
  .av-process-content img {
    width: 70px;
    position: relative;
    margin-left: 2px;
  }
  .av-process-block .av-process-content{
    margin-top: 0;
    margin-bottom: 166px;
  }
  .av-process-block,
  .av-process-block:nth-child(2),
  .av-process-block:nth-child(3),
  .av-process-block:nth-child(4),
  .av-process-block:nth-child(5){
    width: 110px;
    left: auto;
  }
  .av-process-block:before{
    clip-path: polygon(0% 0%, 100% 0, 68% 100%, 0% 100%);
  }
  .av-process-block .av-process-content:before{
    clip-path: polygon(0% 0%, 100% 0, 66% 100%, 0% 100%);
  }
  .av-process-content p {
    font-size: 20px;
    right: -163px;
    margin-top: -8px;
  }
}
/* RELATED SLIDER */
.related-works-block {
  background-color: white;
  padding-top: 35px;
}
.related-works-block .container {
  max-width: 1036px;
}
.related-works-block h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 33px;
}
.related-works-slider {
  padding-bottom: 84px;
}
.related-works-slider .item {
}
.related-works-slider .item .image-block {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.related-works-slider .item .image-block img {
  height: 100%;
  width: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.related-works-slider .item .logo-block {
  width: 156px;
  height: 70px;
  position: absolute;
  bottom: -1px;
}
.related-works-slider .item .logo-block img {
  position: relative;
  z-index: 2;
  width: 60px;
  margin: 0 auto;
  padding-top: 10px;
}
.related-works-slider .item .logo-block:before {
  content: "";
  width: 179px;
  height: 59px;
  background-color: white;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
.related-works-slider .item .logo-block:after {
  content: "";
  width: 156px;
  height: 70px;
  background-color: white;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 76% 0, 100% 100%, 0% 100%);
}
.related-works-slider .owl-nav {
}
.related-works-slider.owl-carousel .owl-nav button.owl-prev {
  background-color: #fe066d;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 20% 100%);
  position: absolute;
  top: 50%;
  margin-top: -82px;
  left: -134px;
  width: 77px;
  height: 47px;
}
.related-works-slider.owl-carousel .owl-nav button.owl-next {
  background-color: #fe066d;
  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  margin-top: -82px;
  right: -134px;
  width: 77px;
  height: 47px;
}
.related-works-slider.owl-carousel .owl-nav button.owl-prev span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_atras_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
.related-works-slider.owl-carousel .owl-nav button.owl-next span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_adelante_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {


  .related-works-block{
    padding-top: 60px;
  }
  .related-works-block h2{
    font-size: 24px;
    margin-bottom: 23px;
  }
  .related-works-slider {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-bottom: 154px;
  }
  .related-works-slider.owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin-top: 0;
    left: 50%;
    width: 77px;
    height: 47px;
    bottom: 64px;
    margin-left: -90px;
  }
  .related-works-slider.owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin-top: 0;
    left: 50%;
    width: 77px;
    height: 47px;
    bottom: 64px;
    margin-left: 13px;
  }
}
/* WORKS */
.works-section {
  background-color: black;
}
.works-section .section-header h1 {
  color: black;
}
.works-section .section-header span{
  color: #41F3C0;
}
.works-section .section-content {
  padding-top: 53px;
  overflow: hidden;
  position: relative;
}
.works-section .section-content .container {
  max-width: 1190px;
}
.works-section .intro {
}
.works-section .intro h3 {
  margin: 0 auto;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  max-width: 610px;
}
.works-section .intro h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 50px;
  font-size: 30px;
}
.works-section .scroll-down {
  position: relative;
  margin: 0 auto;
  transform: none;
  left: auto;
  display: block;
  top: 30px;
}
.inifinite_scroll_case_studies {
}
.inifinite_scroll_case_studies .alm-filter-nav {
  text-align: center;
  margin-top: 45px;
}
.inifinite_scroll_case_studies .alm-filter-nav button {
  background-color: transparent;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in;
}
.inifinite_scroll_case_studies .alm-filter-nav button i {
}
.inifinite_scroll_case_studies .alm-filter-nav button i:first-child {
  display: block;
  height: 40px;
  width: 10px;
  vertical-align: top;
  clip-path: polygon(90% 0%, 100% 0, 100% 100%, 0% 100%);
  float: left;
}
.inifinite_scroll_case_studies .alm-filter-nav button i:last-child {
  display: block;
  height: 40px;
  width: 10px;
  vertical-align: top;
  clip-path: polygon(0% 0%, 100% 0, 10% 100%, 0% 100%);
  float: left;
  margin-top: -0.4px;
}
.inifinite_scroll_case_studies .alm-filter-nav button.magenta span,
.inifinite_scroll_case_studies .alm-filter-nav button.magenta span:before,
.inifinite_scroll_case_studies .alm-filter-nav button.magenta i {
  background-color: #ff006d;
}
.inifinite_scroll_case_studies .alm-filter-nav button.blue span,
.inifinite_scroll_case_studies .alm-filter-nav button.blue span:before,
.inifinite_scroll_case_studies .alm-filter-nav button.blue i {
  background-color: #6a71ff;
}
.inifinite_scroll_case_studies .alm-filter-nav button.yellow span,
.inifinite_scroll_case_studies .alm-filter-nav button.yellow span:before,
.inifinite_scroll_case_studies .alm-filter-nav button.yellow i {
  background-color: #fff001;
}
.inifinite_scroll_case_studies .alm-filter-nav button.green span,
.inifinite_scroll_case_studies .alm-filter-nav button.green span:before,
.inifinite_scroll_case_studies .alm-filter-nav button.green i {
  background-color: #41f3c0;
}
.inifinite_scroll_case_studies .alm-filter-nav button.orange span,
.inifinite_scroll_case_studies .alm-filter-nav button.orange span:before,
.inifinite_scroll_case_studies .alm-filter-nav button.orange i {
  background-color: #ff7641;
}
.inifinite_scroll_case_studies .alm-filter-nav button.light-blue span,
.inifinite_scroll_case_studies .alm-filter-nav button.light-blue span:before,
.inifinite_scroll_case_studies .alm-filter-nav button.light-blue i {
  background-color: #97ecff;
}
.inifinite_scroll_case_studies .alm-filter-nav button span {
  display: block;
  height: 40px;
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  color: black;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 20px 0 11px;
  float: left;
  margin: 0 -1px;
  position: relative;
}
.inifinite_scroll_case_studies .alm-filter-nav button span:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  margin-left: -20px;
  width: 144px;
  height: 86px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  z-index: -1;
  transition: all 0.2s ease-in;
}
.inifinite_scroll_case_studies .alm-filter-nav button:hover {
  transform: scale(1.1);
}
.inifinite_scroll_case_studies .alm-filter-nav button.active span {
  font-size: 31px;
  height: 64px;
  line-height: 64px;
}
.inifinite_scroll_case_studies .alm-filter-nav button.active span:before {
  opacity: 0.5;
  margin-left: 0;
}
.inifinite_scroll_case_studies .alm-filter-nav button.active i:first-child {
  height: 64px;
  width: 30px;
  clip-path: polygon(42% 0%, 100% 0, 100% 100%, 0% 100%);
}
.inifinite_scroll_case_studies .alm-filter-nav button.active i:last-child {
  height: 64px;
  width: 30px;
  clip-path: polygon(0% 0%, 100% 0, 58% 100%, 0% 100%);
}
.infinite_case_studies {
  margin-top: 96px;
}
.infinite_case_studies .alm-reveal {
  clear: both;
}
.infinite_case_studies .item {
  width: calc(50% - 30px);
  float: left;
  position: relative;
  margin-bottom: 90px;
}
.infinite_case_studies .item:nth-child(even) {
  margin-left: 60px;
}
.infinite_case_studies .item .image-block {
  overflow: hidden;
  height: 314px;
  position: relative;
}
.infinite_case_studies .item .image-block img {
  height: 100%;
  width: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s ease-in;
}
.infinite_case_studies .item:hover .image-block img {
  transform: translate(-50%, -50%) scale(1.1);
}
.infinite_case_studies .item .cat {
  position: absolute;
  top: 237px;
  color: black;
  background-color: red;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 3;
  left: -6px;
  text-align: center;
  width: auto;
  font-size: 12px;
  height: 24px;
  line-height: 26px;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  padding: 0 14px;
}
.infinite_case_studies .item .cat.Web {
  background-color: #97ecff;
}
.infinite_case_studies .item .cat.Social {
  background-color: #fff001;
}
.infinite_case_studies .item .cat.Branding {
  background-color: #6a71ff;
}
.infinite_case_studies .item .cat.APP {
  background-color: #41f3c0;
}
.infinite_case_studies .item .logo-block {
  width: 156px;
  height: 70px;
  position: absolute;
  top: 244px;
}
.infinite_case_studies .item .logo-block img {
position: relative;
    z-index: 2;
    height: 90px;
    margin: 0 auto;
    padding-top: 0;
    display: block;
}
.infinite_case_studies .item .logo-block:before {
  content: "";
  width: 179px;
  height: 59px;
  background-color: black;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 0% 100%);
  opacity: 0.5;
}
.infinite_case_studies .item .logo-block:after {
  content: "";
  width: 156px;
  height: 70px;
  background-color: black;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 76% 0, 100% 100%, 0% 100%);
  left: 0;
}
.infinite_case_studies .item h2 {
  display: none;
}
.infinite_case_studies .item p {
  display: none;
}
.infinite_case_studies .item span {
  display: none;
}

@media (max-width: 1023px) {
  .inifinite_scroll_case_studies .alm-filter-nav{
    margin-top: 33px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100% !important;
  }

  .inifinite_scroll_case_studies .alm-filter-nav button.active span {
    font-size: 23px;
    height: 47px;
    line-height: 52px;
  }
  .inifinite_scroll_case_studies .alm-filter-nav button.active i:first-child{
    height: 47px;
    width: 20px;
    clip-path: polygon(84% 0%, 100% 0, 100% 100%, 0% 100%);
    margin:0;
  }
  .inifinite_scroll_case_studies .alm-filter-nav button.active i:last-child{
    height: 47px;
    width: 20px;
    clip-path: polygon(0% 0%, 93% 0, 10% 100%, 0% 100%);
  }
  .inifinite_scroll_case_studies .alm-filter-nav button span:before {
    width: 114px;
    height: 64px;
    top: -7px;
    clip-path: polygon(22% 0%, 100% 0, 78% 100%, 0% 100%);

  }
  .inifinite_scroll_case_studies .alm-filter-nav button{
    margin: 0 -8px;
  }
  .inifinite_scroll_case_studies .alm-filter-nav button span{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 11px;
  }
  .inifinite_scroll_case_studies .alm-filter-nav button i:first-child{
    height: 30.01px;
    margin-top: 0px;
    width: 12px;
  }
  .inifinite_scroll_case_studies .alm-filter-nav button i:last-child{
    height: 30px;
    width: 12px;
    margin-top: 0;
  }
  .infinite_case_studies .item {
    width: calc(50% - 10px);
    margin-bottom: 50px;
  }
  .infinite_case_studies .item:nth-child(even){
    margin-left: 20px;
  }
  .infinite_case_studies .item .image-block{
    height: 220px;
  }
  .infinite_case_studies .item .logo-block{
    top: 150px;
  }
  .infinite_case_studies .item .cat{
    top: 141px;
  }
}
@media (max-width: 500px) {
  .works-section .section-header h1{
    font-size: 87px;
  }
  .works-section .section-header .container{
    padding-top: 232px;
  }
  .works-section .section-content{
    padding-top: 37px;
  }
  .inifinite_scroll_case_studies {
    width: calc(100% + 60px);
    overflow: auto;
    margin-left: -30px;
  }
  .inifinite_scroll_case_studies .alm-filter-nav {
    width: 650px;
  }
  .infinite_case_studies .item {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 50px;
    display: block;
    margin-left: 0;
  }
  .infinite_case_studies .item:nth-child(even) {
    margin-left: 0;
  }
  .infinite_case_studies .item .cat{
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0% 100%);
  }
}
@media (max-width: 370px) {
  .works-section .section-header .container {
    padding-top: 246px;
  }
  .works-section .section-header h1{
    font-size: 73px;
  }
}
/* WORK DETAIL */
.work-detail {
}
.work-header {
  background-size: cover;
  background-attachment: fixed;
  height: 710px;
  padding-top: 264px;
  position: relative;
}
.work-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 278px;
  background-color: black;
  clip-path: polygon(0% 0%, 100% 61%, 100% 100%, 0% 100%);
  bottom: 0;
  left: 0;
}
.work-header .container {
  max-width: 1166px;
  position: relative;
}
.work-header img {
  width: 84px;
}
.work-header h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 62px;
  margin-top: 40px;
  margin-bottom: 16px;
  line-height: 1;
}
.work-header h1 span {
  display: block;
  font-size: 92px;
  color: #ff006d;
}
.work-header p {
  color: white;
  font-weight: bold;
  font-size: 22px;
  max-width: 630px;
  line-height: 1.4;
}
.tags-list {
  margin-top: 34px;
}
.tags-list a {
  display: inline-block;
  vertical-align: top;
  margin-right: -7px;
  margin-bottom: 5px;
}
.tags-list a i:first-child {
  display: block;
  height: 25px;
  width: 10px;
  vertical-align: top;
  clip-path: polygon(90% 0%, 100% 0, 100% 100%, 0% 100%);
  float: left;
}
.tags-list a i:last-child {
  display: block;
  height: 25px;
  width: 10px;
  vertical-align: top;
  clip-path: polygon(0% 0%, 100% 0, 10% 100%, 0% 100%);
  float: left;
  margin-top: -0.4px;
}
.tags-list a span {
  display: block;
  height: 25px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  vertical-align: top;
  line-height: 25px;
  padding: 0 15px 0 8px;
  float: left;
  margin: 0 -1px;
}
.tags-list a.consultoria span,
.tags-list a.consultoria i,
.tags-list a.audiovisual span,
.tags-list a.audiovisual i {
  background-color: #ff006d;
}
.tags-list a.rrss span,
.tags-list a.rrss i {
  background-color: #6a71ff;
}
.tags-list a.creatividad span,
.tags-list a.creatividad i,
.tags-list a.media span,
.tags-list a.media i {
  background-color: #fff001;
}
.tags-list a.desarrollo span,
.tags-list a.desarrollo i,
.tags-list a.seo span,
.tags-list a.seo i {
  background-color: #41f3c0;
}
.tags-list a.contenido span,
.tags-list a.contenido i {
  background-color: #ff7641;
}
.tags-list a.diseno span,
.tags-list a.diseno i,
.tags-list a.analitica span,
.tags-list a.analitica i {
  background-color: #97ecff;
}
.work-detail .section-content {
  background-color: white;
  overflow: hidden;
  padding-top: 81px;
}
.work-detail .section-content .container {
  max-width: 1160px;
}
.work-detail .left-block {
  float: left;
  max-width: 470px;
  margin-bottom: 96px;
}
.work-detail .left-block h2 p {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  max-width: 300px;
  margin-bottom: 22px;
}
.work-detail .left-block p {
  line-height: 1.4;
}
.work-detail .left-block h3 {
  margin-top: 36px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.work-detail .right-block {
  float: right;
  max-width: 505px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 96px;
}
.work-detail .right-block:before {
  content: "";
  background-color: #fe066d;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 20% 100%);
  position: absolute;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  left: -10px;
  top: 10px;
  z-index: 0;
}
.work-detail .right-block:after {
  content: "";
  background-color: #fe066d;
  position: absolute;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  right: -100%;
  top: 10px;
  z-index: 0;
}
.work-detail .right-block .info-content {
  width: 100%;
  padding-top: 71px;
  padding-left: 154px;
  padding-bottom: 76px;
  position: relative;
  z-index: 1;
}
.work-detail .right-block .info-content:before {
  content: "";
  background-color: black;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 20% 100%);
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.work-detail .right-block .info-content:after {
  content: "";
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  right: -99%;
  top: 0;
  z-index: 0;
}
.work-detail .right-block h2 p {
  color: white;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.work-detail .right-block p {
  color: white;
  margin: 0;
  position: relative;
  z-index: 1;
}
.countries-list {
}
.countries-list div span,
.countries-list div i {
  background-color: #f0f0f0;
}
.countries-list div {
  display: inline-block;
  vertical-align: top;
  margin-right: -7px;
}
.countries-list div i:first-child {
  display: block;
  height: 25.4px;
  width: 10px;
  vertical-align: middle;
  clip-path: polygon(90% 0%, 100% 0, 100% 100%, 0% 100%);
  float: left;
}
.countries-list div i:last-child {
  display: block;
  height: 25px;
  width: 10px;
  vertical-align: middle;
  clip-path: polygon(0% 0%, 100% 0, 10% 100%, 0% 100%);
  float: left;
}
.countries-list div span {
  display: block;
  height: 25px;
  /* font-weight: bold; */
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  vertical-align: middle;
  line-height: 25px;
  padding: 0 8px 0 8px;
  float: left;
  margin: 0 -1px;
}
.work-gallery-slider video{
  width: 100%;
}
.work-gallery-slider .owl-nav {
}
.work-gallery-slider.owl-carousel .owl-nav button.owl-prev {
  background-color: #fe066d;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 20% 100%);
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 30px;
  width: 77px;
  height: 47px;
}
.work-gallery-slider.owl-carousel .owl-nav button.owl-next {
  background-color: #fe066d;
  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 30px;
  width: 77px;
  height: 47px;
}
.work-gallery-slider.owl-carousel .owl-nav button.owl-prev span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_atras_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
.work-gallery-slider.owl-carousel .owl-nav button.owl-next span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_adelante_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
.work-gallery-slider.owl-carousel.mobile{
  display: none !important;
}
@media (max-width: 1023px) {
  .tags-list {
    margin-top: 34px;
    overflow: auto;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
  }
  .tags-scroll{
    white-space: nowrap;
  }
}
@media (max-width: 500px) {
  .work-header{
    background-position: center top;
    padding-top: 327px;
    background-size: auto 90%;
    background-attachment: inherit;
  }
  .work-header img {
    width: 55px;
  }
  .work-header h1 {
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .work-header h1 span{
    font-size: 68px;
  }
  .work-header p{
    line-height: 1.2;
  }
  .tags-list{
    margin-top: 29px;
  }
  .tags-list a span{
    height: 22px;
    font-size: 10px;
  }
  .tags-list a i:first-child{
    height: 22px;
  }
  .tags-list a i:last-child{
    height: 22px;
  }
  .work-detail .section-content{
    padding-top: 40px;
  }
  .work-detail .left-block h2 p{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .work-detail .left-block h3{
    margin-top: 30px;
  }
  .work-detail .left-block{
    margin-bottom: 44px;
  }
  .work-detail .right-block {
    float: left;
    max-width: 505px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 72px;
    margin-left: -30px;
    width: 340px;
  }
  .work-detail .right-block .info-content {
    width: 100%;
    padding-top: 36px;
    padding-left: 30px;
    padding-bottom: 29px;
    padding-right: 60px;
  }
  .work-detail .right-block p{
    line-height: 1.4;
  }
  .work-detail .right-block .info-content:after{
    display: none;
  }
  .work-detail .right-block .info-content:before{
    clip-path: polygon(0% 0%, 100% 0, 87% 100%, 0% 100%);
  }
  .work-detail .right-block:after{
    display: none;
  }
  .work-detail .right-block:before {
    clip-path: polygon(0% 0%, 100% 0, 88% 100%, 0% 100%);
    height: calc(100% + 0px);
    width: calc(100% + 17px);
    left: 0;
    top: 22px;
  }
  .work-gallery-slider.owl-carousel.mobile{
    display: block !important;
  }
  .work-gallery-slider.owl-carousel.desktop{
    display: none !important;
  }
  .work-gallery-slider{
    background-color: white;
    padding-bottom: 30px;
  }
  .work-gallery-slider .item{

    position: relative;
    height: 376px;
    display: block;
    overflow: hidden;

  }
  .work-gallery-slider .item img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .work-gallery-slider.owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin-top: 0;
    left: 50%;
    width: 77px;
    height: 47px;
    bottom: 0;
    margin-left: -92px;
  }
  .work-gallery-slider.owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin-top: 0;
    left: 50%;
    width: 77px;
    height: 47px;
    bottom: 0;
    margin-left: 13px;
  }
  .work-gallery-slider.owl-carousel.mobile video{
    width: 100%;
  }
}
/* BLOG SECTION */
.blog-section {
  background-color: white;
}
.blog-section .section-header h1 {
  color: white;
  font-size: 90px;
}
.blog-section .section-header span{
  color: #6A71FF;
}
.blog-section .section-header .container {
  max-width: 1133px;
  padding-top: 306px;
}
.blog-section .section-content {
  padding-top: 53px;
  overflow: hidden;
  position: relative;
}
.blog-section .section-content .container {
  max-width: 1290px;
}

.inifinite_scroll_posts .alm-filter-nav {
  text-align: left;
  margin-top: 0;
}
.inifinite_scroll_posts .alm-filter-nav button {
  background-color: transparent;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in;
  margin-right: -15px;
}
.inifinite_scroll_posts .alm-filter-nav button i {
}
.inifinite_scroll_posts .alm-filter-nav button i:first-child {
  display: block;
  height: 34px;
  width: 10px;
  vertical-align: top;
  clip-path: polygon(90% 0%, 100% 0, 100% 100%, 0% 100%);
  float: left;
}
.inifinite_scroll_posts .alm-filter-nav button i:last-child {
  display: block;
  height: 34.5px;
  width: 10px;
  vertical-align: top;
  clip-path: polygon(0% 0%, 100% 0, 10% 100%, 0% 100%);
  float: left;
  margin-top: -0.4px;
}
.inifinite_scroll_posts .alm-filter-nav button span,
.inifinite_scroll_posts .alm-filter-nav button span:before,
.inifinite_scroll_posts .alm-filter-nav button i {
  background-color: #ff006d;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(1) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(1) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(1) i {
  background-color: #ff006d;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(2) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(2) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(2) i ,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(11) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(11) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(11) i {
  background-color: #fff001;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(3) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(3) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(3) i ,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(12) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(12) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(12) i {
  background-color: #6a71ff;
}

.inifinite_scroll_posts .alm-filter-nav button:nth-child(4) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(4) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(4) i,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(13) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(13) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(13) i {
  background-color: #41f3c0;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(5) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(5) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(5) i ,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(14) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(14) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(14) i {
  background-color: #ff7641;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(6) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(6) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(6) i {
  background-color: #97ecff;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(7) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(7) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(7) i {
  background-color: #B764FF;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(8) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(8) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(8) i {
  background-color: #FFA701;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(9) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(9) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(9) i {
  background-color: #1CDD84;
}
.inifinite_scroll_posts .alm-filter-nav button:nth-child(10) span,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(10) span:before,
.inifinite_scroll_posts .alm-filter-nav button:nth-child(10) i {
  background-color: #FF5C5C;
}
.inifinite_scroll_posts .alm-filter-nav button span {
    display: block;
    height: 34px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    vertical-align: middle;
    line-height: 34px;
    padding: 0 20px;
    float: left;
    margin: 0 -1px 8px;
    width: auto;
    position: relative;
}
.inifinite_scroll_posts .alm-filter-nav button span:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  margin-left: -20px;
  width: 184px;
  height: 53px;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  z-index: -1;
  transition: all 0.2s ease-in;
}
.inifinite_scroll_posts .alm-filter-nav button:hover {
  transform: scale(1.1);
}
.inifinite_scroll_posts .alm-filter-nav button.active span {
  font-size: 19px;
  height: 41px;
  line-height: 41px;
}
.inifinite_scroll_posts .alm-filter-nav button.active span:before {
  opacity: 0.5;
  margin-left: 0;
}
.inifinite_scroll_posts .alm-filter-nav button.active i:first-child {
  height: 41px;
  width: 30px;
  clip-path: polygon(42% 0%, 100% 0, 100% 100%, 0% 100%);
}
.inifinite_scroll_posts .alm-filter-nav button.active i:last-child {
  height: 41px;
  width: 30px;
  clip-path: polygon(0% 0%, 100% 0, 58% 100%, 0% 100%);
}

.infinite_posts {
  margin-top: 69px;
}
.infinite_posts .alm-reveal {
  clear: both;
}
.infinite_posts .item {
  width: calc(33.333% - 24px);
  float: left;
  position: relative;
  margin-bottom: 35px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #0000001a;
  background-color: white;
  height: 550px;
  margin-left: 12px;
  margin-right: 12px;
}
.infinite_posts .item:nth-child(even) {
}
.infinite_posts .item .image-block {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.infinite_posts .item .image-block img {
  height: auto;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s ease-in;
}
.infinite_posts .item:hover .image-block img {
  transform: translate(-50%, -50%) scale(1.1);
}

.infinite_posts .item .cat {
  display: none;
}

.infinite_posts .item .logo-block {
  display: none;
}
.infinite_posts .item .cat-blog- {
  text-transform: uppercase;
  font-size: 12px;
  padding: 32px 24px 7px;
  color: black;
}
.infinite_posts .item h2 {
  font-weight: 800;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  height: 76px;
  color: black;
}
.infinite_posts .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 25px;
  margin-top: 0;
  margin-bottom: 8px;
  height: 50px;
}
.infinite_posts .item span {
  color: #ff006d;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 22px 34px;
  /* margin-bottom: 90px; */
  display: block;
}

@media (max-width: 1023px) {
  .blog-section .section-header .container{
    padding-top: 236px;
  }
  .inifinite_scroll_posts{
    padding-top: 6px;
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: auto;
  }
  .inifinite_scroll_posts .alm-filter-nav{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .infinite_posts .item{
    width: calc(50% - 24px);
    height: 480px;
  }
  .infinite_posts .item h2{
    height: 66px;
  }
}
@media (max-width: 500px) {
  .infinite_posts .item{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .infinite_posts .item h2{
    height: auto;
  }
  .infinite_posts .item .cat-blog-{
    padding: 20px 24px 7px;
  }
  .infinite_posts .item .image-block{
    height: 200px;
  }
}
/* CONTACT */
.contact-section {
  background-color: white;
}
.contact-section .section-header span{
  color: #FF006D;
}
.contact-section .section-header .container{
  max-width: 770px;
}
.contact-header {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.contact-header:before {
  content: "";
  background-color: #41f3c0;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  clip-path: polygon(0% 0%, 93% 0, 85% 100%, 0% 100%);
}
.contact-header h1 {
  position: absolute;
  color: white;
  bottom: -41px;
  left: 24px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 120px;
  z-index: 2;
}
.contact-header .container {
  position: relative;
  max-width: 770px;
  height: 260px;
}
.contact-section .section-content {
  padding-top: 72px;
}
.contact-section .section-content .container {
  max-width: 760px;
}
.contact-section .section-content h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.contact-section .section-content h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.contact-section .contact-info {
  margin-bottom: 62px;
  margin-top: 49px;
}
.contact-section .contact-info a {
  font-size: 16px;
  margin-bottom: 23px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  text-decoration: none;
}
.contact-section .contact-info img {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  margin-top: -34px;
  margin-right: 12px;
}
.map-block {
  background-image: url(../images/mapa_desktop@2x.png);
  background-size: cover;
  height: 583px;
  padding-top: 58px;
}
.contact-section .map-block .container {
}
.contact-section .map-block h2 {
  color: white;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;

  margin-bottom: 13px;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
  height: 49px;
  padding-left: 14px;
  font-size: 18px;
  width: 100%;
  border: 0;
  border: 5px solid black;
  outline: none !important;
}
.wpcf7 textarea {
  overflow: auto;
  width: 100%;
  height: 148px;
  border: 5px solid black;
  padding: 13px 15px;
  font-size: 18px;
  outline: none !important;
}
.wp-block-contact-form-7-contact-form-selector br {
  display: none;
}
.wpcf7-acceptance {
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: none;
  color: #ff006d;
}
@media (max-width: 500px) {
  .contact-header{
    height: 212px;
  }
  .contact-header h1 {
    bottom: 25px;
    font-size: 80px;
  }
  .contact-header:before{
    clip-path: polygon(0% 0%, 110% 0, 78% 100%, 0% 100%);
  }
  .contact-section .section-content{
    padding-top: 40px;
  }
  .contact-section .section-content h2{
    font-size: 24px;
  }
  .wpcf7 textarea{
    height: 120px;
  }
  .contact-section .contact-info {
    margin-bottom: 27px;
    margin-top: 32px;
  }
  .map-block{
    background-image: url(../images/mapa_mobile@2x.png);
    height: 513px;
  }
}
/* TERMS */
.terms-section {
  background-color: white;
}
.terms-section .section-header {
  height: 259px;
}
.terms-section .section-content {
  padding-top: 73px;
  padding-bottom: 100px;
}
.terms-section .section-content .container {
  max-width: 820px;
}
.terms-section .section-content h2 {
  font-weight: bold;
  font-size: 30px;
}
.terms-section .section-content h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 56px;
}
.terms-section .section-content p {
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .terms-section .section-header{
    height: 179px;
    background-size: cover;
  }
}

/* POST */
.post-section {
  background-color: white;
}
.post-section .section-header {
  height: 370px;
}
.post-section .section-content {
  padding-top: 77px;
  padding-bottom: 64px;
}
.post-section .section-content .container {
  max-width: 1010px;
}
.post-section .section-content .category {
  text-transform: uppercase;
  font-size: 12px;
}
.post-section .section-content h1,
.post-section .section-content h2{
  font-weight: bold;
  font-size: 50px;
  margin-top: 20px;
  line-height: 1.1;
  margin-bottom: 53px;
}
.post-section .section-content img {
    margin-top: 43px;
    margin-bottom: 45px;
    max-width: 100%;
    height: auto;
}
.post-section .section-content h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 56px;
}
.post-section .section-content p {
  line-height: 1.4;
}
.post-section .section-content .wp-block-quote {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  position: relative;
  padding: 0;
}
.post-section .section-content .wp-block-quote:before {
  content: "";
  display: block;
  position: absolute;
  width: 117px;
  height: 12px;
  clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);
  background-color: #ff006d;
  left: 0;
}
.post-section .section-content .wp-block-quote p {
  font-size: 24px;
  font-style: italic;
  padding-top: 25px;
}
.posts_related {
  background-color: white;
  padding-bottom: 80px;
}
.posts_related .container {
  max-width: 1020px;
}

.posts_related h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
}
.related-posts {
  margin-top: 53px;
  width: calc(100% + 24px);
  margin-left: -12px;
}
.related-posts.owl-carousel .owl-stage{
  box-sizing: content-box;
}
.related-posts.owl-carousel .owl-item{
  padding: 0 10px;
}
.related-posts .alm-reveal {
  clear: both;
}
.related-posts .item {
  float: none;
  position: relative;
  margin-bottom: 35px;
  text-decoration: none;
  box-shadow: 0px 3px 6px #0000001a;
  background-color: white;
  height: 420px;
  display: block;
}
.related-posts .item:nth-child(even) {
}
.related-posts .item .image-block {
  overflow: hidden;
  height: 175px;
  position: relative;
}
.related-posts .item .image-block img {
  height: auto;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s ease-in;
}
.related-posts .item:hover .image-block img {
  transform: translate(-50%, -50%) scale(1.1);
}

.related-posts .item .cat {
  display: none;
}

.related-posts .item .logo-block {
  display: none;
}
.related-posts .item .cat-blog- {
  text-transform: uppercase;
  font-size: 12px;
  padding: 32px 24px 7px;
  color: black;
}
.related-posts .item h2 {
  font-weight: 800;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  height: 59px;
  color: black;
}
.related-posts .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 25px;
  margin-top: 0;
  margin-bottom: 8px;
  height: 50px;
}
.related-posts .item span {
  color: #ff006d;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 22px 34px;
  /* margin-bottom: 90px; */
  display: block;
}

.related-posts.owl-carousel .owl-nav button.owl-prev {
  background-color: #fe066d;
  clip-path: polygon(0% 0%, 80% 0, 100% 100%, 20% 100%);
  position: absolute;
  top: 50%;
  margin-top: -82px;
  left: -134px;
  width: 77px;
  height: 47px;
}
.related-posts.owl-carousel .owl-nav button.owl-next {
  background-color: #fe066d;
  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 50%;
  margin-top: -82px;
  right: -134px;
  width: 77px;
  height: 47px;
}
.related-posts.owl-carousel .owl-nav button.owl-prev span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_atras_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}
.related-posts.owl-carousel .owl-nav button.owl-next span {
  text-indent: -9999px;
  display: block;
  background-image: url(../images/btn_adelante_magenta@2x.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .post-section .section-header{
    height: 280px;
  }

}

@media (max-width: 1100px) {
  .related-posts {
    max-width: 620px;
    margin: 0 auto;
  }

}

@media (max-width: 1023px) {
  .posts_related{
    padding-bottom: 0;
  }
  .related-posts{
    padding-bottom: 140px;
    width: 100%;
  }
  .posts_related h2{
    margin-bottom: 30px;
  }
  .related-posts.owl-carousel .owl-item .item{
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .related-posts.owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin-top: 0;
    left: 50%;
    width: 77px;
    height: 47px;
    bottom: 64px;
    margin-left: -90px;
  }
  .related-posts.owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin-top: 0;
    left: 50%;
    width: 77px;
    height: 47px;
    bottom: 64px;
    margin-left: 13px;
  }
}

/* FOOTER */
.main-footer {
  background-color: black;
  position: relative;
  z-index: 1;
  padding-top: 121px;
  padding-left: 30px;
  padding-right: 30px;
}
.main-footer * {
  color: white;
}
.main-footer .primary-sidebar {
  display: flex;
  max-width: 1050px;
  margin: 0 auto;
}
.main-footer .primary-sidebar .widget {
  width: 25%;
  text-align: center;
}
.main-footer .primary-sidebar .widget h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 22px;
}
.main-footer .primary-sidebar .widget ul {
  padding: 0;
  list-style: none;
}
.main-footer .primary-sidebar .widget ul li {
}
.main-footer .primary-sidebar .widget ul li a {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  transition: all 0.2s ease-in;
  cursor: pointer;
  color: white;
}
.main-footer .primary-sidebar .widget ul li a:hover {
  color: #ff006d;
}
.widget_custom_html a {
display: inline-block;
    padding: 0 8px;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
}
.widget_custom_html a:hover {
  color: #ff006d;
}
.widget_custom_html p {
  font-size: 11px;
  margin-top: 10px;
}
#custom_html-4 a {
  text-transform: none;
  font-size: 14px;
  margin-bottom: 7px;
}
#custom_html-4 a span {
  display: inline-block;
  width: 40px;
  height: 33px;
  background-size: 100%;
  vertical-align: middle;
  background-position: bottom;
}
#custom_html-4 a:first-child span {
  background-image: url(../images/btn_footer_mail@2x.png);
}
#custom_html-4 a:last-child span {
  background-image: url(../images/btn_footer_tel@2x.png);
}
.main-footer .primary-sidebar:last-child {
  margin-top: 77px;
}
.main-footer .primary-sidebar:last-child .widget {
  width: 100%;
}
.footer-privacy-row {
  display: none;
}
.social-widget-area {
  display: none;
}
@media (max-width: 500px) {
  .main-footer {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .main-footer .primary-sidebar {
    display: block;
  }
  .main-footer .primary-sidebar .widget {
    width: 100%;
  }
  .main-footer .primary-sidebar .widget ul {
    margin-bottom: 53px;
  }
  .main-footer .primary-sidebar:last-child {
    margin-top: 50px;
  }
  .widget_custom_html a{
    display: block;
    padding: 4px 0;
  }
}
