body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1100px) {
  .pageWidth {
    padding: 0 10px;
  }
}

#header a.phone {
  font-weight: 600;
}

footer {
  font-weight: 500;
}

/* INTRO =============================================================== */
#intro {
  background-color: var(--gris-2);
  padding: var(--paddingMedium) 0 0 0;
  margin-top: 89px;
  font-size: 16px;
  color: var(--marino);
  overflow-x: hidden;
}

#intro .soon {
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.1em;
  margin-bottom: 0.8em;
}

#intro h1 {
  margin-bottom: 4em;
}

#intro h1 img {
  max-width: 950px;
}

#intro .claim {
  display: flex;
  /* align-items: flex-end; */
  position: relative;
}

#intro .claim div:first-child {
  margin-bottom: 2em;
}

#intro .claim h1 {
  font-weight: 800;
  font-size: clamp(1.6rem, 5.4vw, 3.5rem);
  line-height: 1.2em;
  margin-bottom: 0.5em;
  max-width: 740px;
  position: relative;
  z-index: 1;
}

#intro .claim h2 {
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 1.2em;
  margin: 0.2em 0 0.5em 0px;
  margin-bottom: 0.8em;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

#intro .claim p {
  font-weight: 600;
  font-size: clamp(0.9rem, 2.2vw, 1.2rem);
  line-height: 1.4em;
  margin-bottom: 2.2em;
  max-width: 550px;
  position: relative;
  z-index: 1;
}

#intro .claim a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1rem, 3.6vw, 1.2rem);
  background-color: var(--dorado-2);
  color: var(--marino);
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
}

#intro .claim a:hover {
  background-color: var(--dorado-1);
}

#intro .claim picture {
  width: 50%;
  max-height: 480px;
  display: flex;
}

#intro picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0 100%;
}

@media screen and (max-width: 800px) {
  #intro {
    margin-top: 0;
    overflow: initial;
  }
}

@media screen and (max-width: 1000px) {
  #intro .claim {
    width: 100%;
    align-items: flex-end;
  }

  #intro .claim picture {
    width: 600px;
    /* margin-bottom: 30px; */
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  #intro .claim {
    flex-direction: column;
  }

  #intro h1 {
    margin-bottom: 2em;
  }

  #intro .claim picture {
    max-width: 550px;
    margin: 0 auto;
  }

  #intro .claim h3 {
    max-width: 100%;
  }

  #intro .claim p {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  #intro h1 {
    margin-bottom: 1em;
  }

  #intro .claim picture {
    max-width: 100%;
  }
}
/* PROJECT =============================================================== */
#formacion {
  background-color: var(--gris-2);
  padding: 0 0 calc(var(--paddingMedium) * 1.3) 0;
}

#formacion .box {
  background-color: var(--dorado-3);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--radiusV);
  overflow: hidden;
  color: var(--marino);
  font-size: clamp(1rem, 3.5vw, 2.3em);
  padding: 1.4em;
}

#formacion h3 {
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 0.9em;
  text-align: center;
  max-width: 740px;
  color: var(--marino);
}

#formacion li,
#formacion p {
  line-height: 1.2em;
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1.3rem);
}

#formacion ul {
  margin-bottom: 1.4em;
  max-width: 800px;
}

#formacion li {
  position: relative;
  display: flex;
  margin-bottom: 0.6em;
}

#formacion li i {
  color: var(--purpura-2);
  margin-top: 0.1em;
  margin-right: 0.2em;
}

#formacion .apps li i {
  position: absolute;
  left: 0;
  top: 0.2em;
}

#formacion p {
  /* max-width: 800px; */
  background-color: var(--purpura-4);
  padding: 0.4em 0.8em;
  border-radius: 0.4em;
  text-align: center;
  font-weight: 600;
}

#formacion p strong {
  font-weight: 800;
}

@media screen and (max-width: 1000px) {
  #formacion .apps {
    padding: 0 2em;
  }

  #formacion .apps > div {
    flex-direction: column;
  }

  #formacion img {
    margin-bottom: 10px;
  }

  #formacion .apps h4 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 1em;
    width: auto;
  }

  #formacion .apps ul {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  #formacion .apps {
    padding: 0 1.5em;
  }

  #formacion a.cta {
    margin: 0 2em 2em 2em;
  }
}

/* BENEFICIOS ======================= */
#questions {
  background-color: var(--gris-2);
  padding: 0 0 calc(var(--paddingMedium) * 1.3) 0;
  font-size: 15px;
  color: var(--marino);
}

#questions .areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}

#questions .areas li {
  display: flex;
  flex-direction: column;
  line-height: 1.7em;
}

#questions .areas li h3 {
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

#questions .areas li:nth-child(1) h3 {
  color: var(--coral-1);
}

#questions .areas li:nth-child(2) h3 {
  color: var(--verde-1);
}

#questions .areas li:nth-child(3) h3 {
  color: var(--azul-1);
}

#questions .answers li {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

#questions p {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

#questions .answers li i {
  margin-top: 0.1em;
  margin-right: 0.2em;
}

#questions li:nth-child(1) .answers i {
  color: var(--coral-1);
}

#questions li:nth-child(2) .answers i {
  color: var(--verde-1);
}

#questions li:nth-child(3) .answers i {
  color: var(--azul-1);
}

@media screen and (max-width: 1000px) {
  #questions .areas {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em;
  }
}

@media screen and (max-width: 500px) {
  #questions ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em;
  }

  #questions ul li {
    padding: 0;
  }

  #questions ul li:nth-child(4) {
    display: none;
  }
}

#project {
  background-color: #f8f8f9;
  padding: var(--paddingMedium) 0;
  position: relative;
}

#project .texture {
  background: url("../../site/resources/texture_go_top_left_full.svg") no-repeat
    right 0;
  background-size: 100% auto;
  width: clamp(200px, 44%, 600px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.25;
}

#project h3 {
  margin: 0 0 0.7em 0;
  color: #000;
  color: var(--azul-2);
  font-weight: 700;
  font-size: clamp(1.8rem, 6.5vw, 3.8rem);
}

#project ul {
  /*     display: flex; */
}

#project ul li {
  font-weight: 500;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  line-height: 1.4em;
  color: #1b2432;
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}

#project ul li > i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--azul-1);
}

#project ul li a {
  color: #1aafd0;
}

#project p {
  color: #49505b;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4em;
  margin-bottom: 1em;
}

#project ul li a:hover {
  text-decoration: underline;
}

/* selection =============================================================== */
#selection {
  padding: 0 0 var(--paddingMedium) 0;
  position: relative;
  background-color: var(--gris-2);
}

#selection .description {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: var(--dorado-3);
  background-color: #fff;
  border-radius: var(--radiusV);
  color: var(--marino);
  font-size: clamp(1.2rem, 3.5vw, 2.4em);
  padding: 1.4em;
}

#selection h3 {
  color: var(--marino);
  /* margin: 0 0 0.7em 0; */
  font-weight: 800;
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  flex: 1;
  text-align: center;
}

#selection .description h4 {
  font-weight: 900;
  font-size: clamp(1.1rem, 3vw, 1.8rem);
  margin-bottom: 0.3em;
}

#selection .description div:nth-child(2) h4 {
  color: var(--azul-1);
}

#selection .description div:nth-child(3) h4 {
  color: var(--purpura-1);
}
#selection .description div:nth-child(4) h4 {
  color: var(--dorado-1);
}

#selection .description div:nth-child(5) h4 {
  color: var(--coral-1);
}
#selection .description div:nth-child(6) h4 {
  color: var(--coral-3);
}

#selection .description div > ul > li {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-bottom: 0.5em;
}

#selection .description div > ul > li span {
  flex: 1;
}

#selection .description div > ul > li i {
  margin-top: 0.1em;
  margin-right: 0.2em;
  color: var(--azul-1);
}

#selection .description div > ul > li ul {
  width: 100%;
  margin-left: 2em;
}

#selection ul h4 {
  color: #3ec497;
  font-weight: 600;
  color: #000;
  color: var(--azul-2);
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 3px 0;
}

#selection ul p {
  font-weight: 500;
  font-size: clamp(1.1rem, 3vw, 1.2rem);
  line-height: 1.4em;
  color: #1b2432;
  margin: 0 0 14px 0;
  display: flex;
}

#selection p,
#selection ul li {
  line-height: 1.2em;
  font-weight: 500;
  font-size: clamp(0.9rem, 2vw, 1.3rem);
}

#selection ul p i {
  margin: 2px 5px 0 0;
  color: #000;
  color: var(--azul-2);
}

/* FASES */
#phases {
  padding: 0 0 var(--paddingMedium) 0;
  background-color: var(--gris-2);
  position: relative;
}

#phases .texture {
  background-color: var(--marino);
  width: clamp(200px, 44%, 600px);
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.25;
}

#phases .desktop .row {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #49505b;
  /* color: #FFF; */
}

#phases .desktop .row.start div:nth-child(1),
#phases .desktop .row.start div:nth-child(3) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border-bottom: none;
}

#phases .desktop .row.last div:nth-child(1),
#phases .desktop .row.last div:nth-child(3) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  border-bottom: none;
}

#phases .desktop .row > div:nth-child(1),
#phases .desktop .row > div:nth-child(3) {
  width: 45%;
  background-color: #fff;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); */
  padding: 10px 20px;
  border-bottom: 1px solid var(--gris-4);
}

#phases .desktop .row.note > div:nth-child(1),
#phases .desktop .row.note > div:nth-child(3) {
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  border-bottom: none;
  color: var(--marino);
}

#phases .desktop .row.certification > div:nth-child(1),
#phases .desktop .row.certification > div:nth-child(3) {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-top: 35px;
  color: var(--marino);
}

#phases .desktop .row.certification .key {
  background: url("key.svg") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  height: 30px;
  left: 0;
  right: 0;
}

#phases .desktop .row > div:nth-child(2) {
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  font-size: 14px;
  width: 10%;
  position: relative;
  color: var(--marino);
}

#phases .desktop .row > div:nth-child(2) .arrow {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: 0;
  background: url("arrow.svg") no-repeat center center;
  border-radius: 0;
}

#phases .desktop .row > div:nth-child(3) {
  width: 45%;
}

#phases .desktop .row > div ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

#phases .desktop .row > div ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--purpura-2);
}

#phases .desktop .row > div h3 {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  margin: 0;
}

#phases .desktop .row.start > div:nth-child(1) {
  background: var(--purpura-2);
}

#phases .desktop .row.start div:nth-child(3) {
  background: var(--purpura-2);
}

#phases .desktop .row.start p {
  color: #fff;
  text-align: center;
}

#phases .mobile {
  max-width: 500px;
  margin: 0 auto;
  display: none;
}

#phases .mobile .phase {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

#phases .mobile .phase:first-child {
  margin-bottom: 30px;
}

#phases .mobile .phase > div:first-child,
#phases .mobile .phase > div:last-child {
  border-bottom: none;
}

#phases .mobile .phase.one > div:nth-child(1) {
  background: var(--purpura-2);
}

#phases .mobile .phase.two > div:nth-child(1) {
  background: var(--purpura-2);
}

#phases .mobile .certification {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-top: 35px;
  margin-bottom: 20px;
  color: var(--marino);
}

#phases .mobile .certification .key {
  background: url("key.svg") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  height: 30px;
  left: 0;
  right: 0;
}

#phases .mobile .phase > div h3 {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.7vw, 2.1rem);
  line-height: 1.2em;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  margin: 0;
}

#phases .mobile .phase > div {
  padding: 10px 20px;
  border-bottom: 1px solid var(--gris-4);
}

#phases .mobile .phase .type {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
}

#phases .mobile ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

#phases .mobile ul li i {
  position: absolute;
  top: 3px;
  left: 0;
}

#phases .mobile .connection {
  display: flex;
  align-items: center;
  margin: 30px auto;
  max-width: 300px;
  color: var(--marino);
}

#phases .mobile .connection .arrow {
  display: block;
  width: 30px;
  height: 60px;
  margin-right: 10px;
  background: url("arrow_down.svg") no-repeat center center;
}

#phases .mobile .row.note > div {
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  border-bottom: none;
}

#phases .mobile .row.note > div p {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #phases .desktop {
    display: none;
  }

  #phases .mobile {
    display: block;
  }
}

/* INSCRIPCION */
#inscription {
  padding: 0 0 var(--paddingMedium) 0;
  position: relative;
  background-color: var(--gris-2);
  text-align: center;
}

#inscription h3 {
  color: #000;
  font-weight: 800;
  font-size: 43px;
  font-size: clamp(1.7rem, 4.5vw, 2.8rem);
  margin: 0 0 0.7em 0;
}

#inscription p {
  font-weight: 500;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  line-height: 1.4em;
  color: #1b2432;
  margin-bottom: 1em;
}

#inscription a {
  border-radius: 1em;
  padding: 0.3em 1em;
  font-weight: 700;
  font-size: clamp(1.1rem, 3.6vw, 1.5rem);
  background-color: var(--dorado-2);
  color: var(--marino);
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
}

#inscription a:hover {
  background-color: var(--dorado-1);
}

/* FIX PARA HEADER Y FOOTER SIN DATOS DE CONTACTO */
#header a.phone,
footer .location li.phone,
footer .location li.mail {
  display: none;
}
