/* Abstracts */
body {
  color: #383f97;
  font-family: "Roboto-Regular";
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h3 {
  color: #ffffff;
  font-family: "Roboto-Bold";
  font-size: 40px;
}

h3.dark {
  color: #383f97;
}

h5 {
  font-size: 18px;
}

.p-title,
.b-title,
.w-title {
  display: block;
  font-family: "Roboto-Bold";
  padding-bottom: 10px;
  text-transform: uppercase;
}

.p-title--capitalized,
.b-title--capitalized,
.w-title--capitalized {
  text-transform: capitalize;
}

.b-title {
  color: #383f97;
}

.p-title,
.p-text {
  color: #f9a5cb;
}

.dp-text {
  color: #c881a2;
}

.tg-text {
  color: #85c4bb;
}

.bold {
  font-family: "Roboto-Bold";
}

.bold.green {
  color: #85c4bb;
}

.italic {
  font-family: "Roboto-Italic";
}

.txt-color {
  color: #383f97;
}

.left-space {
  display: inline-block;
  padding-left: 2px;
}

.dark-txt {
  color: #4e5961;
}

.light-text {
  color: #ffffff;
}

.font-18 {
  font-size: 18px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.half {
  width: 50%;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.block {
  display: block;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-0 {
  padding-bottom: 0;
}

.separator {
  background-color: #e4bfd0;
  height: 2px;
  margin-bottom: 40px;
  width: 100%;
}

.separator.double-row {
  margin-top: 48px;
}

.top-space {
  margin-top: 110px;
}

.green-button {
  color: white;
  background-color: #85c4bb;
  display: block;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 8px;
  text-transform: uppercase;
}

.green-button > img {
  margin-left: 10px;
}

.green-button:hover {
  text-decoration: none;
  color: #ffffff;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}

.columns div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.columns div button,
.columns div a {
  position: absolute;
  bottom: -40px;
}

.final__img {
  position: relative;
  left: -75px;
  width: 100vw;
}

.cropped-title {
  max-width: 189px;
  font-size: 40px;
  line-height: 43px;
  display: block;
  font-weight: bold;
  margin-bottom: 18px;
}

.vertical-padding {
  padding-top: 30px;
  padding-bottom: 48px;
}

.quote {
  padding-left: 10px;
  font-style: italic;
  border-left: 3px solid #a2e4db;
}

@media only screen and (max-width: 768px) {
  .half {
    width: 100%;
  }
  .inline-between,
  .space-between,
  .space-around {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 10px 0;
  }
  textarea {
    max-width: 250px;
  }
  .w-mobile {
    width: 100%;
  }
}

/* Fonts */
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Roboto-Italic.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
}

/* Layout */
footer {
  color: #ffffff;
  padding: 48px 70px 90px 70px;
}

footer .wrapper {
  padding-bottom: 100px;
}

footer .wrapper-digital .question {
  font-size: 21px;
}

footer .wrapper-digital span.standout {
  color: #f9a5cb;
  display: inline-block;
  font-family: "Roboto-Bold";
  margin: 0 6px;
}

footer span {
  display: block;
}

footer span.connect {
  font-size: 40px;
  margin: 30px 0 18px 0;
  max-width: 164px;
  line-height: 40px;
}

footer span.connect.solver {
  max-width: 326px;
  line-height: 50px;
}

footer span.digital {
  font-size: 40px;
  margin: 30px 0 18px 0;
  max-width: 326px;
}

footer span.email {
  display: inline-block;
}

footer span.txt {
  line-height: 18px;
  max-width: 400px;
}

footer a {
  color: #f9a5cb;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
}

footer input {
  background-color: transparent;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  display: block;
  height: 36px;
  margin-top: 18px;
  padding-left: 15px;
  width: 345px;
  color: white;
}

footer input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer input:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer input::-ms-input-placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer input::placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer textarea {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-top: 8px;
  padding: 9px 14px;
}

footer textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer textarea:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer textarea::-ms-input-placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

footer textarea::placeholder {
  color: #ffffff;
  font-family: "Roboto-Regular";
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 30px;
  }
  footer textarea {
    width: 300px;
  }
}

.content {
  padding: 48px 75px;
}

.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.two-columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.two-columns:first-child {
  margin-right: 10%;
}

.image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0 48px 0;
}

.image-container img {
  width: 100%;
}

.image-container img.w-80 {
  width: 80%;
}

.image-container.center {
  margin: 0 auto;
  width: 80%;
}

.image-container.large {
  padding: 0;
}

.image-container.large img {
  width: 100%;
}

.full-container {
  width: 100%;
}

.full-container.dark-blue {
  background-color: #383f97;
  color: #ffffff;
}

.full-container.bg-contact {
  background-image: url("../images/secundariaOpac.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.full-container.bg-colors-primary {
  background-image: url("../images/principal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 50px;
  background-color: #383f97;
}

.full-container .full-content {
  padding: 48px 75px;
}

.full-container.bottom {
  padding-bottom: 20px;
}

.first-section {
  height: 448px;
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 48px;
  }
  .content.mobile {
    padding: 28px;
  }
  .full-container .full-content {
    padding: 18px 24px;
  }
  .full-container .full-content.space {
    padding: 70px 24px 80px 24px;
  }
  .first-section {
    height: auto;
    margin-top: 100px;
  }
  .bg-rectangle {
    bottom: -100px;
    width: 300px;
  }
  .image-container {
    padding: 0;
  }
}

header {
  background-color: #383f97;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 114px;
  padding: 28px 28px 28px 75px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

header div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

header img {
  width: 96px;
}

header ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

header ul a {
  color: #f9a5cb;
  text-decoration: none;
}

header ul a.active {
  color: #ffffff;
}

header ul a:hover {
  text-decoration: none;
}

header ul li {
  color: #e4bfd0;
  font-family: "Roboto-Bold";
  margin-right: 24px;
  text-transform: uppercase;
}

header ul li:last-child {
  margin-right: 0;
}

header ul li.options {
  position: relative;
}

header ul li.options img {
  width: 10px;
}

header ul li:hover a {
  color: #c881a2;
}

header ul li.write-me {
  background-color: #7378b6;
  border-radius: 8px;
  padding: 8px 16px;
}

header ul li.write-me button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

header ul li.write-me button span {
  font-size: 14px;
}

header ul li.write-me button img {
  margin-left: 10px;
  width: 7.41px;
  height: 12px;
}

header ul li.write-me button:hover {
  color: #ffffff;
  text-decoration: none;
}

header.home > .logo {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

header.home div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header button {
  background-color: transparent;
  border: none;
  color: #f9a5cb;
}

.presentation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 454px;
  margin: 114px auto 0 auto;
  color: white;
}

.presentation span .light-text {
  line-height: 18px;
}

.presentation .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -100px;
}

.presentation .column span:last-child {
  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 18px;
  }
  header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  header.home div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header ul li.write-me {
    margin-top: 10px;
  }
  header:not(.home) div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header:not(.home) div img.logo-header {
    margin-top: -24px;
    width: 76px;
  }
  header > div {
    margin-top: 30px;
  }
  .presentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 100px 30px 70px 30px;
    width: 90%;
  }
  .presentation .lya-image {
    margin-top: 130px;
    margin-right: 0;
  }
  .presentation span {
    margin-top: 0;
    width: 100%;
  }
  .about {
    max-width: 100% !important;
  }
}

/* Components */
button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 16px;
  padding: 8px 16px;
}

footer button {
  background-color: #85c4bb;
  color: #FFFFFF;
  display: block;
  opacity: 0.7;
}

.btn-green {
  background-color: #85c4bb;
  color: #ffffff;
  margin-right: 8px;
  width: 124px;
  text-decoration: none;
}

.btn-green.opacity {
  opacity: 0.5;
}

.btn-grey {
  background-color: #ECECEC;
  color: #383f97;
}

.protected-container .content input.btn-green {
  color: #ffffff !important;
  border: 0;
  width: 109px;
}

a.btn-grey {
  background-color: #ECECEC;
  border-radius: 4px;
  height: 34px;
  padding: 10px 16px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-wrapper-write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.btn-pink {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 16px;
  padding: 8px 16px;
  color: white;
  background-color: #c881a2;
}

.dropdown {
  display: none;
}

.dropdown.open {
  background-color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  padding: 22px 18px;
  position: absolute;
  right: 0;
  width: 284px;
}

.dropdown.open .section-li {
  color: #5E63AA;
  font-family: "Roboto-Bold";
  font-size: 18px;
}

.dropdown.open .section-li.space {
  display: inline-block;
  margin-top: 12px;
}

.dropdown.open li {
  cursor: pointer;
  font-family: "Roboto-Regular";
  margin-right: 0;
  padding: 12px;
  padding-left: 0;
}

.dropdown.open li span {
  color: #383f97;
  text-transform: initial;
}

.dropdown.open li:hover span {
  color: #c881a2;
}

@media only screen and (max-width: 768px) {
  .dropdown.open {
    left: -70px;
    right: auto;
  }
}

textarea {
  border: 1px solid #5E63AA;
  border-radius: 4px;
  color: #ffffff;
  margin-top: 12px;
  padding-left: 13px;
  padding-top: 13px;
}

textarea.dark-txt {
  color: #5E63AA;
}

textarea::-webkit-input-placeholder {
  color: #5E63AA;
}

textarea:-ms-input-placeholder {
  color: #5E63AA;
}

textarea::-ms-input-placeholder {
  color: #5E63AA;
}

textarea::placeholder {
  color: #5E63AA;
}

.data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 60%;
}

ul {
  list-style: none;
}

ul.disc-type {
  list-style-type: disc;
}

ul.cv {
  margin-bottom: 48px;
  padding: 0;
}

ul.cv li {
  margin-bottom: 20px;
}

ul.cv li span {
  display: block;
  margin-bottom: 8px;
}

.disc-type {
  padding-left: 15px;
}

.disc-type li {
  padding-left: 10px;
}

ol {
  padding-left: 20px;
}

ol li {
  list-style-type: none;
  counter-increment: ol-list;
  position: relative;
}

ol li::before {
  font-weight: bold;
  content: counter(ol-list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}

.modal {
  background-image: url("../images/secundariaOpac.svg");
}

.modal-dialog {
  max-width: 90%;
}

.close {
  font-size: 34px;
}

.modal.contact .modal-header {
  border-bottom: 0;
}

.modal.contact .modal-header .close span {
  color: #c881a2;
}

.modal.contact .modal-body > div {
  text-align: center;
}

.modal.contact .modal-body > div img {
  margin-bottom: 24px;
}

.modal.contact .modal-body > div h5 {
  color: #383f97;
  font-family: "Roboto-Bold";
  font-size: 36px;
  margin-bottom: 12px;
}

.modal.contact .modal-body > div span {
  color: #c881a2;
  display: block;
  font-size: 24px;
}

.modal.contact .modal-body > div .data-wrapper {
  margin-top: 32px;
}

.modal.contact .modal-body > div .data-wrapper input {
  border: 1px solid #5E63AA;
  border-radius: 4px;
  max-width: 345px;
  padding: 7px 0 7px 13px;
}

.modal.contact .modal-body > div .data-wrapper input::-webkit-input-placeholder {
  color: #5E63AA;
}

.modal.contact .modal-body > div .data-wrapper input:-ms-input-placeholder {
  color: #5E63AA;
}

.modal.contact .modal-body > div .data-wrapper input::-ms-input-placeholder {
  color: #5E63AA;
}

.modal.contact .modal-body > div .data-wrapper input::placeholder {
  color: #5E63AA;
}

.modal.contact .modal-body > div .data-wrapper button {
  margin-bottom: 10px;
}

.bar-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar-parent span {
  display: inline-block;
  margin-right: 18px;
  width: 70px;
}

.progress-bar {
  background-color: #CECEE7;
  border-radius: 7px;
  height: 14px;
  position: relative;
  width: 280px;
}

.progress-bar:before {
  content: "";
  background-color: #85c4bb;
  border-radius: 7px;
  height: 14px;
  left: 0;
  position: absolute;
}

.progress-bar.sketch:before {
  width: 96%;
}

.progress-bar.marvelapp:before {
  width: 96%;
}

.progress-bar.zeplin:before {
  width: 96%;
}

.progress-bar.invision:before {
  width: 96%;
}

.progress-bar.redmine:before {
  width: 96%;
}

.progress-bar.taiga:before {
  width: 96%;
}

.progress-bar.axure:before, .progress-bar .ps:before {
  width: 82%;
}

.progress-bar.ps:before {
  width: 82%;
}

.progress-bar.hotjar:before {
  width: 87%;
}

.progress-bar.jira:before {
  width: 69%;
}

.dark-blue.h-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.protected-container {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.protected-container h5 {
  color: #383f97;
  font-family: "Roboto-Bold";
  font-size: 36px;
  margin-bottom: 16px;
  margin-top: 24px;
}

.protected-container .back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c881a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 16px;
}

.protected-container .back img {
  margin-right: 8px;
  width: 20px;
}

.protected-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.protected-container .content span {
  color: #c881a2;
  display: block;
  font-size: 24px;
}

.protected-container .content input {
  border: 1px solid #5E63AA;
  border-radius: 4px;
  color: #5E63AA;
  height: 36px;
  margin-top: 32px;
  padding-left: 13px;
  width: 280px;
}

.protected-container .content input.invalid {
  border: 1px solid #DA4156;
}

.protected-container .content input::-webkit-input-placeholder {
  color: #5E63AA;
}

.protected-container .content input:-ms-input-placeholder {
  color: #5E63AA;
}

.protected-container .content input::-ms-input-placeholder {
  color: #5E63AA;
}

.protected-container .content input::placeholder {
  color: #5E63AA;
}

.protected-container .content .error-message {
  color: #DA4156;
  display: block;
  font-family: "Roboto-Regular";
  font-size: 14px;
  margin-top: 8px;
}

.protected-container .content .show-pass {
  cursor: pointer;
  margin-left: -40px;
  width: 20px;
}

.contact-text {
  border: 1px solid #5E63AA;
  border-radius: 4px;
  margin-top: 32px;
  padding-left: 13px;
  padding-top: 13px;
}

.contact-text::-webkit-input-placeholder {
  color: #5E63AA;
}

.contact-text:-ms-input-placeholder {
  color: #5E63AA;
}

.contact-text::-ms-input-placeholder {
  color: #5E63AA;
}

.contact-text::placeholder {
  color: #5E63AA;
}

@media (max-width: 600px) {
  .protected-container .content input {
    width: 190px;
  }
  .protected-container .content input.btn-green {
    margin-top: 12px;
  }
  .protected-container .content .btn-grey {
    margin-top: 12px;
  }
}

.nav a {
  color: #fff;
  font-family: "Roboto-Bold";
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  border: none;
  border-radius: 17px;
  color: #ffffff;
  font-family: "Roboto-Bold";
}

.nav-pills .nav-link.active.active, .nav-pills .show > .nav-link.active {
  background-color: #7378B6;
}

.lighter {
  color: #ECECEC;
  display: block;
  margin: 18px 0 10px 0;
}

/* Pages */
.profile {
  width: 273px;
}

.info {
  max-width: 470px;
  margin-top: 30px;
}

.info span + p {
  margin-top: 30px;
}

.info p {
  line-height: 18px;
}

.info p + a {
  margin-top: 10px;
  display: inline-block;
}

.info a:hover {
  text-decoration: none;
  color: white;
}

.about {
  max-width: 500px;
}

.big {
  font-size: 40px;
  font-family: "Roboto-Bold";
  line-height: 40px;
  max-width: 326px;
}

.greeting {
  font-size: 18px;
  font-family: "Roboto-Bold";
  line-height: 42px;
}

.hand-wave {
  width: 24px;
  height: 18.35px;
  margin-left: 10px;
}

.lya-image {
  max-width: 346px;
}

.items {
  max-width: 200px;
}

.items span {
  display: block;
  line-height: 18px;
}

.items span.title {
  font-family: "Roboto-Bold";
}

.items img {
  margin-bottom: 14px;
}

.skills > div:nth-of-type(1) {
  margin-top: 18px;
}

.languages-wrapper {
  height: 200px;
  margin-top: 48px;
}

.languages {
  background-color: #5E63AA;
  left: 0;
  padding: 36px 75px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.languages img {
  margin: 18px 8px 8px 0;
}

.podcast {
  padding: 0 75px;
}

.podcast .card {
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-top: 18px;
  padding: 18px 12px;
  text-decoration: none;
}

.podcast .card span {
  color: #383f97;
}

.podcast .card img {
  margin-right: 18px;
}

.podcast .card .title,
.podcast .card .arrow {
  margin: 0 8px 8px 0;
}

.podcast .card:first-of-type {
  margin-right: 70px;
}

.podcast > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .info {
    width: 100%;
  }
  .languages-wrapper {
    height: auto;
  }
  .languages-wrapper .languages {
    position: relative;
  }
  .podcast > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast .card:first-of-type {
    margin-right: 0;
  }
  .items {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .section {
    margin-top: 28px;
  }
}

.section-title {
  padding: 30px 75px 10px;
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 400px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel > a {
  text-decoration: none;
}

.carousel > a:last-child > .item {
  margin-right: 75px;
}

.carousel .item {
  width: 322px;
  height: 362px;
  background-color: #5E63AA;
  padding: 18px 21px 12px 24px;
  color: white;
  border-radius: 8px;
  margin-right: 12px;
  -webkit-transition: width 0.3s, height 0.3s, padding 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: width 0.3s, height 0.3s, padding 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: width 0.3s, height 0.3s, padding 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: width 0.3s, height 0.3s, padding 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.carousel .item > .location-tech > img {
  margin-right: 8px;
}

.carousel .item > .role {
  margin-top: 6px;
  display: block;
}

.carousel .item > .item-dates {
  margin-bottom: 12px;
  display: block;
}

.carousel .item > .disc-type,
.carousel .item > .item-description {
  font-weight: 300;
  font-family: Roboto;
}

.carousel .item > .item-description {
  margin-bottom: 10px;
  display: block;
}

.carousel .item:hover {
  background-color: #85c4bb;
  height: 374px;
  width: 334px;
  padding: 24px 27px 18px 30px;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
}

.education .nav {
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  padding: 0 75px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.education .nav::-webkit-scrollbar {
  display: none;
}

.education .nav > li {
  display: inline-block;
}

.education .nav > li:last-child {
  margin-right: 75px;
}

.education .tab-content {
  padding: 0 75px;
}

.card {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.card .podcast-icon {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.card:hover {
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
}

.card:hover .podcast-icon {
  -webkit-filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(200deg) brightness(90%) contrast(100%);
          filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(200deg) brightness(90%) contrast(100%);
}

#case-studies {
  margin-top: 64px;
  color: white;
}

#case-studies > .case-study:nth-child(even) {
  background-color: #7378b6;
}

#case-studies > .case-study:nth-child(odd) {
  background-color: #383f99;
}

#case-studies > .case-study {
  padding: 48px 75px 47px 75px;
}

#case-studies > .case-study > .case-study-title {
  font-family: Roboto, sans-serif;
}

#case-studies > .case-study > .case-study-title > span {
  color: #f9a5cb;
  margin-right: 12px;
}

#case-studies > .case-study > .case-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#case-studies > .case-study > .case-details > .case-detail {
  margin-right: 20px;
}

#case-studies > .case-study > .case-details > .case-detail > img {
  margin-right: 5px;
}

#case-studies > .case-study > p {
  margin: 20px 0 20px 0;
}

#case-studies > .case-study > .case-footer {
  font-family: Roboto Bold, sans-serif;
  font-weight: bold;
  background-color: #5c63af;
  padding: 18px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#case-studies > .case-study > .case-footer .case-footer-section + .case-footer-section {
  margin-left: 35px;
}

#case-studies > .case-study > .case-footer .case-footer-section {
  position: relative;
}

#case-studies > .case-study > .case-footer .case-footer-section > .case-footer-title {
  color: #f9a5cb;
  text-transform: uppercase;
  font-size: 12px;
}

#case-studies > .case-study > .case-footer .case-footer-section > .case-footer-button {
  color: white;
  background-color: #85c4bb;
  display: block;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 8px;
  text-transform: uppercase;
}

#case-studies > .case-study > .case-footer .case-footer-section > .case-protected {
  position: absolute;
  margin-top: 10px;
  color: #a2e4db;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#case-studies > .case-study > .case-footer .case-footer-section > .case-protected > div {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #case-studies > .case-study > .case-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #case-studies > .case-study > .case-footer .case-footer-section > .case-protected {
    position: initial;
  }
  #case-studies > .case-study > .case-footer .case-footer-section + .case-footer-section {
    margin-left: 0px;
  }
}

.insights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 30px 0;
}

.insights .insight {
  text-align: center;
  max-width: 200px;
  margin-left: 20px;
}

.insights .insight__title {
  margin: 12px 0 0 0;
  font-weight: bold;
}

.wireframing__tools {
  max-height: 36px;
}

.wireframing__goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wireframing__goals .quote {
  font-style: normal;
  min-width: 50%;
  margin-bottom: 30px;
  border-left-width: 7px;
}

.wireframing__goals__title {
  text-transform: uppercase;
  font-weight: bold;
}

.wireframing__goals p + p {
  margin-bottom: 0px;
}

.tasacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tasacion > img {
  max-width: 50%;
  margin-bottom: 24px;
  margin-right: auto;
}

.interactions__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.interactions__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.interactions__steps__step {
  margin: 0 auto 10px 0;
}

.interactions__steps__step__img {
  margin-bottom: 10px;
}

.dokify-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .design-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sides-top-padding {
  padding: 48px 75px 0;
}

.sides-padding {
  padding-left: 75px;
  padding-right: 75px;
}

.out-content {
  margin-top: -120px;
}

.circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
}

.circle-wrapper div {
  margin-left: -15px;
}

.circle-wrapper div:first-child {
  margin-left: 0;
}

.circle-color {
  border-radius: 50%;
  height: 81px;
  width: 81px;
}

.circle-color.black {
  background-color: #000;
}

.circle-color.purple {
  background-color: #8d67c9;
}

.circle-color.blue {
  background-color: #47bddf;
}

.circle-color.yellow {
  background-color: #f8cf33;
}

.pax {
  margin: 40px 0;
}

.first {
  margin-bottom: 12px;
}

.image-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -120px;
  height: 90vh;
  background-image: url("/images/mobile.png");
  padding: 0 75px 0 75px;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-rectangle {
  background-color: #383f97;
  border-radius: 0 50px 50px 0;
  -webkit-box-shadow: 0 2px 4px 0 #444444;
          box-shadow: 0 2px 4px 0 #444444;
  height: 262px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 400px;
}

.bg-rectangle img {
  margin-top: 30px;
}

image .mobile-pic {
  height: 815px;
}

.typography {
  font-family: "Helvetica";
}

.typography span[class^="txt-"] {
  display: inline-block;
  margin-bottom: 15px;
}

.typography .txt-1 {
  font-size: 48px;
}

.typography .txt-2 {
  font-size: 36px;
}

.typography .txt-3 {
  font-size: 24px;
}

.typography .txt-4 {
  font-size: 18px;
  font-weight: 700;
}

.typography .txt-5 {
  font-size: 18px;
}

.typography .txt-6 {
  font-size: 18px;
  font-weight: 300;
}

.stay-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stay-flex .disc-type + .disc-type {
  margin-left: 40px;
}

.cms {
  -webkit-transform: scale(1.1) translateX(-5%);
          transform: scale(1.1) translateX(-5%);
  width: 100vw;
  margin: 50px 0;
}

.chatbot {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.chatbot img + img {
  margin-left: 165px;
}

.multistep {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .image-wrapper {
    height: 40vh;
  }
  .bg-rectangle {
    display: none;
  }
  .width-mobile {
    width: 100%;
  }
  .chatbot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chatbot img + img {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.userQuestions {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: calc(3 * 30px);
}

.foodBankIcon {
  width: 24px;
  height: 24px;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits__benefit {
  max-width: 198px;
  margin-right: 30px;
}

.benefits__benefit__img {
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .userQuestions {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-height: unset;
  }
}
/*# sourceMappingURL=styles.css.map */
ul.disc-type.data-page {
  padding-left: 40px;
}
span.p-title.q-title {
    color: #383f97!important;
}