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("../../site/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: 100px 0 0 0;
  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: 80px;
  color: #273347;
  margin-bottom: 25px;
}

#intro .solution h2 {
  font-weight: 200;
  font-size: 47px;
  color: #fd9a00;
  margin: 0 0 30px 0;
}

#intro .solution p {
  font-weight: 200;
  font-size: 40px;
  /* line-height: 40px; */
  margin: 0 0 90px 4px;
  color: #49505b;
}

#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 .brand {
  display: flex;
  justify-content: flex-end;
  position: relative;
  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;
  }
  #intro .solution h1 {
    font-size: 48px;
    margin-bottom: 12px;
  }
  #intro .solution h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #intro .solution p {
    margin-bottom: 30px;
    font-size: 30px;
    /* line-height: 40px; */
  }
}

@media screen and (max-width: 800px) {
  #intro {
    margin-top: 0px;
    /* display: block; */
    flex-direction: column;
    min-height: auto;
  }
  #intro .photo {
    height: 0;
    padding-top: 55%;
    width: 100%;
    position: relative;
    top: 0;
    background-position: center center;
    background-size: cover;
  }
  #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 .solution h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  #intro .solution h2 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  #intro .solution p {
    font-size: 26px;
  }
  #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 h1 {
    font-size: 36px;
  }
  #intro .solution h1 span {
    font-size: 40px;
  }
  #intro .solution h2 {
    font-size: 30px;
  }
  #intro .solution p {
    font-size: 23px;
  }
  #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%;
  }
  #intro .solution h1 {
    font-size: 29px;
  }
  #intro .solution h2 {
    font-size: 25px;
  }
  #intro .solution p {
    font-size: 21px;
  }
}

/* PROJECT =============================================================== */

#project {
  background-color: #f8f8f9;
  padding: 180px 0 180px 0;
  position: relative;
}

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

#project h3 {
  margin: 0 0 30px 0;
  color: #4f4da7;
  color: #fc636b;
  font-weight: 200;
  font-size: 56px;
  /*     text-align: center; */
  /*     max-width: 880px; */
}

#project ul {
  /*     display: flex; */
}
#project ul li {
  /*     width: 33%; */
  color: #676d76;
  font-weight: 200;
  font-size: 27px;
  line-height: 1.4em;
  /*     text-align: center; */
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}

#project ul li > i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #fc636b;
}
#project ul li a {
  color: #1aafd0;
}

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

@media screen and (max-width: 800px) {
  #project .texture {
    width: 50%;
  }
  #project h3 {
    font-size: 38px;
  }
  #project h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  #project {
    padding: 80px 0 40px 0;
  }
  #project h3 {
    font-size: 33px;
  }
  #project h4 {
    font-size: 27px;
  }
}

/* selection =============================================================== */

#selection {
  background-color: #f8f8f9;
  padding: 140px 0 140px 0;
  position: relative;
  /* margin-top: 242px; */
}

#selection .texture {
  background: url("../../site/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;
}

#selection .description {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#selection h3 {
  margin: 0 0 30px 0;
  color: #4f4da7;
  font-weight: 200;
  font-size: 62px;
}

#selection p.type {
  margin: 10px auto 20px auto;
  color: #3ec497;
  font-weight: 200;
  font-size: 42px;
  flex: 1;
}

#selection ul {
  /* width: calc(50% - 20px); */
  margin-top: 18px;
}

#selection ul h4 {
  color: #fc636b;
  color: #3ec497;
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 3px 0;
}

#selection ul p {
  color: #49505b;
  font-weight: 200;
  font-size: 19px;
  line-height: 1.5em;
  margin: 0 0 14px 0;
  display: flex;
}

#selection ul li.requests {
  margin-bottom: 30px;
}

#selection ul li.requests p {
  margin: 0 0 2px 0;
}

#selection ul p i {
  margin: 2px 5px 0 0;
  color: #000;
}

#selection .description .wrapper {
  /* width: calc(50% - 20px); */
}

#selection p {
  font-size: 21px;
  line-height: 38px;
  /* margin-bottom: 60px; */
  color: #49505b;
  font-weight: 200;
  margin: 0 auto 21px auto;
}

@media screen and (max-width: 860px) {
  #selection .description {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto 20px auto;
  }
  #selection h3 {
    width: 100%;
    font-size: 50px;
  }
  #selection .description .wrapper {
    width: 100%;
  }
  #selection .highlight {
    max-width: 600px;
    margin: 0 auto 20px auto;
  }
  #selection .highlight p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 600px) {
  #selection .description {
    max-width: 480px;
  }
  #selection .highlight {
    max-width: 480px;
  }
  #selection h3 {
    font-size: 43px;
  }
}

@media screen and (max-width: 450px) {
  #selection p {
    font-size: 20px;
    line-height: 30px;
  }
}

#selection .inscription {
  background-color: #e8f7fb;
  box-sizing: border-box;
  padding: 30px;
}

#selection .inscription h3 {
  color: #4f4da7;
  font-weight: 300;
  margin: 0 0 20px 0;
  font-size: 33px;
}

#selection .inscription p {
  font-weight: 200;
  font-size: 21px;
  color: #273347;
}

#selection .inscription a.btn {
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  color: #ffffff;
  background-color: #6a67ce;
  padding: 12px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  transition: all 0.2s;
  margin-top: 15px;
}

#selection .inscription a.btn:hover {
  background-color: #4f4da7;
}

#selection .inscription a.normal {
  font-weight: 300;
  font-size: 21px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #4f4da7;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}

#selection .inscription a.normal i {
  margin-top: 2px;
}

#selection .inscription a.normal:hover {
  background-color: #6a67ce;
}

#selection .inscription h4 {
  font-weight: 200;
  font-size: 25px;
  color: #273347;
  margin-bottom: 9px;
}

#selection .inscription p {
  font-weight: 200;
  font-size: 19px;
  line-height: 1.5em;
  color: #273347;
}

#selection .inscription p span {
  font-weight: 300;
  font-size: 19px;
  color: #4f4da7;
}

/* ACHIEVEMENT =============================================================== */

#achievement {
  /* 	background-color: #f8f8f9; */
  padding: 180px 0 180px 0;
  position: relative;
}

#achievement .texture {
  background: url("../../site/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;
}

#achievement h3 {
  margin: 0 0 30px 0;
  color: #179dba;
  /* color: #FC636B; */
  font-weight: 200;
  font-size: 56px;
  /*     text-align: center; */
  /*     max-width: 880px; */
}

#achievement ul li {
  /*     width: 33%; */
  color: #676d76;
  font-weight: 200;
  font-size: 27px;
  line-height: 1.4em;
  /*     text-align: center; */
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}

#achievement ul li > i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #179dba;
}

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

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

@media screen and (max-width: 800px) {
  #achievement h3 {
    font-size: 38px;
  }
  #achievement h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  #achievement {
    padding: 80px 0 40px 0;
  }
  #achievement h3 {
    font-size: 33px;
  }
  #achievement p {
    font-size: 27px;
  }
}

/* INSCRIPCION */

#inscription {
  padding: 120px 0 124px 0;
  position: relative;
  background-color: #f8f8f9;
  text-align: center;
}

#inscription a{
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    transition: all .2s;
}

#inscription a:hover{
    background-color: #299b76;
}




#testimony {
  padding: 100px 0 100px 0;
  font-weight: 300;
  box-sizing: border-box;
  display: flex;
  /* flex: 1; */
  /* flex-direction: column; */
  align-items: center;
  /* height: 100%; */
}

#testimony .pageWidth {
  display: flex;
}

#testimony .wrapper {
  background-color: #fff8e5;
  padding: 40px 40px;
  border-radius: 5px;
  flex: 1;
  margin-left: 30px;
}

#testimony .wrapper p {
  font-size: 20px;
  line-height: 1.4em;
}
#testimony .wrapper p.name {
  font-weight: 400;
  margin-bottom: 2px;
}
#testimony .wrapper p.experience {
  margin-bottom: 1em;
}

#testimony .wrapper p.author {
  font-weight: 400;
  font-size: 17px;
  color: #4f4da7;
}

#testimony .wrapper p.role {
  font-size: 17px;
  color: #676d76;
}

#testimony .photo {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: url(intro.jpg) no-repeat center 10%;
  background-size: cover;
  /* position: absolute; */
  /* top: 0px; */
  /* bottom: 0; */
  /* left: 0; */
  z-index: 1;
}

@media screen and (max-width: 850px) {
  #testimony .pageWidth {
    flex-direction: column;
  }
  #testimony .photo {
    margin-bottom: 30px;
  }
  #testimony .wrapper {
    margin-left: 0;
  }
}
