* {
  margin: 0;
  padding: 0;
}

#content {
  overflow: hidden;
}

body {
  background-color: #0a112d;
}

h1 {
  font-size: 14px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

b {
  font-family: "IBM", sans-serif;
  font-weight: 600;
}

/*---------------------------Fuentes----------------------------*/
@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Bold.eot#iefix") format("embedded-opentype");
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Bold.woff") format("woff");
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Bold.svg") format("svg");
  font-weight: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Medium.ttf") format("opentype");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Medium.eot#iefix") format("embedded-opentype");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Medium.svg") format("svg");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Regular.ttf") format("opentype");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Regular.eot#iefix") format("embedded-opentype");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Regular.woff") format("woff");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "IBM";
  src: url("/fonts/IBM/IBMPlexSans-Regular.svg") format("svg");
  font-weight: 300;
  font-weight: normal;
}

/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preloader img {
  width: 100px;
}

/*------------------Generales------------------*/
.mobileElement {
  display: none !important;
}

a {
  cursor: pointer;
}

img {
  resize: none !important;
  pointer-events: none;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
li {
  font-family: "IBM";
  font-weight: 300;
  color: white;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

p {
  font-size: 14px;
  line-height: 22px;
}

.bold {
  font-weight: 600;
}

.blur-pink {
  position: absolute;
}

.pink {
  color: #d40861 !important;
}

.button {
  background: #d40861;
  color: white;
  padding: 14px 30px;
  border-radius: 100px;
  border: 1px solid #d40861;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.button:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.button-pink {
  padding: 9px 40px 9px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #d40861;
  transition: 0.5s all ease-in-out;
  width: fit-content;
  background: #d40861 url("/files/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 85%;
  background-size: 17px;
  border-radius: 100px;
  margin-right: 0;
  margin-left: 0;
  font-size: 13px;
}

.button-pink:hover {
  color: white;
  border: 1px solid white;
  background: transparent url("/files/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 85%;
  background-size: 17px;
}

img {
  resize: none !important;
}

section {
  width: 90%;
  padding: 120px 5%;
}

.background {
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
}

.background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(3) scaleX(2.25);
  transform-origin: bottom;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
}

.whatsapp-fixed {
  position: fixed;
  bottom: 2%;
  width: 60px;
  right: 95%;
  height: 60px;
  cursor: pointer;
  z-index: 9;
}

.whatsapp-fixed img {
  width: 100%;
}

/* Hero dashboard */
.hero-dashboard .hero-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 0 5%;
}

.hero-dashboard .hero-wrap .text-hero {
  position: unset;
  align-items: baseline;
  z-index: 3;
}

.hero-dashboard .hero-wrap img {
  width: 40%;
  z-index: 3;
}

.text-hero+img {
  animation: float 3s ease-in-out infinite;
}

.hero-dashboard .hero-wrap .text-hero h2 {
  font-size: 50px;
  line-height: 65px;
  max-width: 700px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
}

.hero-dashboard .hero-wrap .text-hero h2 span {
  font-size: 50px;
  line-height: 65px;
  max-width: 600px;
  font-weight: 700;
  color: #ff9900;
}

.hero-dashboard .hero-wrap .text-hero p {
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  max-width: 400px;
}

.hero-dashboard .hero-wrap .text-hero img {
  width: 90px;
}

.hero-dashboard .hero-wrap .hero-background {
  position: absolute;
  width: 100%;
  right: 0;
}

.hero-dashboard .hero-wrap .hero-background img {
  width: 100%;
}

/* Texto encima portada */
.hero-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-background {
  height: 100vh;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-hero {
  position: absolute;
  top: 0;
  height: 100svh;
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .text-hero {
      height: 100vh;
    } 
  }
}

.text-hero h2 {
  color: white;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 40px;
}

.text-hero .title {
  color: white;
  font-size: 54px;
  line-height: 70px;
  font-weight: 600;
  max-width: 1000px;
  text-align: center;
  margin-bottom: 80px;
}

.background-pink {
  background: #d40861;
  font-weight: 600;
}

.text-hero p {
  color: white;
  font-size: 21px;
  max-width: 800px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-hero-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}

.text-hero-logos img:nth-of-type(2) {
  height: 20px;
}

.container-main-customers {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 20px auto 60px auto;
  position: absolute;
  bottom: 0;
}

.container-main-customers img {
  margin: 0 20px;
}

@media screen and (max-height: 590px) {
  .text-hero h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-hero .title {
    font-size: 40px;
    line-height: 50px;
    max-width: 800px;
  }

  .text-hero p {
    font-size: 17px;
    max-width: 650px;
  }

  .container-main-customers img {
    height: 20px;
  }
}

/* inspired */
.inspired-card {
  background: rgba(97, 101, 153, 0.1);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0 20px;
  width: fit-content;
}

.img-portada-inspired {
  border-radius: 10px;
  width: 300px;
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
}

.inspired h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  max-width: 300px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inspired p {
  max-width: 300px;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inspired div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.inspired div span {
  color: #d40861;
  font-size: 14px;
}

/* Specialists */
.specialists-marketplace {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.specialists-marketplace h3 {
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
}

.specialists-marketplace h3 span {
  font-weight: 800;
  background: #d40861;
}

.specialists-marketplace p {
  text-align: center;
  margin-bottom: 60px;
  max-width: 600px;
}

.specialists-container-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  width: 90%;
  max-width: 1200px;
  margin-top: 30px;
}

.specialists-container-cards img {
  width: 100%;
}

.specialists-container-cards a {
  width: 31%;
  transition: 0.4s all ease-out;
}

.specialists-container-cards a:hover {
  transform: scale(0.98);
}

.specialists-container-cards a img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .specialists-container-cards {
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
  }
}

/* Advertising */
.advertising {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.adversiting-cards {
  width: 100%;
  z-index: 1;
}

.advertising h3 {
  margin-bottom: 10px;
}

.card-advertising {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 50px;
}

.card-advertising img {
  max-width: 450px;
  z-index: 1;
}

.text-card-advertising {
  background: rgba(97, 101, 153, 0.1);
  padding: 40px 60px 40px 40px;
  border-radius: 10px;
  position: relative;
  right: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.text-card-advertising h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.text-card-advertising p {
  max-width: 400px;
}

.card-advertising:nth-of-type(2) {
  justify-content: center;
}

.card-advertising:nth-of-type(2) .text-card-advertising {
  padding: 40px 60px 40px 80px;
  right: 60px;
}

.card-advertising:nth-of-type(3) {
  justify-content: end;
}

.card-advertising:nth-of-type(3) .text-card-advertising {
  padding: 40px 60px 40px 80px;
  right: 60px;
}

.background-amazon-star {
  position: absolute;
  width: 100%;
  top: 300px;
}

/* Nuestros Servicios */
.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services p {
  max-width: 700px;
  text-align: center;
  margin-top: 10px;
}

.services-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  z-index: 1;
}

.card-service {
  background: rgba(97, 101, 153, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px;
  border-radius: 10px;
  margin: 15px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.card-service img {
  margin-bottom: 20px;
  width: 65px;
}

.card-service h4 {
  text-align: left;
  font-weight: 600;
  max-width: 250px;
  text-transform: uppercase;
}

.card-service p {
  text-align: left;
}

.services .blur-pink {
  width: 1000px;
  left: -500px;
}

/* Certificates */
.certificates {
  background-color: #131938;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

.certificates-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: baseline; 
  justify-content: center;
}

.certificates-text div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 20px;
}

.certificates-text img {
  width: 200px;
}

.certificates-text h4 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 25px;
}

.certificates-text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.map-certificates {
  height: 1005;
  width: 50%;
}

.map-certificates {
  width: 50%;
}

.certificates .blur-pink {
  right: -600px;
  width: 1200px;
}

/* Trust us */
.trust-us {
  padding: 120px 0;
  position: relative;
}

.background-star {
  width: 100%;
  position: absolute;
  top: 40px;
}

/* Featured */
.featured h3 {
  max-width: 1000px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

.featured img {
  width: 100%;
  margin-top: 40px;
}

.featured h3 span {
  font-weight: 600;
  color: #d40861;
}

@media screen and (min-width: 1750px) {
  .background-star {
    top: -85px;
  }
}

.trust-us h3 {
  margin-bottom: 60px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.background-trust-us {
  position: absolute;
  width: 100%;
}

.trust-us .slider-trust-us {
  width: 100%;
  z-index: 1;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-150px * 16));
    transform: translateX(calc(-150px * 16));
  }
}

.slider-trust-us {
  height: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  position: relative;
  width: 90%;
}

.slider-trust-us::before,
.slider-trust-us::after {
  /* background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 250px;
  z-index: 2;
}

.slider-trust-us::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider-trust-us::before {
  left: 0;
  top: 0;
}

.slider-trust-us .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(150px * 32);
}

.slider-trust-us .slide {
  margin: 0 20px;
  aspect-ratio: 16 / 9;
  width: 150px;
  display: flex;
  align-items: center;
  transition: 0.5s all ease-in-out;
  object-fit: scale-down;
}

.slide img {
  width: 100%;
  height: 80px;
  margin: auto;
  object-fit: contain;
}

/* Testimonials y inspired */
.sliders {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  position: relative;
}

.slider {
  width: 90%;
}

.sliders h3 {
  margin-bottom: 80px;
  font-weight: 300;
}

.sliders .slick-track {
  display: flex;
  align-items: center;
}

/* Testimonials */
.testimonial {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin: 0 30px;
  border-bottom: 1px solid #d40861;
  padding-bottom: 50px;
}

.img-person {
  width: 40px;
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 100px;
}

.testimonial p {
  margin-bottom: 20px;
  max-width: 450px;
}

.name {
  font-weight: 500;
  margin-bottom: 10px;
}

.star {
  display: flex;
  justify-content: center;
}

.arrows-slider {
  display: flex;
  align-items: center;
  margin-top: 40px;
  z-index: 99;
  cursor: pointer;
  justify-content: center;
}

.arrow-left,
.arrow-right {
  margin: 0 5px;
  cursor: pointer;
  width: 20px;
  pointer-events: unset;
}

/* Succses (Blog) */
.succses {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.succses h3 {
  color: #0a112e;
  font-weight: 300;
  margin-bottom: 40px;
}

.succses-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
}

.succses-card {
  width: 30%;
  cursor: pointer;
}

.img-portada-succses {
  width: 100%;
  border-radius: 10px;
}

.succses-card h4 {
  color: #0a112e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.succses-card div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}

.succses-card:hover div {
  visibility: visible;
}

.succses-card div span {
  color: #d40861;
}

/* Success (stories) */

.success-stories {
  background-color: white;
  width: 90%;
  padding: 90px 5%;
}

.success-stories h3 {
  color: #0a112d;
  text-align: center;
  margin-bottom: 40px;
}

.slider-success {
  max-width: 1200px;
  margin: auto;
}

.slider-success .slick-track{
  display: flex;
  align-items: center;
}

.success-story {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: auto 30px;
}

.success-story-left,
.success-story-right {
  width: 49%;
}

.success-story-left img {
  max-height: 20px;
  max-width: 100px;
  margin-bottom: 20px;
}

.success-story-left h2 {
  color: #D40861;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}

.success-story-left p {
  color: #0D1438;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 15px;
  max-width: 500px;
}

.period-country {
  border-radius: 23px;
  border: 1px solid rgba(10, 17, 45, 0.20);
  background: rgba(97, 101, 153, 0.10);
  backdrop-filter: blur(2px);
  width: fit-content;
  padding: 8px 15px;
  margin-bottom: 15px;
}

.period-country p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
}

.success-story-left p,
.success-story-left p span {
  color: #0a112d;
}

.success-story-left p span {
  font-weight: 600;
}

.success-story-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px
}

.success-card {
  border-radius: 11px;
  border: 0.5px solid rgba(13, 20, 56, 0.20);
  background: rgba(97, 101, 153, 0.05);
  backdrop-filter: blur(2px);
  padding: 15px;
}

.success-card.results {
  grid-column: span 2;
  border: 0.5px solid #D40861;
  background: #0A112E;
}

.header-success-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.header-success-card p {
  padding: 7px 15px;
  border-radius: 100px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.header-success-card.negative p {
  background: #FF0024;
}

.header-success-card.positive p {
  background: #00C644;
}

.header-success-card.results p {
  background: #D40861;
}

.negative {
  color: #FF0024;
}

.results {
  color: #D40861;
}

.positive {
  color: #00C644;
}

.success-card h4 {
  color: #0D1438;
  font-size: 16px;
  font-weight: 500
}

.success-card h5 {
  color: #0D1438;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.number-success {
  font-weight: 900;
  font-size: 35px;
  margin: 7px 0;
}

.success-card.results h4,
.success-card.results .results,
.success-card.results h5 {
  color: white;
}

/* Own Technology */
.own-technology {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.background-technology {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}

.own-technology-text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 40%;
  z-index: 1;
}

.own-technology-text h3 {
  margin-bottom: 10px;
  color: #d40861;
  font-size: 40px;
}

.own-technology-text h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 25px;
}

.own-technology-text p {
  margin-bottom: 20px;
}

.own-technology-img {
  width: 40%;
  z-index: 1;
  animation: float 3s ease-in-out infinite;
}

.own-technology .blur-pink {
  width: 800px;
  position: absolute;
  left: -400px;
}

/* AnimaciÃƒÂ³n flotante */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Form */
.hidden{
  display: none;
}
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 180px 5%;
  overflow: hidden;
}

.form-container .blur-pink {
  width: 1200px;
  left: -600px;
  top: -600px;
}

.form-container h3 {
  margin-bottom: 10px;
  z-index: 1;
}

.form-container p {
  font-size: 20px;
  margin-bottom: 50px;
  z-index: 1;
}

.background-form {
  position: absolute;
  top: 0;
}

.form {
  max-width: 1000px;
  z-index: 1;
}

.subContainerForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formInput,
.formTextarea,
.formSelect {
  color: white;
  background: #131938;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: unset;
  font-size: 14px;
  font-weight: 300;
}

.formInput {
  width: calc(49% - 40px);
  border-bottom: 2px solid transparent;
}

.formSelect {
  width: 49%;
  background: url(/files/icons/arrow-down.svg), #131938;
  background-repeat: no-repeat;
  background-position: 95%;
  border-bottom: 2px solid transparent;
}

.formSelect+.formInput, .formSelect+.formInput+.formInput {
  width: calc(100% - 40px);
}

.expandForm{
  width: calc(100% - 40px);
}

.expandFormSelect{
  width: 100%;
}

.formSelect+.formSelect {
  width: 100%;
  background-position: 97%;
}

input:focus {
  border-bottom: 2px solid #d40861;
}

select:focus {
  border-bottom: 2px solid #d40861;
}

.formTextarea {
  width: calc(100% - 40px);
  border: unset;
  height: 130px;
  resize: none;
}

.formInput::placeholder,
.formTextarea::placeholder {
  color: white;
}

.subContainerForm .button {
  padding: 15px 60px;
  margin: auto;
}

/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  /* background: rgb(10,17,45); */
  z-index: 20;
}

.active {
  background-color: #0a112d;
}

#headerDummy {}

.item-contact:hover {
  background: transparent;
  color: #d40861 !important;
}

.container-whatsapp-language {
  position: relative;
}

.item,
.language {
  color: #7a7a7a;
}

.language {
  color: #7a7a7a !important;
}

.item-contact {
  border: 0.5px solid #d40861;
  background: #d40861;
  border-radius: 5px;
  color: white !important;
}

.item-contact:hover {
  background: transparent;
  color: #d40861 !important;
}

.language {
  color: rgba(122, 122, 122, 1);
  background: white;
}

.row {
  height: 100%;
}

.desktop-menu {
  height: 100%;
}

header .container {
  height: 100%;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 11;
}

.row>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#headerLogoLink {
  display: flex;
}

#logoHeader {
  width: 100px;
  filter: unset !important;
}

.mainmenu {
  display: flex;
  position: relative;
  align-items: center;
}

.mainmenu li {
  margin: 0px 25px;
  display: inline;
  list-style: none;
  position: relative;
  cursor: pointer;
  line-height: 23px;
}

.mainmenu li .item,
.mainmenu li a {
  font-size: 14px !important;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 300;
  transition: 0.5s all ease-in-out;
}

.mainmenu li a:hover {
  color: #d40861;
}

.mainmenu li a.background-pink{
  padding: 5px 10px;
  border-radius: 100px;
}

.mainmenu li a.background-pink:hover{
  color: white;
}

.item-contact {
  margin-right: 90px;
  padding: 5px 35px;
  border: 0.5px solid white;
  transition: 0.5s all ease-in-out;
}

.item-contact:hover {
  background-color: white;
  color: #d40861 !important;
  border: 1px solid #d40861;
}

.languagepicker:hover {
  height: 75px;
}

.languagepicker {
  display: flex;
  flex-direction: column;
  height: 37px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -8px;
}

.language {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: white !important;
  display: flex;
  margin-bottom: 5px;
  width: 60px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(20.564908981323242px);
  background: rgb(255, 255, 255, 0.2);
  padding: 8px 15px;
  font-weight: 300;
  border-radius: 100px;
  border: 1px solid white;
}

.language img::nth-of-type(2) {
  margin-left: 7px;
}

.language img:nth-of-type(1) {
  margin-right: 7px;
  width: 22px;
}

.item img {
  margin-left: 5px;
}

/* Sub menu */
.item-menu-sub-menu {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 40px 10px 10px;
  width: auto;
  transform: scaley(0);
  transform-origin: top;
  transition: transform 0.3s linear;
  background: #0a112d;
}

.sub-menu .item-menu-link {
  padding: 10px 0 10px;
  text-wrap: nowrap;
}

.item-menu-sub-menu:hover .sub-menu {
  transform: scaley(1);
}

.sub-menu .item-menu {
  padding: 0 !important;
}

.sub-menu .item-menu a {
  font-size: 12px !important;
}

/* Sub menu hover */
#mainnav ul.submenu {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px !important;
  width: fit-content;
  text-align: left;
  z-index: 9999;
  background-color: rgba(34, 64, 74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 10px;
  width: max-content;
}

.active .container .row .desktop-menu #mainnav .mainmenu li .submenu {
  top: 48px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#mainnav ul.submenu li:first-child {
  border-top: none;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.submenu>li>a {
  color: #fff5e2;
  text-decoration: none;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav ul li:hover>ul.submenu {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.submenu li {
  margin: 0;
}

.item-menu {
  line-height: 14px !important;
  margin: 0 !important;
}

.mainmenu li a {
  color: white;
}

/* Burger Menu */
#main-container-responsive {
  display: none;
}

#container-menu-responsive nav {
  display: none;
}

/*-----------------Footer-----------------*/
footer {
  width: 90%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px 5%;
  background: #131938;
}

.section-footer {
  display: flex;
  flex-direction: column;
}

.section-footer img:first-child {
  width: 100px;
}

.section-footer img:last-child {
  width: 200px;
}

.section-footer p {
  max-width: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-footer h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
}

.section-footer a,
.section-footer span {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}

.section-footer a:hover {
  color: #d40861;
}

.footer-bottom {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
  padding: 10px 5%;
  background: #131938;
}

.footer-bottom p span {
  color: #d40861;
}

.redes a {
  cursor: pointer;
  margin-left: 5px;
}

/*--------------------- RESPONSIVE ----------------------*/
@media screen and (max-width: 1300px) {
  .background-star {
    top: 130px;
  }

  .success-stories{
    width: 95%;
    padding: 40px 2.5%;
  }

  .slider-success{
    max-width: unset;
    width: 100%;
  }

  .number-success{
    font-size: 27px;
  }
}

/* Mobile */
@media screen and (max-width: 1000px) {

  .success-story{
    flex-direction: column;
  }
  .success-story-left, .success-story-right{
    width: 100%;
  }

  /*---------------Generales---------------*/
  .desktopElement {
    display: none !important;
  }

  .mobileElement {
    display: block !important;
  }

  /* Hero */
  .text-hero-container {
    width: 90%;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
  }

  .hero-wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition: 0.5s all ease-in-out;
    padding: 0;
  }

  .hero-background img {
    width: 100%;
    height: 100%;
  }

  /*---------------Header------------------*/
  header {
    box-shadow: none;
  }

  header .container {
    width: 90%;
  }

  .row {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  #logoHeader {
    width: 110px;
  }

  .mainmenu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    align-items: baseline;
    position: unset;
  }

  /* Burger Menu */
  #main-container-responsive {
    display: block;
    height: auto;
  }

  #hamburger div {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 24px;
    position: relative;
  }

  #hamburger div span {
    background-color: white;
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    transition: all 0.3s ease;
  }

  .top-line {
    top: 0;
  }

  .middle-line {
    top: 50%;
    transform: translateY(-50%);
  }

  .bottom-line {
    bottom: 0;
  }

  #hamburger .open .top-line {
    top: 50%;
    transform: rotate(45deg);
  }

  #hamburger .open .middle-line {
    opacity: 0;
  }

  #hamburger .open .bottom-line {
    top: 50%;
    transform: rotate(-45deg);
  }

  /* Menu */
  #container-menu-responsive nav {
    background: #0a112d;
    position: absolute;
    width: 100%;
    top: 20px;
    padding-top: 80px;
    left: 100%;
    display: block;
    transition: left 0.5s ease-in-out;
    padding-bottom: 20px;
  }

  #container-menu.open {
    left: 0;
  }

  .mainmenu li {
    margin-bottom: 0;
    margin-left: 0;
    width: 90%;
    padding: 15px 5%;
    color: white;
  }

  .mainmenu li a {
    color: white;
    font-size: 15px !important;
  }

  .mainmenu li:last-child {
    margin-bottom: 0;
  }

  .logo.open {
    display: none;
  }

  .container-whatsapp-language {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .languagepicker {
    flex-direction: unset;
    position: relative;
    top: 0;
    right: 2px;
  }

  .languagepicker:hover {
    height: 35px;
  }

  .languagepickerMobile .language {
    border: 0.6px solid #d9d9d9;
    padding: 5px;
    color: white !important;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    padding: 10px 10px;
  }

  .languagepickerMobile .language:last-child {
    margin-right: 0;
  }

  .button-pink {
    line-height: 17px;
    font-size: 13px;
    margin-right: 0;
  }

  /* Submenu */

  .item-menu-sub-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .sub-menu-open {
    padding: 0;
    justify-content: flex-start;
  }

  .sub-menu {
    width: 100%;
    position: initial;
    transform: scaley(1);
    display: none;
    padding: 0;
  }

  .item-menu {
    border: unset !important;
  }

  .sub-menu .item-menu-link {
    padding: 0;
  }

  .sub-menu .item-menu a {
    font-size: 12px !important;
    padding: 20px 0 0 0;
  }

  /* Certificates */
  .certificates-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .certificates-text {
    width: 50%;
  }

  /*---------------Footer------------------*/
  footer {
    flex-direction: column;
  }

  .section-footer h5 {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .footer-bottom p {
    font-size: 10px;
  }

  .redes a {
    margin-left: 2px;
  }

  .redes a img {
    width: 20px;
  }
}

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

  /* Specialists */
  .specialists-container-cards {
    flex-direction: column;
  }

  .specialists-container-cards a {
    width: 90%;
  }

  .specialists-container-cards a img {
    margin-bottom: 20px;
  }

  /* Hero dashboard */
  .hero-dashboard .hero-wrap {
    flex-direction: column;
  }

  .hero-dashboard .hero-wrap .text-hero h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-dashboard .hero-wrap .text-hero h2 span {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-dashboard .text-hero {
    width: 95%;
  }

  /* Services */
  .services-card {
    margin-top: 30px;
  }

  .card-service {
    width: 90% !important;
  }

  .services .blur-pink {
    display: none;
  }

  /* Certificates */
  .certificates {
    flex-direction: column;
    padding: 90px 5% 0;
  }

  .certificates-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .certificates-text img{
    margin-bottom: 10px;
    width: 150px;
  }

  .certificates-text div{
     grid-template-columns: 1fr;
    grid-gap: 0
  }

  .map-certificates {
    width: 100%;
  }

  /* Own technology */
  .own-technology {
    flex-direction: column;
  }

  .own-technology-text {
    width: 100%;
  }

  .own-technology-img {
    width: 100%;
    margin-top: 40px;
  }

  .background-technology {
    bottom: 0;
    top: unset;
  }

  .own-technology-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .own-technology-text h4 {
    font-size: 18px;
  }

  /* Form */
  .form-container {
    text-align: center;
    padding: 40px 5%;
  }

  .form-container p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .formInput {
    width: calc(100% - 40px);
  }

  .formSelect {
    width: 100%;
  }

  /* Trust us */
  .background-star {
    top: unset;
  }

  .trust-us h3 {
    width: 90%;
    margin: 0 auto 60px auto;
  }

  .trust-us {
    padding: 90px 0;
  }

  /* Inspired y blog */
  .inspired,
  .testimonial {
    margin: 0;
  }

  /* Succses (blog) */
  .succses {
    width: 100%;
    padding: 120px 0;
  }

  .succses-card {
    margin: 0 5px;
  }

  .succses-card h4 {
    font-size: 15px;
  }

  .succses-card div {
    visibility: visible;
  }

  /* Success (stories) */
  .success-story-left p{
    font-size: 15px;
  }

  .success-story-left h2{
    font-size: 25px;
    line-height: 32px;
  }

  .success-story-right{
    grid-template-columns: 1fr;
  }

  .success-card.results{
    grid-column: unset;
  }

  /* Generales */
  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  section {
    padding: 90px 5%;
  }

  .sliders {
    width: 80%;
    padding: 90px 0;
    margin: auto;
  }

  .slider {
    width: 100%;
  }

  .inspired-card {
    margin: 0 10px;
  }

  .sliders h3 {
    width: 80%;
    margin-bottom: 20px;
  }

  .img-portada-inspired {
    width: 100%;
  }

  .whatsapp-fixed {
    width: 50px;
    height: 50px;
    right: calc(95% - 50px);
  }

  .button {
    font-size: 14px;
    padding: 12px 20px;
  }

  /* Hero */
  .text-hero .title {
    font-size: 22px;
    line-height: 24px;
    max-width: 90%;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .text-hero h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .text-hero p {
    font-size: 15px;
    line-height: 19px;
    max-width: 90%;
    margin-top: 20px;
  }

  .container-main-customers img {
    max-height: 13px;
    max-width: 80px;
    margin: 0 5px;
  }
}