body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 1100px) {
  .pageWidth {
    padding: 0 10px;
  }
}

/* INTRO =============================================================== */
#intro {
  min-height: 680px;
  display: flex;
  justify-content: flex-end;
  margin-top: 89px;
  position: relative;
}

#intro .texture {
  background: url("../../resources/texture_go_bottom_left.svg") no-repeat right
    bottom;
  background-size: 100% auto;
  width: 44%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

#intro .solution {
  padding: 50px 0 50px 60px;
  font-weight: 300;
  box-sizing: border-box;
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: center;
}

#intro .solution h1 {
  font-weight: 200;
  font-size: clamp(1.5rem, 4.3vw, 2.4rem);
  line-height: 1.2em;
  color: #fd9a00;
  margin: 0 0 clamp(20px, 2.2vw, 30px) 0;
}

#intro .solution h2 {
  font-weight: 200;
  font-size: clamp(2.2rem, 4.8vw, 3.1rem);
  color: #273347;
  margin: 0 0 clamp(10px, 2.2vw, 15px) 0;
}

#intro .solution h3 {
  font-weight: 200;
  line-height: 1.2em;
  font-size: clamp(1.4rem, 3.8vw, 2.3rem);
  color: #49505b;
  margin: 0 0 clamp(20px, 2.2vw, 30px) 0;
}

#intro .solution h4 {
  font-weight: 200;
  line-height: 1.2em;
  font-size: clamp(1.1rem, 3vw, 1.7rem);
  color: #49505b;
  margin: 0 0 50px 0;
}

#intro .solution .actions a {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #37c597;
  padding: 15px 25px;
  border-radius: 6px;
  transition: all 0.2s;
}

#intro .solution .actions a:hover {
  background-color: #299b76;
}

#intro .pageWidth {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

#intro .photo {
  width: 44%;
  background: url(intro.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  #intro .solution h1 {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1010px) {
  #intro {
    min-height: 550px;
  }

  #intro .solution {
    padding: 30px 10px 30px 60px;
  }
}

@media screen and (max-width: 800px) {
  #intro {
    margin-top: 0px;
    /* display: block; */
    flex-direction: column-reverse;
    min-height: auto;
  }

  #intro .photo {
    height: 0;
    padding-top: 55%;
    width: 100%;
    position: relative;
    top: 0;
    background-position: center bottom;
    background-size: contain;
  }

  #intro .solution {
    display: block;
    width: 100%;
    padding: 60px 30px 30px 30px;
  }

  #intro .texture {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  #intro .photo {
    padding-top: 65%;
  }
}

@media screen and (max-width: 600px) {
  #intro .solution {
    padding: 50px 20px 20px 20px;
  }

  #intro .pageWidth {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  #intro .solution {
    padding: 40px 0 15px 0;
  }

  #intro .photo {
    padding-top: 65%;
  }

  #intro .solution .actions a {
    font-size: 18px;
    padding: 11px 18px;
  }
}

@media screen and (max-width: 380px) {
  #intro .pageWidth {
    display: block;
    margin-bottom: 20px;
  }

  #intro .photo {
    padding-top: 100%;
  }
}

/* POLITICA DE PRECIOS =============================================================== */
#prices {
  background: #eff0f1;
  padding: 30px 0;
}

#prices .pageWidth {
  display: flex;
  justify-content: center;
}

#prices a {
  text-align: center;
  font-size: 20px;
  font-size: clamp(0.9rem, 2.3vw, 1.25rem);
  color: #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 6px;
  transition: all 0.2s;
  font-weight: 700;
  transition: all 0.2s;
  background: rgb(255, 203, 0);
  background: -moz-linear-gradient(
    270deg,
    rgba(255, 203, 0, 1) 0%,
    rgba(246, 147, 0, 1) 50%,
    rgba(255, 109, 139, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 203, 0, 1) 0%,
    rgba(246, 147, 0, 1) 50%,
    rgba(255, 109, 139, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(255, 203, 0, 1) 0%,
    rgba(246, 147, 0, 1) 50%,
    rgba(255, 109, 139, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00",endColorstr="#ff6d8b",GradientType=1);
}

#prices a i {
  font-size: 30px;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  /* 	margin-top: 2px; */
}

#prices a:hover {
  background: rgb(228, 182, 0);
  background: -moz-linear-gradient(
    270deg,
    rgba(228, 182, 0, 1) 0%,
    rgba(232, 139, 0, 1) 50%,
    rgba(223, 96, 122, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(228, 182, 0, 1) 0%,
    rgba(232, 139, 0, 1) 50%,
    rgba(223, 96, 122, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(228, 182, 0, 1) 0%,
    rgba(232, 139, 0, 1) 50%,
    rgba(223, 96, 122, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4b600",endColorstr="#df607a",GradientType=1);
}

@media screen and (max-width: 600px) {
  #prices a {
    display: flex;
    flex-direction: column;
    max-width: 360px;
  }
}
/* ADVANTAGE =============================================================== */
#advantage {
  background-color: #ffffff;
  padding: 120px 0 180px 0;
  position: relative;
}

#advantage .texture {
  background: url("../../resources/texture_go_bottom_right.svg") no-repeat right
    bottom;
  background-size: 100% auto;
  width: 44%;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

#advantage .wrapper {
  position: relative;
  min-height: 492px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  z-index: 1;
}

#advantage .wrapper p {
  width: 50%;
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
  box-sizing: border-box;
  padding-right: 30px;
}

#advantage h2 {
  color: #4f4da7;
  font-weight: 200;
  font-size: 43px;
  margin-bottom: 70px;
  text-align: center;
}

#advantage h3 {
  width: 50%;
  font-weight: 400;
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 0;
}

#advantage .photo.notebook {
  background: url(notebook.png) no-repeat center center;
  background-size: auto 100%;
  display: block;
  position: absolute;
  right: auto;
  left: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 492px;
}

#advantage .photo.tablet {
  background: url(tablet.png) no-repeat center center;
  background-size: auto 100%;
  display: block;
  position: absolute;
  right: auto;
  left: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 492px;
}

#advantage .pageWidth div ul {
  width: 50%;
}

#advantage .pageWidth div ul li {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  color: #1b2432;
}

#advantage .pageWidth div ul li strong {
  margin-bottom: 7px;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
}

#advantage .pageWidth div ul li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  #advantage .pageWidth {
    /* padding: 0 40px; */
  }
}

@media screen and (max-width: 1010px) {
  #advantage h2 br {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  #advantage .pageWidth div .photo {
    width: 50%;
    margin-right: 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  #advantage h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  #advantage .texture {
    width: 50%;
  }
  #advantage .wrapper {
    position: relative;
    min-height: auto;
    display: block;
    align-items: center;
    height: 350px;
  }

  #advantage h3 {
    width: 100%;
  }
  #advantage .wrapper p {
    width: 100%;
  }

  #advantage .photo.notebook {
    right: auto;
    left: auto;
    width: 100%;
    height: 350px;
    background-position-x: center;
    background-size: contain;
  }
  #advantage .photo.tablet {
    right: auto;
    left: auto;
    width: 100%;
    height: 350px;
    background-position-x: center;
    background-size: contain;
  }

  #advantage .wrapper .pageWidth {
    padding-top: 392px;
  }
}

@media screen and (max-width: 640px) {
  #advantage {
    padding: 130px 0 150px 0;
  }

  #advantage .pageWidth div {
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  #advantage h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  #advantage .wrapper,
  #advantage .photo.notebook,
  #advantage .photo.tablet {
    height: 220px;
  }
  #advantage .wrapper .pageWidth {
    padding-top: 240px;
  }
}

@media screen and (max-width: 450px) {
  #advantage h2 {
    font-size: 33px;
  }
  #advantage .pageWidth {
    padding: 0 20px;
  }

  #advantage h3 {
    font-size: 21px;
    line-height: 30px;
  }

  #advantage .wrapper p {
    font-size: 17px;
    line-height: 26px;
  }

  #advantage {
    padding: 120px 0 140px 0;
  }
}

@media screen and (max-width: 450px) {
  #advantage h2 {
    font-size: 30px;
  }
}

/* ADVICE =============================================================== */
#advice {
  /* min-height: 680px; */
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 100px;
}

#advice .solution {
  padding: 50px 0 100px 30px;
  font-weight: 300;
  box-sizing: border-box;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  color: #2b3346;
}

#advice .solution h2 {
  font-weight: 300;
  font-size: 60px;
  color: #273347;
  margin-bottom: 15px;
}

#advice h3 {
  font-weight: 200;
  font-size: 45px;
  color: #6a67ce;
  margin: 0 0 30px 0;
}

#advice .solution p {
  font-weight: 200;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 30px 4px;
  color: #49505b;
}

#advice .solution p strong {
  color: #02ceff;
  font-weight: 300;
}

#advice .solution .actions a {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #37c597;
  padding: 15px 25px;
  border-radius: 6px;
  margin-top: 20px;
}

#advice .solution .actions a:hover {
  background-color: #299b76;
}

#advice .pageWidth .wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  /* margin:  unset; */
}

#advice .photo {
  width: 50%;
  background: url(advice.png) no-repeat center bottom;
  background-size: contain;
}

#advice .pageWidth a.contact {
  position: absolute;
  right: 10px;
  bottom: -31px;
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23FC636B' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  background-position: 0 0;
  width: 68px;
  height: 62px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#advice .pageWidth a.contact:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23e04d55' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  background-position: 0 0;
}

@media screen and (max-width: 1000px) {
  #advice .pageWidth .wrapper {
    flex-direction: column-reverse;
  }
  #advice .solution {
    width: 100%;
    padding: 50px 0 30px 0;
  }
  #advice .photo {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 650px) {
  #advice .solution {
    padding-top: 0;
  }
}

#screenshot {
  background-color: #eff0f1;
  position: relative;
  margin-top: 0;
}

#screenshot .wrapper {
  background-color: #f8f8f9;
  padding-top: 140px;
  padding-bottom: 140px;
}

#screenshot .pageWidth {
  align-items: center;
  /* color: #eff0f1; */
  text-align: center;
  z-index: 1;
}

#screenshot h2 {
  color: #4f4da7;
  font-weight: 200;
  font-size: 47px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

#screenshot h3 {
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  /* color: #ffd200; */
  color: #ffffff;
  color: #cdcfd7;
}

#screenshot p {
  text-align: left;
  font-size: 22px;
  line-height: 31px;
  font-weight: 200;
  box-sizing: border-box;
  max-width: 780px;
  margin: 0 auto 0 auto;
  /* color: #898E95; */
  color: #49505b;
  text-align: left;
}

#screenshot p strong {
  font-weight: 300;
  color: #02ceff;
  color: #1aafd0;
}

#screenshot .photo {
  max-width: 900px;
  height: 402px;
  margin: 0 auto 60px auto;
  background: url(screenshot.jpg) no-repeat center 0;
  background-size: contain;
  position: relative;
  /* box-shadow: 0 4px 10px #00000060; */
}

#screenshot .texture {
  background: url("../../resources/texture_go_top_right.svg") no-repeat right 0;
  background-size: 100% auto;
  width: 44%;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 900px) {
  #screenshot .photo {
    margin: 0 20px 60px auto;
    margin-top: 60px;
  }
  #screenshot .wrapper {
    padding-bottom: 150px;
  }

  #screenshot h2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 850px) {
  #screenshot p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 700px) {
  #screenshot .wrapper {
    padding: 200px 10px 130px 10px;
  }
}

@media screen and (max-width: 600px) {
  #screenshot .photo {
    margin: 0 20px;
    height: 320px;
    background-position-y: center;
  }

  #screenshot .wrapper {
    padding: 160px 10px 130px 10px;
  }
}

@media screen and (max-width: 550px) {
  #screenshot h2 {
    font-size: 39px;
    margin-bottom: 10px;
  }
  #screenshot h3 {
    font-size: 23px;
  }

  #screenshot .wrapper {
    padding: 150px 0 130px 0;
  }
  #screenshot p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 450px) {
  #screenshot .photo {
    margin: 0 20px;
    height: 362px;
  }
  #screenshot h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  #screenshot h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 380px) {
  #screenshot .photo {
    height: 339px;
  }
}

/* Comunidad WhatsApp */
#comunidadWs {
  background-color: #f8f8f9;
  padding: 0 0 var(--paddingMedium) 0;
  font-size: 16px;
  color: var(--marino);
}

#comunidadWs .banner {
  background-color: #d5eed6;
  border-radius: calc(var(--radiusV) * 0.5);
  display: flex;
  gap: 2em;
  align-items: center;
  padding: 1.5em 3em 1.5em 1.5em;
}

#comunidadWs .banner .data h4 {
  font-weight: 800;
  font-size: clamp(1.5rem, 3.1vw, 2.2rem);
  line-height: 1.1em;
  max-width: 900px;
  margin-bottom: 0.2em;
}

#comunidadWs .banner .data p {
  font-weight: 600;
  font-size: clamp(0.9rem, 1.8vw, 1.22rem);
  line-height: 1.3em;
  margin-bottom: 0.6em;
  max-width: 900px;
}

#comunidadWs .banner .data h5 {
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.4rem);
  line-height: 1.3em;
  max-width: 900px;
  margin: 0;
}

#comunidadWs .banner .data .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6em;
}

#comunidadWs .banner .data .cta a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.2rem);
  background-color: #00c307;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.2em;
}

#comunidadWs .banner .data .cta a i {
  font-size: 1.3em;
}

#comunidadWs .banner .data .cta a:hover {
  background-color: #008f05;
}

#comunidadWs .banner picture {
  width: 150px;
  display: flex;
}

#comunidadWs .banner picture img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #comunidadWs .banner .data .cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 650px) {
  #comunidadWs .banner {
    align-items: flex-start;
  }
}

@media screen and (max-width: 500px) {
  #comunidadWs .banner {
    flex-direction: column;
    align-items: center;
    padding: 1.5em 3em 1.5em 3em;
    gap: 0;
  }

  #comunidadWs .banner .data {
    text-align: center;
  }

  #comunidadWs .banner .data .cta {
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  #comunidadWs .banner ul li {
    width: 100%;
  }

  #comunidadWs .banner picture {
    display: none;
  }

  #comunidadWs .banner ul li p {
    width: 100%;
  }
}
