.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #152b81;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 10%;
  height: 0%;
  display: block;
  overflow: scroll;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.section.cc-home-wrap {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: -52px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #211f54;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #211f54;
  border: 2px solid #211f54;
  border-radius: 0;
  padding-left: 17px;
  padding-right: 11px;
  font-weight: 600;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #1b2754;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  margin-bottom: 38px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 100px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  direction: ltr;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  text-transform: none;
  white-space: break-spaces;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  height: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  display: flex;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navigation {
  width: 100%;
  height: 120px;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1b2754;
  background-color: #fff;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 56px 50px 30px;
  font-style: normal;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: -36px;
  left: 2px;
  right: 14px;
  overflow: visible;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  left: 55px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 35%;
  object-fit: contain;
  margin-left: -20px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/BANNER-PRINCIPAL.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/2h-media-HAWbM1VDBQI-unsplash.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 100px;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  object-fit: contain;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ." minmax(356px, 1.5fr)
  / 3.75fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: -53px;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.text-block {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-weight: 700;
}

.logos-without-title {
  height: 350px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: static;
  bottom: 46px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.marcas {
  width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 47px;
  margin-left: -5px;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 16px;
  display: flex;
}

.clients-image-three {
  width: 20%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-span, .text-span-2 {
  color: #b21117;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-regular {
  width: 24px;
  height: 24px;
  color: #b21117;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-pricing-footnote {
  max-width: 430px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.a-prcing-feature-wrap {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.a-subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-pricing-feature {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-button-secondary-square {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #b21117;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-secondary-square:hover {
  background-color: #eceefe;
}

.a-button-secondary-square:active {
  background-color: #d8d7df;
}

.a-h3-heading {
  width: 750px;
  height: 100px;
  color: #1b2754;
  letter-spacing: -.02em;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: -25px;
  font-size: 70px;
  line-height: 1.2;
  display: block;
}

.a-h3-heading.a-weight-bold {
  font-weight: 700;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-subheading-large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-pricing-card {
  background-color: #f4f4f6;
  border-radius: 24px;
  flex-direction: column;
  margin-top: 47px;
  margin-bottom: 0;
  padding: 40px 32px 32px;
  display: flex;
}

.a-button-primary-square {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1b2754;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-square:hover {
  background-color: #6478f7;
}

.a-button-primary-square:active {
  background-color: #7788f8;
}

.a-pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.a-paragraph-regular {
  width: 800px;
  letter-spacing: -.02em;
  margin-bottom: 22px;
  margin-left: 2px;
  margin-right: 0;
  padding-left: 3px;
  font-size: 26px;
  line-height: 1.8;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-detail-small {
  width: 650px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.8;
  display: flex;
}

.a-title-wrap-center {
  max-width: 510px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-margin-bottom-64 {
  margin-bottom: 64px;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 90px 0 0 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.a-section-regular {
  border: 1px #fff;
  margin-top: -42px;
  padding: 27px 5% 150px;
  position: relative;
  overflow: hidden;
}

.a-icon-regular-2 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  overflow: visible;
}

.a-margin-bottom-65 {
  margin-bottom: 12px;
}

.a-button-primary-square-2 {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-square-2:hover {
  background-color: #6478f7;
}

.a-button-primary-square-2:active {
  background-color: #7788f8;
}

.a-subheading-regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-pricing-features-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.a-margin-bottom-66 {
  margin-bottom: 32px;
}

.a-margin-bottom-67 {
  margin-bottom: 8px;
}

.a-pricing-badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5167f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.a-subheading-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-pricing-card-detail {
  justify-content: space-between;
  display: flex;
}

.a-margin-bottom-68 {
  margin-bottom: 24px;
}

.a-button-secondary-square-2 {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-secondary-square-2:hover {
  background-color: #eceefe;
}

.a-button-secondary-square-2:active {
  background-color: #d8d7df;
}

.a-pricing-grid-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.a-margin-bottom-69 {
  margin-bottom: 16px;
}

.a-margin-bottom-70 {
  margin-bottom: 64px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-testimonial-slide-nav {
  display: none;
}

.a-testimonial-right-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  right: -3%;
}

.a-testimonial-left-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  left: -3%;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper {
  width: 48px;
  height: 48px;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-author-small {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-star {
  grid-column-gap: 8px;
  display: flex;
}

.a-h6-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: -11px;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 24px;
  line-height: 1.4;
}

.a-margin-bottom-71 {
  margin-bottom: 16px;
}

.a-testimonial-card {
  width: 100%;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card:hover {
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0);
}

.a-testimonial-slide {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask {
  overflow: visible;
}

.a-testimonial-slider {
  width: 100%;
  height: auto;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.a-testimonial-section {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.a-testimonial-author {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  padding-right: 0;
  display: flex;
}

.a-h5-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.a-margin-bottom-72 {
  margin-bottom: 16px;
}

.a-testimonial-base {
  width: 300px;
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  padding: 0;
}

.a-testimonial-grid {
  width: 300px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 64px;
}

.a-margin-bottom-73 {
  margin-bottom: 8px;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #b21117;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -49px;
  padding: 13px 32px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-feature-bottom-wrapper {
  max-width: 500px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.a-margin-bottom-74 {
  margin-bottom: 8px;
}

.a-feature-icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-feature-card {
  background-color: #1b2754;
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  margin-bottom: 16px;
  padding: 24px 24px 24px 13px;
}

.a-feature-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 2fr;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 200px;
  margin-bottom: 22px;
  margin-right: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.a-span-underline {
  color: #b21117;
  border: 1px solid #b21117;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-75 {
  margin-bottom: 16px;
}

.metodologia {
  margin-top: -60px;
  padding: 0 5%;
  position: static;
}

.a-icon-extra-small {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-arrow-icon {
  width: 16px;
  height: 16px;
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: #5167f6;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: #6478f7;
}

.a-margin-bottom-76 {
  margin-bottom: 24px;
}

.a-margin-bottom-77 {
  margin-bottom: 8px;
}

.a-icon-large {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-top: -11px;
  display: flex;
}

.a-cta-grid-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -87px;
  padding-top: 13px;
  display: flex;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: 161px;
}

.a-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-footer-icon-wrapper {
  width: 32px;
  height: 32px;
  border: 1px solid #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.a-footer-link-small {
  color: #5e606e;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: #5167f6;
  text-decoration: underline;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-divider-small {
  width: 100%;
  height: 1px;
  background-color: #dedfe3;
}

.a-footer-link {
  color: #5e606e;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: #5167f6;
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
}

.a-error-message {
  background-color: #fdd8e0;
}

.a-success-message {
  background-color: #c5e7d1;
}

.a-footer-text-field {
  height: 48px;
  border: 1px solid #f4f4f6;
  border-radius: 99px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: #5167f6;
}

.a-footer-form-icon {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 13px;
  left: 14px;
  right: auto;
}

.a-footer-input-wrapper {
  position: relative;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-icon-button {
  width: 32px;
  height: 32px;
  color: #868898;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-icon-button:hover {
  color: #000;
  background-color: #f4f4f6;
}

.a-footer-social {
  grid-column-gap: 8px;
  display: flex;
}

.a-footer-divider {
  width: 1px;
  height: 32px;
  background-color: #dedfe3;
}

.a-footer-logo {
  width: 15%;
  display: inline-block;
  overflow: visible;
}

.a-footer-logo-link {
  flex: 0 auto;
  align-self: auto;
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  margin-top: -94px;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 82px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  text-shadow: 0 2px 7px #000;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image {
  z-index: 0;
  width: 10%;
  height: 42%;
  float: none;
  clear: none;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 0;
  display: block;
  position: static;
  top: 11px;
  bottom: 58px;
  left: 220px;
  right: 200px;
}

.image-2 {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: -90px;
  bottom: -181px;
}

.text-span-3 {
  color: #b21117;
}

.heading {
  font-size: 40px;
  font-weight: 600;
}

.footer-light {
  width: 1500px;
  object-fit: scale-down;
  background-color: #1b2754;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -77px;
  margin-bottom: -24px;
  margin-left: -200px;
  padding: 194px 200px 5px 6px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -33px;
  margin-right: 11px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-brand {
  flex: 1;
}

.footer-block-two {
  width: 180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.footer-title {
  color: #fff;
  padding-right: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  padding-left: 6px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-4 {
  width: 70%;
  object-fit: contain;
  overflow: visible;
}

.a-subheading-regular-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular-3 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-feature-icon-2 {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-content-card-top {
  color: #000;
}

.a-content-card {
  min-height: 440px;
  grid-row-gap: 16px;
  border: 1.5px solid #f4f4f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.a-content-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.8;
}

.a-span-underline-2 {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-h3-heading-2 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-content-title-wrapper-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 64px;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 130px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  text-align: justify;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-pr {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-pr:hover {
  color: #fff;
  background-color: #32343a;
}

.button-pr:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.a-button-primary-2 {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #b21117;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: #6478f7;
}

.a-button-primary-2:active {
  background-color: #7788f8;
}

.a-subheading-regular-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-78 {
  margin-bottom: 8px;
}

.a-icon-regular-4 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-feature-card-2 {
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  padding: 24px;
}

.a-h3-heading-3 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-container-regular-3 {
  width: auto;
  max-width: 1140px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.a-section-large-2 {
  margin-top: -102px;
  padding: 120px 5%;
  position: static;
}

.logos-without-title-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 76px;
  padding: 60px 30px;
  position: static;
}

.text-span-4 {
  color: #b21117;
}

.image-5 {
  margin-top: -44px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.heading-2 {
  font-weight: 600;
}

.a-button-primary-3 {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #b21117;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-3:hover {
  background-color: #6478f7;
}

.a-button-primary-3:active {
  background-color: #7788f8;
}

.a-subheading-regular-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-79 {
  margin-bottom: 8px;
}

.a-icon-regular-5 {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  overflow: visible;
}

.a-h3-heading-4 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.a-section-large-3 {
  padding: 120px 5%;
  position: static;
}

.text-span-5 {
  color: #b21117;
}

.a-subheading-regular-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-80 {
  margin-bottom: 8px;
}

.a-icon-regular-6 {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-feature-basic-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.a-button-primary-4 {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #b21117;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-4:hover {
  background-color: #6478f7;
}

.a-button-primary-4:active {
  background-color: #7788f8;
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-margin-bottom-81 {
  margin-bottom: 16px;
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.a-section-large-4 {
  padding: 120px 5%;
  position: static;
}

.text-span-6 {
  color: #b21117;
}

.image-6 {
  width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline;
  position: static;
  overflow: visible;
}

.heading-3, .heading-4, .heading-5 {
  text-align: center;
  font-weight: 500;
}

.image-7 {
  width: auto;
  height: auto;
  object-fit: cover;
  margin: auto;
  overflow: visible;
}

.logos-without-title-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.heading-6 {
  text-align: center;
  margin-top: 68px;
  font-weight: 500;
}

.image-8 {
  width: 35%;
}

.logo-header {
  width: 75%;
  height: auto;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-left: 0;
  padding-right: 13px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #1b2754;
  margin-right: -30px;
  font-weight: 500;
  transition: opacity .775s linear;
}

.navegacion {
  color: #211f54;
  white-space: nowrap;
  padding-left: 44px;
  padding-right: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.dropdown-list2 {
  width: 500px;
  height: 300px;
  white-space: break-spaces;
  object-fit: cover;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  padding: 19px 68px 0 2px;
  font-size: 20px;
  font-weight: 500;
  display: none;
  overflow: visible;
}

.dropdown-list2.servicios {
  width: 400px;
  white-space: normal;
  margin-top: -13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 35px;
  display: none;
  overflow: hidden;
}

.servicios {
  background-color: #fff;
}

.nuestro-trabajo, .menu-prin {
  display: block;
}

.sistemas-de-seguridad, .redes-y-servidores.categoria, .dispositivos-tecnologicos.categoria, .articulos-de-oficina, .metodolog-a-ait, .team {
  color: #211f54;
  font-weight: 600;
}

.navegaci-n {
  clear: none;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.la-empresa {
  display: none;
}

.la-empresa.tabnav {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  display: block;
}

.navtitulo.navi {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: darken;
  background-color: #fff;
  background-clip: border-box;
  outline: 3px #e148c0;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navtitulo.tabnavi {
  width: 310px;
  height: 210px;
  color: #211f54;
  -webkit-text-stroke-color: #211f54;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 500;
  display: block;
  top: 68px;
  overflow: visible;
}

.image-9 {
  width: 85%;
}

.image-10 {
  display: block;
}

.vi-eta {
  width: 22%;
  float: right;
  margin-top: -24px;
  margin-right: -22px;
  padding-right: 0;
  display: block;
}

.vi-eta2 {
  width: 13%;
  float: right;
  margin-top: -25px;
  margin-right: -22px;
  padding-right: 0;
  display: block;
}

.image-11 {
  display: none;
}

.brix---full-width-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 0;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(186, 186, 191, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #211f54;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  width: auto;
  height: 200px;
  color: #6e7191;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---heading-h2-size {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  display: block;
  position: static;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---grid-2-columns-text-left {
  float: left;
  clear: left;
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer {
  max-width: 1218px;
  background-color: #211f54;
  margin-top: 200px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-image-fw-right {
  float: right;
  clear: none;
  padding: 144px 71px 41px 0;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2.brix---btn-primary {
  background-color: #b21117;
  font-family: Montserrat, sans-serif;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  width: 500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---paragraph-default-2 {
  width: 300px;
  margin-bottom: -126px;
  padding-top: 89px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  width: 100%;
  height: auto;
  max-height: 120px;
  max-width: 120px;
  border-radius: 16px;
  margin: 80px 0 auto auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.brix---footer-cta-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 74px;
  display: flex;
}

.grid-footer-2-cols---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -129px;
}

.brix---footer-middle-v15 {
  padding-top: 0;
  padding-bottom: 32px;
}

.brix---social-media-link-text {
  color: #6e7191;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
}

.brix---social-media-link-text:hover {
  color: #4a3aff;
}

.brix---icon-square-24px {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  background-color: #f2f1ff;
  background-image: url('../images/ig-icon---copia.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-24px:hover {
  transform: scale(.92);
}

.brix---social-media-link-wrapper {
  color: #4a3aff;
  text-align: left;
  flex-wrap: wrap-reverse;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brix---social-media-link-wrapper:hover {
  color: #4a3aff;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: #fff;
  margin-bottom: 40px;
  margin-left: 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #4a3aff;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---footer-logo {
  width: 40%;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  width: 250px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  margin-top: 87px;
}

.brix---footer-top {
  width: auto;
  height: 500px;
  margin-bottom: auto;
  margin-right: -80px;
  padding: 44px 0 0 95px;
  display: flex;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.div-block {
  width: 150px;
}

.image-12 {
  width: 50%;
  background-image: url('../images/LOGO-ISOTIPO-3-BLANCO.webp');
  background-position: 0 0;
  background-size: auto;
}

.image-13 {
  width: 15%;
  float: none;
  clear: none;
  object-fit: fill;
  margin-top: -80px;
  margin-right: 11px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.iconrs {
  width: 25%;
  border: 1px solid rgba(0, 0, 0, 0);
  order: -1;
}

.image-15 {
  width: 80%;
  margin-top: 68px;
  margin-left: -36px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.link-block {
  width: 200px;
  margin-left: -8px;
}

.div-block-2 {
  width: 250px;
  margin-top: 47px;
  margin-left: 55px;
}

.div-block-3 {
  width: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 55px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.banner-service {
  max-width: 1218px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-list-2 {
  width: 300px;
  height: 200px;
  color: #211f54;
  background-color: #fff;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 63px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: absolute;
}

.categorias {
  width: 400px;
  height: 55px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #211f54;
  text-shadow: 0 1px rgba(0, 0, 0, .2);
  white-space: pre-line;
  flex-flow: column-reverse;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.link-2 {
  padding-left: 14px;
  text-decoration: none;
}

.link-3, .link-4 {
  padding-left: 16px;
  text-decoration: none;
}

.link-5 {
  color: #211f54;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  margin-left: 43px;
  text-decoration: none;
}

.nosotros {
  height: 620px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #000;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.nosotros.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/2h-media-HAWbM1VDBQI-unsplash.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

.brix---team-v9-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(74, 58, 255, .72), rgba(74, 58, 255, .72));
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.brix---team-text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---avatar-image-100 {
  width: 100%;
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-3 {
  width: 800px;
  margin-bottom: 0;
  margin-left: -99px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-803 {
  color: #211f54;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-top: -153px;
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  width: 100%;
  margin-top: 46px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-7 {
  font-size: 28px;
  font-weight: 800;
}

.text-block-2 {
  width: 400px;
  float: right;
  margin-left: 0;
  margin-right: 191px;
  padding: 10px 0 0;
  font-size: 20px;
}

.text-block-3 {
  height: 80px;
  text-align: center;
  margin-top: 28px;
  margin-left: 5px;
  font-size: 32px;
  font-weight: 600;
}

.walsh-image-hero-device {
  width: auto;
  height: auto;
  flex: 0 auto;
  overflow: visible;
}

.walsh-ui-image-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  color: #b21117;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 10px;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .75em;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-burst {
  color: #dadada;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: none;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xxlarge {
  color: #fff;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: #dadada;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-left-hero {
  width: 100%;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: static;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  background-color: #868898;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.walsh-background-darkgreen {
  background-color: #204f58;
  position: static;
}

.text-span-7 {
  color: #b21117;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.shadow-two-3 {
  width: 120%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.clientes {
  width: 1050px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-4, .a-testimonial-slide-nav-2 {
  display: none;
}

.a-icon-regular-7 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-testimonial-right-arrow-2 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  right: -3%;
}

.a-testimonial-left-arrow-2 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  left: -3%;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar-2 {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper-2 {
  width: 48px;
  height: 48px;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-author-small-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-star-2 {
  grid-column-gap: 8px;
  display: flex;
}

.a-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-h6-heading-2 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-margin-bottom-82 {
  margin-bottom: 16px;
}

.a-testimonial-card-2 {
  width: 100%;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 120px 15% 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card-2:hover {
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0);
}

.a-testimonial-slide-2 {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask-2 {
  overflow: visible;
}

.a-testimonial-slider-2 {
  width: 100%;
  height: auto;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.a-container-x-small-2 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-testimonial-section-2 {
  margin-bottom: 0;
  padding: 98px 5% 92px 2%;
  display: block;
  position: relative;
  overflow: hidden;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium {
  color: #152b81;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-card-wrapper-image-medium {
  width: 100%;
  height: 35em;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: #152b81;
}

.material-icons.sysf-dropdown-menu-item-icon {
  width: 1.4rem;
  height: 1.4rem;
  color: #636b75;
  margin-top: 0;
  margin-bottom: -2px;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.material-icons.sysf-icon-right {
  margin-left: 4px;
}

.sysf-dropdown-link-w-icon {
  width: 100%;
  color: #636b75;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.sysf-dropdown-link-w-icon:hover {
  background-color: #f9fafb;
}

.sysf-dropdown-link-w-icon:active {
  background-color: #edf0f3;
}

.sysf-dropdown-menu-separator {
  width: 100%;
  height: 1px;
  background-color: #dde1e6;
  margin-top: 4px;
  margin-bottom: 4px;
}

.sysf-dropdown-menu-1 {
  z-index: 8;
  cursor: pointer;
  display: none;
}

.sysf-dropdown-menu-1:active {
  background-color: #b3d6f9;
}

.sysf-dropdown-menu-1.w--open {
  width: 200px;
  color: #1e2024;
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.sysf-text-icon-wrapper {
  align-items: center;
  display: flex;
}

.sysf-dropdown-inline {
  color: #636b75;
  padding: 0;
}

.sysf-dropdown-inline:hover {
  color: #2f54eb;
}

.sysf-dropdown-inline:active, .sysf-dropdown-inline:focus {
  color: #1d39c4;
}

.sysf-dropdown-inline.w--open {
  color: #2f54eb;
}

.navbar-logo-left {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: -2px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #211f54;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #211f54;
  margin-left: 27px;
  margin-right: 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 25px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  width: 400px;
  height: 350px;
}

.nav-dropdown-link {
  height: 70px;
  color: #211f54;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #211f54;
  font-size: 20px;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-19 {
  width: 90%;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-4 {
  width: 100%;
  height: auto;
  overflow: visible;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: #6e7191;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---avatar-image {
  width: 40%;
  display: inline-block;
}

.brix---avatar-circle-04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 64px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin: -129px auto 69px;
  position: static;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.testimonios {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 176px;
  padding-bottom: 176px;
  position: static;
}

.bold-text {
  width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-2 {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph-2 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-2 {
  width: 550px;
  color: #b21117;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -49px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
}

.walsh-label-tag-2 {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom-2 {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
  margin-bottom: -79px;
  overflow: visible;
}

.walsh-card-wrapper-image-medium-2 {
  width: 100%;
  height: 35em;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card-2 {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: -200px;
  margin-right: 2rem;
  position: static;
}

.walsh-container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.heading-8 {
  font-weight: 600;
}

.text-block-9 {
  color: #211f54;
}

.div-block-5 {
  position: static;
}

.div-block-6 {
  width: 100%;
}

.text-block-10 {
  color: #211f54;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.text-block-11 {
  color: #5e606e;
  text-align: center;
}

.a-testimonial-slide-nav-3 {
  display: none;
}

.a-icon-regular-8 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-testimonial-right-arrow-3 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  right: -3%;
}

.a-testimonial-left-arrow-3 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: static;
  left: -3%;
}

.a-paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar-3 {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper-3 {
  width: 48px;
  height: 48px;
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-author-small-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-testimonial-star-3 {
  grid-column-gap: 8px;
  display: flex;
}

.a-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-h6-heading-3 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-margin-bottom-83 {
  margin-bottom: 16px;
}

.a-testimonial-card-3 {
  width: 100%;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card-3:hover {
  background-color: #fff;
  border-color: rgba(229, 229, 229, 0);
}

.a-testimonial-slide-3 {
  border-radius: 10px;
  margin-right: 40px;
}

.a-testimonial-mask-3 {
  position: static;
  overflow: visible;
}

.a-testimonial-slider-3 {
  position: absolute;
}

.a-container-x-small-3 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.a-testimonial-section-3 {
  padding: 92px 5%;
  position: static;
  overflow: hidden;
}

.testimonial-column-light {
  width: 1000px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 83px;
  margin-right: 0;
  padding: 0 0 80px;
  position: static;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  display: grid;
}

.testimonial-card-two {
  width: 350px;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 20px 0 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  margin-right: 16px;
  overflow: visible;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.container-8 {
  max-width: 1200px;
}

.div-block-7 {
  margin-left: -96px;
}

.section-4 {
  padding-bottom: 20px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.image-22 {
  width: auto;
  height: auto;
  margin-bottom: -64px;
  margin-left: auto;
  padding-bottom: 0;
}

.image-23 {
  width: auto;
  height: auto;
  object-fit: fill;
  margin: auto;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .section {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 120%;
    position: static;
  }

  .intro-header {
    margin-top: 1rem;
  }

  .logos-without-title {
    margin-top: 0;
    margin-bottom: 44px;
    padding-top: 54px;
    position: static;
  }

  .marcas {
    width: 1200px;
    object-fit: contain;
    margin-left: -131px;
  }

  .a-h3-heading {
    font-size: 70px;
  }

  .a-paragraph-regular {
    width: 700px;
    height: 100px;
    font-size: 26px;
    position: static;
  }

  .a-detail-small {
    width: 350px;
    align-self: center;
    margin-left: 8px;
    font-size: 18px;
  }

  .a-container-regular {
    outline-offset: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    outline: 3px #152b81;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .a-section-regular, .a-feature-bottom-wrapper {
    position: static;
  }

  .a-feature-card-grid {
    align-items: stretch;
  }

  .a-detail-regular {
    font-size: 18px;
  }

  .metodologia {
    border: 1px rgba(0, 0, 0, 0);
    margin-top: 0;
    position: static;
  }

  .gallery-slider {
    position: static;
  }

  .image {
    width: 15%;
  }

  .button-pr {
    background-color: #211f54;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
  }

  .a-container-regular-4 {
    position: static;
  }

  .brix---color-neutral-600 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---grid-2-columns-text-left {
    object-fit: scale-down;
    grid-template-areas: ". Area";
    position: static;
  }

  .footer {
    object-fit: fill;
  }

  .brix---section-image-fw-right {
    width: 1350px;
    margin-bottom: 58px;
    margin-left: -200px;
    padding-top: 102px;
    padding-bottom: 106px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .brix---btn-primary-2.brix---btn-primary {
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---grid-subscribe-form-button-left {
    flex: 1;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .brix---big-icon-left {
    width: 20%;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 150px;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .brix---footer-top {
    justify-content: flex-start;
    align-items: center;
    margin-right: 11px;
    display: flex;
  }

  .clientes {
    width: 1200px;
    object-fit: contain;
    margin-left: -131px;
  }

  .navbar {
    font-size: 30px;
  }

  .a-testimonial-slide-2, .a-testimonial-mask-2, .a-testimonial-slider-2, .a-container-x-small-2, .a-testimonial-section-2 {
    position: static;
  }

  .form {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    width: 1400px;
    margin-top: 31px;
    display: flex;
  }

  .navbar-2 {
    width: 1450px;
    height: 120px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .brand-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .brand-2.w--current {
    width: 600px;
    height: auto;
    float: left;
    clear: right;
    background-image: url('../images/LOGO-INFORMATICA-IT-2.webp');
    background-size: cover;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .nav-menu-2 {
    width: 1440px;
    flex-direction: row;
    flex: 1;
    order: 1;
    justify-content: space-around;
    align-self: auto;
    align-items: flex-start;
    margin-left: 83px;
    margin-right: 83px;
    padding-right: 39px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar-logo-left {
    width: 1440px;
    background-color: #fff;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left-container.shadow-three {
    width: 1440%;
    max-width: 1400px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar-wrapper {
    background-color: #fff;
    align-items: flex-end;
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-menu-wrapper {
    display: flex;
  }

  .nav-menu-two {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-left: -137px;
    margin-right: 33px;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    display: flex;
  }

  .nav-link {
    width: 200px;
    color: #211f54;
    justify-content: center;
    align-items: center;
    margin-left: -27px;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    display: flex;
  }

  .nav-dropdown {
    padding-right: 43px;
  }

  .nav-dropdown-toggle {
    width: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    width: 400px;
    height: 80px;
    color: #211f54;
    padding-top: 40px;
    font-size: 25px;
    font-weight: 500;
  }

  .button-primary {
    height: 80px;
    text-align: center;
    background-color: #211f54;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }

  .image-19 {
    width: 80%;
    background-color: #fff;
    margin-top: 16px;
    margin-left: -2px;
    display: block;
  }

  .text-block-8 {
    color: #211f54;
    font-size: 30px;
    font-weight: 500;
  }

  .hero-heading-center-3 {
    position: static;
  }

  .centered-heading-3.margin-bottom-32px {
    font-weight: 500;
  }

  .shadow-two-4 {
    width: 100%;
  }

  .brix---avatar-image {
    width: 40%;
    display: block;
  }

  .brix---avatar-circle-04 {
    background-image: url('../images/precisagro.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .brix---mg-bottom-48px-3 {
    margin-top: -91px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .testimonios {
    position: static;
  }

  .bold-text {
    width: 400px;
    color: #211f54;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 600;
  }

  .bold-text-2 {
    font-size: 80px;
  }

  .walsh-main-paragraph-2 {
    font-family: Montserrat, sans-serif;
  }

  .walsh-heading-medium-2 {
    color: #b21117;
    font-family: Montserrat, sans-serif;
    font-size: 3.5em;
  }

  .walsh-cover-image-2 {
    border-radius: 0;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-right: 0;
  }

  .walsh-card-wrapper-image-medium-2 {
    align-self: center;
  }

  .walsh-main-grid-2 {
    margin-top: 40px;
    position: static;
  }

  .walsh-container-3 {
    margin-top: 2rem;
    margin-left: 2rem;
    position: static;
  }

  .heading-8 {
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
  }

  .text-block-9 {
    color: #211f54;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 20px;
    position: static;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 100px;
    text-align: center;
    font-size: 11px;
    display: none;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    justify-content: space-between;
    display: none;
  }

  .navigation {
    padding: 25px 30px;
    display: none;
    position: -webkit-sticky;
    position: sticky;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .logos-without-title {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .marcas {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .a-paragraph-small {
    font-size: 18px;
  }

  .a-pricing-feature {
    text-align: center;
  }

  .a-button-primary-square {
    display: flex;
  }

  .a-pricing-grid {
    grid-template-columns: 1fr;
  }

  .a-paragraph-regular {
    width: 600px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .a-detail-small {
    color: #211f54;
  }

  .a-title-wrap-center {
    max-width: 500px;
  }

  .a-container-regular {
    margin-left: auto;
  }

  .a-button-primary-square-2 {
    display: flex;
  }

  .a-pricing-grid-columns {
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    display: flex;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 25px;
  }

  .a-cta-grid {
    grid-template-columns: 1fr;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .a-feature-icon-2 {
    width: 60px;
    height: 60px;
  }

  .a-content-card {
    min-height: 320px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .a-detail-regular-2 {
    text-align: center;
    font-size: 25px;
  }

  .a-content-title-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-pr {
    width: 800px;
    height: 65px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    -webkit-text-stroke-color: #211f54;
    white-space: normal;
    -webkit-text-fill-color: inherit;
    background-color: #211f54;
    background-clip: border-box;
    margin-left: -60px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 800;
    transition-duration: .4s;
    display: block;
  }

  .button-pr.a-button-primary-3 {
    border-radius: 0;
    margin-left: 0;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-subheading-regular-3 {
    font-size: 20px;
  }

  .a-icon-regular-4 {
    width: 60px;
    height: 60px;
  }

  .a-feature-card-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .a-button-primary-3 {
    display: flex;
  }

  .a-subheading-regular-4 {
    font-size: 20px;
  }

  .a-icon-regular-5 {
    width: 60px;
    height: 60px;
  }

  .a-container-regular-4 {
    max-width: 1200px;
  }

  .a-subheading-regular-5 {
    font-size: 20px;
  }

  .a-button-primary-4 {
    height: 60px;
    min-height: 0;
    border-radius: 0;
    margin-top: 22px;
    margin-left: -96px;
    font-size: 35px;
    display: flex;
  }

  .a-feature-button-wrapper {
    clear: none;
    text-align: center;
    margin-top: auto;
    display: block;
    position: static;
  }

  .a-feature-grid {
    grid-template-columns: 1fr;
  }

  .button-2 {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .navegacion {
    padding-left: 27px;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .dropdown-list2 {
    display: none;
  }

  .navtitulo {
    width: 768px;
    height: 50px;
    float: none;
    color: #211f54;
    text-align: center;
    background-color: #fff;
    margin-left: auto;
    padding: 0;
    font-size: 40px;
    font-weight: 800;
  }

  .image-9 {
    width: 120%;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---color-neutral-600 {
    width: auto;
    height: auto;
    clear: none;
    background-color: #211f54;
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 220px;
    padding-left: 150px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer {
    max-width: 1500px;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brix---section-image-fw-right {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---footer-bottom, .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---btn-primary-2.brix---btn-primary {
    margin-left: 5px;
    margin-right: 49px;
    padding-left: 35px;
  }

  .brix---grid-subscribe-form-button-left {
    margin-top: 137px;
    margin-left: 200px;
  }

  .brix---big-icon-left {
    width: 200px;
    height: auto;
    float: none;
    clear: none;
    text-align: center;
    flex: none;
    order: 0;
    align-self: center;
    margin: auto;
    padding-top: 0;
    display: block;
  }

  .brix---footer-cta-left {
    margin-top: -46px;
    margin-left: 168px;
    padding-top: 0;
    display: flex;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---footer-middle-v15 {
    padding-top: 0;
    padding-bottom: 94px;
  }

  .brix---social-media-link-wrapper {
    width: 450px;
    margin-left: 83px;
    margin-right: auto;
  }

  .brix---footer-list-wrapper {
    margin-top: auto;
    margin-left: -11px;
    padding-left: 0;
  }

  .brix---footer-col-title {
    width: 200px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v1 {
    width: 480px;
    height: 1000px;
    grid-row-gap: 40px;
    background-color: #211f54;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-flow: row;
    margin-top: 0;
    margin-left: -61px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .brix---footer-top {
    width: 970px;
    height: auto;
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #211f54;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .brix---footer-wrapper {
    position: static;
  }

  .image-15 {
    width: auto;
    max-width: 150px;
    object-fit: cover;
    margin-left: 109px;
    margin-right: 0;
    padding-left: 0;
    display: inline;
  }

  .link-block {
    background-color: #211f54;
    margin-left: 5px;
  }

  .link-block.w--current {
    width: auto;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    display: flex;
  }

  .div-block-2 {
    width: 480px;
    text-align: center;
    margin-top: auto;
    margin-left: -2px;
  }

  .div-block-3 {
    width: 450px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .categorias {
    font-size: 14px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    font-size: 20px;
  }

  .shadow-two-2 {
    margin-left: 77px;
  }

  .text-block-2 {
    margin-left: 0;
    margin-right: 200px;
  }

  .walsh-image-hero-device {
    width: auto;
    height: auto;
    max-height: 45em;
  }

  .walsh-ui-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .clientes {
    width: auto;
    margin-left: auto;
  }

  .container-4 {
    width: 1600px;
    height: 100px;
    flex: 0 auto;
    order: 0;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .icon {
    width: 120px;
    height: 100px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-left: 65px;
    margin-right: -172px;
    padding-right: 0;
  }

  .navbar {
    z-index: auto;
    width: 940px;
    height: 120px;
    clear: none;
    color: #211f54;
    object-fit: fill;
    background-color: #fff;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .logo-header-mobil {
    width: 60%;
    margin-top: -6px;
    padding-top: 4px;
    padding-left: 14px;
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/icon-flecha.gif');
    background-position: 0 0;
    background-size: cover;
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    margin-left: 102px;
    padding: 0;
    display: flex;
    position: static;
  }

  .menu-button-2.w--open {
    color: #fff;
    border: 1px solid #fff;
  }

  .brand {
    align-items: stretch;
    display: flex;
  }

  .brand.w--current {
    display: block;
  }

  .nav {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    background-image: url('../images/icon-flecha.gif');
    background-position: 0 0;
    background-size: cover;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    display: block;
  }

  .navsubcat {
    width: 768px;
    height: 95px;
    float: none;
    clear: none;
    color: #211f54;
    text-align: center;
    object-fit: cover;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    font-weight: 500;
    display: block;
    position: static;
  }

  .navsubcat.w--open {
    background-color: #fff;
    margin-top: -54px;
    margin-left: -143px;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .section-3 {
    width: 200px;
    order: 1;
    overflow: visible;
  }

  .image-16 {
    width: 80%;
    height: auto;
    object-fit: contain;
    order: -1;
    margin-top: 19px;
    margin-bottom: 0;
    margin-left: 14px;
  }

  .dropdown-toggle {
    padding-top: 26px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .navicon {
    width: 60%;
    float: right;
    object-fit: fill;
    margin-top: -9px;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 0;
    display: inline;
    position: static;
  }

  .navtab.w--open {
    background-color: #fff;
    margin-top: 118px;
    margin-left: 0;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .butttomnav {
    width: 768px;
    height: 60px;
    float: none;
    opacity: 1;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: white;
    white-space: normal;
    cursor: auto;
    mix-blend-mode: darken;
    background-color: #b21117;
    margin-top: 13px;
    margin-left: -42px;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 600;
    transition-property: none;
  }

  .flechanav {
    width: 50%;
    height: auto;
    min-height: 50px;
    min-width: 50px;
    float: left;
    object-fit: fill;
    display: inline-block;
    overflow: visible;
  }

  .sysf-dropdown-link-w-icon {
    text-align: left;
  }

  .sysf-dropdown-menu-1.w--open {
    margin-top: 4px;
    position: absolute;
  }

  .barramenu {
    width: 70px;
    height: 70px;
    background-image: url('../images/icon-flecha.gif');
    background-position: 0 0;
    background-size: cover;
    padding: 0;
  }

  .barramenu.w--open {
    background-image: url('../images/icon-flecha.gif');
    background-size: cover;
  }

  .image-17 {
    width: 80%;
  }

  .dropdown-list-3 {
    width: 768px;
  }

  .dropdown-list-3.w--open {
    z-index: auto;
    height: 700px;
    background-color: #fff;
    margin-top: 100px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-link {
    text-align: center;
  }

  .dropdown-link.navsubcat {
    margin-right: auto;
    padding-right: 0;
  }

  .link-block-2 {
    width: 450px;
    background-image: url('../images/LOGO-INFORMATICA-IT-2.webp');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .link-block-2.w--current {
    background-image: none;
  }

  .image-18 {
    width: 100%;
  }

  .form {
    text-align: center;
  }

  .div-block-4 {
    width: auto;
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    margin-top: 39px;
    margin-left: auto;
    margin-right: 106px;
    padding-left: 0;
    display: flex;
  }

  .container-5 {
    text-align: center;
    font-size: 20px;
  }

  .navbar-logo-left {
    margin-bottom: auto;
  }

  .navbar-logo-left-container.shadow-three {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper {
    flex: 1;
    order: -1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    width: auto;
    height: auto;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding: 20px;
    list-style-type: none;
    display: block;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    align-items: flex-end;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 60px;
    font-weight: 600;
    display: flex;
  }

  .nav-dropdown-toggle {
    font-weight: 600;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: 650px;
    height: 500px;
    margin-bottom: 11px;
  }

  .nav-dropdown-link {
    height: 100px;
    margin-top: 49px;
    margin-bottom: 36px;
    font-size: 40px;
  }

  .menu-button-3 {
    width: 80px;
    height: 80px;
    flex: none;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    padding: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .testimonios {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .bold-text {
    margin-left: 115px;
  }

  .bold-text-2 {
    margin-left: 118px;
  }

  .walsh-heading-medium-2 {
    margin-left: 0;
  }

  .walsh-inner-card-bottom-2 {
    margin-bottom: 187px;
  }

  .walsh-cover-image-2 {
    margin-bottom: -187px;
  }

  .walsh-card-wrapper-image-medium-2 {
    margin-top: -104px;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 2em;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-3 {
    width: auto;
    flex: 0 auto;
  }

  .container-7 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
    margin-left: auto;
    display: flex;
  }

  .testimonial-card-two {
    width: auto;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .image-20 {
    width: 30%;
  }

  .image-21 {
    width: 80%;
    height: 80%;
    object-fit: cover;
    margin-top: 25px;
  }

  .list-item {
    height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

  .list-item-2 {
    height: 150px;
    max-width: 700px;
    min-width: 300px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    justify-content: space-around;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .list-item-3 {
    height: 150px;
    max-width: 700px;
    text-align: center;
    background-color: #fff;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .button-nav {
    width: 1000px;
    height: 220px;
    color: #fff;
    object-fit: contain;
    background-color: #211f54;
    margin-left: -30px;
    padding: 88px 30px 0 0;
    font-size: 80px;
    font-weight: 600;
  }

  .container-9 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-23 {
    margin-left: -105px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-testimonial-right-arrow, .a-testimonial-left-arrow {
    display: none;
  }

  .a-testimonial-card {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .metodologia {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-footer-form {
    flex-direction: column;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .a-content-card {
    min-height: 260px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pricing-overview, .hero-heading-center {
    padding: 60px 15px;
  }

  .a-h3-heading-3 {
    font-size: 40px;
  }

  .a-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logos-without-title-2 {
    padding: 60px 15px;
  }

  .a-h3-heading-4 {
    font-size: 40px;
  }

  .a-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-feature-basic-grid {
    grid-template-columns: 1fr;
  }

  .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logos-without-title-3 {
    padding: 60px 15px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---color-neutral-600 {
    width: 768px;
    height: 100px;
    margin-left: 0;
    overflow: visible;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---big-icon-left {
    width: 90%;
    height: 100%;
    max-width: 100px;
    border-radius: 12px;
    flex: 1;
    order: 0;
    align-self: stretch;
    margin: 0 191px 0 200px;
    padding-top: 0;
  }

  .brix---footer-middle-v15 {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    height: 600px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    height: 900px;
    margin-bottom: -148px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 0;
  }

  .link-block.w--current {
    margin-left: 0;
  }

  .div-block-2 {
    position: static;
  }

  .div-block-3 {
    margin-top: 41px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .walsh-ui-image-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xxlarge {
    font-size: 3em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

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

  .a-testimonial-right-arrow-2, .a-testimonial-left-arrow-2 {
    display: none;
  }

  .a-testimonial-card-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    width: 90px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: auto;
    height: auto;
    flex: 1;
    align-self: flex-start;
    margin-top: 200px;
    margin-bottom: auto;
    padding-top: 173px;
    padding-bottom: 0;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .menu-button-3 {
    mix-blend-mode: darken;
  }

  .menu-button-3.w--open {
    opacity: 1;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .brix---card-testimonial-v2 {
    padding: 44px 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .testimonios {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .walsh-heading-medium-2 {
    font-size: 2.4em;
  }

  .walsh-rounded-card-2 {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .a-testimonial-right-arrow-3, .a-testimonial-left-arrow-3 {
    display: none;
  }

  .a-testimonial-card-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-testimonial-section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .list-item {
    width: 90px;
  }

  .list-item-2 {
    width: 700px;
    height: 150px;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
  }

  .list-item-3 {
    width: 700px;
    height: 150px;
    justify-content: space-between;
  }

  .button-nav {
    height: 90px;
    padding-top: 37px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-home-wrap {
    padding-left: 0;
  }

  .button {
    background-color: #1b2754;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    width: 60%;
    margin-left: -5px;
    padding-left: 3px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 80%;
    margin-left: -8px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-overview-header {
    height: auto;
    object-fit: fill;
    margin-bottom: auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    position: static;
    top: 20px;
    bottom: -39px;
  }

  .text-block {
    color: #b21117;
  }

  .logos-without-title {
    height: 500px;
    bottom: 61px;
    left: -2px;
  }

  .container-2 {
    max-width: none;
  }

  .marcas {
    width: 120%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: wrap;
    grid-template-rows: 133px 204px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    margin-top: -25px;
    margin-bottom: 0;
    margin-left: -36px;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .clients-image-three {
    width: 35%;
    margin-bottom: 16px;
    margin-left: 24px;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
  }

  .a-h3-heading {
    width: 320px;
  }

  .a-button-primary-square {
    width: 100%;
  }

  .a-paragraph-regular {
    width: 300px;
  }

  .a-section-regular {
    margin-top: -123px;
  }

  .a-icon-regular-2 {
    width: 113%;
    height: 113%;
    margin-left: auto;
    margin-right: 2px;
  }

  .a-button-primary-square-2 {
    width: 100%;
  }

  .a-subheading-regular {
    color: #fff;
    font-size: 25px;
  }

  .a-testimonial-mask, .a-button-primary {
    width: 100%;
  }

  .a-feature-card {
    background-color: #1b2754;
    margin-top: -25px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 0;
  }

  .a-span-underline {
    color: #b21117;
    -webkit-text-stroke-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    text-decoration: underline;
  }

  .a-detail-regular {
    color: #1b2754;
  }

  .metodologia {
    margin-top: -113px;
  }

  .a-cta-grid-block {
    margin-top: -36px;
  }

  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-image {
    -webkit-text-stroke-width: 10px;
    white-space: nowrap;
  }

  .gallery-slide-text {
    color: #1b2754;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: white;
    white-space: break-spaces;
    font-family: Oswald, sans-serif;
    font-weight: 700;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .arrow-wrapper {
    display: flex;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image {
    z-index: auto;
    width: 25%;
    position: static;
    top: -52px;
    bottom: 27px;
    left: 121px;
  }

  .image-2 {
    margin-top: -19px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-3 {
    margin-top: 6px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-feature-card-2 {
    margin-top: -6px;
    padding-left: 0;
    padding-right: 0;
  }

  .a-section-large-2 {
    margin-top: -91px;
  }

  .image-5 {
    width: 30%;
  }

  .a-button-primary-3 {
    width: 100%;
  }

  .a-container-regular-4 {
    padding-top: 0;
  }

  .a-button-primary-4 {
    width: 100%;
  }

  .heading-4 {
    font-size: 30px;
    font-weight: 500;
  }

  .brix---half-bg-image-right-content-v2 {
    min-height: auto;
    position: relative;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---color-neutral-600 {
    width: auto;
    height: auto;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .footer {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    height: 20%;
    max-width: 90px;
    object-fit: contain;
    border-radius: 14px;
    flex: none;
    order: 0;
    align-self: auto;
    margin: auto -61px -175px -121px;
    padding-left: 0;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---social-media-link-text {
    font-size: 12px;
    line-height: 18px;
  }

  .brix---icon-square-24px {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-link-wrapper {
    width: auto;
    margin-left: auto;
  }

  .brix---footer-list-item {
    margin: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .brix---footer-list-wrapper {
    margin-top: auto;
    margin-bottom: 11px;
    margin-left: -68px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-col-title {
    width: 100px;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: -102px;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    height: 550px;
    margin-bottom: 87px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .iconrs {
    width: auto;
    height: auto;
    max-width: 50px;
    overflow: visible;
  }

  .image-15 {
    height: auto;
    max-width: 100px;
    object-fit: fill;
    margin: auto auto auto -58px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .link-block.w--current {
    height: auto;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
  }

  .div-block-2 {
    width: 400px;
    margin-bottom: auto;
    margin-left: 46px;
    margin-right: auto;
  }

  .div-block-3 {
    width: auto;
    height: auto;
    margin-top: auto;
    margin-left: 27px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nosotros {
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-split-2 {
    margin-bottom: 33px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .shadow-two-2 {
    margin-left: 0;
  }

  .text-block-2 {
    margin-right: -121px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .clientes {
    width: 120%;
    grid-column-gap: 49px;
    grid-row-gap: 101px;
    object-fit: scale-down;
    object-position: 50% 50%;
    grid-template-rows: 133px 204px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    justify-items: center;
    margin: -13px 10px 0;
    padding-top: 26px;
    padding-bottom: 4px;
    padding-right: 46px;
    display: block;
    overflow: visible;
  }

  .a-testimonial-mask-2 {
    width: 100%;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-card-wrapper-image-medium {
    height: auto;
    align-items: flex-end;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .div-block-4 {
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding-left: 0;
  }

  .navbar-logo-left {
    border-radius: 0;
  }

  .navbar-logo-left-container.shadow-three {
    width: auto;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-6 {
    max-width: none;
  }

  .navbar-wrapper {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .navbar-brand.w--current {
    align-items: center;
    display: flex;
  }

  .nav-menu-two {
    width: 400px;
    border-radius: 0;
    flex-direction: column;
  }

  .nav-link {
    font-size: 30px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: 300px;
    margin: auto auto -200px;
    padding-top: 0;
  }

  .nav-dropdown-link {
    height: 20px;
    margin-top: auto;
    font-size: 20px;
  }

  .menu-button-3 {
    width: 40px;
    height: 40px;
  }

  .image-19 {
    width: 90%;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .margin-bottom-24px-3 {
    text-align: center;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

  .brix---card-testimonial-v2 {
    padding: 40px 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    width: 200px;
    text-align: right;
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 40px;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-heading-medium-2 {
    width: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5em;
    line-height: 1;
  }

  .walsh-label-tag-2 {
    font-size: 12px;
  }

  .walsh-inner-card-bottom-2 {
    grid-row-gap: 1em;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 30px;
  }

  .walsh-cover-image-2 {
    margin-top: 123px;
    margin-bottom: 63px;
  }

  .walsh-card-wrapper-image-medium-2 {
    height: auto;
    align-items: flex-end;
    margin-top: -118px;
  }

  .walsh-rounded-card-2 {
    margin: auto auto 52px;
    padding-bottom: 0;
  }

  .walsh-main-grid-2 {
    margin-bottom: auto;
  }

  .walsh-container-3 {
    width: 100%;
    flex: 0 auto;
  }

  .text-block-10 {
    text-align: center;
  }

  .a-testimonial-mask-3 {
    width: 100%;
  }

  .testimonial-column-light {
    width: 400px;
    margin-left: 134px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-grid-two {
    width: 450px;
    margin-left: 68px;
  }

  .testimonial-card-two {
    width: 350px;
    margin-top: -72px;
    margin-left: -68px;
    margin-right: 200px;
    padding-top: 20px;
    padding-left: 0;
  }

  .testimonial-text-two {
    text-align: center;
  }

  .testimonial-main-heading {
    min-width: 12px;
  }

  .image-21 {
    width: 60%;
    height: 60%;
    margin-top: 10px;
    overflow: visible;
  }

  .list-item {
    width: 350px;
    height: 120px;
  }

  .list-item-2 {
    width: 300px;
    height: 100px;
    font-size: 14px;
  }

  .list-item-3 {
    width: 300px;
    height: 100px;
    margin-left: 46px;
  }

  .button-nav {
    width: 350px;
    height: 140px;
    float: left;
    object-fit: fill;
    margin-top: -13px;
    margin-left: -36px;
    margin-right: 200px;
    padding: 40px 0 0;
  }

  .container-9 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .image-22 {
    margin-bottom: auto;
    margin-left: auto;
  }

  .image-23 {
    width: auto;
    object-fit: fill;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    object-fit: contain;
  }
}

#w-node-_83dc747c-60ef-4475-a3fc-8c0c0e3e7127-d727bc20, #w-node-_83dc747c-60ef-4475-a3fc-8c0c0e3e7148-d727bc20, #w-node-cce728af-1c5b-bf85-134e-a7910f56063b-d727bc20, #w-node-cce728af-1c5b-bf85-134e-a7910f560645-d727bc20, #w-node-cce728af-1c5b-bf85-134e-a7910f56064f-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97c6-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97ce-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97d6-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97de-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97e6-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97ee-d727bc20, #w-node-_874de0d8-88be-d31a-1411-5bda3a5b97f6-d727bc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72d787fa-b199-76b2-069f-c60bb79a2d0d-d727bc20, #w-node-_72d787fa-b199-76b2-069f-c60bb79a2d1b-d727bc20 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5dfdfcab-4663-1ddb-54e1-04635e4455b6-d727bc28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5dfdfcab-4663-1ddb-54e1-04635e4455c7-d727bc28, #w-node-_5dfdfcab-4663-1ddb-54e1-04635e4455c8-d727bc28, #w-node-_5dfdfcab-4663-1ddb-54e1-04635e4455d0-d727bc28, #w-node-_5dfdfcab-4663-1ddb-54e1-04635e4455d8-d727bc28, #w-node-_5dfdfcab-4663-1ddb-54e1-04635e4455e0-d727bc28, #w-node-_69084111-3377-9689-5eaa-f83a2a79f3cf-d727bc29, #w-node-_69084111-3377-9689-5eaa-f83a2a79f3d7-d727bc29, #w-node-_69084111-3377-9689-5eaa-f83a2a79f3df-d727bc29, #w-node-_69084111-3377-9689-5eaa-f83a2a79f3e7-d727bc29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e40cae97-b224-e3a8-434d-ca727182f0db-d727bc2a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-e40cae97-b224-e3a8-434d-ca727182f0f9-d727bc2a {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_4cf3e062-5cb8-a8f6-0748-8516c710f4ee-d727bc2c, #w-node-_4cf3e062-5cb8-a8f6-0748-8516c710f4f6-d727bc2c, #w-node-_4cf3e062-5cb8-a8f6-0748-8516c710f4fe-d727bc2c, #w-node-_4cf3e062-5cb8-a8f6-0748-8516c710f506-d727bc2c, #w-node-_4cf3e062-5cb8-a8f6-0748-8516c710f50e-d727bc2c, #w-node-_4cf3e062-5cb8-a8f6-0748-8516c710f516-d727bc2c, #w-node-e2209843-c30b-6133-f4d9-9f937c027d89-d727bc2f, #w-node-e2209843-c30b-6133-f4d9-9f937c027d93-d727bc2f, #w-node-e2209843-c30b-6133-f4d9-9f937c027d9d-d727bc2f, #w-node-_6673dbf1-08c2-0bd8-4691-22c10c4b56dd-d727bc2f, #w-node-_6673dbf1-08c2-0bd8-4691-22c10c4b56e3-d727bc2f, #w-node-_6673dbf1-08c2-0bd8-4691-22c10c4b56e9-d727bc2f, #w-node-d5b07fc7-3eeb-3483-2007-e57845282693-d727bc2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60a9b144-a7b7-f9c7-252b-3f0c8334d931-5fd24a58, #w-node-_60a9b144-a7b7-f9c7-252b-3f0c8334d93f-5fd24a58, #w-node-_2bc329af-c547-d36c-4e73-924355323596-5fd24a58, #w-node-_2bc329af-c547-d36c-4e73-9243553235a4-5fd24a58 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc22c-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc23e-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc23f-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc240-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc241-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc242-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc243-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc244-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc245-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc246-2c9e8a2d, #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc247-2c9e8a2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_83dc747c-60ef-4475-a3fc-8c0c0e3e7127-d727bc20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_72d787fa-b199-76b2-069f-c60bb79a2d0d-d727bc20, #w-node-_72d787fa-b199-76b2-069f-c60bb79a2d1b-d727bc20 {
    grid-column: span 2 / span 2;
  }

  #w-node-e40cae97-b224-e3a8-434d-ca727182f0db-d727bc2a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e40cae97-b224-e3a8-434d-ca727182f0f9-d727bc2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_60a9b144-a7b7-f9c7-252b-3f0c8334d931-5fd24a58, #w-node-_60a9b144-a7b7-f9c7-252b-3f0c8334d93f-5fd24a58, #w-node-_2bc329af-c547-d36c-4e73-924355323596-5fd24a58, #w-node-_2bc329af-c547-d36c-4e73-9243553235a4-5fd24a58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc22c-2c9e8a2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e40cae97-b224-e3a8-434d-ca727182f0db-d727bc2a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_592a7da2-ba1b-2f96-a5ae-90a783cbc22c-2c9e8a2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


