:root {
  --title: black;
  --body: #333;
  --primary: #fa6400;
  --color: #f37023;
  --white: #fff;
  --royal-blue: #031d4f;
  --azul: #003499;
  --grey-background: #f4f2f3;
  --naranja-vivid: #f24a22;
  --no-selected: #898989;
  --plomo-clarito: #8f8f8f;
  --azul-vivido: #2267f2;
  --linen: #f8f3ef;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: var(--image-708b924);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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: var(--image-i5cec3e91);
  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;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  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: var(--title);
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

p {
  color: var(--body);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  grid-row-gap: 20px;
  color: var(--body);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1206px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.is--map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.4em 0 5em;
  display: flex;
}

.container.hero {
  display: none;
}

.container.proyecto-encabezado {
  margin-top: 16px;
}

.container.botones-servicios {
  display: flex;
}

.container.servicios-infomarcion {
  margin-top: 25px;
}

.container.linea-servicio-separar {
  margin-top: 50px;
  margin-bottom: 62px;
}

.container.linea-servicio-separar.nosotros-linea-heading {
  margin-top: 42px;
  margin-bottom: 77px;
}

.container.linea-servicio-separar.nosotros-linea-heading.ahora-no-aqui {
  margin-top: 55px;
  margin-bottom: 0;
}

.container.linea-servicio-separar.nosotros-linea-heading.ahora-no-2 {
  margin-top: 0;
}

.container.linea-servicio-separar.nosotros-linea-heading.parte-de-arriba-linea {
  margin-top: 0;
  margin-bottom: 32px;
}

.container.linea-servicio-separar.nosotros-linea-heading._2 {
  margin-top: 0;
}

.container.linea-servicio-separar.nosotros-linea-heading._01 {
  margin-bottom: 55px;
}

.container.linea-servicio-separar.padding-para-home {
  margin-top: 61px;
  margin-bottom: 100px;
}

.container.linea-servicio-separar.padding-para-home.ph2 {
  margin-top: 100px;
}

.container.linea-servicio-separar.padding-para-home.ph3 {
  margin-top: 100px;
  margin-bottom: 61px;
}

.container.linea-servicio-separar.paddin-servicio-template {
  margin-top: 26px;
  margin-bottom: 83px;
}

.container.linea-servicio-separar.padding-template-2 {
  margin-bottom: 71px;
}

.container.container-video {
  padding-top: 0;
  padding-left: 20px;
}

.container.linea-servicio-separar-copy {
  margin-top: 50px;
  margin-bottom: 62px;
}

.container.linea-servicio-separar-copy.nosotros-linea-heading {
  margin-top: 58px;
}

.container.contianer-nostros-video-texto {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container.heading-home-hs {
  margin-bottom: -126px;
}

.container.heading-home-hs.container-new-video {
  margin-bottom: -337px;
  display: block;
  position: relative;
  top: 287px;
}

.container.relative-para-map {
  position: relative;
  top: -497px;
}

.container.carrer-job {
  padding-left: 100px;
  padding-right: 100px;
}

.container.flec-projects-vacant {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #0000001c;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar._02 {
  border-style: none;
}

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

.nav-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-inner {
  grid-column-gap: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--body);
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary);
}

.nav-link._02.absolute-navtext, .nav-link._02.absolute-texts, .nav-link._02.absolute-servicies, .nav-link._02.aboslute-serv, .nav-link._02.hover-pry, .nav-link._02.hover-vacante {
  z-index: 1;
  color: var(--color);
  font-weight: 600;
  position: absolute;
}

.brand {
  width: 100%;
  max-width: 145px;
}

.nav-button {
  color: var(--body);
  background-color: #0000;
  border: 1px solid #0006;
  border-radius: 5px;
  padding: 9px 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .4s, color .4s;
}

.nav-button:hover {
  color: #fff;
  background-color: #f37023;
  border-color: #3330;
}

.nav-button._02.hover-contact {
  z-index: 1;
  background-color: var(--color);
  color: var(--white);
  border-color: #fff0;
  position: absolute;
}

.page-wrapper {
  margin-top: 21px;
  display: block;
}

.page-wrapper.home-wrapper {
  margin-top: 0;
}

.page-wrapper.espaciado, .page-wrapper.contacto-abajo {
  margin-top: 90px;
}

.page-wrapper.vacantes-paddin-wrao {
  margin-top: 78px;
}

.title-section {
  color: var(--title);
  padding-top: 60px;
  padding-bottom: 65px;
  position: static;
}

.title-section.servicios-img-header {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.title-section.certififcado-title {
  margin-top: 0;
}

.title-section.space {
  margin-top: 47px;
}

.title-section.padding-proyecto {
  padding-top: 88px;
  padding-bottom: 88px;
}

.title-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: none;
}

.title-wrapper.nosotros-wrapper {
  margin-top: 7px;
}

.title-wrapper.certificado-wrapper {
  margin-bottom: -49px;
  display: block;
}

.title-wrapper.on {
  display: block;
}

.style-top-section {
  padding-top: 80px;
  padding-bottom: 75px;
}

.main-heading {
  margin-bottom: 5px;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
}

.body-large.black-color {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
}

.heading-item-block {
  grid-column-gap: 180px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: grid;
}

.style-top-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  display: flex;
}

.font-inner {
  grid-column-gap: 147px;
  margin-bottom: 20px;
  display: flex;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.font-block {
  grid-column-gap: 46px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 453px;
  display: grid;
}

.heading-text {
  color: #000;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-small {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
}

.body-small.white-color.text-credits-footer {
  opacity: .5;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.body-small.data-idelcom-paragraph {
  color: var(--white);
  text-align: left;
  margin-top: -8px;
  font-size: 16px;
  position: relative;
  top: 17px;
}

.hading-inner-block {
  grid-column-gap: 180px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: grid;
}

.font-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.d-none {
  display: none;
}

.font-name {
  font-size: 40px;
  font-weight: 400;
}

.color-block {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 120px;
  display: flex;
}

.color-main {
  width: 120px;
  height: 120px;
}

.style-guide-title {
  margin-bottom: 30px;
}

.style-guide-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.style-guide-section.last {
  padding-bottom: 130px;
}

.color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.last {
  margin-bottom: 0;
}

.bg-primary {
  background-color: var(--white);
  color: var(--body);
  border: 1px solid #0006;
  border-radius: 6px;
  width: auto;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
}

.bg-primary:hover {
  background-color: var(--color);
  color: var(--white);
  border-style: solid;
  border-color: #0000;
}

.primary-color {
  color: var(--primary);
}

.bg-body {
  background-color: var(--body);
}

.body-color {
  color: var(--body);
}

.black-bg {
  background-color: var(--title);
}

.black-color {
  color: var(--title);
}

.button-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.primary-button {
  background-color: var(--white);
  color: var(--body);
  border: 1px solid #0006;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 32px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #f37023;
  border-color: #0000;
}

.primary-button.submit {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 12px 20px 12px auto;
}

.primary-button.submit:hover, .primary-button.dark:hover {
  color: #000;
  background-color: #fff;
}

.primary-button.nove-valores {
  vertical-align: baseline;
  display: none;
}

.primary-button.boton-para-proyecto {
  color: var(--royal-blue);
  background-color: #fff;
  border-color: #ffffffc4;
  font-family: Nunito Sans, sans-serif;
  transition-duration: .4s, .4s;
}

.primary-button.boton-para-proyecto:hover {
  color: var(--white);
  background-color: #f37023;
  border-color: #fff0;
}

.primary-button.none-boton-sector {
  display: none;
}

.primary-button.vacantes-boton {
  vertical-align: baseline;
  margin-left: 38px;
  position: relative;
  top: -145px;
  left: auto;
}

.primary-button.boton-vacantes-intro {
  text-align: left;
  object-position: 50% 50%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 424px;
  display: none;
}

.secondary-button {
  color: var(--title);
  background-color: #fff;
  border: 1px solid #000;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .3s, color .3s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #000;
}

.secondary-button.text-align-center {
  color: var(--body);
  border-color: #0006;
  border-radius: 5px;
  font-family: Nunito Sans, sans-serif;
  transition-duration: .4s, .4s;
}

.secondary-button.text-align-center:hover {
  color: var(--white);
  background-color: #f37023;
  border-style: solid;
  border-color: #0000;
}

.secondary-button.text-align-center.boton-para-is {
  background-color: var(--white);
  background-image: linear-gradient(#efeeed, #efeeed);
  margin-top: 14px;
}

.rich-text {
  color: var(--body);
  width: 100%;
  max-width: 968px;
  font-family: Nunito Sans, sans-serif;
}

.rich-text h2 {
  margin-bottom: 40px;
}

.rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rich-text blockquote {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 24px;
  list-style: square;
  display: flex;
}

.rich-text h5, .rich-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text img {
  object-fit: cover;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.rich-text a {
  color: var(--title);
  transition: color .3s;
}

.rich-text a:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer {
  background-color: var(--royal-blue);
  color: var(--white);
  justify-content: center;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 32px;
  display: flex;
}

.footer-top {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-middle {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}

.footer-middle-inner {
  background-color: #ffffff80;
  width: 100%;
  max-width: 11024px;
  height: 1px;
  position: relative;
  transform: translate(-100%);
}

.footer-link-wrap {
  justify-content: space-between;
  width: 100%;
  max-width: 672px;
  display: flex;
}

.footer-menu-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-menu-block.size-contact {
  width: 39.9902%;
  max-width: 30%;
}

.footer-link {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-bottom {
  justify-content: space-between;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.team-link {
  color: #fff;
  text-decoration: underline;
}

.team-link:hover {
  text-decoration: none;
}

.white-color {
  color: #fff;
}

.white-color.heafing-img-projects {
  font-family: Nunito Sans, sans-serif;
}

.footer-image-block {
  background-color: var(--body);
  width: 100%;
  max-width: 400px;
  display: flex;
}

.coming-soon-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.comingsoon-img-block {
  margin-top: 65px;
  margin-bottom: 50px;
}

.inquiry-title {
  font-size: 28px;
}

.coming-soon-paragraph {
  width: 100%;
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-link {
  color: var(--body);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .3s;
}

.paragraph-link:hover {
  border-bottom: 1px solid #000;
}

.paragraph-link.w--current {
  display: inline;
}

.utility-password-content {
  text-align: center;
  width: 100%;
  max-width: 508px;
}

.error-404-content {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.utility-password-form {
  grid-row-gap: 50px;
  border: 1px solid #000;
  flex-direction: column;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.utility-password-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.password-title-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.password-bottom-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 11px;
  font-size: 14px;
  font-weight: 400;
}

.text-field:focus {
  border-bottom-color: var(--primary);
}

.text-field::placeholder {
  color: var(--body);
}

.submit-button {
  color: var(--title);
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.changelog-section {
  padding-bottom: 300px;
}

.version-info-block {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.changelog-title {
  margin-bottom: 5px;
}

.disclaimer-heading {
  margin-bottom: 15px;
}

.licensing-section {
  padding-bottom: 150px;
}

.licensing-title {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link {
  color: #333;
}

.link:hover {
  text-decoration: underline;
}

.info-content {
  margin-bottom: 30px;
}

.licensing-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.info-block {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.licensing-label {
  margin-bottom: 5px;
}

.link-line {
  color: #333;
  text-decoration: underline;
}

.link-line:hover {
  text-decoration: none;
}

.privacy-policy-section {
  padding-bottom: 150px;
}

.info-paragraph {
  margin-bottom: 20px;
}

.info-title {
  margin-bottom: 15px;
}

.icon-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.icon-list-item {
  background-image: var(--image-1263dfc5);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
}

.hero-section {
  color: var(--white);
  background-image: linear-gradient(#000c2f8c, #000c2f8c), var(--image-i3dd5af25);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 117px;
  display: flex;
  position: relative;
}

.hero-section.hero {
  display: none;
}

.hero-section.none-hero {
  display: block;
}

.hero-wrapper {
  color: var(--white);
  font-size: 30px;
  line-height: 150%;
}

.hero-wrapper.hero {
  display: none;
}

.hero-wrapper.hero-wrapper-section {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 6px;
  display: block;
}

.hero-title {
  color: var(--white);
  width: 80%;
  margin-bottom: 10px;
  font-size: 95px;
  font-weight: 900;
  line-height: 100%;
}

.hero-title.inicio_titulo {
  text-indent: 0;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  padding-right: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
}

.hero-title.hero, .hero-title.ocultar-hero {
  display: none;
}

.hero-bottom-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.hero-bottom-block.hero {
  display: none;
}

.center-line {
  background-color: var(--white);
  opacity: .45;
  width: 100%;
  max-width: 190px;
  height: 1px;
  margin-top: 20px;
  margin-left: -9px;
}

.center-line.black {
  background-color: var(--title);
}

.center-line.none-hero-line {
  display: none;
}

.bottom-white-block {
  grid-column-gap: 50px;
  color: #000;
  background-color: #fff;
  align-items: center;
  padding: 24px 35px;
  font-size: 24px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-white-block.hero, .bottom-white-block.oculto-home {
  display: none;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
}

.section.casos-de-exito {
  background-color: #0000;
  margin-bottom: auto;
  padding-top: 45px;
}

.section.miembros {
  display: none;
}

.section.valores-section {
  margin-top: -51px;
  padding-top: 135px;
  padding-bottom: 96px;
  display: block;
}

.section.ocultar-testimonios {
  padding-top: 0;
  padding-bottom: 79px;
  display: none;
}

.section-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  display: flex;
}

.section-title-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.section-title-block.template-alcanze {
  margin-bottom: 20px;
}

.section-title-block.flex-vacatesn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.subtitle-top-block {
  grid-column-gap: 10px;
  display: flex;
}

.subtitle {
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.subtitle.blanco-sub {
  color: var(--white);
}

.subtitle.version-servicio-tit {
  color: var(--azul);
  font-size: 17px;
}

.subtitle.bt {
  color: var(--white);
}

.future-wrapper {
  grid-column-gap: 32px;
  display: flex;
  position: static;
}

.future-wrapper.caso-2 {
  position: static;
}

.future-image-block {
  background-color: var(--grey-background);
  border-radius: 20px;
  width: 100%;
  max-width: 768px;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  position: relative;
}

.future-content-block {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 368px;
  display: flex;
}

.future-middle-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.future-middle-line.casos-de-exito {
  background-color: #f37023;
  width: 1px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.service-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-inner-block {
  grid-row-gap: 40px;
  color: var(--title);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-inner-block:hover {
  border-color: #f37023;
}

.service-inner-block.service-image-inner {
  width: auto;
  height: auto;
  max-height: none;
  padding: 0;
  display: block;
}

.service-inner-block.service-inner-img {
  margin: auto;
  padding: 0;
  display: block;
}

.service-inner-block.service-inner-img:hover {
  border-style: none;
  border-width: 0;
}

.service-inner-block.flex-2-derecha {
  justify-content: space-around;
  align-items: flex-start;
}

.service-inner-block.no-hover:hover {
  border-color: #0000001a;
}

.service-icon-block {
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 100%;
  max-height: 65px;
  overflow: hidden;
}

.service-icon-block.data-idelcom-icon {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-thumb-icon {
  vertical-align: baseline;
  width: 100%;
  display: inline-block;
}

.service-content-block {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: -8px;
  display: flex;
}

.vacantes-section {
  padding-bottom: 0;
}

.vacantes-section.otro-servicio {
  margin-top: 202px;
  display: none;
}

.vacantes-section.certificado-section {
  margin-bottom: 193px;
  display: block;
}

.vacantes-section.proyectos {
  margin-bottom: 140px;
}

.choose-us-section {
  background-color: var(--grey-background);
  background-image: var(--image-44cacc00);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.choose-us-section.nos-destacamos-en {
  display: none;
}

.icon-list-block {
  grid-row-gap: 25px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.list-icon-item {
  background-image: var(--image-i76332f98);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
  font-size: 20px;
  line-height: 150%;
}

.states-wrapper {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.states-right-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-outer-block {
  margin-bottom: 15px;
}

.statistic-block {
  text-align: center;
  background-image: linear-gradient(83deg, #0a47be, #031e53);
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 40px;
}

.statistic-block.white-border {
  border-color: #ffffff1a;
}

.statistic-block.data-idelcom-static-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#003499, #003499);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 47px 0 47px 26px;
  display: block;
}

.statistic-block.data-idelcom-static-block.color-grey {
  background-image: linear-gradient(#f3f3f3, #f3f3f3);
  border-color: #0000;
}

.statistic-block.data-idelcom-static-block.color-naranja {
  background-image: linear-gradient(#f37023, #f37023);
}

.statistic-block.data-idelcom-static-block.light-blue {
  background-image: linear-gradient(#2267f2, #2267f2);
}

.work-section {
  background-color: var(--royal-blue);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.work-section.gradient-azul {
  background-image: linear-gradient(#0a48c0, #031d4f);
}

.invert {
  filter: invert();
}

.project-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-block {
  grid-row-gap: 10px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.project-image-block {
  background-color: var(--body);
  border-radius: 10px;
  height: 100%;
  min-height: 380px;
  max-height: 380px;
  position: relative;
  overflow: hidden;
}

.project-image-block.bg-grey {
  background-color: var(--grey-background);
}

.project-content-block {
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.project-thumb-image {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  min-height: 380px;
  max-height: 380px;
}

.location-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 4px 16px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: none;
  position: absolute;
  inset: auto 20px 20px auto;
}

.location-tag.none {
  text-align: right;
  display: none;
}

.utility-error-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.review-slider {
  background-color: #0000;
  height: auto;
}

.review-slider.testimonio-ocultar {
  display: none;
}

.review-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-block {
  grid-row-gap: 20px;
  border: 1px solid #0000001a;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.review-image-block {
  background-color: var(--grey-background);
  border-radius: 100%;
  width: 60px;
  height: 100%;
  max-height: 60px;
  overflow: hidden;
}

.review-content-block {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.review-content {
  color: var(--title);
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.customer-name {
  color: var(--title);
  margin-bottom: 2px;
}

.company-name {
  font-size: 12px;
  font-weight: 400;
}

.left-arrow {
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .3s;
  display: flex;
  inset: 56px 50px auto auto;
}

.left-arrow:hover {
  border-color: #000;
}

.right-arrow {
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .3s;
  display: flex;
  inset: 56px 0% auto auto;
}

.right-arrow:hover {
  border-color: #000;
}

.blog-collection-item {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-collection-item:first-child {
  padding-top: 0;
}

.blog-collection-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.blog-item-block {
  color: var(--title);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-data-block {
  justify-content: space-between;
  width: 100%;
  max-width: 968px;
  display: flex;
}

.blog-details-link {
  color: var(--title);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blog-content-block {
  grid-column-gap: 32px;
  display: flex;
}

.blog-thumb-image {
  object-fit: cover;
  height: 100%;
  min-height: 175px;
  max-height: 175px;
}

.blog-title {
  width: 100%;
  max-width: 468px;
}

.blog-title-main {
  width: 100%;
  max-width: 900px;
  font-size: 56px;
}

.team-outer {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-inner-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.team-image-block {
  background-color: var(--grey-background);
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.team-content-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-tag {
  border: 1px solid #0000001a;
  border-radius: 30px;
  padding: 4px 14px;
}

.our-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.statistic-section {
  background-color: #000;
  margin-top: 236px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.service-wrapper-about {
  justify-content: space-between;
  display: flex;
}

.service-block-wrapper {
  width: 100%;
  max-width: 568px;
}

.service-dropdown {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.service-dropdown.version-02-sd {
  display: flex;
}

.service-dropdown-toggle {
  border-bottom: 1px solid #00000040;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.service-collection-item {
  padding-bottom: 20px;
}

.service-collection-item:first-child {
  margin-top: -20px;
}

.service-collection-item:last-child {
  padding-bottom: 0;
}

.service-name-block {
  grid-column-gap: .33rem;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-name {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
}

.service-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.service-subtext {
  width: 100%;
  max-width: 468px;
  padding-top: 15px;
}

.service-left-block {
  width: 100%;
  max-width: 468px;
  padding-right: 0;
}

.servive-paragraph {
  margin-bottom: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.service-span-text {
  font-weight: 400;
}

.secci-n-interna-nuestro-recorrido {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.about-hero-left-2 {
  width: 100%;
  max-width: 368px;
}

.about-hero-right-2 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: .5fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 768px;
  display: grid;
}

.about-hero-paragraph-2 {
  color: var(--white);
  width: 100%;
  max-width: 668px;
  display: block;
}

.about-hero-image {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 494px;
  max-height: 494px;
}

.about-hero-content-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.achievement-list-block {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.achievement-list-item {
  color: var(--body);
  background-image: var(--image-39aaeb2a);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #0000001a;
  flex: 0 auto;
  padding-bottom: 15px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 170%;
}

.date-block {
  grid-column-gap: 5px;
  display: flex;
}

.date {
  color: var(--title);
}

.blog-main-section {
  padding-bottom: 80px;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
}

.blog-main-block {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
}

.blog-richtext-block {
  justify-content: center;
  display: flex;
}

.service-main-block {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.service-detail-section {
  padding-top: 60px;
}

.service-detail-wrapper {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-detail-right {
  grid-row-gap: 138px;
  color: #fff;
  background-color: #000;
  background-image: var(--image-65c5f5be);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  width: 100%;
  max-width: 268px;
  padding: 40px 20px;
  font-size: 28px;
  line-height: 120%;
  display: flex;
}

.over-view-title {
  margin-bottom: 15px;
}

.over-view-details {
  width: 100%;
  max-width: 868px;
}

.over-view-details h2 {
  margin-bottom: 40px;
}

.over-view-details ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.over-view-details h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.over-view-details p {
  margin-bottom: 20px;
}

.over-view-details figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.over-view-details blockquote {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.over-view-details h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.over-view-details ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 24px;
  list-style: square;
  display: flex;
}

.over-view-details h5, .over-view-details h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.faq-wrapper {
  grid-column-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq {
  border: 1px solid #0000001a;
  width: 100%;
}

.que-title {
  grid-column-gap: 15px;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-box {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 15px;
  position: absolute;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.que {
  white-space: normal;
  font-size: 18px;
  font-weight: 400;
}

.faq-data {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.map-rich-text {
  object-fit: none;
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.map-rich-text figure {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.contat-form {
  width: 100%;
  max-width: 568px;
  margin-bottom: 0;
}

.contact-form-inner {
  grid-column-gap: 32px;
  grid-row-gap: 50px;
  border-left: 0 solid #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-text-field {
  color: var(--body);
  border: 1px #000;
  border-bottom: 1.5px solid #0000001a;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.contact-text-field:active {
  color: var(--body);
}

.contact-text-field:focus {
  mix-blend-mode: normal;
  border-style: none none solid;
  border-color: #f37023;
  position: static;
}

.contact-text-field::placeholder {
  color: var(--title);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.textarea {
  color: var(--body);
  border: 1px #000;
  border-bottom: 1.5px solid #0000001a;
  width: 100%;
  max-width: 568px;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 115px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.textarea:focus {
  border-style: none none solid;
  border-color: var(--color);
}

.textarea::placeholder {
  color: var(--title);
  font-size: 16px;
  font-weight: 300;
}

.btn-block {
  text-align: right;
  width: 100%;
  margin-top: 0;
}

.contact-right-block {
  grid-column-gap: 20px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 468px;
  display: grid;
}

.contact-block {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 168px;
  display: flex;
}

.contact-top {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-bottom {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.contact-link {
  text-decoration: none;
}

.success-message {
  background-color: #0000;
  border: 1px #0000001a;
  border-radius: 10px;
  margin-top: 45px;
}

.error-message {
  background-color: var(--naranja-vivid);
  text-align: center;
  border-radius: 5px;
  margin-top: 27px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pagination {
  grid-column-gap: 10px;
  justify-content: flex-end;
  padding-top: 40px;
}

.pagination.proyectos-pagination {
  margin-bottom: 55px;
}

.cta-section {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #fff3;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.cta-title {
  width: 100%;
  max-width: 468px;
  font-size: 44px;
}

.cta-form {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.cta-form-inner {
  border: 1px solid #fff;
  padding: 12px 20px;
  position: relative;
}

.cta-text-field {
  color: #fff;
  background-color: #0000;
  background-image: var(--image-6a790ca6);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
  padding: 10px 120px 10px 40px;
}

.cta-text-field::placeholder {
  color: #fff;
}

.success-message-white {
  background-color: #0000;
  border: 1px solid #fff;
}

.gallery-section {
  background-color: #000;
  background-image: linear-gradient(#0a48c0, #031d4f);
  padding-top: 120px;
  padding-bottom: 120px;
}

.gallery-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.gallery-wrapper.sin-grid-galeria {
  display: block;
}

.gallery-light-box {
  background-color: var(--body);
  border-radius: 10px;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.gallery-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}

.project-main-block {
  background-color: var(--grey-background);
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.project-main-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 580px;
  max-height: 580px;
}

.project-detail-section {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 62px;
}

.project-detail-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.project-left-block {
  width: 100%;
  max-width: 300px;
}

.project-right-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.project-info-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.project-info-block.none, .project-info-block.none-cost {
  display: none;
}

.middle-line-project {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.middle-line-project.data-linea {
  background-color: var(--primary);
  width: 56px;
  height: 2px;
  margin-top: 0;
}

.project-detail-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.challenge-rich-text {
  color: var(--body);
  width: 100%;
  max-width: none;
  font-family: Nunito Sans, sans-serif;
}

.challenge-rich-text h2 {
  margin-bottom: 40px;
}

.challenge-rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.challenge-rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.challenge-rich-text p {
  margin-bottom: 20px;
}

.challenge-rich-text figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

.challenge-rich-text blockquote {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  line-height: 150%;
}

.challenge-rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.challenge-rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 24px;
  list-style: square;
  display: flex;
}

.challenge-rich-text h5, .challenge-rich-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.future-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 10px;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.footer-image {
  object-fit: cover;
  height: 100%;
  min-height: 387px;
  max-height: 387px;
}

.footer-image.footer-img-2 {
  margin-bottom: 181px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.arrow-icon {
  flex: none;
  display: block;
}

.about-left-image-2 {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.about-right-image-2 {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  min-height: 494px;
  max-height: 494px;
  margin-top: 0;
}

.footer-left {
  width: 100%;
  max-width: 868px;
  padding-top: 75px;
  padding-bottom: 20px;
}

.blog-image-block {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 268px;
  height: 100%;
  min-height: 175px;
  max-height: 175px;
  overflow: hidden;
}

.about-image-block {
  background-color: var(--grey-background);
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.about-img-block {
  display: none;
}

.map-section {
  background-color: var(--grey-background);
  margin-top: 30px;
  margin-bottom: 0;
}

.empty-state {
  border: 1px solid var(--title);
  text-align: center;
  background-color: #fff;
  padding: 24px;
}

.empty-state.proyecto-empty {
  border-color: #0000001a;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav-logo, .nav-logo:hover {
  display: inline-block;
}

.nav-logo._02 {
  position: absolute;
  left: 0;
}

.customer-image-block {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 120px;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
}

.customer-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
}

.review-details-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.info-block-terms {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.purchase-badge.wb-none {
  display: none;
}

.iso {
  width: 100%;
  max-width: 107px;
}

.container-2 {
  position: relative;
  top: 14px;
}

.certificado-text {
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
}

.data-idelcom {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 35px;
  padding-right: 0;
  display: block;
}

.data-idelcom.hero {
  display: none;
}

.data-idelcom-numer {
  color: var(--white);
  font-size: 100px;
  position: fixed;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-data-idelcom {
  color: var(--body);
  margin-top: 10px;
  padding-right: 19px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.paragraph-data-idelcom.contact-padding-text {
  margin-top: 12px;
  margin-bottom: 28px;
  padding-right: 0;
}

.paragraph-data-idelcom.padding-12 {
  color: var(--body);
  margin-top: 12px;
  margin-bottom: 33px;
}

.paragraph-data-idelcom.padding-12.vcantes {
  margin-bottom: 0;
}

.paragraph-data-idelcom.vacantes-tama-o-p {
  width: 52%;
}

.image-2 {
  aspect-ratio: 2.39;
  object-fit: cover;
  object-position: 50% 0%;
}

.div-block {
  aspect-ratio: auto;
  min-width: 30%;
}

.div-block-2 {
  min-width: 100%;
  margin: auto;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cell {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.image-4 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 85px;
  min-width: 85px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline-flex;
}

.cell-2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-4 {
  background-color: #fff;
  width: 1px;
  min-width: auto;
  max-width: none;
  height: 1px;
  min-height: 2px;
  max-height: none;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  min-width: 50%;
  max-width: none;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.cell-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.heading-idelcom {
  color: var(--white);
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  top: 10px;
}

.quick-stack-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-top: -9px;
  margin-left: -29px;
  margin-right: 0;
  padding: 0;
}

.heading {
  font-size: 30px;
}

.heading-2 {
  font-size: 50px;
}

.data-idelcom-heading {
  color: var(--white);
  padding-top: 0;
  font-size: 40px;
}

.data-idelcom-heading.black {
  color: var(--title);
}

.data-idelcom-paragraph {
  color: var(--white);
  font-size: 15px;
  position: relative;
  top: 13px;
}

.data-idelcom-paragraph.black-letter {
  color: var(--title);
}

.image-7 {
  width: 53px;
  max-width: none;
  height: 53px;
  margin-left: 0;
  margin-right: 0;
}

.cell-5 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
}

.cell-6 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-img-data-idelcom {
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.img-data-idelcom {
  object-fit: cover;
  object-position: 30% 10%;
  border-radius: 10px;
  width: 120%;
  height: 170px;
}

.div-block-6 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.container-4 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.slider {
  background-color: #fff;
  width: auto;
  height: auto;
  margin-left: 0;
}

.imagen-inicio {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(#bdbdbd80, #bdbdbd80), var(--image-i31418c43);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  display: block;
  position: static;
  overflow: visible;
}

.heading-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.mask {
  height: 800px;
}

.data-ce {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-8 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #e00;
  background-image: var(--image-7b40fadb);
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 18px;
}

.div-block-9 {
  background-color: #db1414;
}

.lg-ce-blanco {
  height: Infinity% ;
  width: 160px;
  margin: 0 auto auto 20px;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
}

.slide-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  font-size: 12px;
  position: static;
  top: auto;
  left: auto;
}

.left-arrow-2 {
  display: block;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: block;
}

.div-block-10 {
  background-color: #f31010;
}

.logo-ce {
  width: 100%;
  min-width: auto;
  max-width: 30%;
}

.div-block-11 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  vertical-align: baseline;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-height: none;
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 552px auto auto;
}

.div-block-11.caso-2 {
  top: 659px;
}

.body {
  overflow: visible;
}

.slide {
  position: static;
}

.wrapp-logos-ce {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: inline-flex;
}

.paragraph-casos-de-texto {
  font-size: 17px;
}

.paragraph-sub-casos-de-exito {
  font-family: Nunito Sans, sans-serif;
}

.title-section-img {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.paragraph {
  padding-bottom: 20px;
}

.container-titulo-img {
  text-align: left;
}

.paragraph-t-tulo {
  font-size: 20px;
}

.imagen-iabout-us {
  background-image: linear-gradient(#00000026, #00000026), var(--image-7747d6c4);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 800px;
  padding-bottom: 117px;
  display: flex;
  position: relative;
}

.svg-map-section {
  background-color: #f37e7e;
  background-image: linear-gradient(#0a48c0, #031d4f);
  display: none;
  overflow: visible;
}

.mapbox_map {
  z-index: 0;
  background-color: #b84a4a;
  width: auto;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map_img {
  z-index: 1;
  opacity: .04;
  width: 34em;
  max-width: none;
  position: relative;
}

.section-3 {
  margin-bottom: 24px;
  padding-bottom: 56px;
}

.bienvenidos_grueso {
  color: var(--white);
  font-weight: 500;
}

.map_state {
  z-index: 3;
  width: 20em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  left: 0%;
}

.map_state:hover {
  background-color: #fff0;
}

.map_state.lr {
  width: 20.95em;
  margin-top: .04em;
  margin-left: 9.57em;
  display: block;
}

.map_state.lm {
  width: 6.07em;
  margin-top: 27.4em;
  margin-left: 9.45em;
  display: block;
}

.map_state.lmm {
  width: 1.4em;
  margin-top: 30.7em;
  margin-left: 11.167em;
  display: block;
}

.map_state.cll {
  width: .5em;
  margin-top: 31.2em;
  margin-left: 11.267em;
  display: block;
}

.map_state.tm {
  width: 2.15em;
  margin-top: 9.22em;
  margin-left: .89em;
  display: block;
}

.map_state.pr {
  width: .5em;
  margin-top: 31.2em;
  margin-left: 11.267em;
  display: block;
}

.map_state.pra {
  width: 5.53em;
  margin-top: 10.9em;
  margin-left: .067em;
  display: block;
}

.map_state.lby {
  width: 3.64em;
  margin-top: 14.78em;
  margin-left: 2.25em;
  display: block;
}

.map_state.cjm {
  width: 4.45em;
  margin-top: 12.1em;
  margin-left: 5.2em;
  display: block;
}

.map_state.amz {
  width: 4.04em;
  margin-top: 7.86em;
  margin-left: 7.2em;
  display: block;
}

.map_state.llb {
  width: 7.41em;
  margin-top: 18.49em;
  margin-left: 4.54em;
  display: block;
}

.map_state.sm {
  width: 6.18em;
  margin-top: 14.33em;
  margin-left: 9.71em;
  display: block;
}

.map_state.ach {
  width: 5.1em;
  margin-top: 21.38em;
  margin-left: 7.4em;
  display: block;
}

.map_state.hnc {
  width: 7.25em;
  margin-top: 22.02em;
  margin-left: 11.08em;
  display: block;
}

.map_state.pso {
  width: 6.76em;
  margin-top: 25.16em;
  margin-left: 12.57em;
  display: block;
}

.map_state.ucy {
  width: 14.17em;
  margin-top: 19.4em;
  margin-left: 14.71em;
  display: block;
}

.map_state.jn {
  width: 8.15em;
  margin-top: 28.5em;
  margin-left: 13.21em;
  display: block;
}

.map_state.ica {
  width: 4.36em;
  margin-top: 34.769em;
  margin-left: 13.5em;
  display: block;
}

.map_state.hcv {
  width: 4.02em;
  margin-top: 31.969em;
  margin-left: 14.84em;
  display: block;
}

.map_state.ayc {
  width: 5.84em;
  margin-top: 32.6em;
  margin-left: 16.74em;
  display: block;
}

.map_state.apr {
  width: 4.58em;
  margin-top: 35.37em;
  margin-left: 20.23em;
  display: block;
}

.map_state.cz {
  width: 9.28em;
  margin-top: 29.974em;
  margin-left: 19.96em;
  display: block;
}

.map_state.md {
  width: 9.9em;
  margin-top: 26.77em;
  margin-left: 24.01em;
  display: block;
}

.map_state.pno {
  width: 5.9em;
  margin-top: 34.67em;
  margin-left: 27.48em;
  display: block;
}

.map_state.arq {
  width: 11.24em;
  margin-top: 39.37em;
  margin-left: 16.9em;
  display: block;
}

.map_state.mqg {
  width: 3.89em;
  margin-top: 43.02em;
  margin-left: 26.4em;
  display: block;
}

.map_state.tcn {
  z-index: 3;
  z-index: 2;
  width: 4.17em;
  margin-top: 45.3em;
  margin-left: 27.54em;
  display: block;
}

.map_embed {
  width: 100%;
  position: static;
}

.animaci-n-nosotros-leader {
  width: 100%;
  margin: 0;
}

.animaci-n-nosotros-follow {
  width: 35%;
  margin: 40px 20px -62px -150px;
  display: block;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-nuestro-recorrido {
  background-image: linear-gradient(#031d4f, #0a48c0);
  padding-bottom: 120px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin: 34px 13px -12px 0;
  padding: 15px 0;
  display: block;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.heading-nuestro-recorrido {
  color: var(--white);
  font-size: 28px;
}

.paragraph-2 {
  color: var(--white);
  font-size: 13px;
}

.imagen-nuestro-recorrido {
  vertical-align: baseline;
  width: 300px;
  max-width: none;
  height: 150px;
  max-height: 200px;
  margin: 0 0 20px;
  display: block;
}

.container-leader {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 95%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.container-follow {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 95%;
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.animaci-n-nosotros-follow-1 {
  width: 100%;
  margin: auto 0;
  display: block;
}

.column-3 {
  padding-left: 20px;
  padding-right: 0;
}

.paragraph-3, .heading-5 {
  color: var(--white);
}

.div-block-17 {
  max-height: 23vh;
}

.columns {
  margin-right: 0;
  padding-left: 0;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.about-image-block-1 {
  background-color: #f4f2f3;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.about-hero-image-2 {
  background-color: #f4f2f3;
  width: 100%;
  height: 100%;
  min-height: 316px;
  max-height: 316px;
}

.section-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-hero-left-1 {
  width: 100%;
  max-width: 368px;
}

.about-image-block-2 {
  background-color: #f4f2f3;
  height: 100%;
  min-height: 0;
  max-height: 200px;
}

.about-left-image-1 {
  object-fit: cover;
  min-width: 360px;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
}

.flex-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-4, .heading-6 {
  color: var(--white);
}

.div-block-18 {
  min-width: 250px;
  min-height: 300px;
}

.container-6 {
  height: 150px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-19 {
  flex: 0 auto;
}

.div-block-20 {
  flex-flow: column;
  display: flex;
}

.heading-7, .paragraph-5 {
  color: var(--white);
}

.container-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.n-o {
  background-color: #323233;
  border: 1px solid #282829;
  border-radius: 32px;
  min-height: 630px;
  overflow: hidden;
}

.n-o.no {
  -webkit-text-fill-color: inherit;
  background-color: #0d4c9c;
  background-clip: border-box;
  border-color: #434345;
}

.maps-list--lottie-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.maps-dd--icon {
  color: #a7a8b3;
  width: 1.5rem;
  height: 1.5rem;
}

.sidebar__title-wrap {
  z-index: 10;
  background-color: #202020;
  justify-content: space-between;
  align-items: flex-start;
  height: 2.25rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sidebar {
  background-color: #202020;
  border: 1px solid #434345;
  border-radius: 1.5rem;
  max-width: 380px;
  height: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.maps-dd--list {
  inset: auto auto 0% 0%;
}

.maps-dd--list.w--open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: .8rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.8rem;
  padding: .5rem;
  display: flex;
  inset: 0% 0% auto auto;
  box-shadow: 0 6px 14px #00000026;
}

.maps-dd--list.jetboost-filter-vo9v.w--open {
  background-color: #323233;
}

.sidebar__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.maps-locations-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #202020;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 2.4rem;
  display: grid;
  overflow: scroll;
}

.maps-locations-item {
  width: 100%;
  max-width: 100%;
}

.sidebar__wrapper {
  z-index: 10;
  height: 100%;
  padding: 139px 214px 281px 167px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.maps--check {
  float: none;
  filter: grayscale();
  background-image: var(--image-i1ae078f1);
  background-position: 50%;
  background-size: 140% 140%;
  border-color: #ced4da;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -6px;
  position: relative;
}

.maps--check.w--redirected-checked {
  filter: grayscale(0%);
  background-color: #fff;
  background-image: var(--image-i1ae078f1);
  background-size: 140% 140%;
  border-style: solid;
  border-color: #ced4da;
}

.maps--check.w--redirected-focus {
  box-shadow: none;
}

.maps--check.beaches {
  background-image: var(--image-31bd0e1a);
}

.maps--check.parks {
  background-image: var(--image-e59ff00);
}

.maps-fb {
  margin-bottom: 0;
}

.maps--filter-checkbox {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  white-space: nowrap;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .2rem;
  line-height: 1;
  display: flex;
}

.maps--filter-checkbox:hover {
  background-color: #434345;
}

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

.maps-locations-wrapper {
  z-index: 10;
  height: 100%;
}

.maps--filter-reset {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: none;
}

.maps--dd-dropdown {
  margin-left: .5rem;
  margin-right: 0;
  display: flex;
}

.maps--toggle-button {
  cursor: pointer;
  background-color: #202020;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-left: -2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.maps--dd-toggle {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  line-height: 1;
  display: flex;
}

.map-embed {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: auto;
  position: static;
}

.map-container {
  height: 80vh;
  margin-top: 77px;
  position: relative;
}

.map-container.vh-proy {
  height: 100vh;
  margin-top: 71px;
}

.encabezado-proyectos.paddint-del-mapa {
  margin-top: 48px;
}

.titulo-general-heading {
  color: var(--azul);
  margin-top: 0;
  padding-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 78px;
  font-weight: 300;
  line-height: 100%;
}

.parrafo-heading {
  margin-top: 9px;
  padding-top: 0;
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.parrafo-heading.nosotros-parrafo-heading {
  margin-top: 14px;
}

.parrafo-heading.nosotros-parrafo-heading-01 {
  margin-top: 12px;
}

.parrafo-heading.vacantes-parrafo {
  margin-bottom: 19px;
}

.busqueda-proyectos {
  border: 1px #000;
  margin-top: 88px;
  display: block;
}

.motor-de-busqueda {
  margin-top: 63px;
  display: none;
}

.heading-8 {
  font-size: 20px;
}

.heading-proyectos-2 {
  margin-right: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 17px;
}

.linea-proyectos {
  color: var(--primary);
  height: 1px;
  padding-left: 20px;
}

.linea-proyecto {
  background-color: #0000001a;
  height: 1px;
  margin-top: 11px;
}

.linea-proyecto.valor-linea {
  color: var(--primary);
  background-color: #ddd;
  margin-top: 0;
  margin-bottom: 37px;
}

.linea-proyecto.estadistica-linea-plomo {
  background-color: #0000001a;
}

.linea-proyecto.separacion-nosotros {
  margin-bottom: 11px;
}

.linea-proyecto._02p {
  margin-top: 0;
}

.code-embed_hg {
  margin-top: 22px;
}

.code-embed_hg.proyecto-vacantes {
  margin-top: 18px;
}

.text-block {
  color: var(--white);
}

.text-block.boton-proyectos {
  color: var(--body);
}

.servicios {
  display: block;
}

.cuadro-ciudad {
  display: inline-block;
  position: relative;
  overflow: visible;
}

.servicios-idelcom {
  margin-bottom: 0;
  display: none;
}

.heading-general {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2px;
  display: flex;
}

.heading-general.nosotros-heading.padding-nosotros-150 {
  margin-bottom: 150px;
}

.heading-general.nosotros-heading.paddin-img-nosotros, .heading-general.padding-contc {
  margin-bottom: 20px;
}

.negrita-heading {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-21 {
  margin-top: 0;
  margin-left: 111px;
}

.body-2 {
  background-color: #fff;
}

.boton-servicio {
  text-align: left;
  background-color: #fafafa;
  border-radius: 10px;
  width: 100%;
  padding: 0;
  display: inline-block;
  box-shadow: 0 2px 6px #0000001a;
}

.boton-servicio.siguiente {
  background-color: #f2f3f4;
}

.flex-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: space-between;
  align-items: stretch;
}

.titulo-boton-servicio {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 31px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.titulo-boton-servicio:hover {
  color: var(--white);
}

.titulo-boton-servicio.titulo-boton-servicio-activo {
  color: var(--white);
  font-weight: 400;
}

.titulo-boton-servicio.texto-color, .titulo-boton-servicio.estilo-servicio {
  color: var(--azul);
}

.titulo-boton-servicio.estilo-servicio:hover {
  color: var(--white);
}

.titulo-boton-servicio.centro-de-datos-pading {
  padding-left: 41px;
  padding-right: 41px;
}

.container-servicio-informacion {
  border: 1px solid #0000001a;
  border-radius: 12px;
}

.container-servicio-informacion.v2tb {
  width: auto;
}

.imagen-servicio-container {
  aspect-ratio: 2.39;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
  display: none;
  overflow: hidden;
}

.imagen-servicio-container.none-image {
  display: none;
}

.heading-info-servicio {
  color: var(--azul);
  text-align: left;
  flex: none;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.texto-info-servicio {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}

.texto-info-servicio.sin-imagne {
  margin-top: 48px;
}

.container-info-servicio {
  max-width: none;
  margin: 18px 65px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-6 {
  color: var(--body);
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.helpdesk-info-servicio {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 49px;
  padding-left: 22px;
  padding-right: 22px;
}

.helpesk-boton-info {
  color: var(--white);
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 255px;
  padding: 28px 20px;
  display: flex;
  box-shadow: 0 2px 10px -2px #00000026;
}

.texto-helpdesk-boton {
  text-align: center;
  margin-top: 16px;
  font-family: Nunito Sans, sans-serif;
}

.imagen-helpdesk-boton {
  text-align: left;
  max-width: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.imagen-helpdesk-boton.primer-icono {
  max-width: 43px;
}

.help-desk-texto {
  margin-top: 55px;
  display: flex;
}

.help-desk-texto.mas-espacio-hd {
  margin-top: 70px;
}

.text-block-2 {
  font-size: 18px;
}

.text-block-3 {
  color: var(--azul);
  font-family: Hanken Grotesk, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.image-11 {
  z-index: 0;
  opacity: .87;
  order: 0;
  padding-right: 15px;
  position: static;
}

.container-servicios-clave {
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.texto-servicios-clave {
  color: var(--body);
  flex: 0 auto;
  order: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.imagen-servicio-clave {
  object-fit: fill;
  width: 400px;
}

.image-12 {
  object-fit: cover;
  border-radius: 10px;
  width: 550px;
  height: auto;
  max-height: none;
  margin-bottom: 0;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
}

.list-item-services {
  color: var(--body);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 19px;
  font-weight: 400;
  list-style-type: disc;
  overflow: visible;
}

.list-item-services.texto-servicios-clave {
  box-sizing: border-box;
  color: var(--body);
  -webkit-text-stroke-color: var(--body);
  order: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 400;
  list-style-type: disc;
}

.list {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 0 18px 17px;
  list-style-type: disc;
  display: flex;
}

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

.flex-block-3 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 550px;
  margin-left: 46px;
  padding: 29px 46px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-7 {
  text-align: center;
  width: 90%;
  font-family: Hanken Grotesk, sans-serif;
  font-weight: 300;
}

.icon-servicios-clave {
  width: 50px;
  max-width: 50px;
  margin-bottom: 20px;
  display: none;
}

.text-span {
  color: var(--primary);
}

.button-servicio {
  color: var(--title);
  -webkit-text-fill-color: inherit;
  background-color: #f8f9fa;
  background-clip: border-box;
  border-radius: 3px;
  padding-left: 38px;
  padding-right: 38px;
}

.button-servicio.boton-colores-anterior {
  color: var(--title);
  -webkit-text-stroke-color: var(--body);
  background-color: #f8f9fa;
}

.text-span-2 {
  color: var(--no-selected);
  font-family: Hanken Grotesk, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-span-2.siguiente {
  color: var(--body);
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 118px;
  margin-bottom: 0;
  display: block;
}

.bold-text {
  color: var(--primary);
}

.code-embed-botones {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  padding-top: 0;
  display: block;
}

.boton-hacia-proyectos {
  margin-top: 59px;
  margin-bottom: 59px;
  padding: 20px 84px;
  display: inline-block;
  position: static;
}

.seccion-boton-proyectos {
  margin-top: 70px;
  margin-bottom: 70px;
}

.seccion-boton-proyectos.servicio-padding {
  margin-top: 155px;
  margin-bottom: 190px;
}

.code-embed {
  margin-top: 22px;
}

.video-nostros {
  border-radius: 10px;
}

.text-span-3, .bold-text-2 {
  color: var(--primary);
}

.bold-text-3 {
  color: var(--body);
}

.div-block-24 {
  text-align: center;
  width: 600px;
  margin: 100px auto 40px;
  padding-left: 0;
  display: block;
}

.textarea-2 {
  border: 1px solid #00000080;
  padding-bottom: 60px;
}

.field-label {
  color: var(--royal-blue);
  margin-top: 13px;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
}

.text-field-2 {
  border: 1px solid #00000080;
  font-size: 17px;
  line-height: 100%;
}

.text-field-2:focus {
  border-color: #f37023b3;
}

.select-field {
  mix-blend-mode: normal;
  background-color: #fffbf8;
  border: 1px solid #00000080;
  font-size: 17px;
  line-height: 100%;
}

.frame {
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.frame.container {
  padding-left: 0;
}

.n-2 {
  background-image: linear-gradient(90deg, #ff5b03, #ff995e);
  border-radius: 50px;
  width: 100px;
  height: 50px;
  position: absolute;
  inset: 42% auto 0% 0%;
}

.n-2.alternativa-2 {
  width: 40px;
  height: 2px;
  display: none;
  position: static;
  top: 32%;
}

.n-3 {
  flex: none;
  width: 40vw;
  margin-right: 20px;
}

.spacing1 {
  width: 4px;
  height: 96px;
  margin-bottom: 10px;
}

.spacing2 {
  width: 4px;
  height: 96px;
  margin-bottom: 10px;
  padding-top: 0;
}

.n-text {
  color: var(--body);
}

.nosotros-2 {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 40vw;
  height: 70%;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 77px;
  display: block;
}

.nosotros-2.none {
  display: none;
}

.tracck {
  width: 100vw;
  height: 160vw;
  overflow: visible;
}

.tracck.none-trak {
  display: none;
}

.n-heading {
  color: var(--azul);
}

.camera1 {
  background-color: #00349900;
  background-image: none;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-6 {
  display: none;
}

.heading-tl {
  color: var(--azul);
}

.titulo-tl {
  color: var(--azul);
  margin-top: -11px;
  margin-bottom: 11px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 300;
}

.imagen-tl {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 400px;
  height: 185.938px;
}

.video-section {
  background-color: #36363659;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -150px;
  padding-bottom: 0;
  display: none;
  position: static;
}

.video-n {
  display: none;
}

.video-embed {
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0;
  position: absolute;
}

.video-wrapper {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  width: 2408px;
  min-width: auto;
  max-width: none;
  height: 600px;
  min-height: auto;
  padding-bottom: 49.3%;
  display: flex;
  position: relative;
}

.seccion-play-video {
  background-color: #5c5c5c00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 1px;
  padding-top: 0;
  display: none;
  position: static;
  top: 421px;
}

.custom-select {
  color: var(--body);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1.5px solid #0000001a;
  border-left: 1px solid #fff;
  border-right: 4px solid #fff;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.custom-select:focus {
  border-bottom-color: var(--color);
}

.custom-select::placeholder {
  color: var(--title);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.contact-wrapper-2 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section-8 {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.container-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: block;
}

.contact-text-izq {
  color: var(--body);
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.heading-9 {
  font-size: 70px;
}

.div-block-25 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  grid-template: "." 1.5fr
                 "." 1fr
                 "." 1fr
                 / .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-video {
  color: var(--white);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-size: 60px;
  font-weight: 200;
  display: block;
}

.parrafo-video {
  color: var(--white);
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  top: -260px;
  left: auto;
  right: auto;
}

.div-video-textos {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.embed-video {
  mix-blend-mode: normal;
  width: 48%;
  max-width: 1144px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  top: -402px;
  left: auto;
  right: auto;
}

.code-embed-2 {
  height: auto;
}

.section-9 {
  width: auto;
  height: auto;
}

.background-video {
  z-index: -1;
  background-color: #38383800;
  height: 90vh;
  margin-top: 0;
}

.bg-video {
  background-color: #13131382;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.linea-nosotros.tl-linea {
  margin-top: -5px;
  margin-bottom: 0;
}

.linea-nosotros.linea-none {
  display: block;
}

.linea-nosotros.linea-footer-padding {
  margin-bottom: 80px;
}

.linea-nosotros.para-data-2 {
  margin-top: 106px;
  margin-bottom: 21px;
}

.linea-nosotros.para-data-2._02 {
  margin-top: 113px;
}

.linea-nosotros.none-n, .linea-nosotros.ocultar-ns {
  display: none;
}

.titulo-timeline {
  position: absolute;
}

.heading-timeline {
  color: var(--body);
  text-align: center;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 45px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 46px;
}

.parrafo-tl-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: static;
  top: 72px;
}

.linea-tl {
  background-color: #f37023;
  width: auto;
  height: 2px;
  padding-left: 0;
  display: block;
  position: static;
  top: 18px;
  left: auto;
}

.container-tl {
  height: 50px;
  padding-left: 121px;
  padding-right: 602px;
  display: none;
  position: absolute;
  top: 184px;
}

.div-block-26 {
  background-color: red;
  width: 75px;
  position: absolute;
  right: auto;
}

.texto-tl-heading {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.texto-tl-heading.container {
  height: 0;
  display: flex;
}

.linea-naranaja-tl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f37023;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 2px;
  display: none;
}

.container-10 {
  margin-left: auto;
  padding-left: 213px;
  padding-right: 682px;
  display: block;
  position: relative;
  top: 98px;
}

.custom-select-arrow {
  color: var(--plomo-clarito);
  padding-bottom: 0;
}

.flecha-tl {
  display: block;
}

.image-13 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 500px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
}

.image-13.imagen-section-nostros {
  height: 540px;
  margin-top: 0;
}

.image-13.contacto-img {
  height: 420px;
}

.image-13.contacto-img.padding-150 {
  object-fit: cover;
  object-position: 50% 56%;
  margin-bottom: 69px;
}

.image-13.contacto-img.padding-150.vacantes-padding {
  object-position: 50% 54%;
}

.opcion-2-heading-texto-tl {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.paragraph-8 {
  width: 45%;
  position: absolute;
  top: 26px;
  left: 665.906px;
}

.valores-no-se-usa {
  margin-top: 70px;
  margin-bottom: 44px;
  padding-bottom: 0;
  display: none;
}

.div-valores {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.titulo-valores {
  margin-right: auto;
}

.lista-valores {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.lista-valores.v2-valores {
  margin-right: 148px;
  padding-right: 0;
}

.lista-valores.v3-valores {
  margin-right: 85px;
}

.lista-valores.v4-valor {
  margin-right: 170px;
}

.lista-valores.valores-item-v02 {
  margin-left: 0;
  font-size: 18px;
}

.list-2 {
  display: block;
}

.texto-valor {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
}

.valor-titulo {
  color: var(--azul);
  margin-top: 7px;
  margin-bottom: 35px;
  font-size: 50px;
  font-weight: 300;
}

.texto-valores-lista {
  color: var(--body);
  padding-bottom: 9px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
}

.linea-divisor-valores {
  background-color: #db3131;
}

.linea-divisoria-container {
  background-color: #f37023;
  height: 130px;
  max-height: none;
}

.texto-lista {
  color: var(--body);
  margin-bottom: 24px;
  margin-left: 21px;
}

.heading-valores-02 {
  color: var(--azul);
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.valores-heading-opcion-2 {
  color: var(--azul);
  font-size: 50px;
  font-weight: 300;
}

.parrafo-valores-3 {
  font-size: 18px;
}

.valores-wrapper {
  width: 100%;
  max-width: 568px;
  margin-left: 18px;
}

.container-valores {
  margin-top: -4px;
  padding-bottom: 20px;
}

.dropdown-valores {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.drpdown-toggle-valores {
  border-bottom: 1px solid #00000040;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.valor-block {
  grid-column-gap: .33rem;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.valor-texto-v02 {
  color: var(--azul);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.icon-valores {
  color: var(--body);
}

.valores-subtext {
  width: 100%;
  max-width: 468px;
  padding-top: 15px;
}

.parrafo-iso {
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
}

.img-certificados {
  width: 90px;
  margin-bottom: -4px;
}

.map-prueba {
  object-fit: none;
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.map-prueba figure {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.seccion-imagen-nostros {
  margin-bottom: 183px;
  display: block;
}

.contact-text-izq-1 {
  color: var(--body);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.estadisticas {
  margin-top: 90px;
  margin-bottom: 83px;
  display: block;
}

.estadisticas.none-n {
  display: none;
}

.wrapper-estadistica {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.data-estadisticas {
  width: 15%;
  max-width: none;
}

.numero-estadisticas-nosotros {
  color: var(--azul);
  width: 100%;
  max-width: none;
  font-size: 60px;
  font-weight: 400;
}

.texto-estadisticas {
  width: 100%;
  max-width: 100%;
  font-size: 21px;
  font-weight: 300;
}

.div-block-27 {
  background-color: #f37023;
  width: 56px;
  height: 2px;
  margin-bottom: 15px;
}

.paragraph-9 {
  width: 118.935%;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  position: relative;
  top: 62px;
}

.container-copy {
  width: 100%;
  max-width: 1206px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container-copy.is--map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.4em 0 5em;
  display: flex;
}

.container-copy.hero {
  display: none;
}

.container-copy.proyecto-encabezado {
  margin-top: 16px;
}

.container-copy.servicios-infomarcion {
  margin-top: 25px;
}

.container-copy.linea-servicio-separar {
  margin-top: 50px;
  margin-bottom: 62px;
}

.container-copy.linea-servicio-separar.nosotros-linea-heading {
  margin-top: 58px;
}

.container-copy.container-video {
  padding-top: 0;
  padding-left: 20px;
}

.container-copy.linea-servicio-separar-copy {
  margin-top: 50px;
  margin-bottom: 0;
}

.container-copy.linea-servicio-separar-copy.nosotros-linea-heading {
  margin-top: 58px;
}

.div-iso-9001 {
  margin-bottom: 6px;
}

.scroll-indicator {
  width: auto;
  height: auto;
}

.scroll-indicator.opacity-0 {
  opacity: 0;
}

.cloneable-area {
  display: block;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-10.expand {
  height: 500vh;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-item-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: -11px;
  font-size: 4.8em;
  font-weight: 300;
  line-height: 1.4em;
}

.scroll-item-header.opacity-0 {
  opacity: 0;
}

.scroll-details {
  color: var(--white);
  margin-top: 11px;
  margin-bottom: 25px;
  padding-right: 129px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.scroll-details.opacity-0 {
  opacity: 0;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-11.sticky {
  max-width: none;
  margin-bottom: 162px;
  padding-top: 0;
  position: sticky;
  top: 7%;
  overflow: hidden;
}

.timeline-header {
  color: var(--body);
  text-align: left;
  flex: none;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 300;
  line-height: 150%;
}

.timeline-header.none-timeline-head {
  display: none;
}

.timeline-header.bt {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.timeline-header.bt.vacantes-padding {
  margin-bottom: 0;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scrolling-item {
  flex: none;
  width: 33%;
}

.c-scrolling-item.none-timeline {
  display: none;
}

.c-scrolling-content {
  margin-top: -4px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px 17px;
}

.c-details {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 23px;
  margin-bottom: 0;
  display: block;
}

.scroll-line {
  background-color: var(--primary);
  background-image: linear-gradient(#ff5b03, #ff995e);
  width: 100%;
  height: 4px;
  display: block;
}

.scroll-line.last, .scroll-line.none-line {
  display: none;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.scroll-detail-title {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.scroll-detail-title.opacity-0 {
  opacity: 0;
}

.scroll-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 74%;
  height: 220px;
  max-height: none;
}

.scroll-image.opacity-0 {
  opacity: 0;
}

.parrafo-scroll-heading {
  width: 75.2036%;
  max-width: 70%;
  font-size: 18px;
  display: none;
}

.wrapper-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0;
}

.wrapper-2._2si {
  max-width: none;
}

._2-col {
  align-items: center;
  display: flex;
}

._2-col.para-el-video {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}

._50col {
  width: 50%;
}

.header {
  color: var(--azul);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

.page-details {
  padding-right: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.c-hero-img {
  padding-left: 44px;
  padding-right: 0;
  overflow: hidden;
}

.hero-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100.001%;
  max-width: none;
  height: 314px;
  position: relative;
}

.secction-intro {
  margin-bottom: 72px;
}

.secction-intro.video-seccion {
  margin-top: 38px;
  margin-bottom: 45px;
}

.div-block-28 {
  display: flex;
}

.text-block-4 {
  font-family: Nunito Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container-12 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-11 {
  display: block;
}

.section-11.pading-nosotros {
  margin-top: 122px;
  margin-bottom: 133px;
}

.nosotros-seccion-home {
  margin-top: 23px;
}

.is-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.quick-stack-4 {
  padding: 0;
}

.botones-coloridos-is {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.is-informacion {
  padding-right: 16px;
}

.is-informacion.margen-contact {
  width: 77.2312%;
  max-width: 40%;
  padding-right: 0;
}

.boton-video-is {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #efeeed;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 10px 22px 0;
  display: flex;
}

.boton-is-naranja {
  background-image: linear-gradient(98deg, #ff995e, #ff5b03);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 13px 0;
  transition: background-color .6s ease-in;
  display: flex;
}

.boton-is-naranja:hover {
  background-image: linear-gradient(225deg, #fa4128, #ff7b2e), linear-gradient(98deg, #ff995e, #ff5b03);
}

.boton-is-naranja.azul-boton-is {
  background-image: linear-gradient(98deg, #7db2fd, #0064f3);
  transition-property: background-color;
  transition-duration: .6s;
}

.boton-is-naranja.azul-boton-is:hover {
  background-image: linear-gradient(225deg, #00008099, #06c6), linear-gradient(98deg, #7db2fd, #0064f3);
}

.boton-is-naranja.bp-ss-bn {
  padding-bottom: 59px;
}

.boton-azul-is {
  background-image: linear-gradient(88deg, #7db2fd, #0064f3);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.texto-boton-heading-is {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.texto-boton-heading-is.segunda-opcion-text-is {
  color: var(--body);
  font-weight: 400;
  line-height: 150%;
}

.texto-boton-heading-is.texto-vacante {
  text-decoration: none;
}

.flecha-is {
  width: auto;
  max-width: none;
}

.video {
  position: static;
}

.youtube {
  width: auto;
  position: static;
}

.video-is {
  z-index: 1;
  width: 19em;
  height: 10em;
  position: relative;
}

.div-block-29 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-is-texto-video {
  margin-top: 0;
  margin-left: 0;
}

.texto-is-video {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
}

.container-video-exp {
  width: 300px;
  max-width: none;
  display: block;
}

.title-text-is-vid {
  color: var(--body);
  font-size: 17px;
  font-weight: 400;
}

.div-para-video-is {
  background-color: #a8a8a8;
  border-radius: 10px;
  width: 100%;
  max-width: 40%;
  height: 100%;
  max-height: 81%;
  margin-top: 6px;
  margin-left: 28px;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.job-rte {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 13% 15% auto auto;
}

.h6 {
  color: var(--azul);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.spacer-10 {
  width: 100%;
  height: 5px;
}

.logo-code {
  color: #000;
}

.job_description {
  margin-top: 25px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.job-description_heading {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 55px;
  display: flex;
}

.footer_items-grid {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer-top-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.job_labels-wrap {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.popup {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.job-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-flex.vacantes-felx {
  flex-flow: row-reverse;
}

.button {
  color: var(--body);
  background-color: #fa640000;
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
}

.button:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #f37023;
  border-style: none;
}

.button.in-form {
  height: 52px;
  margin-top: 0;
  margin-left: 10px;
}

.job-left {
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 72%;
}

.job-left.escala-sv-info {
  border-style: none;
  border-radius: 0;
  width: auto;
}

.navbar_logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.spacer-40 {
  width: 100%;
  height: 40px;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 5px;
}

.grid_2-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.paragraph-10 {
  opacity: .9;
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-10.semi-bold {
  font-weight: 600;
}

.paragraph-10.job-link {
  color: var(--body);
  font-weight: 600;
}

.footer-top_left {
  flex-direction: column;
  display: flex;
}

.cta-image {
  border-radius: 10px;
  width: 100%;
  box-shadow: 21px 21px 30px -10px #1d01501a;
}

.container-13 {
  width: 100%;
  max-width: 1100px;
}

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

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.job-sticky {
  background-color: #ffffff0f;
  width: 25%;
  position: sticky;
  top: 79px;
}

.job-sticky.job_sticky-card-2 {
  width: 20%;
}

.job-sticky.job_sticky-card-2.escala-sv {
  background-color: #25252500;
  border-color: #0000001a;
  width: auto;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 40px;
  top: 76px;
}

.job_label-flex {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  display: flex;
}

.job_post-date {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.h4.vacante {
  font-weight: 300;
}

.footer-credit {
  color: #000;
  font-size: .875rem;
}

.job_label-card {
  text-align: left;
}

.job-wrapper {
  position: relative;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.all-jobs {
  grid-column-gap: 10px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.section-12 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section-12.jobs {
  padding-top: 35px;
  padding-bottom: 40px;
}

.section-12.jobs.none {
  display: block;
}

.text-red {
  color: #ff0004;
}

.social-icon {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
}

.social-icon:hover {
  color: #434de7;
}

.footer-link-2 {
  color: #000;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.job_sticky-card {
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 35px 30px;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.job-square {
  color: #fff;
  background-color: #f37023;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.footer-bot {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.scrollbar {
  max-height: 520px;
  padding-bottom: 30px;
  padding-right: 30px;
  overflow: auto;
}

.embed-icon {
  margin-bottom: -4px;
  overflow: visible;
}

.embed-icon.color-flecha-jobs {
  color: var(--body);
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.flex-wrap {
  flex-flow: wrap;
  align-items: center;
  display: none;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.job-body {
  padding-bottom: 35px;
  padding-left: 70px;
  padding-right: 70px;
}

.job-body.vacante-body {
  padding-top: 65px;
  padding-bottom: 65px;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.job-card {
  border: 0 #0000001a;
  border-radius: 12px;
  overflow: hidden;
}

.job_title-wrap {
  width: 100%;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.social_link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.div-container-video-is {
  background-color: #c7c7c7;
  border-radius: 10px;
  width: auto;
  height: auto;
  max-height: none;
  margin-left: 0;
}

.grid-2 {
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
}

.cell-7 {
  background-color: #58353529;
}

.presentacion-somos-idelcom {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #fff0;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 13px 0 19px;
}

.presentacion-somos-idelcom.bp-ss-vid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
}

.somos-la-solucion {
  margin-top: 38px;
  margin-bottom: 74px;
  padding-top: 0;
  padding-bottom: 0;
}

.somos-la-solucion.bp-t-ss {
  display: none;
}

.somos-la-solucion.paddin-somos {
  margin-top: 73px;
}

.div-is-video {
  -webkit-text-fill-color: inherit;
  background-color: #d6d6d6;
  background-clip: border-box;
  border-radius: 10px;
  width: 220px;
  height: auto;
  max-height: none;
  display: block;
}

.div-is-video.prueba-vid-bp {
  height: 134px;
  max-height: none;
}

.quick-stack-5 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  height: 100%;
  min-height: 300px;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}

.is-data-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: flex;
}

.div-data-is {
  flex: 0 auto;
}

.heading-data-is {
  color: var(--body);
  font-size: 60px;
  font-weight: 400;
  transition: background-color .4s ease-in;
}

.heading-data-is:hover {
  color: #333;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #3348b2 50%, #0164e3 97%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-data-is.numero-cd {
  font-size: 50px;
}

.text-is-data {
  color: var(--body);
  margin-top: -8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
}

.pabras-id-home {
  text-align: center;
  margin-top: 66px;
  margin-bottom: 66px;
  font-family: Nunito Sans, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 130%;
}

.text-span-4 {
  color: var(--azul);
}

.casos-de-exito {
  margin-bottom: 105px;
  display: block;
}

.slider-ce {
  background-color: #fff;
  height: 100%;
}

.heading-10 {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.heading-11 {
  color: var(--body);
}

.heading-ce {
  color: var(--body);
  margin-bottom: 45px;
  font-family: Nunito Sans, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.img-ce {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 50%;
  height: 100%;
  margin-right: 0;
}

.wrap-ce {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.div-textos-ce {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.linea-deco-ce {
  background-color: #f37023;
  width: 1%;
  height: 60px;
  min-height: auto;
  max-height: none;
}

.right-arrow-3 {
  margin-right: 400px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-11 {
  margin-bottom: 22px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  display: block;
}

.slide-nav-2 {
  display: block;
  position: relative;
}

.div-block-30 {
  display: block;
}

.slide-nav-3 {
  inset: auto;
}

.relleno-logos {
  width: 100%;
  max-width: 400px;
}

.div-block-31 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tabs-content-wrapper {
  margin-top: 0;
  overflow: visible;
}

.tabs-content-wrapper.bp-tab-content {
  display: none;
}

.tab-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #46464600;
  border-radius: 10px;
  align-items: center;
  margin-top: 9px;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-menu-underline-wrapper.bp-tabs-logo {
  display: none;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #f37023;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.second-example-with-unterline {
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  display: block;
  position: relative;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._03 {
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
}

.tabs-nav-item-underline._03.sv-tab-boton {
  justify-content: flex-start;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
}

.tabs-nav-item-underline._02 {
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
}

.tabs-nav-item-underline._02.sv-tab-boton {
  justify-content: flex-start;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
}

.tabs-nav-item-underline._01.w--current {
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
}

.tabs-nav-item-underline._01.sv-tab-boton.w--current, .tabs-nav-item-underline.sv-tab-boton {
  justify-content: flex-start;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
}

.tabs-nav-icon {
  width: 9em;
  height: 3em;
  display: block;
}

.tabs {
  display: block;
}

.image-17 {
  width: 100%;
}

.bold-text-4 {
  color: var(--body);
}

.sectores {
  margin-top: 0;
  margin-bottom: 98px;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr 1fr 1fr;
}

.titulo-sectores {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.titulo-sectores.titulo-servicio {
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
}

.paragraph-sectores {
  font-family: Nunito Sans, sans-serif;
}

.heading-12 {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
}

.heading-12.blanco-heading {
  color: var(--white);
  margin-bottom: 12px;
  font-family: Nunito Sans, sans-serif;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .6;
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
  filter: none;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.logos-marquee {
  margin-bottom: 53px;
}

.clientes {
  margin-bottom: 35px;
}

.heading-ce-v02 {
  color: var(--body);
  font-size: 30px;
}

.map_embed-2 {
  width: 100%;
  display: block;
  position: relative;
}

.map {
  z-index: 2;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-14.is--map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  height: 74vh;
  margin-right: 0;
  padding: 1.8em 0 1.8em 42.9em;
  display: flex;
  overflow: visible;
}

.section-2 {
  background-color: #f37e7e;
  background-image: linear-gradient(#0a48c0, #031d4f);
  display: block;
}

.seccion-mapa-peru {
  background-image: linear-gradient(#0a48c0, #031d4f);
  width: 100%;
  overflow: hidden;
}

.map__embed {
  width: 100%;
}

.map__img {
  z-index: 1;
  opacity: 0;
  width: 62em;
  max-width: none;
  position: relative;
}

.map-2 {
  z-index: 2;
  font-size: 1em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.map-2:hover {
  font-size: 1.5em;
}

.map__state {
  z-index: 2;
  width: 10em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map__state.ok {
  width: 10.3em;
  margin-top: 21.4em;
  margin-left: 23.3em;
}

.map__state.ct {
  width: 1.8em;
  margin-top: 10.7em;
  margin-left: 56.6em;
}

.map__state.wa {
  width: 7.8em;
  margin-top: -.1em;
  margin-left: 2.8em;
}

.map__state.mi {
  width: 4.3em;
  margin-top: 7.7em;
  margin-left: 42.2em;
}

.map__state.tn {
  width: 9.4em;
  margin-top: 20.9em;
  margin-left: 39.1em;
}

.map__state.nm {
  width: 8.4em;
  margin-top: 20.5em;
  margin-left: 14.9em;
}

.map__state.ne {
  width: 9.7em;
  margin-top: 12.1em;
  margin-left: 22.7em;
}

.map__state.az {
  width: 7.8em;
  margin-top: 19.5em;
  margin-left: 8.3em;
}

.map__state.ut {
  width: 6.7em;
  margin-top: 12.1em;
  margin-left: 10.1em;
}

.map__state.mo {
  width: 7.8em;
  margin-top: 16em;
  margin-left: 32em;
}

.map__state.ks {
  width: 8.9em;
  margin-top: 16.7em;
  margin-left: 24.4em;
}

.map__state.ar {
  width: 6.1em;
  margin-top: 21.8em;
  margin-left: 33.4em;
}

.map__state.wv {
  width: 5em;
  margin-top: 14.9em;
  margin-left: 47.6em;
}

.map__state.nd {
  width: 7.8em;
  margin-top: 3.2em;
  margin-left: 23.4em;
}

.map__state.wi {
  width: 9.5em;
  margin-top: 5.5em;
  margin-left: 35em;
}

.map__state.ak {
  width: 11.7em;
  margin-top: 29.2em;
  margin-left: 1.5em;
}

.map__state.pa {
  width: 6.7em;
  margin-top: 11.8em;
  margin-left: 48.9em;
}

.map__state.nh {
  width: 1.7em;
  margin-top: 5.7em;
  margin-left: 57.1em;
}

.map__state.sc {
  width: 5.8em;
  margin-top: 23em;
  margin-left: 47.4em;
}

.map__state.id {
  width: 12.2em;
  margin-top: 1.4em;
  margin-left: 11.4em;
}

.map__state.tx {
  width: 16.5em;
  margin-top: 22em;
  margin-left: 18.2em;
}

.map__state.vt {
  width: 1.9em;
  margin-top: 6.3em;
  margin-left: 55.6em;
}

.map__state.or {
  width: 9.4em;
  margin-top: 3.3em;
  margin-left: .7em;
}

.map__state.nc {
  width: 10.1em;
  margin-top: 19.8em;
  margin-left: 45.8em;
}

.map__state.ia {
  width: 7.2em;
  margin-top: 11.5em;
  margin-left: 31em;
}

.map__state.il {
  width: 4.8em;
  margin-top: 12.8em;
  margin-left: 36.8em;
}

.map__state.mt {
  width: 7em;
  margin-top: 1.3em;
  margin-left: 8.4em;
}

.map__state.ga {
  width: 6.1em;
  margin-top: 23.7em;
  margin-left: 44.7em;
}

.map__state.nv {
  width: 7.3em;
  margin-top: 10.7em;
  margin-left: 4.2em;
}

.map__state.me {
  width: 4.2em;
  margin-top: 2.1em;
  margin-left: 57.8em;
}

.map__state.la {
  width: 6.7em;
  margin-top: 27.6em;
  margin-left: 34.1em;
}

.map__state.ny {
  width: 8.3em;
  margin-top: 6.9em;
  margin-left: 49.7em;
}

.map__state.in {
  width: 3.5em;
  margin-top: 13.6em;
  margin-left: 41.2em;
}

.map__state.al {
  width: 4.3em;
  margin-top: 24em;
  margin-left: 41.6em;
}

.map__state.hi {
  width: 7em;
  margin-top: 34.2em;
  margin-left: 15.4em;
}

.map__state.ky {
  width: 8.6em;
  margin-top: 17.7em;
  margin-left: 39.9em;
}

.map__state.de {
  width: 1.3em;
  margin-top: 14.7em;
  margin-left: 54.6em;
}

.map__state.ma {
  width: 3.8em;
  margin-top: 9.1em;
  margin-left: 56.6em;
}

.map__state.wy {
  width: 8.2em;
  margin-top: 8.3em;
  margin-left: 14.8em;
}

.map__state.va {
  width: 8.3em;
  margin-top: 16.2em;
  margin-left: 47.1em;
}

.map__state.oh {
  width: 4.8em;
  margin-top: 12.9em;
  margin-left: 44.5em;
}

.map__state.ri {
  width: .9em;
  margin-top: 10.6em;
  margin-left: 58.4em;
}

.map__state.nj {
  width: 1.5em;
  margin-top: 12.4em;
  margin-left: 54.9em;
}

.map__state.sd {
  width: 8.4em;
  margin-top: 7.7em;
  margin-left: 22.9em;
}

.map__state.co {
  width: 8.6em;
  margin-top: 14.4em;
  margin-left: 16.1em;
}

.map__state.md {
  width: 5.2em;
  margin-top: 15.2em;
  margin-left: 50.6em;
}

.map__state.ca {
  width: 9.4em;
  margin-top: 9.5em;
  margin-left: 0;
}

.map__state.fl {
  width: 10.3em;
  margin-top: 29.6em;
  margin-left: 42.9em;
}

.map__state.mn {
  width: 7.3em;
  margin-top: 3.1em;
  margin-left: 30.6em;
}

.map__state.ms {
  width: 4.1em;
  margin-top: 24.2em;
  margin-left: 37.5em;
}

.hero__gradient {
  z-index: 2;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #2e77ff, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: -100.6em;
  margin-right: -40.6em;
  display: block;
  position: static;
  overflow: visible;
}

.div-abso-map {
  position: relative;
  inset: auto;
}

.parrafo-blanco {
  color: var(--white);
  width: 80%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.parrafo-blanco.vacantes {
  width: 100%;
  margin-top: 8px;
}

.servicios-v2 {
  margin-top: -190px;
  margin-bottom: 86px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template: ". . ." minmax(auto, 387px)
                 ". . Area"
                 ". . ."
                 / 2.5fr 1fr 1fr;
}

.img-servicios {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.cell-image {
  padding-bottom: 0;
}

.drpdown-service {
  margin-left: 0;
  margin-right: 0;
}

.quick-stack-6 {
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-32 {
  width: 100%;
  height: 100%;
}

.image-18 {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
  position: static;
  overflow: clip;
}

.image-19 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: static;
}

.mas-detalles {
  color: var(--primary);
  font-weight: 300;
}

.link-servicios {
  color: var(--primary);
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-servicios:hover {
  text-decoration: underline;
}

.div-link-serv {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.section-photos {
  background-color: #031d4f;
  background-image: linear-gradient(#0a48c0, #031d4f);
  margin-bottom: 100px;
}

.flex-img-home {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 95px;
  margin-bottom: 95px;
}

.flex-img-home.padding-vacantes {
  margin-top: 50px;
  margin-bottom: 120px;
}

.flex-img-home.padding-vacantes.none {
  display: none;
}

.home-photo-flex {
  object-fit: cover;
  border-radius: 10px;
  width: 33%;
  max-width: none;
  height: 458px;
  max-height: none;
}

.yt-videos {
  margin-bottom: 120px;
}

.video-yt-footer {
  display: block;
}

.flex-block-5 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px 33px;
}

.div-yt-footer {
  width: 500px;
  height: 290px;
}

.wrap-proyecto-home {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 290px;
  display: flex;
}

.text-image-ce-inside {
  color: var(--white);
  width: 538px;
  margin-left: 25px;
  font-size: 35px;
  font-weight: 500;
  line-height: 118%;
  position: absolute;
  inset: auto 0% 6%;
}

.text-image-ce-inside.ptdp {
  bottom: 7%;
}

.data-numeros-home {
  margin-top: -34px;
}

.text-rotate-cell {
  align-items: center;
  display: flex;
  position: relative;
}

._w-icon {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-top: 74px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.static-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: inline-block;
  position: static;
}

.text-rotate-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 110px;
  margin-left: 35px;
  display: flex;
  overflow: hidden;
}

.rotating-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: block;
}

.text-grey {
  color: #8c8f93;
}

.flex-sb-c {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.caption-wrap {
  align-items: center;
  display: flex;
}

.hero-caption.text-grey {
  margin-left: 5px;
}

.html-embed {
  width: 120px;
  height: 120px;
}

.hero-container {
  z-index: 100;
  color: var(--white);
  width: 82%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.hero-video-column {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.big-text-link {
  color: #fff;
  border-bottom: 1px solid #ff2900;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 0;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.image-20 {
  width: 0;
}

.big-link-icon {
  margin-left: 5px;
}

.lead-text {
  font-size: 32px;
  line-height: 52px;
}

.p-wrap.mt-20 {
  width: 40vw;
}

.static-text-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: inline-block;
}

.rotating-text-2, .rotating-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: block;
}

.static-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: inline-block;
}

.text-block-5 {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 220%;
  display: block;
}

.nav-logo-blanco, .nav-logo-blanco:hover {
  display: inline-block;
}

.parrafo-hero-home {
  opacity: 1;
  color: var(--white);
  width: 68%;
  margin-top: 19px;
  margin-left: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 170%;
  display: block;
}

.background-video-2 {
  height: 100vh;
}

.seccion-video-hero {
  color: var(--azul);
  background-color: #001f52a6;
  display: block;
}

.wrap-div-bp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-div-bp.bp-ss {
  display: flex;
}

.embed-logo-bp {
  display: none;
}

.heading-13 {
  color: var(--azul);
  font-family: Nunito Sans, sans-serif;
  font-size: 70px;
}

.heading-13.padding-extra {
  margin-top: -12px;
  font-size: 67px;
}

.heading-14 {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
}

.heading-15 {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  position: static;
}

.heading-16, .heading-17 {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
}

.heading-18 {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.alcanze-rich-text {
  width: 100%;
  max-width: 968px;
}

.conclusiones-y-data {
  margin-bottom: 78px;
}

.flex-cd {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-data-cd {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 403px;
  margin-right: 0;
  display: flex;
}

.details-conclusions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-33 {
  width: 31%;
}

.data_cd {
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.info_cd {
  margin-top: -8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
}

.wrapp-flex {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-vid-proj {
  border-radius: 10px;
  width: 400px;
  height: 100%;
}

.video-proyecto-template {
  border-radius: 10px;
}

.youtube-2 {
  border-radius: 10px;
  width: auto;
}

.wrapp-video-home {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100px;
  padding-top: 6px;
  display: flex;
}

.flex-home {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-19 {
  font-family: Nunito Sans, sans-serif;
}

.link-block-home {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.ocultar-cs {
  display: none;
}

.button-vacantes-postulacion {
  color: var(--body);
  background-color: #fa640000;
  border: 1px solid #0000001a;
  border-radius: 8px;
  height: auto;
  padding: 13px 35px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .4s;
}

.button-vacantes-postulacion:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #f37023;
  border-style: solid;
  border-color: #0000;
}

.button-vacantes-postulacion.in-form {
  height: 52px;
  margin-top: 0;
  margin-left: 10px;
}

.paragraph-12 {
  text-align: right;
  width: auto;
  font-family: Nunito Sans, sans-serif;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  text-align: right;
  font-family: Nunito Sans, sans-serif;
}

.collection-list-grid-galeria {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.tabs-content-wrapper-2 {
  margin-top: 0;
  overflow: visible;
}

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

.tabs-menu-underline-wrapper-2 {
  background-color: #464646;
  border-radius: 1.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.tabs-nav-unterline-2 {
  z-index: 0;
  background-color: var(--primary);
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-nav-text-2 {
  z-index: 1;
  color: #333333bf;
  text-align: left;
  width: 132.375px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.tabs-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-nav-icon-2 {
  width: 38px;
  height: 30px;
  margin-right: 13px;
}

.tabs-nav-icon-2.icon-2-sv {
  width: 50px;
}

.tabs-nav-icon-2.icon-2-sv._3sv {
  width: 3em;
}

.tabs-nav-icon-2._3sv {
  width: 50px;
}

.tabs-nav-icon-2.icon-cd {
  width: 41px;
  height: 40px;
}

.tabs-nav-icon-2._04 {
  margin-right: 3px;
}

.h6-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.button-2 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-2:hover {
  box-shadow: none;
  background-color: #000;
}

.job_sticky-card-2 {
  border: 1px solid #0000001a;
  border-radius: 15px;
  margin-right: 0;
  padding: 35px 30px;
}

.job-square-2 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.sticky-serv-tab {
  display: block;
}

.imagen-tab-serv {
  aspect-ratio: auto;
  object-fit: cover;
  width: 128%;
  max-width: none;
  height: 370px;
  margin-top: 93px;
  margin-bottom: -31px;
  margin-left: -67px;
  display: block;
}

.div-titi-tab {
  display: flex;
}

.icon-serv-tab {
  width: 43px;
  max-width: none;
}

.icon-serv-tab.tama-o-sticky-img {
  width: 60px;
}

.icon-serv-tab.tama-o-sticky-img._2-cf {
  width: 45px;
}

.icon-serv-tab.tama-o-sticky-img._2if {
  width: 55px;
}

.icon-serv-tab.tama-o-sticky-img._4-st {
  width: 50px;
}

.icon-serv-tab.tama-o-sticky-img._5-ct {
  width: 30px;
}

.boton-services {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--azul);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding: 0;
  font-size: 18px;
  transition: opacity .3s;
  display: flex;
}

.boton-services:hover {
  font-weight: 400;
}

.boton-services.w--current {
  color: var(--color);
  background-color: #cfcfcf00;
  width: 200px;
  font-size: 18.5px;
  font-weight: 500;
}

.div-block-34 {
  background-color: #cfcfcf;
  width: 2px;
  height: auto;
}

.tab-line-vertical {
  background-color: #c6d7f0;
  width: 4.2px;
  height: 80px;
  margin-right: 18px;
}

.tab-line-pressed {
  z-index: 2;
  background-color: var(--color);
  border-radius: 0;
  width: 4px;
  height: 80px;
  display: block;
  position: absolute;
}

.tab-serv-clave {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-menu-sc {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: auto;
  margin-right: 58px;
  display: flex;
}

.flex-info-sc {
  border-radius: 10px;
}

.flex-info-sc.tab-paragrap-sc {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 12px -2px #00000026;
}

.flex-info-sc.tab-paragrap-sc.se {
  height: auto;
}

.flex-info-sc.tab-paragrap-sc.cd-pad {
  padding-top: 28px;
  padding-bottom: 28px;
}

.text-block-6 {
  text-decoration: none;
}

.list-serv-cl {
  background-color: #ddd0;
  padding: 15px 0;
  font-size: 18px;
  transition: opacity .3s;
  display: flex;
}

.list-serv-cl:hover {
  font-weight: 400;
}

.list-serv-cl.w--current {
  color: var(--primary);
  background-color: #ddd0;
  font-weight: 500;
}

.punto-list {
  width: .3em;
  height: auto;
  margin-right: 15px;
}

.texto-item-sc {
  color: var(--body);
  width: 200px;
  font-size: 18px;
  font-weight: 300;
}

.texto-item-sc.setext {
  width: 280px;
}

.tab-paragrap-sc {
  border-radius: 10px;
  padding: 60px 50px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-sc {
  color: var(--body);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
}

.bold-text-5 {
  color: var(--body);
}

.texto-is {
  color: var(--body);
  text-align: left;
  background-color: #f9fafb;
  border: 1px solid #0000001a;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-35 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.tab-link-tab-1 {
  color: var(--title);
}

.tab-link-tab-1.w--current {
  color: var(--primary);
}

.text-block-8 {
  color: #000;
  font-size: 18px;
}

.prueba-texto {
  color: var(--azul);
  font-size: 18px;
  font-weight: 300;
}

.texto-stick-boton {
  width: 132.375px;
  font-family: Nunito Sans, sans-serif;
}

.text-sc {
  width: 200px;
  font-family: Nunito Sans, sans-serif;
}

.sc-se {
  width: 280px;
  font-size: 17px;
}

.tab-line-hover {
  z-index: 1;
  background-color: var(--azul);
  width: 4px;
  height: 80px;
  position: absolute;
}

.tab-line-hover._02 {
  display: block;
}

.code-embed-3 {
  display: none;
}

.prueba-linea {
  z-index: 1;
  background-color: var(--azul);
  width: 4px;
  height: 80px;
  display: block;
  position: absolute;
}

.prueba-linea-0, .linea-prueba-03, .linea-prueba-04, .prueba-linea-05 {
  z-index: 1;
  background-color: var(--azul);
  width: 4px;
  height: 80px;
  position: absolute;
}

.titulo-nosotros-rept {
  color: var(--body);
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 50px;
}

.titulo-nosotros-rept.fotos-space {
  margin-bottom: 5px;
}

.donut-tim {
  width: 15px;
  height: 19px;
}

.bold-text-6 {
  color: var(--color);
}

.azul {
  width: 100%;
  height: 80px;
}

.video-si {
  border-radius: 10px;
  width: 40%;
  height: auto;
}

.youtube-3 {
  border-radius: 10px;
}

.imagenes-n {
  margin-bottom: 81px;
}

.imagen-nosotros-f {
  border-radius: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  width: auto;
  max-width: 140%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-checkbox {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  border: 1px solid #12133140;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.ms-pill-label.has-icon {
  color: var(--body);
  border-color: #0000001a;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.ms-pill-icon {
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 39px;
  padding-left: 13px;
  padding-right: 5px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-toggle-row-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 2%;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-switch-select {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  width: 48.5%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px #0003;
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-loom {
  background-image: var(--image-7b40fadb);
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.is-small {
  width: 20px;
  height: 20px;
}

.ms-toggle-dot.is-icon {
  background-image: var(--image-i3d4f3d75);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.ms-column-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  display: flex;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: var(--image-231e81f1);
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-header {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.ms-toggle-row-divider {
  background-color: #1213311a;
  width: 100%;
  height: 1px;
}

.ms-switch-wrap {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  position: relative;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-toggle-bg.is-small {
  width: 42px;
  height: 26px;
}

.ms-checkbox-bold {
  margin-top: -2px;
  margin-bottom: -2px;
  display: block;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.for-radio {
  margin-top: 10px;
  display: none;
}

.ms-switch-option.is-dark {
  color: #121331;
  background-image: var(--image-i3d4f3d75);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.ms-link {
  color: #2962ff;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.is-row {
  width: 100%;
  height: 26px;
  margin-bottom: 0;
}

.ms-toggle-wrap.is-small {
  width: 42px;
  height: 26px;
}

.ms-light-text {
  font-size: 13px;
  font-weight: 300;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-label.is-row {
  width: 100%;
  padding-left: 55px;
}

.ms-toggle-label.is-empty {
  padding-left: 50px;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label.ms-less-margin {
  margin-bottom: 3px;
}

.ms-toggle-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.ms-toggle-checkbox {
  display: none;
}

.collection-list {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-end start;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: auto auto -360px;
}

.texto-ciudad-cms {
  z-index: 2;
  position: absolute;
  bottom: 20px;
}

.text-block-9 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  inset: auto;
}

.dropdown-f {
  background-color: var(--azul-vivido);
  border: 1px solid #0000001a;
  border-radius: 8px;
}

.dropdown-list {
  width: auto;
  display: none;
}

.dropdown-link {
  width: auto;
}

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

.text-drop {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.lf-dropdown-trigger {
  border-bottom: 2px #d7e4f7;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
}

.lf-drodown-click {
  white-space: normal;
  background-color: #f4f2f300;
  border: 1px solid #0006;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px 12px 19px;
  display: flex;
}

.lf-drodown-click._02 {
  width: 129px;
}

.lf-drodown-click.dropdown-trigger.ciudad-trigger.filter-active {
  flex: 0 auto;
}

.lf-drodown-click.dropdown-trigger.ciudad-trigger.hover:hover {
  background-color: var(--grey-background);
}

.dropdown__title {
  float: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown__title__number {
  color: var(--body);
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lf-dropdown-container {
  width: 18px;
  height: 9px;
  position: static;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

.dropdown__body {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-radius: 10px;
  width: auto;
  max-width: none;
  padding: 0 15px;
  display: block;
  position: static;
  top: auto;
  overflow: hidden;
}

.dropdown__body.no-transition {
  background-color: #fff;
}

.lf-dropdown-trigger-2 {
  z-index: 2;
  border-bottom: 2px #d7e4f7;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
  inset: auto;
}

.lf-drodown-click-2 {
  white-space: normal;
  background-color: #f4f2f300;
  border: 1px solid #0006;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px 12px 19px;
  display: flex;
}

.dropdown__title-2 {
  float: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown__title__number-2 {
  color: var(--body);
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lf-dropdown-container-2 {
  width: 18px;
  height: 9px;
  position: static;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.dropdown__body-2 {
  z-index: 2;
  box-shadow: none;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  width: auto;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown__title__number-2-copy {
  font-weight: 400;
}

.text-block-10 {
  color: var(--azul);
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
}

.div-block-36 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.text-block-11 {
  color: var(--body);
  font-size: 14px;
}

.div-block-37 {
  border: 1px solid var(--no-selected);
  border-radius: 3px;
  padding: 2px 10px;
}

.filter_tags_item {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--grey-background);
  width: auto;
  padding: 12px 13px;
  display: flex;
}

.filter_tags_text {
  display: none;
}

.filter-tags-container {
  border-top: 1px solid #0000000d;
  border-radius: 10px;
  padding: 20px 10px 40px 15px;
  box-shadow: 0 14px 14px -1px #00000017;
}

.fs-style_dropdown-toggle {
  background-color: #f3f2f8;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding: 1rem 2rem 1rem 1.5rem;
}

.fs-style_dropdown-toggle:focus-visible, .fs-style_dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-style_block-header {
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.fs-style_list-item-icon {
  background-color: #501aff;
  width: 2rem;
  min-width: 2rem;
  padding: .2rem;
}

.fs-style_dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.5rem;
}

.fs-tag_text-1 {
  font-weight: 500;
}

.fs-style_block {
  border: 1px solid #0000001a;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: flex-start start;
  padding: 2rem;
  display: flex;
}

.fs-style_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  min-height: 3rem;
  display: grid;
}

.fs-style_row.is-tag {
  flex-wrap: wrap;
  display: flex;
}

.fs-style_list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: start;
  line-height: 1.7;
  display: grid;
}

.fs-style_class {
  color: #1a1a1a;
  background-color: #1a6eff14;
  margin-left: .1rem;
  margin-right: .1rem;
  padding: .1rem .4rem;
  font-size: .9rem;
  font-weight: 500;
  display: inline-block;
}

.fs-style_dropdown {
  z-index: 0;
  width: 100%;
  max-width: 35rem;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
}

.fs-style_native {
  color: #fff;
  text-transform: none;
  background-color: #109155;
  margin-left: .1rem;
  margin-right: .1rem;
  padding: .1rem .4rem;
  font-size: .9rem;
  display: inline-block;
}

.fs-style_link {
  color: #575757;
  text-decoration: underline;
}

.fs-tag_close-icon-1 {
  width: 2rem;
  margin-left: 1rem;
}

.fs-tag_template-1 {
  border: 2px solid #000;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .25rem .4rem .25rem 1rem;
  text-decoration: none;
  display: flex;
}

.fs-tag_template-1:hover {
  opacity: .7;
}

.fs-tag_template-1:focus-visible, .fs-tag_template-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-style_dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.fs-style_dropdown-list-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000000b3;
  background-color: #f3f2f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  padding: 2rem 2rem 2rem 1.5rem;
  display: grid;
  position: relative;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-top: 28px;
  margin-right: 1rem;
  display: flex;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_tag {
  background-color: var(--azul-vivido);
  color: #fff;
  border-radius: .4rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_tag-text {
  font-family: Nunito Sans, sans-serif;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
  font-family: Nunito Sans, sans-serif;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.contenedor-fantasma {
  width: 60vw;
  position: relative;
}

.contenedor-fantasma-2 {
  width: 50vw;
  display: none;
  position: relative;
}

.dropdown-list-2 {
  position: static;
}

.container-motor-fb {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.boton-filtros {
  background-color: var(--grey-background);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0000001a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: auto;
  min-height: auto;
  position: static;
}

.filter_search-field {
  background-image: var(--image-i4cf71348);
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 4rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
}

.drop-body {
  border-radius: 10px;
  display: none;
  position: relative;
}

.drop-body.dropdown-panel.ciudad-panel.active-panel {
  display: none;
}

.div-block-38 {
  display: flex;
}

.form-block {
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  min-height: auto;
  margin-bottom: 0;
}

.drop-body-2 {
  border-radius: 10px;
  display: none;
  position: relative;
  top: auto;
}

.drop-body-2.dropdown-panel.sectores-panel.active-panel {
  display: none;
}

.form {
  border-radius: 20px;
  min-width: auto;
  min-height: auto;
}

.padding-mas-arriba {
  margin-top: -33px;
}

.icono-contact {
  width: 28px;
  max-width: none;
}

.flex-text-wrap-c {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.section-contac-form {
  margin-bottom: 120px;
}

.section-contac-form.padding-servicios {
  margin-bottom: 164px;
}

.flex-container-contact {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-form {
  box-shadow: none;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 600px;
  height: auto;
  padding: 47px 60px 45px;
}

.texto-succes-form {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.texto-succes-form._01 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}

.iso_logo {
  width: 26px;
  max-width: none;
  margin-bottom: 22px;
}

.text-block-12 {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.div-block-39 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicios-heading-pad {
  margin-top: 122px;
  margin-bottom: 114px;
}

.div-para-seccion-de-servicio {
  margin-bottom: 18px;
}

.padding-servicio-linea {
  margin-bottom: 100px;
}

.padding-contactos {
  margin-top: 122px;
}

.div-idelcom-carrer {
  margin-top: 104px;
}

.img-vacantes {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 29%;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 265px;
}

.img-vacantes._03 {
  object-position: 50% 32%;
}

.img-vacantes-2 {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 250px;
}

.quick-none {
  margin-bottom: 104px;
}

.link-block-2 {
  background-color: #fdfdfd;
}

.flex-vacante-intro {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.line-gray {
  background-color: #0000001a;
  height: 1px;
  margin-bottom: 54px;
}

.seccion-beneficios {
  margin-bottom: 135px;
}

.seccion-trabajos {
  margin-bottom: 141px;
}

.link-vacantes {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(45deg, #ff995e, #ff5603);
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 13px 35px;
  text-decoration: none;
  transition: background-color .6s;
  display: inline-flex;
  position: static;
  top: 686px;
  left: auto;
}

.link-vacantes:hover {
  background-image: linear-gradient(225deg, #fa4128, #ff7b2e), linear-gradient(45deg, #ff995e, #ff5603);
}

.link-vacantes.azul-v {
  background-image: linear-gradient(45deg, #7db2fd, #0064f3);
  margin-right: 0;
  display: flex;
}

.link-vacantes.azul-v:hover {
  background-image: linear-gradient(225deg, #06c6, #00008099), linear-gradient(45deg, #7db2fd, #0064f3);
}

.cms-vacantes-pre {
  display: block;
}

.link-2 {
  color: var(--primary);
  font-weight: 400;
}

.div-wrapp-trabajos {
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 32px 34px 32px 32px;
  display: block;
}

.div-wrapp-trabajos.none {
  padding-top: 33px;
  padding-bottom: 27px;
  transition: border-color .4s;
  display: block;
}

.div-wrapp-trabajos.none:hover {
  border-color: #f3702380;
}

.div-wrapp-trabajos._02 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.heading-puesto {
  color: var(--azul);
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.texto-cms-vacante {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.texto-datos-trabajos {
  color: var(--plomo-clarito);
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.flex-text-data-csm-v {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-datos-vacantes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-datos-vacantes._02 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.div-heading-vacante-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.div-heading-vacante-flex._01 {
  margin-bottom: 37px;
}

.link-de-la-vacante {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.div-heading-texto-data {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-heading-texto-data._2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.div-heading-texto-data._02 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.img-vacante-data {
  width: 17px;
  max-width: none;
  height: 22px;
  display: block;
}

.div-heading-and-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.img-heading-vacant {
  width: 30px;
  max-width: none;
  height: 25px;
  display: none;
}

.img-punto-vacante {
  display: none;
}

.text-empty-proyectos {
  color: var(--naranja-vivid);
  font-size: 18px;
  font-weight: 500;
}

.text-empty-proyectos-parrf {
  font-size: 18px;
}

.collection-list-2, .collection-list-wrapper {
  display: block;
}

.div-vacio-vacantes-wrapped {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 70px 140px 85px;
  display: none;
}

.text-vaca-dispo {
  color: var(--body);
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.parrafo-vacantes-no-disp {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.img-no-vacantes {
  background-color: #f4f2f38c;
  border-radius: 10px;
  width: 75px;
  max-width: none;
  margin-bottom: 20px;
  padding: 7px 10px 7px 12px;
}

.detalles-de-la-vacante {
  margin-top: 0;
}

.heading-template-vacante {
  color: var(--azul);
  font-family: Nunito Sans, sans-serif;
  font-size: 70px;
}

.headingvacante-temprate {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 65px;
}

.sub-head-vacant {
  color: var(--azul);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.flex-div-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-div-heading._02 {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.text-block-13 {
  color: var(--azul);
}

.sobre-idelcom {
  display: block;
}

.div-fecha-flex {
  display: flex;
}

.text-fecha {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.texto-itv {
  color: var(--body);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

.parrafo-tv {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 180%;
}

.fom {
  margin-top: 100px;
  margin-bottom: 69px;
  display: none;
}

.seccion-linea {
  margin-bottom: 60px;
  display: none;
}

.line-div-gris-v {
  background-color: #0000001a;
  height: 1px;
}

.icon-apply {
  width: 40px;
  max-width: none;
  margin-bottom: 24px;
}

.form-job-post {
  border: 1px solid #0000001a;
  border-radius: 13px;
  padding: 70px 80px;
}

.div-nombre-fv {
  width: 100%;
  display: block;
  position: static;
}

.div-nombre-y-apel-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-3.is-icon.is-secondary {
  background-color: #fff;
  border: 1px dashed #0000001a;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40.9px 0;
}

.icon-embed-xsmall {
  color: var(--no-selected);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.logo {
  width: 200px;
}

.form_component {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success {
  padding: 1.25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.link-text {
  color: #000;
  font-weight: 500;
}

.nombre-field {
  color: var(--body);
  margin-bottom: 7px;
  font-family: Nunito Sans, sans-serif;
}

.form-casilla {
  border: 1px solid #0000001a;
  border-radius: 7px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
}

.form-casilla:focus {
  border-color: var(--color);
  color: var(--body);
}

.text-area-form {
  border: 1px solid #0000001a;
  border-radius: 7px;
  margin-bottom: 40px;
  padding-top: 17px;
  padding-bottom: 100px;
  font-family: Nunito Sans, sans-serif;
}

.text-area-form:focus {
  border-color: var(--color);
  color: var(--body);
}

.text-cv-ins {
  color: var(--no-selected);
  font-family: Nunito Sans, sans-serif;
}

.boton-form-job {
  background-color: var(--white);
  color: var(--body);
  border: 1px solid #0006;
  border-radius: 6px;
  padding: 14px 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .4s;
}

.boton-form-job:hover {
  background-color: var(--color);
  color: var(--white);
  border-color: #0000;
}

.texto-form-head {
  color: var(--azul);
  text-align: center;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}

.svg-idelcom-job {
  text-align: left;
  width: 290px;
  max-width: none;
  display: block;
}

.center-div-svg {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: none;
}

.parrafo-form-job {
  color: var(--body);
  text-align: center;
  margin-bottom: 0;
  padding-left: 134px;
  padding-right: 134px;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px;
}

.div-intro-job-post {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 95px;
  display: flex;
}

.grid-datos-exprience {
  display: none;
}

.seccion-div {
  height: 130px;
}

.text-enviado {
  color: var(--body);
  margin-bottom: 14px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 145%;
}

.parrafo-text-postulacion-evniado {
  color: var(--body);
  margin-bottom: 40px;
  padding-left: 84px;
  padding-right: 84px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.success-message-2 {
  background-color: #ddd0;
  margin-bottom: 10px;
}

.text-block-14 {
  text-decoration: none;
}

.link-block-3 {
  padding-left: 30px;
  text-decoration: none;
}

.boton-vacante-retorno {
  color: var(--body);
  background-color: #fff;
  border: 1px solid #0006;
  border-radius: 5px;
  padding: 12px 35px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: color .4s, background-color .4s;
}

.boton-vacante-retorno:hover {
  background-color: var(--color);
  color: var(--white);
  border-color: #0000;
}

.icon-enviado {
  width: 70px;
  max-width: none;
  margin-bottom: 30px;
}

.texto-ups {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.flex-ups {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  height: 7em;
}

.code-embed-4, .code-embed-nav-bar {
  display: block;
}

.nav-bar {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid #0000001a;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  position: sticky;
  top: 0;
}

.nav-bar-flex-div {
  color: var(--title);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-navbar-vancantes {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--body);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-navbar-vancantes:hover {
  color: var(--color);
}

.text-vacante-volver {
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}

.code-embed-5 {
  width: 19px;
  height: 19px;
}

.image-21 {
  width: 140px;
  max-width: none;
}

.image-22 {
  text-align: center;
  width: 20px;
  max-width: none;
}

.icon-work {
  width: 55px;
  max-width: none;
  margin-bottom: 44px;
}

.link-logo-vacantes.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.g-recaptcha {
  margin-bottom: -23px;
}

.g-recaptcha._02 {
  margin-bottom: 35px;
}

.flex-div-contacto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.recaptcha {
  margin-bottom: 0;
}

.g-captcha2 {
  margin-bottom: 27px;
}

.nav-bar-home {
  z-index: 1;
  background-color: var(--naranja-vivid);
  display: block;
  position: sticky;
  top: 0;
}

.div {
  height: auto;
}

.nav-button-2 {
  color: #333;
  background-color: #0000;
  border: 1px solid #0006;
  border-radius: 5px;
  padding: 9px 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  transition: background-color .4s, color .4s;
}

.nav-button-2:hover {
  color: #fff;
  background-color: #f37023;
  border-color: #3330;
}

.menu-button-2 {
  display: none;
}

.nav-bar-linea {
  background-color: #ffffff1a;
  width: 100%;
  height: .5px;
  display: block;
  position: absolute;
  top: 71.7969px;
}

.tab-prev {
  z-index: 1;
  opacity: .7;
  cursor: pointer;
  width: 35px;
  height: 35px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-prev:hover {
  opacity: 100;
}

.fecha-img-ce {
  width: 100%;
  max-width: none;
  display: block;
}

.tab-next {
  z-index: 1;
  opacity: .7;
  cursor: pointer;
  width: 35px;
  height: 35px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tab-next:hover {
  opacity: 100;
}

.text-heading-ce {
  color: var(--body);
  margin-bottom: 2px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.texto-footer {
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
}

.div-text-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.svg-location {
  width: 21px;
  max-width: none;
}

.image-23 {
  width: 24px;
  max-width: none;
}

.seccion-obj-y-valor {
  margin-bottom: 118px;
  display: none;
}

.container-info-proj {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 59.93%;
  padding: 74px 44px 25px;
  display: flex;
}

.texto-ob-y-v {
  color: var(--body);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
  font-size: 38px;
  line-height: 100%;
}

.texto-obj-y-val {
  color: var(--body);
  margin-bottom: -10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.icon-ob-y-v {
  width: 56px;
  max-width: none;
  margin-bottom: 40px;
}

.parrafo-ob-y-v {
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.wrap-p-y-v {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.parrafo-metas-y-valor {
  color: var(--body);
  font-family: Nunito Sans, sans-serif;
}

.secciton-trayectoria-timeline {
  background-image: linear-gradient(270deg, #0a48c0, #031d4f);
}

.page-count {
  color: var(--body);
  justify-content: flex-end;
  align-items: center;
  margin-right: 45px;
  font-family: Nunito Sans, sans-serif;
  display: inline-flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 30px;
  }

  .container.linea-servicio-separar.nosotros-linea-heading.linea-02-cambio-nosotros {
    margin-top: 4px;
  }

  .container.heading-home-hs.container-new-video {
    margin-top: -80px;
    margin-bottom: -362px;
  }

  .container.carrer-job {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    transform: translate(0, 1px);
  }

  .nav-menu-inner {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-button {
    line-height: 170%;
  }

  .top-line {
    background-color: #000;
    width: 25px;
    height: 1px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 5px 0 5px 5px;
  }

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

  .middle-line {
    background-color: #000;
    width: 25px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    background-color: #000;
    width: 25px;
    height: 1px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-button-block {
    padding: 20px;
  }

  .navbar-button-block._02-vacante {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-wrapper {
    margin-top: 29px;
  }

  .title-wrapper {
    grid-column-gap: 20px;
  }

  .main-heading {
    margin-bottom: 5px;
  }

  .heading-item-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .font-inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .font-block {
    grid-column-gap: 20px;
  }

  .hading-inner-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .font-name {
    font-size: 30px;
  }

  .style-guide-section.last {
    padding-bottom: 100px;
  }

  .primary-button.submit {
    top: 6px;
    bottom: 6px;
    right: 10px;
  }

  .rich-text img {
    min-height: 338px;
    max-height: 338px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .footer-middle {
    margin-top: 30px;
  }

  .footer-link-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-image-block {
    max-width: 320px;
  }

  .comingsoon-img-block {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .licensing-section, .privacy-policy-section {
    padding-bottom: 120px;
  }

  .hero-section {
    height: 600px;
    padding-bottom: 160px;
  }

  .hero-title {
    font-size: 80px;
  }

  .hero-title.inicio_titulo {
    font-size: 30px;
  }

  .bottom-white-block {
    grid-column-gap: 30px;
    padding: 20px;
    font-size: 20px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-wrapper {
    grid-row-gap: 120px;
  }

  .subtitle.version-servicio-tit {
    font-size: 16px;
  }

  .future-wrapper {
    grid-column-gap: 20px;
  }

  .future-image-block {
    min-height: 360px;
    max-height: 360px;
  }

  .future-content-block {
    max-width: 32%;
  }

  .future-content-top {
    height: 463px;
  }

  .service-collection-list {
    grid-column-gap: 20px;
  }

  .service-inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vacantes-section {
    padding-bottom: 120px;
  }

  .states-wrapper {
    grid-column-gap: 20px;
  }

  .project-image-block, .project-thumb-image {
    min-height: 240px;
    max-height: 240px;
  }

  .location-tag.none {
    display: none;
  }

  .review-collection-list {
    grid-column-gap: 20px;
  }

  .review-block {
    padding: 20px;
  }

  .blog-item-block {
    grid-column-gap: 30px;
  }

  .blog-data-block, .blog-content-block {
    grid-column-gap: 20px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-title-main {
    font-size: 40px;
  }

  .team-outer {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image-block, .our-team-image {
    min-height: 415px;
    max-height: 415px;
  }

  .service-wrapper-about {
    grid-column-gap: 30px;
  }

  .servive-paragraph {
    font-size: 20px;
  }

  .secci-n-interna-nuestro-recorrido {
    grid-column-gap: 30px;
    align-items: flex-start;
  }

  .about-hero-left-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .about-hero-right-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-hero-image {
    display: none;
  }

  .about-hero-content-2 {
    grid-row-gap: 10px;
    margin-top: 0;
    padding-top: 0;
  }

  .achievement-list-block {
    grid-row-gap: 10px;
  }

  .achievement-list-item {
    padding-bottom: 10px;
  }

  .hero-tablet-image {
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%;
    min-height: 200px;
    max-height: 200px;
  }

  .blog-main-image, .blog-main-block {
    min-height: 460px;
    max-height: 460px;
  }

  .service-main-block, .service-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .faq-wrapper {
    grid-column-gap: 20px;
  }

  .que-title {
    grid-column-gap: 10px;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
  }

  .map-rich-text {
    height: 500px;
  }

  .contat-form {
    width: 100%;
  }

  .contact-form-inner {
    padding-left: 0;
  }

  .textarea {
    max-width: none;
  }

  .success-message {
    margin-top: 37px;
  }

  .cta-wrapper {
    grid-column-gap: 30px;
  }

  .cta-title {
    font-size: 36px;
  }

  .cta-form-inner {
    padding: 6px 10px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-light-box, .gallery-image {
    min-height: 200px;
    max-height: 200px;
  }

  .project-main-block, .project-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .project-detail-section {
    padding-bottom: 120px;
  }

  .project-detail-wrapper {
    grid-column-gap: 40px;
    align-items: flex-start;
  }

  .future-image {
    min-height: 510px;
    max-height: 360px;
  }

  .footer-image {
    min-height: auto;
    max-height: none;
  }

  .about-left-image-2 {
    min-height: 318px;
    max-height: 318px;
  }

  .footer-left {
    padding-top: 40px;
  }

  .about-image-block {
    min-height: 318px;
    max-height: 318px;
  }

  .about-img-block {
    height: 100%;
    min-height: 200px;
    max-height: 200px;
    display: block;
  }

  .review-details-wrapper {
    grid-column-gap: 40px;
  }

  .container-2 {
    top: 2px;
  }

  .certificado-text {
    font-size: 13px;
  }

  .paragraph-data-idelcom {
    font-size: 17px;
  }

  .data-idelcom-heading {
    font-size: 35px;
  }

  .data-idelcom-paragraph {
    font-size: 14px;
  }

  .image-7 {
    width: 40px;
    height: 40px;
  }

  .imagen-inicio {
    object-fit: cover;
  }

  .data-ce {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide-nav {
    padding-right: 321px;
  }

  .right-arrow-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    left: auto;
  }

  .logo-ce {
    width: 150px;
  }

  .icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wrapp-logos-ce {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-left: -1px;
    padding-right: 321px;
  }

  .paragraph-casos-de-texto {
    font-size: 16px;
  }

  .paragraph-sub-casos-de-exito {
    font-size: 15px;
  }

  .imagen-iabout-us {
    height: 600px;
    padding-bottom: 160px;
  }

  .bienvenidos_grueso {
    font-size: 26px;
  }

  .animaci-n-nosotros-follow, .animaci-n-nosotros-follow-1 {
    margin-top: -24px;
  }

  .about-image-block-1 {
    min-height: 318px;
    max-height: 318px;
  }

  .about-hero-image-2 {
    display: none;
  }

  .about-hero-left-1 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .about-image-block-2, .about-left-image-1 {
    min-height: 318px;
    max-height: 318px;
  }

  .map-container.vh-proy {
    margin-top: 61px;
  }

  .titulo-general-heading {
    font-size: 65px;
  }

  .motor-de-busqueda {
    margin-top: 54px;
  }

  .div-block-21 {
    margin-left: 48px;
  }

  .titulo-boton-servicio {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
  }

  .titulo-boton-servicio.centro-de-datos-pading {
    padding-left: 23px;
    padding-right: 23px;
  }

  .imagen-servicio-container {
    object-fit: cover;
    height: 327px;
  }

  .heading-info-servicio {
    font-size: 30px;
  }

  .container-info-servicio {
    margin-left: 40px;
    margin-right: 40px;
  }

  .helpdesk-info-servicio {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .helpesk-boton-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .texto-helpdesk-boton {
    font-size: 16px;
  }

  .imagen-helpdesk-boton, .imagen-helpdesk-boton.primer-icono {
    max-width: 42px;
  }

  .container-servicios-clave {
    padding-left: 20px;
    padding-right: 0;
  }

  .list-item-services {
    font-size: 18px;
  }

  .icon-servicios-clave {
    max-width: 45px;
  }

  .contact-wrapper-2 {
    grid-column-gap: 20px;
    align-items: flex-start;
  }

  .container-contact {
    flex: 1;
    max-height: 600px;
    overflow: visible;
  }

  .parrafo-video {
    max-width: 82%;
    padding-left: 0;
  }

  .embed-video {
    width: 45%;
    max-width: 100%;
  }

  .linea-nosotros.para-data {
    margin-left: 28px;
  }

  .map-prueba {
    height: 500px;
  }

  .contact-text-izq-1 {
    position: relative;
  }

  .numero-estadisticas-nosotros {
    font-size: 50px;
  }

  .texto-estadisticas {
    font-size: 20px;
  }

  .div-iso-9001 {
    margin-top: -20px;
    margin-bottom: 18px;
  }

  .image-14, .image-15, .image-16 {
    max-width: 90%;
  }

  .section-10.expand {
    height: auto;
    overflow: hidden;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .timeline-header {
    font-size: 44px;
  }

  .wrapper, .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._2-col.para-el-video {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  ._2-col._2-col-flex {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  ._50col {
    width: 100%;
  }

  .header {
    font-size: 2.9em;
  }

  .page-details {
    font-size: 17px;
  }

  .page-details.idelcom-nosotro-video-texto {
    width: 90%;
  }

  .page-details.idelcom-nosotro-video-texto.text-ixq {
    padding-right: 0;
  }

  .c-hero-img {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-img {
    height: 325px;
  }

  .is-informacion {
    padding-right: 0;
  }

  .boton-is-naranja {
    padding-bottom: 16px;
  }

  .texto-boton-heading-is, .texto-boton-heading-is.segunda-opcion-text-is {
    line-height: 100%;
  }

  .texto-is-video {
    width: auto;
    max-width: none;
    font-size: 15px;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .footer-top-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .job-flex {
    flex-flow: row;
  }

  .job-flex.vacantes-felx {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job-left, .job-left.escala-sv-info {
    width: 100%;
  }

  .grid_2-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid_2-1.tablet-reverse {
    flex-direction: column-reverse;
  }

  .paragraph-10 {
    font-size: 15px;
  }

  .paragraph-10._02 {
    font-size: 16px;
  }

  .job-sticky {
    width: 100%;
    margin-top: 60px;
    position: static;
  }

  .job-sticky.job_sticky-card-2.escala-sv {
    margin-top: 0;
    margin-right: 15px;
    padding-right: 20px;
  }

  .job-sticky.vacantes {
    width: 42%;
    margin-top: 0;
    position: sticky;
    top: 69px;
  }

  .job_label-flex {
    grid-column-gap: 5px;
  }

  .section-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .job_sticky-card {
    width: 100%;
  }

  .job_sticky-card.vacanes {
    width: auto;
  }

  .job-body.vacante-body {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .presentacion-somos-idelcom {
    padding-bottom: 15px;
  }

  .div-is-video {
    width: 220px;
    height: auto;
    max-height: none;
  }

  .quick-stack-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .is-data-wrapper.wrapper-home-data {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .heading-data-is {
    font-size: 57px;
  }

  .heading-ce {
    font-size: 44px;
  }

  .div-textos-ce {
    max-width: 330px;
    height: 510px;
  }

  .tabs-menu-underline-wrapper {
    margin-top: 5px;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .tabs-menu-underline-wrapper.bp-tabs-logo {
    display: none;
  }

  .tabs-nav-item-underline._01.w--current {
    padding-left: .3em;
    padding-right: .3em;
  }

  .tabs-nav-icon {
    width: 7em;
    height: 2.8em;
  }

  .titulo-sectores, .titulo-sectores.titulo-servicio {
    font-size: 17px;
  }

  .paragraph-sectores {
    font-size: 15px;
  }

  .heading-12.blanco-heading {
    margin-bottom: 15px;
  }

  .map-2 {
    font-size: 1.5em;
  }

  .parrafo-blanco {
    width: 88%;
    font-size: 17px;
  }

  .quick-stack-6, .flex-img-home {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .home-photo-flex {
    width: 32%;
    height: 430px;
  }

  .div-yt-footer {
    height: 242px;
  }

  .wrap-proyecto-home {
    width: 70%;
  }

  .text-image-ce-inside {
    width: 90%;
    margin-top: -118px;
    font-size: 30px;
    inset: auto 0% -34%;
  }

  .text-image-ce-inside.ptdp {
    font-size: 30px;
    bottom: -34%;
  }

  .text-rotate-cell {
    flex-direction: column;
    align-items: flex-start;
  }

  ._w-icon {
    display: none;
  }

  .text-rotate-wrap {
    margin-left: 0;
  }

  .flex-sb-c {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .hero-text-col {
    width: 90%;
    position: relative;
  }

  .hero-container {
    width: 90%;
    margin-top: 0;
  }

  .hero-video-column {
    margin-bottom: 19px;
    display: none;
  }

  .p-wrap.mt-20 {
    width: 100%;
  }

  .heading-13 {
    width: 100%;
    max-width: 90%;
  }

  .flex-cd {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .data_cd {
    font-size: 40px;
  }

  .wrapp-video-home {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .flex-home {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .button-vacantes-postulacion {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

  .button-vacantes-postulacion._02 {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
  }

  .collection-list-grid-galeria {
    grid-column-gap: 20px;
  }

  .imagen-tab-serv {
    width: 123%;
    margin-left: -46px;
  }

  .tab-menu-sc {
    margin-right: 40px;
  }

  .flex-info-sc.tab-paragrap-sc {
    padding: 40px 35px;
  }

  .flex-info-sc.tab-paragrap-sc.se {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-sc {
    font-size: 16px;
  }

  .div-block-35 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .texto-stick-boton {
    width: 115px;
    font-size: 16px;
  }

  .text-sc {
    width: 140px;
    font-size: 16px;
  }

  .sc-se {
    width: 150px;
    font-size: 15px;
  }

  .titulo-nosotros-rept {
    font-size: 44px;
    line-height: 130%;
  }

  .titulo-nosotros-rept.somos {
    line-height: 150%;
  }

  .video-si {
    width: 80%;
  }

  .ms-column {
    width: 47%;
  }

  .collection-list {
    padding-left: 20px;
    padding-right: 20px;
    bottom: -220px;
  }

  .fs-style_dropdown {
    max-width: none;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .contenedor-fantasma, .contenedor-fantasma-2 {
    width: 34vw;
  }

  .padding-mas-arriba {
    margin-top: -72px;
  }

  .flex-container-contact {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .container-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .quick-none {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-vacantes {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .parrafo-form-job {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .nav-bar-flex-div {
    justify-content: space-between;
    align-items: stretch;
  }

  .image-21 {
    width: 130px;
  }

  .link-logo-vacantes.w--current {
    height: auto;
  }

  .nav-button-2 {
    line-height: 170%;
  }

  .menu-button-2 {
    padding: 5px 0 5px 5px;
  }

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

  .nav-bar-linea {
    top: 61.7969px;
  }

  .div-text-footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .svg-location {
    width: 19px;
    height: 22px;
  }

  .container-info-proj {
    padding-top: 60px;
  }

  .texto-obj-y-val {
    font-size: 30px;
  }

  .icon-ob-y-v {
    width: 52px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .container.linea-servicio-separar.nosotros-linea-heading.linea-02-cambio-nosotros {
    margin-bottom: 6px;
  }

  .container.linea-servicio-separar.nosotros-linea-heading._01 {
    margin-bottom: 41px;
  }

  .container.linea-servicio-separar.padding-template-2 {
    margin-top: 66px;
  }

  .container.contianer-nostros-video-texto {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.heading-home-hs.container-new-video {
    margin-top: -72px;
    margin-bottom: -471px;
    top: 300px;
  }

  .container.relative-para-map {
    top: -569px;
  }

  .brand {
    max-width: 113px;
  }

  .navbar-button-block._02-vacante {
    display: none;
  }

  .page-wrapper {
    margin-top: 13px;
  }

  .page-wrapper.espaciado, .page-wrapper.contacto-abajo {
    margin-top: 75px;
  }

  .title-section {
    padding-bottom: 45px;
  }

  .title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .style-top-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-heading {
    margin-bottom: 2px;
  }

  .font-inner {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .font-block {
    grid-template-columns: auto 1fr;
    width: auto;
  }

  .heading-text {
    text-align: left;
    font-size: 50px;
    line-height: 100%;
  }

  .body-small {
    font-size: 21px;
  }

  .hading-inner-block {
    padding-bottom: 50px;
  }

  .font-name {
    font-size: 26px;
  }

  .color-block {
    max-width: 100%;
  }

  .color-main {
    width: 100%;
    height: 100px;
  }

  .style-guide-section {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .style-guide-section.last {
    padding-bottom: 80px;
  }

  .color-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .primary-button {
    text-align: center;
  }

  .secondary-button.text-align-center.boton-bp-ce {
    margin-bottom: 0;
    display: none;
  }

  .rich-text blockquote {
    padding: 20px;
  }

  .rich-text img {
    min-height: 245px;
    max-height: 245px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-middle-inner {
    display: none;
  }

  .footer-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .white-color.heafing-img-projects {
    font-size: 40px;
  }

  .footer-image-block {
    display: none;
  }

  .comingsoon-img-block {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .error-404-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .utility-password-form {
    grid-row-gap: 40px;
    padding: 50px;
  }

  .utility-password-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-section {
    padding-bottom: 100px;
  }

  .info-content {
    margin-bottom: 40px;
  }

  .licensing-wrapper {
    grid-row-gap: 40px;
  }

  .info-block {
    grid-row-gap: 20px;
  }

  .licensing-label {
    line-height: 24px;
  }

  .privacy-policy-section {
    padding-bottom: 100px;
  }

  .info-paragraph {
    margin-bottom: 20px;
  }

  .info-title {
    margin-bottom: 15px;
  }

  .hero-section {
    height: 500px;
  }

  .hero-wrapper {
    font-size: 20px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-title.inicio_titulo {
    font-size: 24px;
  }

  .hero-bottom-block {
    grid-column-gap: 10px;
  }

  .bottom-white-block {
    grid-column-gap: 20px;
    padding: 16px;
    font-size: 16px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-wrapper {
    grid-row-gap: 100px;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .section-title-block.flex-vacatesn {
    flex-flow: column;
    margin-bottom: 34px;
    display: block;
  }

  .future-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .future-image-block {
    min-height: 300px;
    max-height: 300px;
  }

  .future-content-block {
    grid-row-gap: 40px;
    max-width: none;
    margin-top: 34px;
  }

  .future-middle-line.casos-de-exito {
    width: 2px;
    height: 50px;
  }

  .service-collection-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .service-inner-block.flex-2-derecha.bp-info-sv {
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .service-inner-block.no-hover {
    grid-row-gap: 30px;
  }

  .service-icon-block {
    width: 45px;
    margin-bottom: -7px;
  }

  .service-icon-block.bp-icon-sv {
    width: 48px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-content-block.servicio-parrafo.bp-parrafo-sv {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .vacantes-section {
    padding-bottom: 100px;
  }

  .choose-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-list-block {
    grid-row-gap: 15px;
  }

  .list-icon-item {
    background-position: 0 0;
    background-size: 25px;
    font-size: 18px;
  }

  .states-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .states-left-block {
    padding-right: 0;
  }

  .states-right-block {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 49% 49%;
    align-content: start;
    padding-left: 0;
    padding-right: 7px;
  }

  .statistic-block {
    padding: 30px;
  }

  .project-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .project-image-block, .project-thumb-image {
    min-height: 180px;
    max-height: 180px;
  }

  .location-tag {
    padding-left: 8px;
    padding-right: 8px;
    bottom: 10px;
    right: 10px;
  }

  .utility-error-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .review-content-block {
    grid-row-gap: 30px;
  }

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

  .left-arrow, .right-arrow {
    top: 29px;
  }

  .blog-collection-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-item-block {
    grid-column-gap: 20px;
  }

  .blog-data-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blog-thumb-image {
    width: 100%;
    min-height: 160px;
    max-height: 160px;
  }

  .blog-title-main {
    font-size: 28px;
  }

  .team-outer {
    grid-row-gap: 40px;
  }

  .team-image-block, .our-team-image {
    min-height: 296px;
    max-height: 296px;
  }

  .service-wrapper-about {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .service-collection-item {
    padding-bottom: 14px;
  }

  .service-collection-item:first-child {
    margin-top: -14px;
  }

  .service-left-block {
    max-width: none;
  }

  .servive-paragraph {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .about-hero-left-2 {
    display: flex;
  }

  .about-hero-paragraph-2 {
    display: none;
  }

  .about-hero-content-2 {
    margin-top: 0;
  }

  .hero-tablet-image {
    min-height: 170px;
    max-height: 170px;
  }

  .blog-main-section {
    padding-bottom: 60px;
  }

  .blog-main-image, .blog-main-block {
    min-height: 340px;
    max-height: 340px;
  }

  .service-main-block, .service-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .service-detail-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-detail-right {
    grid-row-gap: 80px;
    max-width: none;
    font-size: 26px;
  }

  .over-view-details blockquote {
    padding: 20px;
  }

  .faq-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .faq-data {
    grid-row-gap: 20px;
  }

  .contact-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .map-rich-text {
    height: auto;
  }

  .contat-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-form-inner {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .textarea {
    padding-bottom: 80px;
  }

  .contact-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 62px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .success-message {
    background-color: #0000;
    margin-top: 0;
  }

  .error-message {
    text-align: center;
    background-color: #ffcdcd;
    margin-top: 20px;
    padding: 20px;
  }

  .cta-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .cta-title {
    max-width: none;
    font-size: 32px;
  }

  .cta-form {
    max-width: none;
  }

  .success-message-white {
    background-color: #0000;
    border: 1px solid #000;
  }

  .gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .project-main-block, .project-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .project-detail-section {
    padding-bottom: 100px;
  }

  .project-detail-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .project-left-block {
    max-width: none;
  }

  .challenge-rich-text blockquote {
    padding: 20px;
  }

  .future-image {
    min-height: 300px;
    max-height: 300px;
  }

  .about-left-image-2 {
    min-height: 276px;
    max-height: 276px;
  }

  .footer-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-image-block {
    max-width: 50%;
    min-height: 160px;
    max-height: 160px;
  }

  .about-image-block {
    min-height: 276px;
    max-height: 276px;
  }

  .about-img-block {
    min-height: 170px;
    max-height: 170px;
  }

  .review-details-wrapper {
    grid-column-gap: 30px;
  }

  .info-block-terms {
    grid-row-gap: 40px;
  }

  .iso {
    max-width: 100px;
  }

  .paragraph-data-idelcom {
    margin-bottom: 15px;
  }

  .paragraph-data-idelcom.vacantes-tama-o-p {
    width: 100%;
  }

  .data-idelcom-heading {
    font-size: 32px;
  }

  .data-idelcom-paragraph {
    font-size: 14px;
    top: 7px;
  }

  .data-ce {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 53px;
  }

  .data-ce.data-bp {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .lg-ce-blanco {
    width: 154px;
    margin-top: -11px;
  }

  .slide-nav {
    margin-top: -409px;
    margin-bottom: 257px;
    padding-right: 0;
    font-size: 9px;
  }

  .paragraph-sub-casos-de-exito {
    font-size: 16px;
  }

  .imagen-iabout-us {
    height: 500px;
  }

  .div-block-13 {
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-13.bp-tablet {
    margin-right: 16px;
  }

  .div-block-14, .div-block-15, .div-block-16 {
    margin-right: auto;
  }

  .bienvenidos_grueso {
    font-size: 20px;
  }

  .about-image-block-1, .about-image-block-2, .about-left-image-1 {
    min-height: 276px;
    max-height: 276px;
  }

  .map-container.vh-proy {
    margin-top: 55px;
  }

  .encabezado-proyectos.paddint-del-mapa {
    margin-top: 40px;
  }

  .titulo-general-heading {
    margin-bottom: -10px;
    font-size: 55px;
  }

  .motor-de-busqueda {
    margin-top: 48px;
  }

  .heading-proyectos-2 {
    font-size: 17px;
  }

  .linea-proyecto {
    display: none;
  }

  .linea-proyecto.estadistica-linea-plomo, .linea-proyecto.separacion-nosotros, .linea-proyecto._02p, .linea-proyecto.serv {
    display: block;
  }

  .heading-general {
    flex-flow: column;
    margin-bottom: 2px;
  }

  .heading-general.padding-contc {
    margin-bottom: 0;
  }

  .negrita-heading {
    font-size: 17px;
  }

  .div-block-21 {
    margin-top: 41px;
    margin-left: 0;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .imagen-servicio-container {
    height: 340px;
  }

  .container-info-servicio {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-6 {
    font-size: 17px;
  }

  .helpdesk-info-servicio {
    flex-flow: column;
  }

  .helpesk-boton-info {
    width: 100%;
    padding-top: 30px;
  }

  .container-servicios-clave {
    padding-left: 18px;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .list {
    text-align: left;
  }

  .flex-block-3 {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 42px;
    padding-right: 42px;
  }

  .paragraph-7 {
    margin-top: 11px;
  }

  .contact-wrapper-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    position: static;
  }

  .container-contact {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .contact-text-izq {
    font-size: 16px;
  }

  .parrafo-video {
    width: 100%;
    max-width: 90%;
    padding-left: 25px;
    top: -405px;
  }

  .embed-video {
    width: 100%;
    top: -529px;
  }

  .linea-nosotros.para-data.br-proyect-linea {
    margin-left: 0;
  }

  .image-13.contacto-img.padding-150 {
    margin-bottom: 40px;
  }

  .valores-heading-opcion-2 {
    margin-bottom: 19px;
  }

  .valores-heading-opcion-2.certificados-heading {
    margin-bottom: -5px;
  }

  .valores-wrapper {
    margin-left: 0;
  }

  .map-prueba {
    box-sizing: border-box;
    object-fit: none;
    height: 600px;
  }

  .wrapper-estadistica {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .data-estadisticas {
    width: 100%;
    max-width: 145px;
    margin-left: auto;
    margin-right: auto;
  }

  .numero-estadisticas-nosotros {
    font-size: 45px;
  }

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

  .div-iso-9001 {
    margin-top: 0;
  }

  .scroll-details {
    padding-right: 86px;
  }

  .timeline-header {
    font-size: 40px;
  }

  .c-scrolling-item {
    width: 27%;
  }

  ._2-col {
    display: block;
  }

  ._50col {
    margin-bottom: 46px;
  }

  .header {
    margin-bottom: 25px;
    font-size: 2.8em;
  }

  .page-details {
    padding-right: 0;
  }

  .page-details.idelcom-nosotro-video-texto {
    width: 100%;
  }

  .hero-img {
    height: 314px;
  }

  .secction-intro {
    margin-bottom: 53px;
  }

  .section-11.pading-nosotros {
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .is-informacion.margen-contact {
    width: 100%;
    max-width: none;
  }

  .h6 {
    color: var(--azul);
    font-size: 17px;
  }

  .spacer-10 {
    height: 3px;
    display: block;
  }

  .spacer-20 {
    display: none;
  }

  .footer-top-2 {
    grid-row-gap: 3rem;
  }

  .job_labels-wrap {
    display: block;
  }

  .footer-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .job-flex {
    flex-flow: column;
  }

  .job-flex.vacantes-felx {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .popup-wrap {
    padding-left: 20px;
  }

  .paragraph-10 {
    color: var(--body);
    font-size: 16px;
  }

  .paragraph-10._02 {
    font-size: 17px;
  }

  .job-sticky {
    margin-top: 40px;
  }

  .job-sticky.job_sticky-card-2.escala-sv {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  .job-sticky.vacantes {
    width: 100%;
    position: static;
  }

  .job_label-flex {
    grid-column-gap: 6px;
  }

  .footer-credit {
    margin-top: 0;
  }

  .job_label-card._02 {
    display: none;
  }

  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .job_sticky-card.vacanes {
    display: none;
  }

  .footer-bot {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .job-body {
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .job-body.vacante-body, .job_title-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .somos-la-solucion {
    display: none;
  }

  .somos-la-solucion.bp-t-ss {
    display: block;
  }

  .div-is-video.prueba-vid-bp {
    background-color: #d6d6d600;
    width: 230px;
    height: 100%;
  }

  .is-data-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .is-data-wrapper.wrapper-home-data {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-data-is {
    width: 20.32%;
    max-width: 20%;
  }

  .div-data-is.wrap-home-data {
    width: 40%;
    max-width: none;
  }

  .heading-data-is {
    font-size: 55px;
  }

  .text-is-data {
    font-size: 17px;
  }

  .pabras-id-home {
    font-size: 50px;
  }

  .heading-10 {
    font-size: 40px;
  }

  .heading-ce {
    margin-bottom: 35px;
    font-size: 40px;
  }

  .wrap-ce {
    flex-flow: column;
  }

  .div-textos-ce {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: 55%;
    max-height: none;
    margin-bottom: 4px;
  }

  .paragraph-11 {
    margin-bottom: 20px;
  }

  .tabs-content-wrapper {
    display: none;
  }

  .tabs-content-wrapper.bp-tab-content {
    display: block;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tabs-menu-underline-wrapper.bp-tabs-logo {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .tabs-nav-icon-wrapper {
    display: block;
  }

  .tabs-nav-item-underline._01.w--current {
    padding-left: 2em;
    padding-right: 2em;
  }

  .tabs-nav-icon {
    flex-flow: wrap;
    width: 5em;
    height: 3em;
    display: none;
  }

  .grid-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-12, .heading-12.blanco-heading {
    font-size: 40px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .map.map-2 {
    margin-right: 411px;
    right: auto;
  }

  .container-14.is--map {
    height: 80vh;
  }

  .map-2, .map-2:hover {
    font-size: 1.6vh;
  }

  .image-19.img-bp {
    height: 200px;
  }

  .image-19.img-bp._02 {
    object-position: 50% 22%;
  }

  .link-servicios.bp-link-sv {
    font-size: 15px;
  }

  .flex-img-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .home-photo-flex {
    width: 49%;
    height: 420px;
  }

  .home-photo-flex.img-oculta-home {
    display: none;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-yt-footer {
    width: 400px;
    height: 230px;
  }

  .wrap-proyecto-home {
    width: 88%;
  }

  .wrapp-text-presentacion-vid {
    width: 48.9694%;
    max-width: none;
    padding-right: 0;
  }

  .text-image-ce-inside {
    display: none;
  }

  .text-image-ce-inside.text-bp-inside-img {
    width: 70%;
    margin-bottom: 20px;
    font-size: 25px;
    display: block;
    inset: auto 0% 0%;
  }

  .parrafo-hero-home {
    width: 90%;
  }

  .background-video-2 {
    height: 112vh;
  }

  .qs6-bp-ss {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-div-bp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .embed-logo-bp {
    display: block;
  }

  .embed-logo-bp.tab-nav-icon-bp {
    width: 3em;
    height: 3em;
  }

  .servicio-bp {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    max-width: 95%;
    font-size: 65px;
  }

  .conclusiones-y-data {
    margin-bottom: 85px;
  }

  .flex-cd {
    flex-flow: column;
  }

  .flex-data-cd {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-bottom: 70px;
  }

  .data_cd {
    font-size: 36px;
  }

  .wrapp-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-vid-proj {
    margin-top: -9px;
  }

  .heading-19 {
    font-size: 40px;
  }

  .link-block-home {
    height: 400%;
  }

  .link-block {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .button-vacantes-postulacion {
    padding-left: 35px;
    padding-right: 35px;
  }

  .collection-list-grid-galeria {
    grid-column-gap: 14px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .imagen-tab-serv {
    margin-left: -41px;
  }

  .div-titi-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .boton-services {
    text-align: center;
    border: 1px solid #0000001a;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: border-color .3s, opacity .3s;
  }

  .boton-services:hover {
    border-color: var(--azul);
    font-weight: 400;
  }

  .boton-services.w--current {
    width: auto;
  }

  .boton-services.w--current:hover {
    border-color: var(--color);
  }

  .tab-line-vertical, .tab-line-pressed {
    display: none;
  }

  .tab-menu-sc {
    margin-right: 25px;
  }

  .paragraph-sc {
    font-size: 15px;
  }

  .texto-stick-boton {
    width: auto;
    font-size: 18px;
  }

  .text-sc {
    width: 140px;
  }

  .prueba-linea, .prueba-linea-0, .linea-prueba-03, .linea-prueba-04, .prueba-linea-05 {
    display: none;
  }

  .titulo-nosotros-rept {
    font-size: 40px;
  }

  .video-si, .ms-column {
    width: 100%;
  }

  .collection-list {
    padding-left: 10px;
    padding-right: 10px;
    bottom: -170px;
  }

  .lf-drodown-click.dropdown-trigger.ciudad-trigger, .lf-drodown-click-2.dropdown-trigger.sectores-trigger.filter-active {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-36 {
    flex-flow: column;
  }

  .fs-style_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-style_dropdown-icon {
    margin-right: 1rem;
  }

  .fs-style_block {
    padding: 1.75rem;
  }

  .fs-style_row {
    grid-auto-flow: row;
  }

  .fs-style_dropdown-list-grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .filter_tag-text {
    font-size: .8rem;
  }

  .container-motor-fb {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .filter_search-field {
    border-radius: 20px;
    height: 45px;
  }

  .padding-mas-arriba {
    margin-top: -81px;
  }

  .flex-container-contact {
    flex-flow: column;
  }

  .container-form {
    width: 100%;
  }

  .servicios-heading-pad {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .padding-contactos {
    margin-top: 90px;
  }

  .quick-none {
    padding-left: 0;
    padding-right: 0;
  }

  .link-vacantes {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 32px;
  }

  .div-wrapp-trabajos.none {
    padding-left: 26px;
    padding-right: 28px;
  }

  .heading-puesto {
    font-size: 25px;
  }

  .texto-cms-vacante, .texto-datos-trabajos {
    font-size: 16px;
  }

  .flex-text-data-csm-v {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -11px;
    padding-bottom: 0;
  }

  .div-heading-vacante-flex._01 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .img-vacante-data {
    width: 14px;
  }

  .form-job-post {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .nombre-field {
    font-size: 17px;
  }

  .texto-form-head {
    font-size: 45px;
  }

  .svg-idelcom-job {
    width: 250px;
  }

  .parrafo-form-job {
    font-size: 17px;
  }

  .grid-datos-exprience {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-21 {
    width: 120px;
  }

  .div-block-41 {
    display: block;
  }

  .nav-bar-linea {
    top: 56.7969px;
  }

  .texto-footer {
    font-size: 16px;
  }

  .div-text-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .svg-location {
    width: 18px;
    height: 22px;
  }

  .container-info-proj {
    width: auto;
    padding-top: 58px;
    padding-bottom: 34px;
  }

  .texto-obj-y-val {
    font-size: 26px;
  }

  .icon-ob-y-v {
    margin-bottom: 18px;
  }

  .wrap-p-y-v {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .container.heading-home-hs.container-new-video {
    margin-top: -19px;
  }

  .container.relative-para-map {
    top: -615px;
  }

  .container.carrer-job {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand {
    width: 100%;
    max-width: 113px;
  }

  .navbar-button-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .title-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-wrapper.certificado-wrapper {
    margin-bottom: -14px;
  }

  .heading-item-block {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 180px 100px 100px;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .style-top-wrapper {
    grid-row-gap: 50px;
  }

  .heading-block {
    grid-row-gap: 8px;
    margin-bottom: 8px;
  }

  .body-small {
    white-space: pre-wrap;
  }

  .hading-inner-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-columns: 180px 100px 100px;
    display: none;
  }

  .color-main {
    width: 100%;
    height: 160px;
  }

  .style-guide-section.last {
    padding-bottom: 60px;
  }

  .color-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .bg-primary {
    width: 100%;
  }

  .button-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-button.submit {
    top: 10px;
    bottom: 10px;
    right: 10px;
  }

  .rich-text blockquote {
    padding: 14px;
  }

  .rich-text img {
    min-height: 160px;
    max-height: 160px;
  }

  .footer-top {
    grid-row-gap: 30px;
  }

  .footer-link-wrap {
    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;
    display: grid;
  }

  .footer-menu-block.size-contact {
    width: auto;
    max-width: none;
    margin-top: 19px;
  }

  .footer-bottom {
    text-align: center;
  }

  .white-color.heafing-img-projects {
    font-size: 35px;
  }

  .comingsoon-img-block {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .inquiry-title {
    font-size: 24px;
  }

  .error-404-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-password-form {
    grid-row-gap: 30px;
    padding: 30px;
  }

  .version-info-block {
    grid-column-gap: 15px;
    grid-template-columns: 70px 1fr;
  }

  .version-block {
    width: 70px;
    height: 70px;
  }

  .licensing-disclaimer {
    padding: 20px;
  }

  .licensing-section {
    padding-bottom: 80px;
  }

  .info-content {
    margin-bottom: 30px;
  }

  .licensing-wrapper {
    grid-row-gap: 80px;
  }

  .privacy-policy-section {
    padding-bottom: 80px;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null), var(--image-i2e33deab);
    background-position: 0 0, 70%;
    height: auto;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .hero-title {
    font-size: 42px;
    position: static;
  }

  .hero-title.inicio_titulo {
    font-size: 20px;
  }

  .center-line {
    max-width: 115px;
  }

  .bottom-white-block {
    grid-column-gap: 11px;
    padding: 10px;
    font-size: 12px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-wrapper {
    grid-row-gap: 80px;
  }

  .section-title-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .future-image-block {
    min-height: 200px;
    max-height: 200px;
  }

  .service-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-icon-block.bp-icon-sv {
    width: 43px;
  }

  .vacantes-section {
    padding-bottom: 80px;
  }

  .list-icon-item {
    background-position: 0 8%;
    padding-left: 40px;
  }

  .statistic-block {
    padding: 20px;
  }

  .project-collection-list {
    grid-template-columns: 1fr;
  }

  .project-image-block, .project-thumb-image {
    min-height: 220px;
    max-height: 220px;
  }

  .review-slider {
    padding-bottom: 60px;
  }

  .review-block {
    padding: 14px;
  }

  .review-content {
    font-size: 16px;
  }

  .left-arrow {
    inset: auto 50% 0%;
    transform: translate(-45px);
  }

  .right-arrow {
    inset: auto 50% 0%;
    transform: translate(5px);
  }

  .blog-item-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-content-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blog-thumb-image {
    min-height: 220px;
    max-height: 220px;
  }

  .blog-title-main {
    font-size: 24px;
  }

  .team-outer {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-image-block, .our-team-image {
    min-height: 380px;
    max-height: 380px;
  }

  .servive-paragraph {
    font-size: 19px;
  }

  .secci-n-interna-nuestro-recorrido {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-hero-image {
    background-color: var(--white);
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    display: block;
  }

  .blog-main-image, .blog-main-block {
    min-height: 240px;
    max-height: 240px;
  }

  .service-main-block, .service-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .service-detail-right {
    grid-row-gap: 40px;
  }

  .over-view-details blockquote {
    padding: 14px;
  }

  .que-title, .ans-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .vertical-line {
    height: 18px;
  }

  .horizontal-line {
    width: 18px;
  }

  .contat-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .contact-form-inner {
    box-sizing: border-box;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: flex-start stretch;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .textarea {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .contact-right-block {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-block {
    max-width: none;
  }

  .contact-top {
    grid-row-gap: 5px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-form-inner {
    padding: 10px;
  }

  .cta-text-field {
    height: 46px;
    padding-left: 30px;
    padding-right: 110px;
  }

  .gallery-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-light-box, .gallery-image {
    min-height: 116px;
    max-height: 116px;
  }

  .project-main-block, .project-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .project-detail-section {
    padding-bottom: 80px;
  }

  .project-right-block {
    grid-row-gap: 10px;
  }

  .challenge-rich-text blockquote {
    padding: 14px;
  }

  .future-image {
    min-height: 200px;
    max-height: 200px;
  }

  .about-left-image-2 {
    min-height: 380px;
    max-height: 380px;
  }

  .about-right-image-2 {
    min-height: 240px;
    max-height: 240px;
  }

  .blog-image-block {
    max-width: 100%;
    min-height: 220px;
    max-height: 220px;
  }

  .about-image-block {
    min-height: 380px;
    max-height: 380px;
  }

  .about-img-block {
    display: none;
  }

  .customer-image-block {
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .customer-image {
    min-height: 140px;
    max-height: 140px;
  }

  .review-details-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .iso {
    max-width: 84px;
  }

  .container-2 {
    top: 2px;
  }

  .column, .column-2 {
    bottom: auto;
  }

  .paragraph-data-idelcom {
    margin-bottom: 9px;
  }

  .data-idelcom-heading {
    font-size: 28px;
  }

  .data-idelcom-paragraph {
    font-size: 13px;
  }

  .image-7 {
    width: 35px;
    height: 35px;
  }

  .lg-ce-blanco {
    width: 120px;
    margin-top: -5px;
  }

  .slide-nav {
    margin-top: -518px;
  }

  .paragraph-sub-casos-de-exito {
    font-size: 15px;
  }

  .imagen-iabout-us {
    background-image: linear-gradient(to bottom, null, null), var(--image-i2e33deab);
    background-position: 0 0, 70%;
    height: auto;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .section-3 {
    margin-bottom: 46px;
  }

  .bienvenidos_grueso {
    font-size: 16px;
  }

  .about-image-block-1 {
    min-height: 380px;
    max-height: 380px;
  }

  .about-hero-image-2 {
    min-height: 240px;
    max-height: 240px;
    display: block;
  }

  .about-image-block-2, .about-left-image-1 {
    min-height: 380px;
    max-height: 380px;
  }

  .sidebar__title-wrap {
    align-items: center;
    margin-top: .5rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sidebar {
    max-width: 220px;
    padding: .5rem;
  }

  .sidebar__title {
    font-size: 1rem;
  }

  .map-container.vh-proy {
    margin-top: 58px;
  }

  .encabezado-proyectos {
    position: static;
  }

  .titulo-general-heading {
    font-size: 55px;
  }

  .motor-de-busqueda {
    margin-top: 44px;
  }

  .linea-proyecto {
    margin-bottom: 12px;
    display: none;
  }

  .negrita-heading {
    font-size: 16px;
  }

  .div-block-21 {
    margin-top: 39px;
  }

  .imagen-servicio-container {
    height: 358px;
  }

  .heading-info-servicio {
    text-align: left;
    width: 60%;
    min-width: auto;
    font-size: 30px;
  }

  .container-info-servicio {
    margin-left: 33px;
    margin-right: 33px;
  }

  .list-item-services {
    text-align: left;
  }

  .list {
    text-align: center;
  }

  .flex-block-3 {
    width: 100%;
    margin-left: 0;
    padding: 40px 33px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .contact-text-izq {
    margin-bottom: 0;
  }

  .div-block-25 {
    grid-template-rows: minmax(97px, 1fr) .75fr .5fr;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-rows: 1fr;
  }

  .parrafo-video {
    max-width: 100%;
    font-size: 17px;
    top: -428px;
  }

  .embed-video {
    top: -557px;
  }

  .bg-video {
    margin-top: 0;
  }

  .linea-nosotros.para-data {
    margin-left: 0;
  }

  .custom-select-arrow {
    width: 100%;
  }

  .image-13.contacto-img.padding-150 {
    object-position: 84% 50%;
  }

  .valores-heading-opcion-2.certificados-heading {
    margin-bottom: 20px;
  }

  .map-prueba {
    margin-top: 87px;
  }

  .contact-text-izq-1 {
    margin-bottom: 30px;
  }

  .wrapper-estadistica {
    flex-flow: wrap;
  }

  .data-estadisticas {
    max-width: 147px;
    margin-bottom: 39px;
  }

  .image-14, .image-15, .image-16 {
    max-width: 80%;
  }

  .scroll-details {
    padding-right: 36px;
  }

  .timeline-header {
    font-size: 35px;
  }

  .c-scrolling-item {
    width: 24%;
  }

  .header {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .page-details {
    font-size: 17px;
  }

  .texto-boton-heading-is {
    line-height: 120%;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .job-description_heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .form-row {
    flex-direction: column;
  }

  .job_label-card {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .job-body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 30px;
  }

  .job_title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-is-video.prueba-vid-bp {
    width: auto;
    height: auto;
  }

  .is-data-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-left: .6em;
    padding-right: .6em;
  }

  .is-data-wrapper.wrapper-home-data {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .div-data-is {
    width: 100%;
    max-width: 100%;
  }

  .div-data-is.wrap-home-data {
    width: 40%;
    max-width: none;
  }

  .heading-data-is {
    font-size: 50px;
  }

  .text-is-data {
    font-size: 16px;
  }

  .heading-10, .heading-ce {
    font-size: 35px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 0 1em;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-item-underline._03, .tabs-nav-item-underline._02, .tabs-nav-item-underline._01.w--current, .tabs-nav-item-underline._04 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .titulo-sectores.titulo-servicio {
    font-size: 17px;
  }

  .heading-12 {
    font-size: 35px;
  }

  .heading-12.blanco-heading {
    margin-bottom: 21px;
    font-size: 35px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .map.map-2 {
    margin-right: 670px;
  }

  .container-14.is--map {
    height: 83vh;
  }

  .map-2, .map-2:hover {
    font-size: 1.6vh;
  }

  .parrafo-blanco {
    width: 100%;
  }

  .div-yt-footer {
    width: 330px;
    height: 190px;
  }

  .wrap-proyecto-home {
    width: 100%;
  }

  .wrapp-text-presentacion-vid {
    display: none;
  }

  .text-image-ce-inside.text-bp-inside-img {
    width: 90%;
    font-size: 25px;
    display: none;
    top: 107px;
  }

  .text-rotate-cell {
    display: none;
  }

  .hero-text-col {
    align-items: center;
  }

  .caption-wrap {
    display: none;
  }

  .hero-video-column {
    width: 100%;
    display: flex;
  }

  .big-text-link {
    margin-top: 30px;
  }

  .p-wrap.mt-20 {
    display: none;
  }

  .parrafo-hero-home {
    width: 93%;
  }

  .background-video-2 {
    height: 119vh;
  }

  .wrap-div-bp {
    justify-content: flex-start;
    align-items: flex-start;
    width: 86%;
    display: block;
  }

  .embed-logo-bp.tab-nav-icon-bp {
    width: 2em;
    height: 2em;
  }

  .heading-13 {
    font-size: 40px;
  }

  .flex-data-cd {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .data_cd {
    font-size: 35px;
  }

  .info_cd {
    width: 80%;
  }

  .div-vid-proj {
    width: 100%;
    height: auto;
  }

  .heading-19 {
    font-size: 35px;
  }

  .link-block-home {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    height: 250%;
  }

  .collection-list-grid-galeria {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-underline-wrapper-2 {
    padding: .8em 1em 1em;
  }

  .tabs-nav-icon-2 {
    width: 35px;
  }

  .imagen-tab-serv {
    width: 130%;
    margin-left: -41px;
  }

  .div-titi-tab {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .icon-serv-tab {
    width: 50px;
  }

  .tab-serv-clave {
    flex-flow: column;
  }

  .tab-menu-sc {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .texto-stick-boton {
    font-size: 17px;
  }

  .text-sc {
    width: auto;
  }

  .sc-se {
    width: auto;
    font-size: 16px;
  }

  .titulo-nosotros-rept {
    font-size: 35px;
    line-height: 150%;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .collection-list {
    bottom: -210px;
  }

  .fs-style_dropdown-toggle {
    font-size: 15px;
  }

  .fs-style_block-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fs-style_block {
    border-style: none;
    padding: 0;
  }

  .fs-style_list-item {
    grid-auto-flow: row;
  }

  .padding-mas-arriba {
    margin-top: -72px;
  }

  .container-form {
    padding-left: 35px;
    padding-right: 35px;
  }

  .flex-vacante-intro {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-vacantes {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-wrapp-trabajos.none {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-puesto {
    font-size: 20px;
  }

  .texto-cms-vacante {
    font-size: 15px;
  }

  .texto-datos-trabajos {
    font-size: 14px;
  }

  .flex-text-data-csm-v {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: -8px;
  }

  .div-heading-vacante-flex._01 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-template-vacante {
    font-size: 60px;
  }

  .form-job-post {
    padding: 60px 30px;
  }

  .nombre-field {
    font-size: 17px;
  }

  .texto-form-head {
    font-size: 46px;
  }

  .parrafo-form-job {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar-flex-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block-navbar-vancantes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-21 {
    width: 119px;
  }

  .div-block-41 {
    display: none;
  }

  .texto-obj-y-val {
    font-size: 24px;
  }
}

#w-node-d2357b6f-02e4-a466-2b36-70a398226c3d-d50ea2f2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2357b6f-02e4-a466-2b36-70a398226c3e-d50ea2f2, #w-node-f2d4254f-4aad-6502-d654-213d5289b8dd-d50ea2f2 {
  grid-column: span 2 / span 2;
}

#w-node-_500bf263-6487-7ab5-7ccf-33710ac1b358-d50ea2f2 {
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1.25fr 1fr;
}

#w-node-_500bf263-6487-7ab5-7ccf-33710ac1b359-d50ea2f2 {
  grid-row: span 2 / span 2;
}

#w-node-_500bf263-6487-7ab5-7ccf-33710ac1b36b-d50ea2f2 {
  grid-column: span 2 / span 2;
}

#w-node-f5738b2c-5350-8f03-df62-75411946351e-d50ea2f2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_2b2751a5-3271-6c7f-098c-7ec424150781-d50ea2f2, #w-node-_41081f5e-e8f4-670b-e891-94852999bcf5-d50ea2f2, #w-node-_96e839b4-402f-07d9-2959-fb22dac842fd-d50ea2f2 {
  grid-column: span 2 / span 2;
}

#w-node-_9ac2ee70-acd7-84aa-acec-2249cf5b52c8-d50ea2f2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_9ac2ee70-acd7-84aa-acec-2249cf5b52c9-d50ea2f2, #w-node-_9ac2ee70-acd7-84aa-acec-2249cf5b52f8-d50ea2f2, #w-node-_9ac2ee70-acd7-84aa-acec-2249cf5b52fb-d50ea2f2 {
  grid-column: span 2 / span 2;
}

#w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd2b-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd2c-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd2f-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd30-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd32-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd33-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd36-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd37-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd39-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd3a-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd3b-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd3d-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd3e-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd41-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd42-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd44-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd45-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd46-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd47-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd48-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd49-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d28a-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d28b-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d28d-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d28e-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d28f-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d290-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d291-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d292-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d295-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d296-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d298-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d299-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d29a-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d29b-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d29c-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d29d-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a0-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a1-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a3-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a4-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a5-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a6-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a7-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a8-d50ea2f2, #w-node-_48cbf403-6663-f3b3-7282-faedc957106e-c9571062, #w-node-_48cbf403-6663-f3b3-7282-faedc957109b-c9571062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a0e-d50ea2fb {
  align-self: center;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a0f-d50ea2fb {
  align-self: end;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a13-d50ea2fb {
  place-self: auto;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a18-d50ea2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a19-d50ea2fb {
  align-self: end;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a24-d50ea2fb, #w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a25-d50ea2fb, #Servicios-2.w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a26-d50ea2fb, #Write-a-Message-2.w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a27-d50ea2fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a2a-d50ea2fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_3777a74b-7bf9-c457-fbf3-dc19a7db321b-d50ea2fd, #w-node-ec19b941-cbba-26b3-bfdd-f480e78ca747-d50ea2fd, #w-node-_0f0c6c49-9d68-d0de-3655-bb330c3de8f0-d50ea2fd, #w-node-_54bffc02-9702-4142-4ab6-4f84409649d6-d50ea2fd, #w-node-_6577f2bf-8e6a-7712-d5b8-6300f9a6f306-d50ea2fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afa2de4-0d56-d33f-630f-95c2506f49c8-d50ea301 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_35dc7d02-413b-2c37-9794-e2cb2b18792c-d50ea301, #w-node-_27d81136-87e4-aff9-fb8c-84a10d389827-d50ea301, #w-node-cad5c10f-7efd-5556-a53e-4043e07611f5-d50ea301, #w-node-cad5c10f-7efd-5556-a53e-4043e07611fa-d50ea301, #w-node-cad5c10f-7efd-5556-a53e-4043e07611ff-d50ea301, #w-node-cad5c10f-7efd-5556-a53e-4043e0761204-d50ea301, #w-node-_0eb5695a-8ccf-d3dd-1d6a-39108ffc1cbc-d50ea301, #w-node-_48540a27-234f-aee9-504f-433621f39e2d-d50ea301, #w-node-eac8e5ec-0b23-0cd6-09e8-c3c2f079e992-d50ea301, #w-node-_5310440a-e7c8-d842-dfdd-b8a6be399bc4-d50ea301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe14f34-603b-09b6-623d-1eac03acd412-d50ea302 {
  align-self: center;
}

#w-node-f7b475dc-f181-3562-3fc1-69f1f5ae9929-d50ea302 {
  align-self: end;
}

#w-node-_76526d00-cce5-0cfc-3ef4-c4b4fcbf4127-d50ea302 {
  place-self: auto;
}

#w-node-_8787a48c-33c7-be31-a8db-5b68859ecb28-d50ea302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a37821f7-7ae4-5359-039c-ed16ffb0a20f-d50ea302 {
  align-self: end;
}

#w-node-fff62e64-cbe6-6717-4f64-6adf7f316a51-d50ea302, #w-node-_7e34823c-3150-0f34-64c4-abb139442c04-d50ea302, #Servicios-2.w-node-b4759c13-4a9b-6cc2-1f3a-b32d965342e8-d50ea302, #Write-A-Message-2.w-node-b4759c13-4a9b-6cc2-1f3a-b32d965342e9-d50ea302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4759c13-4a9b-6cc2-1f3a-b32d965342ea-d50ea302 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_5c1cee91-8839-ec81-cca5-8271d0830f60-b56eb535 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-cf533458-dd8f-c1ad-8d22-e1d0fa2637db-b56eb535 {
  grid-column: span 2 / span 2;
}

#w-node-_1e346a0f-5bd5-060e-b918-43988f654805-b56eb535 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_1e346a0f-5bd5-060e-b918-43988f65481c-b56eb535, #w-node-_1e346a0f-5bd5-060e-b918-43988f654835-b56eb535 {
  grid-column: span 2 / span 2;
}

#w-node-_1e346a0f-5bd5-060e-b918-43988f654851-b56eb535 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_1e346a0f-5bd5-060e-b918-43988f654852-b56eb535, #w-node-_1e346a0f-5bd5-060e-b918-43988f654881-b56eb535 {
  grid-column: span 2 / span 2;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352c1-b56eb535 {
  align-self: center;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352c2-b56eb535 {
  align-self: end;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352c6-b56eb535 {
  place-self: auto;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352cb-b56eb535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352cc-b56eb535 {
  align-self: end;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352d7-b56eb535, #w-node-a4519116-3f0d-64b0-2547-364c1ea352d8-b56eb535, #Servicios-2.w-node-a4519116-3f0d-64b0-2547-364c1ea352d9-b56eb535, #Write-a-Message-2.w-node-a4519116-3f0d-64b0-2547-364c1ea352da-b56eb535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4519116-3f0d-64b0-2547-364c1ea352dd-b56eb535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_500bf263-6487-7ab5-7ccf-33710ac1b358-d50ea2f2 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr 1.25fr 1fr;
  }

  #w-node-_0afa2de4-0d56-d33f-630f-95c2506f49c8-d50ea301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_27d81136-87e4-aff9-fb8c-84a10d389827-d50ea301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5738b2c-5350-8f03-df62-75411946351e-d50ea2f2 {
    display: grid;
  }

  #w-node-_9ac2ee70-acd7-84aa-acec-2249cf5b52c8-d50ea2f2 {
    display: none;
  }

  #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd2f-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd3a-d50ea2f2, #w-node-e0bc4aa9-4599-540a-99ef-8f9c2d4bfd45-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d28e-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d299-d50ea2f2, #w-node-_7f90c666-3693-cf62-fb4c-e2f6f461d2a4-d50ea2f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e346a0f-5bd5-060e-b918-43988f654805-b56eb535 {
    display: grid;
  }

  #w-node-_1e346a0f-5bd5-060e-b918-43988f654851-b56eb535 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b95e986e-cbc6-47c8-9aa2-7884028d0217-028d01fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a0f-d50ea2fb {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center start;
  }

  #w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a19-d50ea2fb {
    align-self: center;
  }

  #Write-a-Message-2.w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a27-d50ea2fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f6dc02e4-7b09-f98e-e02b-ad6120a91a2a-d50ea2fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_35dc7d02-413b-2c37-9794-e2cb2b18792c-d50ea301, #w-node-cad5c10f-7efd-5556-a53e-4043e07611ea-d50ea301 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7b475dc-f181-3562-3fc1-69f1f5ae9929-d50ea302 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center start;
  }

  #w-node-a37821f7-7ae4-5359-039c-ed16ffb0a20f-d50ea302 {
    align-self: center;
  }

  #Write-A-Message-2.w-node-b4759c13-4a9b-6cc2-1f3a-b32d965342e9-d50ea302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-b4759c13-4a9b-6cc2-1f3a-b32d965342ea-d50ea302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-a4519116-3f0d-64b0-2547-364c1ea352c2-b56eb535 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center start;
  }

  #w-node-a4519116-3f0d-64b0-2547-364c1ea352cc-b56eb535 {
    align-self: center;
  }

  #Write-a-Message-2.w-node-a4519116-3f0d-64b0-2547-364c1ea352da-b56eb535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-a4519116-3f0d-64b0-2547-364c1ea352dd-b56eb535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


