* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

body {
  font-family: "pangramregular", AdobeInvisFont, MyriadPro-Regular;
  margin: 0;
  color: #363939;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  color: #44d3ff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

h3 {
  font-family: "pangrammedium";
  font-size: 1.4rem;
  letter-spacing: 3px;
  margin: 2em 1em 1em;
  line-height: 1.3em;
  text-align: center;
}

h3:after {
  content: "";
  border-bottom: 1px solid #44d3ff;
  height: 1px;
  width: 10%;
  position: absolute;
  top: 14px;
  left: 0;
}

h4 {
  font-family: "pangrambold";
  font-size: 1.2rem;
  padding: 1.6em 0 1.8em;
  text-align: center;
  letter-spacing: 2px;
}

h4, ul.services__list li {
  color: #f50238;
}

p {
  font-size: 1.1rem;
  margin-bottom: 1.8em;
  position: relative;
}

span.slogan {
  display: none;
}

.only-desktop {
  display: none;
}

header .logo {
  position: absolute;
  width: 100%;
}
header img {
  margin: 6px auto 0;
  display: block;
  width: 130px;
}
header .menu a {
  color: #008eb6;
  font-family: "pangrammedium";
}
header .menu li:first-child {
  margin-top: 14px;
}
header .menu li:last-child {
  margin-bottom: 14px;
}

.header {
  background-color: #fff;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.05rem;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.hero {
  position: relative;
  background: transparent url(images/hero_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 343px;
}
.hero h2, .hero blockquote {
  font-family: "pangramlight";
  font-size: 1.5rem;
  color: #363939;
}
.hero h2 {
  position: absolute;
  top: 18%;
  right: 10%;
}
.hero blockquote {
  position: absolute;
  bottom: 9%;
  right: 8%;
  font-size: 1.3rem;
}
.hero .img__triangle {
  max-width: 75px;
  position: absolute;
  bottom: 33%;
  right: 28%;
}
.hero .img__mouse {
  display: none;
}

section {
  position: relative;
}
section:before {
  top: -17px;
  right: 20px;
}
#servicios.ancla {
    position: absolute;
    margin-top: -37px;
}
section h3 + blockquote + p:after {
  content: "";
  border-bottom: 3px solid #f50238;
  height: 2px;
  width: 10%;
  position: absolute;
  top: -17px;
  right: -53px;
}

.nosotros, .candidatos, .empresa, .servicios, .etapas {
  margin-top: 4.5em;
}

.nosotros {
  position: relative;
}
.nosotros:before {
  content: "";
  background: url(images/nosotros__iso.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 10%;
}

.candidatos {
  z-index: 2;
}
.candidatos:before {
  content: "";
  background: url(images/candidatos__iso.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 10%;
}
.candidatos a.btn {
  background-color: #f50238;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  display: block;
  margin: 45px 30px;
}

.empresa:before {
  content: "";
  background: url(images/empresa__iso.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 10%;
}

.servicios {
  position: relative;
}
.servicios:before {
  content: "";
  background: url(images/servicios__iso.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 10%;
}
.servicios .services__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 3.5em 0 1em;
}
.servicios .services__list li {
  display: block;
  text-align: center;
  width: 250px;
  padding: 10px 0;
}
.servicios .services__list li img {
  margin: 0 auto;
  width: 78px;
}
.servicios .services__list span {
  font-family: "pangrammedium";
  display: block;
  margin: 0;
  font-size: 1.1em;
  padding: 1em 0 2em;
}

.etapas {
  position: relative;
}
.etapas .etapas__list {
  margin: 2.3em 0 2.3em 0;
}
.etapas li {
  margin-bottom: 2em;
}
.etapas li .etapas__num {
  border: 1px solid #44d3ff;
  display: inline-table;
  color: #f50238;
  padding: 14px;
  line-height: 9px;
  text-align: center;
  border-radius: 66%;
  float: left;
  background-color: #fff;
}
.etapas li .etapas__items {
  display: block;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-left: 31px;
  margin-left: 30px;
}

.footer {
  background: url("images/footer_bg.jpg") right 0 no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
.footer h3 {
  padding-top: 30px;
  margin-top: 0;
}
.footer h3:after {
  top: 43px;
}
.footer h3, .footer h4 {
  text-align: left;
}
.footer h4 {
  font-size: 1.15rem;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.footer li {
  line-height: 1.8em;
}

.copy {
  background-color: #363939;
  color: #5e6161;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  align-items: center;
  justify-content: space-around;
}
.copy :nth-child(1) {
  order: 3;
}
.copy :nth-child(2) {
  order: 1;
}
.copy :nth-child(3) {
  order: 2;
}
.copy .copy__text {
  margin-bottom: 0;
}
.copy ul li {
  display: inline;
}
.copy .fa-inverse {
  color: #363939;
}
.copy a {
  color: #fff;
}
.copy .social-icons a span {
  font-size: 1em;
}

@media (max-width: 500px) {
  p {
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #5a5454;
    margin-bottom: 1.2em;
  }

  .hero {
    background: transparent url(images/hero_bg.jpg) -105px 0 no-repeat;
    background-size: cover;
  }

  .services__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  header {
    min-height: 58px;
  }
  header .logo {
    position: absolute;
    width: auto;
    left: 10%;
  }
  header .menu li:first-child {
    margin-top: initial;
  }

  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 30px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    right: 1%;
  }

  .header .menu-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .services__list + h4 {
    color: #44d3ff;
  }
}
@media (min-width: 1000px) {
  .only-desktop {
    display: block !important;
  }

  h3 {
    margin: 1.5em 0 0.5em;
    text-align: left;
    position: relative;
    font-size: 1.8rem;
  }
  h3:after {
    content: "";
    width: 27%;
    top: 0.5em;
    left: initial;
    margin-left: 34px;
  }

  p {
    font-size: 0.9rem;
  }

  .header li a {
    font-size: 0.9rem;
  }

  .header li a:hover {
      background-color: transparent;
      color: #c93534;
  }

  .hero {
    height: 546px;
  }
  .hero h2 {
    font-size: 2.8rem;
    letter-spacing: 5px;
    top: 12%;
    right: 10%;
  }
  .hero blockquote {
    font-size: 2rem;
    letter-spacing: 5px;
    bottom: 18%;
    right: 17%;
  }
  .hero .img__mouse {
    position: absolute;
    top: 44%;
    right: 58%;
    width: 13px;
  }
  .hero .img__dots {
    position: absolute;
    top: 28%;
    left: 30%;
    width: 5px;
  }
  .hero .img__triangle {
    max-width: 124px;
    position: absolute;
    bottom: 36%;
    right: 26%;
  }
  .hero:after {
    content: "";
    height: 37px;
    width: 2px;
    background: #44d3ff;
    position: absolute;
    bottom: -16px;
    right: 25%;
    z-index: 99;
  }

  .empresa h3 + p:after, .candidatos h3 + p:after, .nosotros h3 + p:after {
    content: "";
    border-bottom: 3px solid #f50238;
    position: absolute;
    height: 2px;
    width: 10%;
    top: 7px;
    right: -11%;
  }

  section .section__number {
    font-size: 1.3rem;
    position: absolute;
    right: 135px;
    top: 360px;
  }
  section .section__number span {
    color: #44d3ff;
    font-size: 2em;
  }
  section h4 {
    text-align: left;
  }

  .nosotros, .candidatos, .empresa, .servicios, .etapas {
    margin-top: 0;
  }

  .nosotros {
    background: url(images/trama1.jpg) right 0 no-repeat;
    background-size: contain;
    min-height: 806px;
  }
  .nosotros::before {
    height: 67px;
    width: 7%;
    top: 106px;
    right: 0;
  }
  .nosotros .nosotros__img {
    width: 50%;
    margin: 3.5em 0 0 -40px;
    float: left;
  }
  .nosotros .nosotros__text {
    width: 50%;
    float: left;
    padding-left: 6em;
    padding-right: 12em;
    padding-bottom: 11em;
  }

  .candidatos {
    background: url(images/chica_azul.jpg) right 50px no-repeat;
    background-size: contain;
    height: 600px;
    margin-top: -242px;
    display: inline-block;
  }
  .candidatos h3 + p:after {
    right: initial;
    left: -77px;
  }
  .candidatos h3:after {
    left: -170px;
  }
  .candidatos h3 {
    position: relative;
    margin-top: 3em;
    margin-bottom: 1.5em;
  }
  .candidatos h3 .only-desktop {
    font-size: 3.7rem;
    color: #f50238;
    position: absolute;
    left: 170px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0.9;
    top: -13px;
    mix-blend-mode: darken;
  }
  .candidatos::before {
    height: 67px;
    width: 7%;
    top: -142px;
    right: initial;
    left: 83px;
  }
  .candidatos .candidatos__text {
    width: 50%;
    padding-left: 15em;
    padding-right: 2em;
  }
  .candidatos .section__number {
    right: initial;
    left: 131px;
    top: 258px;
  }

  .empresa {
    background: url(images/empresa_bg2.jpg) right 0 no-repeat;
    background-size: 44%;
    position: relative;
    min-height: 523px;
    margin-top: 0;
    z-index: 1;
  }
  .empresa::before {
    height: 67px;
    width: 7%;
    top: 4%;
    left: initial;
    right: 6%;
  }
  .empresa h3 + p:after {
    right: -4em;
  }
  .empresa h3 {
    margin-top: 0;
    padding-top: 70px;
    text-align: right;
  }
  .empresa h3:after {
    top: 3em;
  }
  .empresa h3 .only-desktop {
    font-size: 3.5rem;
    color: #f50238;
    position: absolute;
    left: initial;
    width: 1000px;
    opacity: 0.9;
    top: 0.2em;
    mix-blend-mode: darken;
    right: 137%;
  }
  .empresa .empresa__text {
    width: 40%;
    float: left;
    padding-left: 4.5em;
    padding-right: 10em;
    text-align: right;
    margin-top: 4em;
  }
  .empresa .empresa__img {
    background: url(images/empresa_img.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    width: 59%;
    height: 427px;
    float: left;
    margin-top: 6em;
  }
  .empresa .section__number {
    left: initial;
    right: 7%;
    top: 55%;
  }

  .servicios {
    background: url(images/servicios_bg.jpg) 36px 105% no-repeat;
    background-size: contain;
  }
  .servicios::before {
    height: 51px;
    width: 7%;
    top: -13px;
    left: initial;
    right: 28%;
  }
  .servicios h3 {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 1.2em;
  }
  .servicios h3:after {
    border-bottom: 0;
    border-left: 3px solid #f50238;
    width: 2px;
    top: 0;
    height: 32px;
    margin-left: 10px;
  }
  .servicios .service__title {
    float: left;
    width: 25%;
    margin-left: 2em;
    position: relative;
  }
  .servicios .service__title:before {
    content: "";
    height: 1px;
    width: 136px;
    border-top: 1px solid #44d3ff;
    position: absolute;
    left: -32px;
    top: 25px;
  }
  .servicios .service__title h4 {
    text-align: right;
    margin-right: 2em;
    padding-top: 0;
    margin-top: 4.2em;
  }
  .servicios .linea_destacada:before {
    border-top: 1px solid #f50238;
  }
  .servicios .description {
    width: 34%;
    float: left;
    margin-top: 5em;
  }
  .servicios .description p + p {
    text-align: left;
  }
  .servicios .destacado h4 {
    color: #44d3ff;
  }

  .etapas {
    background: url(images/lupa.jpg) 0 103px no-repeat;
    background-size: 58%;
    padding-bottom: 49px;
  }
  .etapas h3 {
    font-family: "pangrambold";
    font-size: 3em;
    margin-left: 1.6em;
    line-height: 1;
  }
  .etapas h3 span {
    color: #f50238;
    font-family: "pangrammedium";
    font-size: 1em;
    display: block;
    margin-left: -40px;
  }
  .etapas h3:after {
    display: none;
  }
  .etapas .etapas__text {
    width: 25%;
    float: left;
    margin-left: 2.5em;
    margin-top: 2em;
  }
  .etapas .etapas__list {
    width: 502px;
    float: right;
    margin: 10px 0 0;
    position: relative;
  }
  .etapas .etapas__list li {
    margin-bottom: 8px;
  }
  .etapas .etapas__list li:nth-child(2) {
    margin-left: 76px;
  }
  .etapas .etapas__list li:nth-child(3) {
    margin-left: 128px;
    margin-top: 16px;
  }
  .etapas .etapas__list li:nth-child(4) {
    margin-left: 140px;
    margin-top: 32px;
  }
  .etapas .etapas__list li:nth-child(5) {
    margin-left: 124px;
    margin-top: 57px;
  }
  .etapas .etapas__list li:nth-child(6) {
    margin-left: 67px;
    margin-top: 42px;
  }
  .etapas .etapas__list li:nth-child(7) {
    margin-left: -1px;
    margin-top: 19px;
  }
  .etapas .etapas__resaltado {
    color: #f50238;
    color: #f50238;
    font-size: 1.1em;
    position: absolute;
    text-align: center;
    left: 37%;
    top: 56%;
  }
  .etapas .half-circle {
    width: 500px;
    height: 250px;
    background-color: transparent;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border: 7px solid #eefcff;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    left: 593px;
    transform: rotate(90deg);
    top: 242px;
  }
  .etapas .lupa {
    position: absolute;
    top: 51%;
    left: 54%;
    width: 85px;
  }

  .footer {
    padding-left: 4em;
  }
  .footer h3:after {
    top: 43px;
    left: -141px;
    width: 7%;
  }

  .copy {
    flex-direction: row;
    min-height: 86px;
  }
  .copy :nth-child(1) {
    order: 1;
  }
  .copy :nth-child(2) {
    order: 2;
  }
  .copy :nth-child(3) {
    order: 3;
  }

  span.slogan {
    display: block;
    position: absolute;
    left: 50%;
    top: 25%;
    font-size: 3rem;
    color: #44d3ff;
    text-transform: uppercase;
  }
  span.slogan span {
    color: #f50238;
    display: block;
    font-family: "pangrammedium";
    width: 455px;
    font-size: 4rem;
    line-height: 1.1;
    margin-left: -24px;
    margin-top: 8px;
  }
  footer h4 + ul:before {
      content: "";
      border-bottom: 3px solid #f50238;
      position: absolute;
      height: 2px;
      width: 35px;
      top: 10px;
      left: -57px;
  }

  footer ul {
      position: relative;
  }

  p.etapas__resaltado:after {
      position: absolute;
      content: "";
      border-bottom: 2px solid #f50238;
      width: 29px;
      bottom: -5px;
      left: -21px;
  }
}

@media (min-width: 1300px) {
  .candidatos h3 .only-desktop {
    left: 312px;
    font-size: 4.25rem;
  }
  .empresa h3 .only-desktop {
    font-size: 4rem;
    right: 137%
  }
}
