* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
}

.btn_primary, .slide_bg .slide .message .buttons-btn_proccess, .use_rpa-btn_want, .make .info-btn_know, .gradient .methodology-btn_company {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  background-image: -webkit-gradient(linear, right top, left top, from(#FB9902), to(#FA6964));
  background-image: linear-gradient(-90deg, #FB9902 0%, #FA6964 100%);
  color: white;
  padding: .8rem 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: .325rem;
  border: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.btn_primary:active, .slide_bg .slide .message .buttons-btn_proccess:active, .use_rpa-btn_want:active, .make .info-btn_know:active, .gradient .methodology-btn_company:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.btn_secondary, .header_bg .header .menu-link:last-child, .contact_bg .contact .form-btn_send {
  border: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: .5rem .8rem;
  border-radius: .4rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#FB9902), to(#FA6964));
  background-image: linear-gradient(-90deg, #FB9902 0%, #FA6964 100%);
  text-aling: center;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.btn_secondary:active, .header_bg .header .menu-link:active:last-child, .contact_bg .contact .form-btn_send:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.title_primary, .whatis_bg .whatis-title, .make .info-title, .gradient .benefit-title, .gradient .methodology-title, .current_job_bg .current_job-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #204578;
}

.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.header_bg.header_bg--center .header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_bg.header_bg--black {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.header_bg .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  min-height: 90px;
}

.header_bg .header-logo {
  margin: 0;
  padding: 0;
  width: 180px;
}

.header_bg .header-logo .image {
  width: 100%;
}

.header_bg .header .menu {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_bg .header .menu-link {
  margin: 0 2rem 0 0;
  font-size: 1rem;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.header_bg .header .menu-link:hover {
  text-decoration: underline;
}

.header_bg .header .menu-link:last-child:hover {
  text-decoration: none;
}

.slide_bg {
  min-height: 600px;
  width: 100%;
  background-image: url("../images/bg-robots.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide_bg.slide_bg--min {
  min-height: 400px;
  padding: 2rem 0 0 0;
}

.slide_bg .slide {
  margin: 0 auto;
}

.slide_bg .slide .message {
  font-family: "Raleway", sans-serif;
  color: white;
}

.slide_bg .slide .message-small {
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0;
}

.slide_bg .slide .message-text {
  margin: 0 0 1rem 0;
  font-size: 2.8rem;
  font-weight: 800;
}

.slide_bg .slide .message .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide_bg .slide .message .buttons-btn_proccess {
  margin: 0 1rem 0 0;
}

.slide_bg .slide .message .buttons-btn_benefits {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #F79900;
  border-radius: .325rem;
  padding: .8rem 1rem;
  text-decoration: none;
  border: 2px solid #F79900;
}

.whatis_bg {
  background: #f1f1f1;
  position: relative;
}

.whatis_bg:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 45%;
  width: 0;
  height: 0;
  border-top: 28px solid #f1f1f1;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.whatis_bg .whatis {
  padding: 5rem;
  margin: 0 auto;
  color: #204578;
}

.whatis_bg .whatis-title {
  text-align: center;
  margin: 0 0 .8rem 0;
}

.whatis_bg .whatis-description {
  display: block;
  max-width: 700px;
  width: 100%;
  font-size: 1.125rem;
  margin: 0 auto;
  text-align: center;
}

.use_rpa {
  min-height: 300px;
  margin: 6rem auto;
  display: block;
}

.use_rpa-title {
  margin: 0 0 3rem 0;
  color: #204578;
  text-align: center;
  font-size: 700;
  font-size: 2rem;
}

.use_rpa .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.use_rpa .boxes-item {
  width: 230px;
  margin: 0;
  padding: 0;
}

.use_rpa .boxes-item .image {
  margin: 0 auto;
  display: block;
  height: 150px;
}

.use_rpa .boxes-item .description {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  color: #204578;
  margin: 1.5rem 0 0 0;
  display: block;
}

.use_rpa-btn_want {
  display: block;
  margin: 4rem auto 0 auto;
  max-width: 280px;
  width: 90%;
}

.make {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.4);
}

.make-aside {
  width: 900px;
  min-height: 750px;
  background-image: url("../images/hand-robot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.make .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 3.5rem;
  padding: 3rem 0 0 0;
}

.make .info-title {
  margin: 0 0 2rem 0;
}

.make .info .block_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.make .info .block_cnt .block {
  border: 1px solid #ccc;
  width: 45%;
}

.make .info .block_cnt .block:first-child {
  margin: 0 0 1rem 0;
}

.make .info .block_cnt .block:nth-child(2) {
  margin: 0 0 1rem 0;
}

.make .info .block_cnt .block:nth-child(odd) {
  margin-right: 1rem;
}

.make .info .block_cnt .block-title {
  padding: .8rem;
  font-size: 1.375rem;
  color: #204578;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.make .info .block_cnt .block .list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem .8rem;
  margin: 0;
}

.make .info .block_cnt .block .list-item {
  font-size: 1.125rem;
  text-align: center;
  color: #204578;
}

.make .info .block_cnt .block .list-item .icon_cnt {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 .5rem 0;
}

.make .info .block_cnt .block .list-item .icon_cnt .icon_cnt-element {
  color: #FA6769;
  font-size: 3rem;
  text-align: center;
}

.make .info-btn_know {
  display: block;
  max-width: 300px;
  width: 95%;
  margin: 3rem 0 0 0;
}

.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9EAEA));
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #E9EAEA 100%);
  min-height: 800px;
  padding: 9rem 0 0 0;
  margin: 0;
  border-bottom: 1px solid #E9EAEA;
}

.gradient .benefit {
  margin: 0 auto;
  display: block;
  padding: 0;
}

.gradient .benefit-title {
  text-align: center;
  display: block;
  margin: 0;
}

.gradient .benefit-subtitle {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #204578;
  font-weight: 400;
  margin: .8rem 0 3rem 0;
}

.gradient .benefit .list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.gradient .benefit .list-item {
  width: 280px;
  margin: 0 0 1.5rem 0;
  padding: .4rem 0 0 3.2rem;
  position: relative;
}

.gradient .benefit .list-item:after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #FA6769;
}

.gradient .benefit .list-item .title {
  margin: 0 0 .3rem 0;
  color: #204578;
  font-weight: 800;
  font-size: 1.125rem;
  display: block;
  min-height: 45px;
}

.gradient .benefit .list-item .text {
  display: block;
  margin: 0;
  font-size: 1rem;
  color: #454545;
  line-height: 1.6rem;
}

.gradient .methodology {
  display: block;
  margin: 6rem auto 7rem auto;
}

.gradient .methodology-title {
  text-align: left;
  display: block;
  margin: 0;
}

.gradient .methodology-subtitle {
  display: block;
  text-align: left;
  font-size: 1rem;
  color: #204578;
  font-weight: 400;
  margin: .8rem 0 0 0;
}

.gradient .methodology-element {
  display: block;
  width: 84%;
  height: 5px;
  background: #E3E0E0;
  margin: 4rem auto 0 auto;
}

.gradient .methodology .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -1.8rem;
}

.gradient .methodology .line .box {
  width: 250px;
}

.gradient .methodology .line .box-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  background: -webkit-gradient(linear, right top, left top, from(#234678), to(#FF6964));
  background: linear-gradient(-90deg, #234678 0%, #FF6964 100%);
}

.gradient .methodology .line .box-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #204578;
  text-align: center;
}

.gradient .methodology .line .box .list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.2rem;
}

.gradient .methodology .line .box .list-item {
  display: block;
  font-size: 1.125rem;
  color: #204578;
  margin: 0 0 .5rem 0;
}

.gradient .methodology .line .box .list-item:last-child {
  margin: 0;
}

.gradient .methodology-btn_company {
  display: block;
  max-width: 300px;
  width: 95%;
  margin: 3rem auto 0 auto;
}

.current_job_bg {
  background-image: url("../images/bg_empresas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 7rem 0;
}

.current_job_bg .current_job {
  margin: 0 auto;
}

.current_job_bg .current_job-title {
  text-align: left;
  display: block;
  margin: 0;
}

.current_job_bg .current_job .client_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.5rem 0 0 0;
}

.current_job_bg .current_job .client_cnt .client {
  width: 300px;
  margin: 0 3rem 0 0;
}

.current_job_bg .current_job .client_cnt .client:last-child {
  margin: 0;
}

.current_job_bg .current_job .client_cnt .client-icon {
  font-size: 5rem;
  color: #FA6769;
  display: block;
  margin: 0 0 1.4rem 0;
}

.current_job_bg .current_job .client_cnt .client-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #204578;
  margin: 0;
}

.current_job_bg .current_job .client_cnt .client-description {
  font-size: 1rem;
  color: #204578;
  font-weight: 400;
  line-height: 1.4rem;
}

.contact_bg {
  background-image: -webkit-gradient(linear, right top, left top, from(#FD6964), to(#264778));
  background-image: linear-gradient(-90deg, #FD6964 0%, #264778);
  padding: 5rem;
}

.contact_bg.contact_bg--two .contact .location {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_bg.contact_bg--two .contact .location-title {
  text-align: center;
  width: 100%;
  margin: 0 0 3rem 0;
}

.contact_bg .contact {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.contact_bg .contact .location-title {
  font-size: 2rem;
  color: white;
  margin: 0 0 2.5rem 0;
}

.contact_bg .contact .location .item {
  color: white;
  margin: 0 0 2rem 0;
}

.contact_bg .contact .location .item:last-child {
  margin: 0;
}

.contact_bg .contact .location .item-title {
  color: white;
  font-weight: 700;
  margin: 0 0 .5rem 0;
}

.contact_bg .contact .location .item-text {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 .5rem .8rem;
}

.contact_bg .contact .location .item-text .icon {
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
}

.contact_bg .contact .location .item-text.item-text--phone {
  font-weight: 700;
}

.contact_bg .contact .form {
  background: white;
  width: 500px;
  min-height: 400px;
  border-radius: .325rem;
  padding: 3rem 2rem;
}

.contact_bg .contact .form-title {
  font-size: 2rem;
  color: #204578;
  font-weight: 800;
  text-align: left;
  display: block;
  margin: 0 0 2rem 0;
}

.contact_bg .contact .form .field {
  margin: 0 0 1.5rem 0;
}

.contact_bg .contact .form .field.field--error .field-input {
  border-bottom: 1px solid #dd6c6c;
}

.contact_bg .contact .form .field.field--error .field-textarea {
  border: 1px solid #dd6c6c;
}

.contact_bg .contact .form .field.field--error .field-error {
  display: block;
}

.contact_bg .contact .form .field-error {
  width: 100%;
  text-align: left;
  color: white;
  display: none;
  border-radius: .325rem;
  color: #dd6c6c;
  margin: .3rem auto 0 auto;
  font-size: .75rem;
}

.contact_bg .contact .form .field-input {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #979797;
  padding: .5rem .5rem .5rem 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4A4A4A;
  outline: none;
}

.contact_bg .contact .form .field-label {
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin: 2rem 0 .3rem 0;
}

.contact_bg .contact .form .field-textarea {
  width: 100%;
  padding: .5rem;
  border: 1px solid #979797;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  resize: none;
  min-height: 100px;
  outline: none;
  font-size: 1rem;
}

.contact_bg .contact .form-btn_send {
  display: block;
  width: 250px;
  margin: 2rem auto 0 auto;
  font-size: .875rem;
}
