@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url(../vendor/bootstrap/css/bootstrap.css);
@import url(../vendor/fontawesome/css/all.min.css);
@import url(../vendor/owlcarousel/owl.carousel.css);
@import url(../vendor/owlcarousel/owl.theme.default.css);
@import url(../vendor/aos/aos.css);

html,
body {
  overflow-x: hidden;
}

/**/

body {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  --color-gray: #f6f6f6;
  --color-gray-dark: #3C3C3B;
  --color-black: #363636;
  --color-primary: #415CE7;
  --color-secondary: #B1D5A6;
  --color-secondary-dark: #79BF84;
  --color-tertiary: #FFF9E9;
  --color-primary-light: #DAE8FF;

}

.textsecondary {
  color: var(--color-secondary);
}

.textprimary {
  color: var(--color-primary);
}



header {
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: var(--color-primary);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

header.fixed .logo img {
  margin-top: 7%;

}

header.fixed .head_nav {
  padding-bottom: 30px;
}

.page-bricks header {
  position: relative;
  background: var(--color-primary);
  padding-bottom: 3%;
}


.btn-nav {
  background: var(--color-secondary);
  padding: 2% 5%;
  position: relative;
}

.btn-nav:before {
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
}

.btn-nav:hover {
  background: var(--color-black);
}


.btn-nav:hover:before {
  background: var(--color-black);
}

.btn-nav a {
  color: #ffffff !important;
}





header .head_nav ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  justify-items: center;
  align-items: center;

}



header .head_nav ul li {
  display: inline-block;
  margin: 0 15px;
}

header .head_nav ul li a {
  text-decoration: none;
  color: var(--color-tertiary);
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  transition: color 0.3s ease-in-out;

  &::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 3px;
    background-color: var(--color-secondary);
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  &:hover {
    color: var(--color-secondary);
  }

  &:hover::before {
    transform: scaleX(1);
  }
}


header .redes-menu {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  justify-items: center;
  align-items: center;

}

header .redes-menu li a {
  padding: 30px 10px;
  font-size: 1.4em;
  color: var(--color-secondary-dark);
  text-decoration: none;
}

header .redes-menu li a:hover {
  color: var(--color-tertiary);
}

header .redes-menu li a .icon span {
  font-size: .7em !important;
  margin-left: 10px;
}

.lang-dropdown {
  display: inline-block;
  margin-right: 20px;
  margin-top: -5px;
}

.lang-dropdown select {
  background: var(--color-secondary-dark);
  border-radius: 30px;
  padding: 5px 10px;
  color: #ffffff;
  border: none;
  margin-left: 25%;
  font-size: .9em;
}

.dot-size {
  font-size: .4rem;
}


header .mobile_nav {
  margin: 1px 10px 0;
  display: none;
}

header .mobile_nav .burger {
  width: 19px;
  height: 19px;
  position: relative;
  overflow: hidden;
}

header .mobile_nav .burger:active .top,
header .mobile_nav .burger:focus .top,
header .mobile_nav .burger:hover .top {
  width: 60% !important;
}

header .mobile_nav .burger:active .middle,
header .mobile_nav .burger:focus .middle,
header .mobile_nav .burger:hover .middle {
  width: 70% !important;
}

header .mobile_nav .burger:active .bottom,
header .mobile_nav .burger:focus .bottom,
header .mobile_nav .burger:hover .bottom {
  width: 80% !important;
}

header .mobile_nav .burger .mobile_nav__label {
  margin: -10px 5px;
  width: 135px;
  position: absolute;
}

header button,
header input {
  border: 0;
  background: 0;
  margin: 0;
  padding: 0;
}

header .mobile_nav .burger .stripe {
  height: 4px;
  background: #ffffff;
  position: absolute;
  transition: 0.2s ease;
}

header .mobile_nav .burger .top {
  right: 0;
  top: 0;
  width: 100%;
}

header .mobile_nav .burger .middle {
  left: 0;
  top: 0;
  margin: 6.9px 0;
  width: 60%;
}

header .mobile_nav .burger .bottom {
  right: 0;
  top: 0;
  margin: 14px 0;
  width: 80%;
}






header .icons .block {
  display: inline-block;
}

header .icons svg {
  display: block;
  transition: 0.2s ease;
}


.mobile_menu_fkweu {
  background: var(--color-primary);
  width: 100%;
  height: auto;
  top: 95px;
  left: 0;
  right: 0;
  margin: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: absolute;
  z-index: 10;
  display: none;
}

/*
.mobile_menu_fkweu:before {
  content: "";
  position: absolute;
  z-index: 4;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #000000 transparent;
  margin: -10px 35px;
}*/

.mobile_menu_fkweu nav {
  padding: 50px;
}

.mobile_menu_fkweu nav ul {
  list-style: none;
}


.mobile_menu_fkweu nav ul .slide a {
  opacity: 1;
  position: relative;
  animation: hidecolor 0.8s ease;
}

.mobile_menu_fkweu nav ul .slide a:before {
  content: "";
  position: absolute;
  background: var(--color-secondary);
  width: 0%;
  height: 35px;
  animation: slide 0.8s ease;
}

.mobile_menu_fkweu nav ul li {
  margin: 20px 0px;
}

.mobile_menu_fkweu nav ul li a {

  opacity: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10px 0px;
  color: var(--color-tertiary);
  text-decoration: none;
  transition: color 0.3s ease-in-out;

  &:hover {
    color: var(--color-secondary);
  }

}

header .logo .logoimg {
  width: 200px;
  margin-top: 15%;
}

@media only screen and (max-width: 1100px) {
  .mobile_menu_fkweu {
    display: none;
  }


}

@media only screen and (max-width: 800px) {
  .mobile_menu_fkweu {
    display: none;
  }

  header {
    padding: 0 50px;

  }




  header .head_nav {
    display: none;
  }

  header .logo {
    width: 100%;
    text-align: center;
  }



  header .mobile_nav {
    cursor: pointer;
    display: block !important;
    position: absolute;
    top: 40px;
    right: 30px;
  }

  header .mobile_nav .stripe {
    width: 100% !important;
  }


  .banner-carrusel {

    font-size: 1rem !important;


  }

  .banner-carrusel h2 {

    font-size: 2rem !important;
    line-height: 2rem !important;
  }



  .contactofooter {
    margin-top: 5%;
  }

  .lang-dropdown {
    margin-top: 40%;
  }

}

@media only screen and (max-width: 500px) {

  .mobile_menu_fkweu {
    top: 85px;
  }


  .mobile_menu_fkweu:before {
    margin: -10px 5px;
  }

  .mobile_menu_fkweu nav {
    padding: 30px 50px;
  }

  .mobile_menu_fkweu nav ul li {
    margin: 20px 0px;
  }

  .mobile_menu_fkweu nav ul li a {
    font-size: 18px;
  }

  .mobile_menu_fkweu nav ul li a:before {
    height: 23px !important;
  }
}

@keyframes slide {
  0% {
    width: 0;
    padding: 0px 10px;
    margin: 0px -5px;
  }

  80% {
    width: 105%;
    padding: 0px 10px;
    margin: 0px -5px;
  }

  100% {
    width: 0;
    padding: 0 0;
  }
}

@keyframes hidecolor {
  0% {
    color: var(--color-secondary-dark);
  }

  75% {
    color: var(--color-secondary-dark);
  }

  100% {
    color: var(--color-secondary-dark);
  }
}



.banner {
  width: 100%;
  background: var(--color-primary);
  padding-top: 5%;
  padding-bottom: 5%;
  min-height: 100vh;
  color: #ffffff;
}

.banner svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

}



.inner-slide {
  position: relative;
  top: 30%;
  left: 15%;
  width: 90%;
  max-width: 650px;


}

.inner-slide h2 {
  font-size: 2.5em;
}

.banner-carrusel {


  color: var(--color-tertiary);
  font-size: 1rem;
  display: inline;
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  line-height: 3rem;



}



.banner-carrusel p {
  text-align: justify;
  width: 100%;
  max-width: 500px;
}


.dropping-texts {
  display: inline-block;
  width: 200px;
  text-align: center;
  height: 50px;
  vertical-align: -2px;
  position: relative;
  color: var(--color-secondary-dark);


}

.dropping-texts>div {
  font-size: 0px;
  opacity: 0;
  width: 100%;
  margin-left: -30px;
  margin-top: 3px !important;
  position: absolute;
  font-weight: 500;
 
}

.dropping-texts>div:nth-child(1) {
  animation: roll 5s linear infinite 0s;
}

.dropping-texts>div:nth-child(2) {
  animation: roll 5s linear infinite 1s;
}

.dropping-texts>div:nth-child(3) {
  animation: roll 5s linear infinite 2s;
}

.dropping-texts>div:nth-child(4) {
  animation: roll2 5s linear infinite 3s;
}

@keyframes roll {
  0% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(-25deg);
  }

  3% {
    opacity: 1;
    transform: rotate(0deg);
  }

  5% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
  }

  20% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }

  27% {
    font-size: 0px;
    opacity: 0.5;
    margin-left: 20px;
    margin-top: 100px;
  }

  100% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(15deg);
  }
}

@keyframes roll2 {
  0% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(-25deg);
  }

  3% {
    opacity: 1;
    transform: rotate(0deg);
  }

  5% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
  }

  30% {
    font-size: inherit;
    opacity: 1;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }

  37% {
    font-size: 1500px;
    opacity: 0;
    margin-left: -1000px;
    margin-top: -800px;
  }

  100% {
    font-size: 0px;
    opacity: 0;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(15deg);
  }
}

.cta-consulting {
  background: var(--color-secondary-dark);
  padding: 10px 10px 10px 40px;
  border-radius: 30px;
  color: var(--color-tertiary);
  display: inline-block;
  margin-top: 10%;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 1em;

  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.arrow-icon {

  margin-left: 30px;
}

.cta-consulting:hover {
  background: var(--color-tertiary);
  color: var(--color-gray-dark);
}

.bgsecondary {
  background: var(--color-secondary);
}

.textsecondary {
  color: var(--color-secondary);
}

.icon.bgsecondary {
  color: var(--color-gray);
}

.imagen1 {
  width: 100%;
  position: relative;
  top: 5%;
}


.section {
  padding: 3% 0;
  background: var(--color-tertiary);
  position: relative;
}

.container-90 {
  width: 90%;
  margin: auto;
}

.title {
  margin-top: 25%;
  display: block;

}

.title h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 3em;
  display: flex;
  align-items: center;
  color: var(--color-primary);


}

#intro {
  background: #ffffff;
  padding: 7% 0;

}

#intro .content_intro {
  width: 90%;
  margin: auto;
  max-width: 700px;
  font-size: 1.4em;
}

#intro .content_intro h1 {
  display: inline;
  font-size: 1.1em !important;
  font-weight: 700;
}

.descrip-title {
  margin-top: 10%;
  padding-right: 10%;
  font-weight: 300;

}


span.destacar {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  z-index: 2;
  position: relative;
}

span.destacar::before {
  content: '';
  background-color: var(--color-primary-light);
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

span.destacar:hover::before {
  bottom: 0;
  height: 100%;
}


.card__grid-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
}

.card__grid-effect-tile {
  position: relative;
}

.card__grid-effect-tile:before {
  content: "";
  color: var(--color-primary-light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 50%;
  background: var(--color-primary-light);
  transition: 500ms linear all;
  box-shadow: 0 0 0, 3rem 0 0 -0.3rem, -3rem 0 0 -0.3rem, 0 -3rem 0 -0.3rem, 0 3rem 0 -0.3rem, 3rem 3rem 0 -0.45rem, 3rem -3rem 0 -0.45rem, -3rem 3rem 0 -0.45rem, -3rem -3rem 0 -0.45rem, 3rem 6rem 0 -0.9rem, 3rem -6rem 0 -0.9rem, -3rem 6rem 0 -0.9rem, -3rem -6rem 0 -0.9rem, 3rem 9rem 0 -1.35rem, 3rem -9rem 0 -1.35rem, -3rem 9rem 0 -1.35rem, -3rem -9rem 0 -1.35rem, 3rem 12rem 0 -1.8rem, 3rem -12rem 0 -1.8rem, -3rem 12rem 0 -1.8rem, -3rem -12rem 0 -1.8rem, 6rem 0 0 -0.6rem, -6rem 0 0 -0.6rem, 0 -6rem 0 -0.6rem, 0 6rem 0 -0.6rem, 6rem 3rem 0 -0.9rem, 6rem -3rem 0 -0.9rem, -6rem 3rem 0 -0.9rem, -6rem -3rem 0 -0.9rem, 6rem 6rem 0 -1.8rem, 6rem -6rem 0 -1.8rem, -6rem 6rem 0 -1.8rem, -6rem -6rem 0 -1.8rem, 6rem 9rem 0 -2.7rem, 6rem -9rem 0 -2.7rem, -6rem 9rem 0 -2.7rem, -6rem -9rem 0 -2.7rem, 6rem 12rem 0 -3.6rem, 6rem -12rem 0 -3.6rem, -6rem 12rem 0 -3.6rem, -6rem -12rem 0 -3.6rem, 9rem 0 0 -0.9rem, -9rem 0 0 -0.9rem, 0 -9rem 0 -0.9rem, 0 9rem 0 -0.9rem, 9rem 3rem 0 -1.35rem, 9rem -3rem 0 -1.35rem, -9rem 3rem 0 -1.35rem, -9rem -3rem 0 -1.35rem, 9rem 6rem 0 -2.7rem, 9rem -6rem 0 -2.7rem, -9rem 6rem 0 -2.7rem, -9rem -6rem 0 -2.7rem, 9rem 9rem 0 -4.05rem, 9rem -9rem 0 -4.05rem, -9rem 9rem 0 -4.05rem, -9rem -9rem 0 -4.05rem, 9rem 12rem 0 -5.4rem, 9rem -12rem 0 -5.4rem, -9rem 12rem 0 -5.4rem, -9rem -12rem 0 -5.4rem, 12rem 0 0 -1.2rem, -12rem 0 0 -1.2rem, 0 -12rem 0 -1.2rem, 0 12rem 0 -1.2rem, 12rem 3rem 0 -1.8rem, 12rem -3rem 0 -1.8rem, -12rem 3rem 0 -1.8rem, -12rem -3rem 0 -1.8rem, 12rem 6rem 0 -3.6rem, 12rem -6rem 0 -3.6rem, -12rem 6rem 0 -3.6rem, -12rem -6rem 0 -3.6rem, 12rem 9rem 0 -5.4rem, 12rem -9rem 0 -5.4rem, -12rem 9rem 0 -5.4rem, -12rem -9rem 0 -5.4rem, 12rem 12rem 0 -7.2rem, 12rem -12rem 0 -7.2rem, -12rem 12rem 0 -7.2rem, -12rem -12rem 0 -7.2rem;
}

.card__grid-effect-tile:hover:before {
  height: 1.5rem;
  width: 1.5rem;
  transition: 70ms linear all;
}

.listservices div {
  margin-bottom: 5%;
}

.listservices .item-service {
  background: #eee4ca;
  padding: 60px 30px 50px 30px;
  border-radius: 50px;
  /*border-top-right-radius: 40%;
  border-bottom-right-radius: 0;*/
  font-size: .9em;
  font-weight: 300;
  height: 100%;
  margin: 0 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  position: relative;

}



.listservices .item-service h3 {
  background: var(--color-tertiary);
  color: var(--color-gray-dark);
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  padding: 30px 50px 30px 30px;
  margin-left: -30px;
  margin-bottom: 35px;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 2em;
  text-transform: uppercase;
  max-width: 65%;
}

.item-service .icon-service {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 150px;

}



.listservices .item-service h3.right {

  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  margin-right: -30px;
  float: right;
  margin-bottom: 5px;

}

.listservices .item-service.v2x {

  background: #FBDAC4;
}

.listservices .item-service.v3x {

  background: #f8c6e8;
}

.listservices .item-service.v4x {

  background: #DAE8FF;
}


.listservices .item-service.v5x {

  background: #f4eeae;
}

.reforzar {
  margin-top: 15%;
  margin-bottom: 5%;
  font-size: 3em;
  font-weight: 700;
  color: var(--color-primary);
}

#whatwedo .cta-consulting:hover {
  background: var(--color-secondary);
  color: var(--color-gray-dark);
}

.section.howwework {
  background:  var(--color-gray);

}

.content_howwework {
  padding: 5% 10%;
}

.content_howwework .reforzar2 {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 5%;
  letter-spacing: -1px;
  color: var(--color-secondary-dark);
}


.content_howwework .cta-consulting {
  background: var(--color-gray-dark);
  color: #ffffff;
  margin-top: 5%;
}

.content_howwework .cta-consulting:hover {
  background: var(--color-primary);
}

.item_works {
  width: 90%;
  margin: auto;
  border-radius: 30px;
  background: #6179f3;
  border: 15px solid var(--color-primary);
  padding: 8%;
  color: var(--color-tertiary);
  font-size: .9em;
}

.block-content p {
  font-size: .9em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 1em auto;
}


.content h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-secondary-dark);
}


.l-block-spacing {
  min-height: 80vh;
  padding: 2em 0 4em 0;
}

.l-contained {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;

  padding-left: 1em;
  padding-right: 1em;

  @media all and (min-width: 40em) {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.timeline-list {
  list-style: none;
  padding-bottom: 1em;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 0 10px;

  &:before {
    content: "";
    border-left: 5px solid var(--color-gray-dark);
    left: -0.25em;
    top: 2em;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    transform-origin: 0 0;
    animation: scaleVertical 3s 1s ease both 1;
  }

  &:after {
    content: "";
    clear: both;

    position: absolute;
    bottom: 0px;
    left: -12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: none repeat scroll 0% 0% var(--color-gray-dark);
    border: 5px solid var(--color-gray-dark);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    animation: revealScaleUp 0.75s 2.82s ease both 1;
  }
}

.timeline-list li {
  margin: 0 0 3em 0;
  padding: 5% 2em 5% 2em;
  position: relative;
}

.timeline-list li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1.45em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% var(--color-secondary);
  border: 1px solid #fff;
  animation: revealScaleUp 0.75s 0s ease both 1;
}

.timeline-list {
  animation: reveal 2s 0 ease both 1;
}

.timeline-list li .content {
  animation: revealFromLeft 0.5s 0s ease both 1;
}

.timeline-list li:nth-child(1):before {
  animation-delay: 0.85s;
}

.timeline-list li:nth-child(1) .content {
  animation-delay: 1.05s;
}

.timeline-list li:nth-child(2):before {
  animation-delay: 1.2s;
}

.timeline-list li:nth-child(2) .content {
  animation-delay: 1.5s;
}

.timeline-list li:nth-child(3):before {
  animation-delay: 1.8s;
}

.timeline-list li:nth-child(3) .content {
  animation-delay: 2.1s;
}

.timeline-list li:nth-child(4):before {
  animation-delay: 2s;
}

.timeline-list li:nth-child(4) .content {
  animation-delay: 2.3s;
}

@keyframes revealFromLeft {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.section#fraktalbricks {
  padding-bottom: 0;
  background: var(--color-tertiary);

}

#fraktalbricks span.destacar::before {
  background-color: #ffffff;
}

#fraktalbricks .title {
  margin-top: 5%;

}

#fraktalbricks .descrip-title {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 800;
}

.levels {
  padding: 5% 0;
}

.levels h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-secondary-dark);
  font-weight: 800;
}

.levels .level_img {
  width: 90%;
  margin: auto;
  max-width: 900px;
}

.listhowworks {
  padding-left: 30px;
  font-size: .9em;
  list-style: none;
  counter-reset: contador;
}

.listhowworks li {

  counter-increment: contador;
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
}

.listhowworks li::before {
  content: counter(contador);
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;
  margin-right: 10px;

  background-color: var(--color-gray-dark);
  /* color del círculo */
  color: white;
  /* color del número */

  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0; 
}

.icon-bricks {
  width: 300px;
  position: absolute;
  right: 0;
  right: 10%;
}

.list-beneficios {
  margin-top: -15%;
}

.item-bricks {
  background: var(--color-primary);
  padding: 10% 10% 25% 10%;

  border-top-left-radius: 35px;
  font-size: 1em;
  font-weight: 300;
  color: var(--color-tertiary);

}

.item-bricks h3 {

  font-size: 1.2em;
}

.item-bricks p {
  margin-top: 10%;
}

.item-bricks.step2 {
  padding-bottom: 50%;
  background: #4f67e4;
}

.item-bricks.step3 {
  padding-bottom: 75%;
}

.item-bricks.step4 {
  padding-bottom: 100%;
  border-top-right-radius: 35px;
  background: #4f67e4;
}

.examples-costs {
  padding: 5% 0;
  background: var(--color-secondary-dark);
}

.examples-costs h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.5em;
}


.examples-costs .table th {
  
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: var(--color-secondary-dark);

}

.examples-costs .table td {
  color: #dedede;
  font-size: 1em;
 padding: 15px 30px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  
}

.benefits-list li {
  margin: 10px 10px 5% 10px;
  padding: 40px 30px 40px 30px;
 background-color: var(--color-secondary);
 border-radius: 30px;
}
.examples-costs .destacado {
  font-size: 1.7em;
  margin-top: 10%;
  font-weight: 700;

}

.examples-costs .cta-consulting {
  background: var(--color-gray-dark);
  color: #ffffff;
  margin-top: 5%;
}

#whoweare {
  background: var(--color-tertiary);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;

}

#about {
  font-size: 1.1em;
}

#about a {
  text-decoration: none;
  color: initial;
}

#about .destacar {
  margin-top: 10%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.item-goal {
  padding: 5%;
  font-size: .9em;
}

.item-goal b {
  color: var(--color-primary);
}

#about .cta-consulting {
  background: var(--color-gray-dark);
  color: #ffffff;
  margin-top: 5%;
}

#about .cta-consulting:hover {
  background: var(--color-primary);
}

#cases {
  background: var(--color-gray);
  padding-bottom: 7%;
}

.casesopen {
  display: none;
}

.casesopen.activo {
  display: block;
}

.item-case {
  font-size: .9em;
  padding: 5%;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  position: relative;
}

.item-case h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;


}

.item-case img.img-left {
  width: 90%;
  max-width: 300px;
  margin: auto;
}

.aboutcompany {
  margin-top: 5%;
}

.logo-case {
  width: 130px;
  margin: 0;
  float: right;
}

.portfolio-image {
  width: 250px;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background: #415CE7;
  margin: auto;

}

.portfolio-image.p-right {
  top: -15%;
  right: -38%;
}

.portfolio-image.p-leftbottom {
  bottom: -15%;
  left: -38%;
}

.portfolio-image.image-sj {
  background: url(../img/cases/portfolio-sj.png) no-repeat center center;
  background-size: cover;
}



.form-group label {
  padding-left: 2%;
  margin-bottom: 10px;
}

.form-control {
  border-radius: 30px;
  border: 0;
  padding: 20px;
  font-size: .9em;
}

.btn-form {
  background: var(--color-secondary);
  padding: 10px 40px;
  border-radius: 30px;
  color: var(--color-tertiary);
  display: inline-block;
  margin-top: 10%;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 1em;
  position: relative;
}

.btn-form:hover {
  background: var(--color-secondary-dark);
  color: var(--color-gray-dark);
}

label.error {
  font-size: .8em;
  background: rgb(241, 104, 104);
  color: #ffffff;
  border-radius: 10px;
  padding: 3px 5px;
  margin-top: 15px;
}


.redesfooter {
  margin-top: 10%;
}


footer {
  background: var(--color-primary);
  background-size: cover;
  background-position: center;
  padding: 1% 0;
  color: var(--color-tertiary);

}

.footer {
  position: relative;
  z-index: 4;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a i {
  color: var(--color-secondary-light);
}

footer a:hover {
  color: var(--color-tertiary);
}

.firma {
  font-size: .9rem;
}

.min-vh-90 {
  min-height: 88vh;
}

@media (max-width: 1370px) {


  .item-servicio {
    min-height: 450px;

  }

  .item-servicio .title-service {
    margin-top: 50%;
  }

  .banner-carrusel h2 {
    font-size: 1.7em;
    line-height: 1.6em;
  }

  .listservices .item-service h3 {
    max-width: 90%;

  }

  .second-case {
    margin-top: 5%;
  }


}

@media (max-width: 800px) {

  header .logo .logoimg {
    width: 150px;
    margin-bottom: 10%;
  }

  .title {
    margin-top: 10%;
  }



  .inner-slide {
    left: 0;
    top: 60%;

  }

  .imagen1 {
    width: 60%;
    margin: auto;
    float: right;
  }

  .list-beneficios {
    flex-direction: column;
    margin-top: 0;
  }

  .item-bricks {
    padding-bottom: 10%;
    border-radius: 30px;
    margin-bottom: 10%;
  }

  .item-bricks.step2,
  .item-bricks.step3,
  .item-bricks.step4 {
    padding-bottom: 10%;

  }

  .portfolio-image.p-right {
    top: -35%;
    right: -10%;
  }

  .portfolio-image.p-leftbottom {
    bottom: -55%;
    left: -15%;
  }

  #cases {
    padding-bottom: 40%;
  }

}

@media (max-width: 550px) {


  header .logo .logoimg {
    width: 100px;
    margin-top: 30px;
  }

   header.fixed .logo .logoimg {
   
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .inner-slide h2 {
    font-size: 1.9em;
  }

  .dropping-texts {
    height: 40px;
    width: 150px;
  }

  #intro .content_intro {
    font-size: 1.1em;
  }

  .portfolio-image {
    width: 150px;
    height: 200px;
  }

  .portfolio-image.p-right {
    top: -20%;
    right: -10%;
  }

  .portfolio-image.p-leftbottom {
    bottom: -33%;
    left: -15%;
  }

  .descrip-title {
    padding-right: 0;
  }

  header {
    padding: 0 20px;
  }

  header .logo {
    margin-top: 20px;
    width: 50px;
    overflow: hidden;
  }

  .lang-dropdown {
    margin-right: 70px;
    margin-top: 25%;
    font-size: .8em;
  }

  header.fixed .lang-dropdown {
    margin-top: 15px;
  }

  header.fixed .mobile_nav {
    top: 15px;
  }

  .inner-slide {
    top: 0;
    padding-top: 45%;
  }

  .cta-consulting {
    padding-left: 20px;
  }

  .title h2 {
    font-size: 2em;
  }

  .listservices .item-service h3 {
    max-width: 100%;
    font-size: 1.3em;
  }

  .listservices .item-service {
    margin: 5% 0 10% 0;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
  }

  .item-service .icon-service {
    width: 100px;
  }

  .reforzar {
    font-size: 1.7em;
  }

  .content_howwework {
    padding: 5%;
  }

  .item_works {
    width: 100%;
    margin-bottom: 30px;
  }

  .content_howwework .reforzar2 {
    line-height: 1em;
  }

  #contact-form {
    padding: 0 !important;
  }

  .benefits-list {
    flex-direction: column;
  }


}