:root {
  --bg1: #dadada;
  --subtitle-grey: #818181;
  --bg2: #a3a3a2;
  --black: #000;
  --_shade-slides---color: #0000002b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .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: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.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;
}

.hero-content-section {
  height: 90vh;
  position: relative;
}

.slider {
  height: 100%;
}

.texto-estatico-hero {
  z-index: 10;
  position: absolute;
  top: 20%;
  left: 10%;
}

.texto-estatico-hero.is-for-images {
  inset: 60% 0% 0% auto;
}

.parent-div-texto-estatico {
  position: relative;
}

.section-1-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-1-content.d9 {
  background-color: #d9d9d9;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.column-section1-wrapper {
  min-width: 90%;
  max-width: 1140px;
}

.img-section1-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-aligned-left {
  text-align: right;
  font-weight: 400;
}

.btn-section-1-wrapper.is-spaced-top {
  margin-top: 40px;
}

.button {
  color: #fff;
  background-color: #cfcfcf00;
  border: 1px solid #fff;
  border-radius: .5rem;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.2rem;
  font-weight: 700;
}

.button.is-kursive {
  font-style: italic;
  font-weight: 700;
}

.button.is-spaced-top.edited {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 1.2rem;
}

.button.styled {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
}

.button.negative {
  color: #000;
  border-color: #000;
  font-size: 1.2rem;
}

.button.negative.fixed-width {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
}

.button.negative.form {
  background-color: #fff;
}

.is-smaller {
  font-size: 24px;
  line-height: 28px;
}

.is-smaller.no-margin {
  margin-bottom: 0;
}

.is-smaller.no-margin.is-white {
  font-size: 24px;
}

.is-smaller.is-centered {
  font-size: 3rem;
}

.is-smaller.is-edited-bigger {
  font-size: 1.8rem;
  line-height: 1.3;
}

.vertical-content-div.is-spaced-top {
  margin-top: 45px;
}

.is-smaller-2 {
  font-size: 1.3rem;
}

.is-smaller-2.is-centered {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1;
}

.is-centered {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.is-centered.is-bigger {
  font-size: 3.5rem;
}

.is-centered.is-pts-up {
  font-size: 1.6rem;
}

.section-collage-div {
  height: 100vh;
  display: flex;
}

.left-div-img-wrapper {
  background-image: url('../images/COLLAGE-HOME-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.right-div-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-div-content-wrapper.b4 {
  background-color: #b4b4b4;
}

.main-text-collage-div-wrapper.is-margin-bottom {
  margin-bottom: 30px;
}

.paragraph-div-collage-section.is-margin-bottom {
  margin-bottom: 0;
}

.is-styled-collage {
  font-size: 1.1rem;
  line-height: 1.4;
}

.is-styled-collage.is-justified {
  text-align: justify;
  font-size: 1.12rem;
}

.div-btn-right-div-wrapper-collage {
  margin-top: 40px;
}

.content-right-div-collage {
  max-width: 60%;
}

.is-spaced-top {
  margin-top: 50px;
}

.is-spaced-top.is-white {
  line-height: 1.5;
}

.column-moved-top {
  position: static;
  top: 0;
}

.quote-section-div {
  background-image: url('../images/circl-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.quote-section-div.fixed-heigh {
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
}

.left-div-quote-section {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.left-div-quote-section.is-styled-cta-div {
  background-image: url('../images/PRE-FOOT-HOME_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

.right-div-quote-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.right-div-quote-section.is-styled-cta-section {
  justify-content: space-between;
  width: 60%;
}

.right-div-quote-section.black-bg {
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
}

.right-div-quote-section.is-styled-left {
  justify-content: center;
  align-items: flex-end;
  padding-right: 5%;
}

.badges-div-quote-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badges-div-quote-section.is-edited-hero {
  background-color: #f7f7f7cc;
  border-radius: 20px 0 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.image {
  margin-right: 75px;
}

.content-cta-div-bloc {
  width: 75%;
}

.div-btn-cta {
  text-align: left;
  margin-top: 40px;
}

.footer-dark {
  background-color: #6e6e6e;
  border-bottom: 1px solid #e4ebf3;
  padding: 4rem 30px 3rem;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.link-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.is-spaced-bottom {
  margin-bottom: 35px;
}

.div-quote-footer {
  margin-bottom: 75px;
}

.is-quote-styled {
  color: #fff;
  text-align: right;
  font-style: italic;
}

.div-block {
  height: 100%;
}

.heading {
  font-size: 1rem;
  font-weight: 400;
}

.div-first-section-info {
  padding: 50px 10vw 80px;
}

.div-first-section-info.is-bg-edited {
  background-color: #e2e2e2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-first-section-info.is-bg-edited.is-etico-edited {
  background-image: linear-gradient(0deg, #000000b5, #eaeaeaf2 24%, #fff0 33%);
  padding: 5rem 10%;
}

.div-first-section-info._9d {
  background-color: #9d9d9d;
}

.div-first-section-info.da {
  background-color: var(--bg1);
}

.img-wrapper-hero-section-info {
  background-image: url('../images/NOSOTROS-HEROBG1_1.avif');
  background-position: 50% 58%;
  background-size: cover;
  height: 45vh;
}

.img-wrapper-hero-section-info.project-img {
  background-image: url('../images/PROYECTOS-BG1_1.avif');
  width: 100%;
}

.img-wrapper-hero-section-info.canal-etico {
  background-image: url('../images/CANAL-ETICO-BG_1.avif');
  width: 100%;
}

.img-wrapper-hero-section-info.services-bg {
  background-image: url('../images/services-bg.png');
}

.img-wrapper-hero-section-info.is-client-bg {
  background-image: url('../images/CLIENTES-HERO1_1.avif');
  width: 100%;
}

.div-title-holder-info {
  margin-bottom: 120px;
}

.div-title-holder-info.not-margined-bottom {
  margin-bottom: 20px;
}

.div-title-holder-info.no-spaced-bottom, .div-subtitle-wrapper-info {
  margin-bottom: 50px;
}

.div-text-wrapper-info {
  padding-left: 15%;
  padding-right: 15%;
}

.div-text-wrapper-info.is-margined {
  margin-top: 5rem;
  padding-left: 25%;
  padding-right: 25%;
}

.huge-title-style {
  color: #000;
  text-align: center;
  font-size: 12rem;
  line-height: 1;
}

.huge-title-style.is-massive {
  font-size: 17rem;
}

.huge-title-style.is-massive.is-grey {
  color: #adadad;
}

.huge-title-style.is-massive.is-grey.is-smaller {
  font-size: 15rem;
}

.huge-title-style.smaller {
  font-size: 10rem;
}

.is-subtitle-styled {
  color: var(--subtitle-grey);
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.is-subtitle-styled.is-smaller {
  font-size: 38px;
}

.is-paragraph-about-us-style {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.4;
}

.is-paragraph-about-us-style.is-justified {
  text-align: justify;
}

.is-paragraph-about-us-style.is-justified.is-white.is-bigger-2 {
  text-align: left;
  font-size: 1.12rem;
  line-height: 1.4;
}

.is-paragraph-about-us-style.is-icon-styled {
  color: #fff;
  text-align: center;
  margin-top: 1.5rem;
  font-size: .7rem;
  line-height: 1.1;
}

.is-paragraph-about-us-style.is-top-spaced {
  margin-top: 5rem;
  font-size: 1.12rem;
  line-height: 1.4;
}

.is-paragraph-about-us-style.is-top-spaced.is-white {
  font-size: 1.12rem;
}

.is-paragraph-about-us-style.is-white {
  line-height: 1.4;
}

.img-text-wrapper-about-us-hero {
  background-image: url('../images/NOSOTROS-IMG-2_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 35vh;
  margin-top: 70px;
}

.second-section-div-about-us {
  height: 80vh;
  display: flex;
}

.second-section-div-about-us.is-blocked {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 4rem 8vw;
  display: block;
}

.second-section-div-about-us.is-blocked.da {
  background-color: #dadada;
  padding-left: 3rem;
  padding-right: 3rem;
}

.second-section-div-about-us.is-blocked.da.is-mv-edited {
  height: 100vh;
  display: flex;
}

.second-section-div-about-us.black-bg {
  background-color: #000;
}

.second-section-div-about-us.black-bg.is-padding-intern {
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.left-div-about-us-2nd-section {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 10%;
  display: flex;
}

.left-div-about-us-2nd-section.flex-edited {
  padding-left: 0%;
}

.wrapper-text-2nd-div-about-us {
  max-width: 80%;
}

.wrapper-text-2nd-div-about-us.fixed-width {
  max-width: 50%;
}

.is-styled-2nd-section-about-us {
  font-size: 28px;
}

.is-styled-2nd-section-about-us.is-smaller-text {
  color: #000;
  text-align: justify;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.4;
}

.is-styled-2nd-section-about-us.is-smaller-text.is-white {
  color: #fff;
  text-align: left;
  line-height: 1.4;
}

.is-styled-2nd-section-about-us.is-smaller-text.is-justified {
  text-align: justify;
}

.is-styled-2nd-section-about-us.is-smaller-text.no-margin-top {
  margin-top: 0;
}

.is-styled-2nd-section-about-us.is-white {
  text-align: justify;
  font-weight: 400;
}

.is-styled-2nd-section-about-us.is-white.aditional-pts {
  color: #cfcfcf;
  font-size: 1.6rem;
}

.massive-vm-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14rem;
  line-height: 1;
}

.massive-vm-text.is-grey {
  color: var(--subtitle-grey);
  font-size: 15rem;
}

.massive-vm-text.is-centered {
  color: #000;
}

.massive-vm-text.is-smaller {
  font-size: 3rem;
}

.massive-vm-text.is-smaller.is-centered-white {
  color: #e0e0e0;
  text-align: center;
  text-transform: none;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column {
  text-align: right;
}

.valores-div-section {
  background-image: url('../images/bg-circle-valores-.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 8vw;
}

.valores-div-section.a3a3a2 {
  background-color: var(--bg2);
  height: 90vh;
}

.img-valores-div {
  height: 100%;
}

.column-2 {
  padding-right: 0;
}

.title-value-text {
  margin-top: 50px;
}

.column-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.is-huge {
  color: #000;
  font-size: 4.5rem;
  line-height: 1;
}

.is-huge.number-project-style {
  font-size: 10rem;
}

._2-photos-div-wrapper {
  padding-bottom: 8rem;
  padding-left: 8vw;
  padding-right: 8vw;
}

._2-photos-div-wrapper.top-margin {
  padding-top: 5rem;
}

._2-photos-div-wrapper.top-margin.da {
  background-color: #dadada;
}

.right-img-div {
  background-image: url('../images/NOSOTROS-RIGHT-IMG1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
}

.lef-img-wrapper {
  background-image: url('../images/NOSOTROS-LEFT-IMG-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
}

.is-medium-huge {
  color: var(--black);
  margin-top: 0;
  font-size: 8rem;
  line-height: 1;
}

.content-div-team {
  padding-left: 20%;
  padding-right: 10%;
}

.arrow-down-div {
  margin-top: 4rem;
}

.arrow-down-div.hidden {
  display: none;
}

.is-styled-big-bold {
  text-align: left;
  font-size: 28px;
}

.organigrama-section {
  background-image: url('../images/organigrama_1.avif'), linear-gradient(#707071, #707071);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 100vh;
}

.key-factor-div-section {
  background-image: url('../images/ADVERSARIOArtboard-1_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.content-key-factor-div {
  padding-left: 8vw;
  padding-right: 8vw;
}

.content-key-factor-div.hidden {
  display: none;
}

.heading-2 {
  padding: 0;
}

.heading-2.is-bigger {
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
}

.heading-2.is-centered.is-spaced-down {
  margin-bottom: 50px;
}

.heading-2.is-centered.is-spaced-down.fixed-height {
  height: 50px;
  margin-bottom: 80px;
}

.bullet-factor-div-wrapper {
  margin-top: 6rem;
}

.heading-3 {
  padding-bottom: 4rem;
}

.horizontal-scroll-div-section {
  background-image: linear-gradient(#000, #000);
  height: 100vh;
}

.column-wrapper-cert-section {
  padding-bottom: 17rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

.column-wrapper-cert-section.da {
  background-color: #dadada;
}

.content-card-cert-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.image-7 {
  object-fit: cover;
}

._3122ls-1 {
  object-fit: cover;
  margin-right: 0;
}

.cert-div-wrapper {
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-btns-certs-wrapper {
  margin-top: 4rem;
}

.content-main-div {
  max-width: 100%;
  padding-top: 40px;
  overflow: hidden;
}

.content-main-div.no-spaced-top {
  padding-top: 0;
}

.service-div-description {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.service-div-description.bg-color-styled {
  background-color: #e2e2e2;
}

.service-div-description.is-black {
  background-color: #000;
  padding-top: 5rem;
}

.service-content-div-wrapper {
  width: 70%;
}

.title-divider-spaced {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.icons-service-wrapper {
  justify-content: space-between;
  margin-top: 5rem;
  display: flex;
}

.icon-service-wrapper-container {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  width: 90px;
  height: auto;
}

.accordeon-cards-div-wrapper {
  background-color: #e2e2e2;
  padding: 15px 10% 10rem;
}

.dropdown-toggle, .dropdown {
  width: 100%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 14px 5px;
  overflow: hidden;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  background-color: #050505;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 13px;
  display: flex;
  overflow: visible;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.accordion-heading.is-white {
  font-size: 1.4rem;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  background-color: #000;
  margin-top: 15px;
  margin-right: 0;
  padding: 0 18px 15px;
  overflow: hidden;
}

.image-16 {
  filter: invert();
  width: 10px;
  height: auto;
}

.icon-wrapper {
  border: 1px solid #bebebe;
  border-radius: 4px;
  padding: 3px 7px;
}

.paragraph {
  margin-bottom: 0;
}

.accordion-item-2 {
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-2.is-edited {
  padding-left: 0;
}

.accordion-item-trigger-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.cotizar-btn-div {
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
  display: flex;
}

.software-div-section {
  background-color: #e2e2e2;
  padding-left: 10%;
}

.software-div-section.is-flexed-left {
  background-color: #e2e2e2;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 8rem;
  padding-right: 10%;
  display: flex;
}

.software-div-section.is-flexed-left.bg-edited {
  background-color: #fff;
  background-image: url('../images/infraes-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.title-software-div.is-edited {
  width: 50%;
}

.is-bigger-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
}

.div-image-circle-div {
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.title-div-infraestructura {
  padding-top: 8rem;
  padding-bottom: 6rem;
  padding-left: 10%;
}

._1-2-3-div-content {
  padding-top: 5rem;
  padding-bottom: 8rem;
  padding-left: 10%;
}

.plano-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tisur-1504-042-dwg-00001_b_page-0001-1-1 {
  object-fit: cover;
}

._1-div-content.is-2 {
  margin-top: 120px;
  margin-left: 0;
  position: relative;
  left: 100px;
}

._1-div-content.is-2.is-3 {
  left: 200px;
}

.number-style {
  font-size: 16rem;
}

.number-style.is-nivel-styled {
  font-size: 4rem;
  line-height: 1;
}

.content-number-wrapper {
  width: 300px;
  min-width: 300px;
}

.tecnologia-esp-div {
  background-color: #000;
  background-image: url('../images/tecnologia-1_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 10%;
}

.tencnologia-div-content {
  max-width: 30%;
  margin-top: 4rem;
}

.is-white {
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.5;
}

.is-white.is-2pts-bigger {
  font-size: 36px;
}

.is-white.bigger-hero-text {
  font-size: 2.5rem;
}

.rectangle-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1259px;
  height: 1279px;
  text-decoration: none;
  display: flex;
}

.div-client-description {
  max-width: 750px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-client-description.is-top-spaced {
  margin-top: 5rem;
}

.white-div-clientes-wrapper {
  background-color: #e2e2e2;
  padding: 4rem 8%;
}

.div-column-client-row {
  background-color: #fff;
  border-radius: 25px;
  padding-bottom: 4rem;
  padding-left: 10%;
  padding-right: 10%;
}

.client-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.rectangle, .rectangle-15 {
  object-fit: cover;
}

.column-4, .column-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.final-text-client-div {
  margin-top: 4rem;
  padding-left: 10%;
  padding-right: 10%;
}

.project-card-content {
  background-color: #000;
  padding: 6rem 8%;
}

.project-img-div {
  background-image: url('../images/project1-_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-bottom: 50px;
}

.project-img-div.p2 {
  background-image: url('../images/TRANSPORTE-Y-VIALIDAD_1.avif');
}

.project-img-div.p3 {
  background-image: url('../images/project3-_1.avif');
}

.project-img-div.p4 {
  background-image: url('../images/project4-_1.avif');
}

.project-img-div.p5 {
  background-image: url('../images/PUERTOS-S1_1.avif');
}

.project-img-div.p6 {
  background-image: url('../images/project6-_1.avif');
}

.project-img-div.p7 {
  background-image: url('../images/project7-_1.avif');
}

.project-img-div.p8 {
  background-image: url('../images/project8-_1.avif');
}

.project-img-div.p9 {
  background-image: url('../images/project9-_1.avif');
}

.rr-ss-link {
  color: #c5c5c5;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.image-17 {
  width: 150px;
  height: auto;
}

.autor-ing {
  font-style: normal;
  font-weight: 700;
}

.canal-etico-wrapper-div-columns.top-margin {
  margin-top: 10rem;
  padding-left: 5%;
  padding-right: 5%;
}

.btn-etico-wrapper {
  margin-top: 4rem;
}

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

.tipos-div-section {
  background-color: #000;
  padding: 5rem 10%;
}

.tipos-div-section.is-styled {
  background-color: #fff;
}

.accordion-div-tipos {
  margin-top: 5rem;
}

.is-big-1 {
  font-size: 1.4rem;
  line-height: 1.4;
}

.is-big-1.is-justified {
  text-align: justify;
}

.navbar-logo-left {
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 9999;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-menu-wrapper-2 {
  z-index: 99999;
  background-color: #c8c8c887;
  flex-flow: column;
  height: auto;
  padding-left: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-menu-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 8rem;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  text-align: right;
  letter-spacing: .25px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-link-2.w--current {
  color: #b90003;
}

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.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;
}

.menu-button-2 {
  background-color: #e8e8e8;
  border: .5px solid #000;
  border-radius: 5px;
  padding: 9px 40px;
}

.menu-button-2.w--open {
  z-index: 99999;
}

.list-item {
  text-align: right;
  width: 100%;
  margin-bottom: 2rem;
}

.list-item-2, .list-item-3 {
  text-align: right;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1;
}

.container-width {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.slide {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/SLIDE1-HOME_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/SLIDE2-HOME_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: url('../images/SLIDE3-HOME_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block {
  font-size: 20px;
  font-weight: 700;
}

.icon-2 {
  display: none;
}

.is-paragraph {
  font-size: 1.12rem;
  line-height: 1.4;
}

.columns-3, .columns-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #000;
}

.image-18 {
  width: 200px;
}

.image-18.iso-img {
  margin-right: 20px;
}

.heading-5 {
  font-size: 38px;
  line-height: 1.2;
}

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

.columns-6 {
  width: 100%;
}

.paragraph-2 {
  font-size: 1.4rem;
  line-height: 1.4;
}

.image-19, .image-20, .image-21, .image-22 {
  filter: invert();
}

.hs-wrap {
  position: relative;
}

.scroll-wrapper {
  object-fit: none;
  width: 100vw;
  height: 100%;
  overflow: scroll;
}

.scroll-content {
  background-image: url('../images/TIMELINE-MEJORADA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8192px;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.frame-1321317524 {
  grid-row-gap: 10px;
  background-color: #d9d9d9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 219px;
  height: 240px;
  padding: 18px 27px;
  text-decoration: none;
  display: flex;
}

.la-empresa-queda-formalmente-constituida-e-inscrita-en-los-registros-pblicos-marcando-el-inicio-de-s {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrik Trial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1321317523 {
  grid-column-gap: 10px;
  background-color: #707071;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: 142px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.se-obtiene-el-nmero-de-ruc-habilitando-a-la-organizacin-para-operar-comercialmente-y-cumplir-con-sus {
  color: #d6d6d6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrik Trial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-1321317525 {
  grid-row-gap: 10px;
  background-color: #a3a3a2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 219px;
  height: 240px;
  padding: 18px 23px;
  text-decoration: none;
  display: flex;
}

.supervisin-de-la-obra-construccin-del-puente-punta-colorada-y-accesos-departamento-de-arequipa-long {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrik Trial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

._1983, ._1993, ._2009 {
  color: #d6d6d6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrik Trial, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-34 {
  background-color: #000;
}

.rectangle-2 {
  border-radius: 10px;
}

.title-contacto-div {
  background-color: #000;
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/sugerencia-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding: 12rem 25% 3rem;
}

.title-contacto-div.is-contact-bg {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/contacto-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.is-title-contact-us.white {
  color: #fff;
}

.div-form-contact {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.text-field-div.is-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-div.is-flex.is-spaced-bot {
  margin-bottom: 1.5rem;
}

.form-block {
  width: 50%;
}

.message-field {
  background-color: var(--bg1);
  color: #000;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 20px;
  height: 10rem;
}

.fixed-content-terms {
  background-color: var(--bg1);
  border-radius: 15px;
  width: 100%;
  height: 75vh;
  margin-top: 2rem;
  padding: 2.5rem;
  position: static;
  overflow: scroll;
}

.paragraph-3 {
  font-size: 1.12rem;
  line-height: 1.4;
}

.paragraph-3.is-sticky {
  position: static;
  top: 0;
}

.check-box-div {
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: auto;
}

.checkbox-field {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.field-label {
  color: #fff;
  margin-bottom: 15px;
}

.field-label.is-spaced-edited {
  margin-top: 3rem;
}

.field-label.is-spaced-bottom {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.3rem;
  line-height: 1.4;
}

.field-label.is-spaced-bot-top {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.text-field {
  background-color: var(--bg1);
  color: #000;
  border-radius: 20px;
  width: 60%;
}

.text-field-2 {
  background-color: var(--bg1);
  color: #000;
  border-radius: 20px;
}

.field-label-2, .field-label-3, .field-label-4 {
  color: #fff;
}

.text-field-3 {
  background-color: var(--bg1);
  color: #000;
  border-radius: 20px;
  width: 60%;
}

.text-field-4 {
  background-color: var(--bg1);
  color: #000;
  border-radius: 20px;
}

.text-field-5 {
  background-color: var(--bg1);
  border-radius: 20px;
}

.text-field-6 {
  background-color: var(--bg1);
  color: #000;
  border-radius: 20px;
}

.checkbox-label {
  color: #fff;
}

.textarea {
  background-color: var(--bg1);
  color: #000;
  border-radius: 20px;
}

.check-box-style-sugerencia {
  margin-top: 20px;
}

.checkbox-label-2 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 25px;
  font-weight: 700;
}

.select-field {
  color: #000;
}

.select-field.denuncia-styled {
  width: 50%;
}

.select-field-2 {
  color: #000;
}

.check-box-div-flexed {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.checkbox-label-3 {
  color: #fff;
  font-size: 1.12rem;
}

.checkbox-label-3.is-spaced-right {
  text-transform: uppercase;
  margin-right: 20px;
}

.img-mobile {
  display: none;
}

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

.mensaje-recibido-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.lottie-animation {
  width: 40vw;
  height: 40vh;
  position: absolute;
  inset: 40% auto auto 30%;
}

.volver-btn-div {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.bold-text {
  color: #fff;
}

.is-bigger-edited {
  font-size: 1.4rem;
  line-height: 1.3;
}

.image-23 {
  width: auto;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .cert-div-wrapper {
    padding-right: 2px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    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 #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .accordion-item-content, .accordion-item-content-2 {
    margin-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-content-section {
    height: 100vh;
  }

  .texto-estatico-hero {
    top: 10%;
  }

  .texto-estatico-hero.is-for-images {
    top: 80%;
  }

  .section-1-content.d9 {
    height: auto;
    padding: 4rem 25px 2rem;
    display: block;
  }

  .is-aligned-left {
    text-align: left;
  }

  .btn-section-1-wrapper.is-spaced-top {
    margin-bottom: 40px;
  }

  .button.negative {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .is-smaller.is-centered {
    font-size: 2rem;
  }

  .section-collage-div {
    height: auto;
    display: block;
  }

  .right-div-content-wrapper.b4 {
    width: 100%;
    display: block;
  }

  .content-right-div-collage {
    max-width: 100%;
    padding: 4rem 25px;
  }

  .is-spaced-top.is-white {
    margin-top: 30px;
  }

  .quote-section-div {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .left-div-quote-section {
    width: 100%;
  }

  .left-div-quote-section.is-styled-cta-div {
    width: 100%;
    display: block;
  }

  .badges-div-quote-section {
    display: block;
  }

  .container {
    max-width: none;
  }

  .footer-brand, .footer-block {
    display: block;
  }

  .link-block {
    margin-bottom: 10px;
    display: block;
  }

  .is-quote-styled {
    text-align: left;
  }

  .div-first-section-info {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-first-section-info.is-bg-edited.is-etico-edited {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-text-wrapper-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-text-wrapper-info.is-margined {
    margin-top: 2rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .huge-title-style {
    font-size: 3rem;
  }

  .huge-title-style.is-massive.is-grey.is-smaller, .huge-title-style.is-massive.is-white, .huge-title-style.smaller, .is-subtitle-styled {
    font-size: 2rem;
  }

  .is-subtitle-styled.is-smaller {
    text-align: left;
  }

  .is-paragraph-about-us-style.is-top-spaced {
    margin-top: 2rem;
  }

  .second-section-div-about-us.is-blocked.da.is-mv-edited {
    height: auto;
  }

  .second-section-div-about-us.black-bg {
    height: auto;
    display: block;
  }

  .second-section-div-about-us.black-bg.is-padding-intern {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .left-div-about-us-2nd-section {
    width: 100%;
    padding-top: 2rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .left-div-about-us-2nd-section.flex-edited {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 25px;
  }

  .wrapper-text-2nd-div-about-us.fixed-width {
    max-width: 100%;
  }

  .is-styled-2nd-section-about-us.is-smaller-text.is-white {
    color: #fff;
  }

  .massive-vm-text {
    text-align: left;
    font-size: 42px;
  }

  .massive-vm-text.is-grey {
    font-size: 38px;
  }

  .massive-vm-text.is-smaller.is-centered-white {
    font-size: 2rem;
  }

  .columns {
    display: block;
  }

  .valores-div-section.a3a3a2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .valores-div-section.a3a3a2.no-margin-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    display: block;
  }

  .is-huge {
    font-size: 2rem;
  }

  ._2-photos-div-wrapper.top-margin.da {
    padding-bottom: 2rem;
  }

  .right-img-div {
    margin-bottom: 25px;
  }

  .is-medium-huge {
    font-size: 38px;
  }

  .content-div-team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .organigrama-section {
    height: 30vh;
  }

  .key-factor-div-section {
    background-repeat: no-repeat;
    background-size: contain;
    height: 30vh;
  }

  .heading-2.is-centered.is-spaced-down.fixed-height {
    margin-bottom: 20px;
  }

  .column-wrapper-cert-section.da {
    padding-bottom: 3rem;
  }

  .content-card-cert-wrapper {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-div-wrapper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icons-service-wrapper {
    display: block;
  }

  .accordeon-cards-div-wrapper {
    padding-bottom: 2rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .accordion-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cotizar-btn-div, .software-div-section.is-flexed-left {
    padding-bottom: 2rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .software-div-section.is-flexed-left.bg-edited {
    padding-top: 2rem;
    display: block;
  }

  .title-software-div.is-edited {
    width: 100%;
  }

  .is-bigger-1 {
    font-size: 2rem;
  }

  .div-image-circle-div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .title-div-infraestructura {
    padding: 3rem 25px;
  }

  ._1-2-3-div-content {
    padding: 1rem 25px 3rem;
  }

  .tisur-1504-042-dwg-00001_b_page-0001-1-1 {
    margin-top: 25px;
  }

  ._1-div-content.is-2 {
    margin-top: 50px;
    left: 0;
  }

  ._1-div-content.is-2.is-3 {
    left: 0;
  }

  .number-style {
    font-size: 5rem;
  }

  .number-style.is-nivel-styled {
    font-size: 3rem;
  }

  .tecnologia-esp-div {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 2rem 25px;
  }

  .tencnologia-div-content {
    max-width: 100%;
  }

  .is-white.bigger-hero-text {
    font-size: 1.6rem;
  }

  .div-client-description {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-column-client-row {
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 25px;
    display: block;
  }

  .final-text-client-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .canal-etico-wrapper-div-columns.top-margin {
    margin-top: 2rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-canal-etico-div-btn {
    margin-top: 25px;
  }

  .tipos-div-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tipos-div-section.is-styled {
    padding-top: 2rem;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-wrapper-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link-2, .nav-link-2.nosotros {
    font-size: 35px;
  }

  .list-item, .list-item-3 {
    margin-bottom: 1rem;
  }

  .container-width, .columns-3, .columns-4 {
    display: block;
  }

  .heading-4 {
    margin-top: 0;
  }

  .heading-5 {
    font-size: 28px;
  }

  .columns-5 {
    display: block;
  }

  .columns-6.margin-mobile {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title-contacto-div {
    padding-top: 3rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .is-title-contact-us.white {
    font-size: 2rem;
  }

  .div-form-contact {
    padding-bottom: 2rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field-div.is-flex, .text-field-div.is-flex.is-spaced-bot {
    display: block;
  }

  .form-block {
    width: 100%;
  }

  .fixed-content-terms {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3, .select-field.denuncia-styled {
    width: 100%;
  }

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

  .mensaje-recibido-div {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#w-node-_7a212621-af61-494b-5cd0-3001a4f83f97-a4f83f92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


