@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

p {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0.5rem;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img,
picture {
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  margin: 2.5rem 0;
  font-weight: 300;
  text-align: center;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.6rem;
}

.seccion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.contenido-centrado {
  max-width: 80rem;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.boton-amarillo {
  background-color: #1F3D57;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 0.5rem;
}
.boton-amarillo:hover {
  background-color: #183044;
  cursor: pointer;
}

.boton-amarillo-block {
  background-color: #1F3D57;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
}
.boton-amarillo-block:hover {
  background-color: #183044;
  cursor: pointer;
}

.button-call-to-action-rojo {
  background-color: #EF6541;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 600;
  padding: 2.5rem 4rem;
}
.button-call-to-action-rojo:hover {
  background-color: #ed5229;
  cursor: pointer;
}
@media (min-width: 480px) {
  .button-call-to-action-rojo {
    font-size: xx-large;
    line-height: 2.5rem;
  }
}

.button-call-to-action {
  background-color: #333333;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  color: #FFFFFF;
}
.button-call-to-action:hover {
  background-color: #262626;
  cursor: pointer;
}

.boton-verde {
  background-color: #71B100;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 0.5rem;
}
.boton-verde:hover {
  background-color: #619800;
  cursor: pointer;
}

.boton-rojo-block {
  background-color: #EF6541;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  width: 100%;
}
.boton-rojo-block:hover {
  background-color: #ed5229;
  cursor: pointer;
}

.boton-verde-block {
  background-color: #71B100;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
}
.boton-verde-block:hover {
  background-color: #619800;
  cursor: pointer;
}

.dark-mode {
  background-color: #1a1a1a;
}
.dark-mode p {
  color: #FFFFFF;
}
.dark-mode a, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4 {
  color: #777777;
}
.dark-mode .anuncio,
.dark-mode .resumen-propiedad {
  background-color: #333333;
  border: 1px solid #333333;
}
.dark-mode .anuncio .precio,
.dark-mode .resumen-propiedad .precio {
  color: #71B100;
}
.dark-mode .anuncio .icono,
.dark-mode .resumen-propiedad .icono {
  filter: invert(100%);
}
.dark-mode .texto-nosotros blockquote {
  color: #FFFFFF;
}
.dark-mode .formulario label,
.dark-mode .formulario legend,
.dark-mode .formulario p {
  color: #777777;
}
.dark-mode .formulario input:not([type=submit]),
.dark-mode .formulario textarea,
.dark-mode .formulario select {
  background-color: #333333;
  border: 1px solid #333333;
  color: #FFFFFF;
}

/** UI **/
.no-webp .inicio {
  background-image: url(../img/header.jpg);
}

.webp .inicio {
  background-image: url(../img/header.webp);
}

.header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  margin: 0;
  background-image: url(/build/img/software-de-licitaciones-y-concursos-de-obra.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 480px) {
  .header {
    background-size: contain;
    background-position: center top;
  }
}
.header .topbar {
  top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(to right, #FFFFFF, #5A5A5B) !important;
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 480px) {
  .header .topbar {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.header .topbar .topbar-inner {
  top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media (min-width: 480px) {
  .header .topbar .topbar-inner {
    justify-content: flex-start;
  }
}
.header .topbar .topbar-inner img {
  margin: 1rem 4rem;
  max-height: 5.5rem;
  width: auto;
}
@media (min-width: 480px) {
  .header .topbar .topbar-inner img {
    max-height: 6.5rem;
  }
}
.header .header-text {
  width: 100%;
  padding: 2rem 5%;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.header .header-text h1 {
  font-size: 3rem;
  line-height: 3.7rem;
  font-weight: 700;
  text-shadow: 3px 3px 4px #333333;
  color: #FFFFFF;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: 90%;
}
.header .header-text p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
  text-align: left;
  width: 90%;
}
.header .header-text p:last-of-type {
  margin-bottom: 1.5rem;
}
.header .header-text .button-call-to-action-rojo {
  box-shadow: 3px 3px 5px #777777;
}
@media (min-width: 480px) {
  .header .header-text {
    width: 90%;
    padding: 2rem 5%;
  }
  .header .header-text h1 {
    font-size: 3.2rem;
    line-height: 3.9rem;
    width: 80%;
  }
  .header .header-text p {
    font-size: 1.7rem;
    line-height: 2.2rem;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .header .header-text {
    width: 100%;
    padding: 2rem 10%;
  }
  .header .header-text h1 {
    font-size: 3.3rem;
    line-height: 4rem;
    width: 50%;
  }
  .header .header-text p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    width: 60%;
  }
}
.header.inicio {
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .header.inicio {
    min-height: 70rem;
  }
}
@media (min-width: 768px) {
  .header.inicio .contenido-header {
    min-height: 70rem;
  }
}

.contenido-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contenido-header h1 {
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 2;
  max-width: 60rem;
}

.features-wrapper {
  display: block;
  position: relative;
  background-color: #DADADA;
  background-image: url("/build/img/eficiencia-en-negociaciones-fondo-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.features {
  position: relative;
  top: 0;
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding-bottom: 3rem;
  background-image: url(/build/img/eficiencia-en-negociaciones-fondo-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .features {
    padding-bottom: 10rem;
  }
}
.features .features-header-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  margin-top: 10rem;
}
.features .features-header-cont .features-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 90%;
  margin-bottom: 1.5rem;
}
.features .features-header-cont .features-header h2 {
  font-size: xx-large;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 3rem;
  color: #1F3D57;
  margin-bottom: 1.5rem;
}
.features .features-header-cont .features-header p {
  font-size: 2rem;
  font-weight: 500;
  color: #777777;
  text-align: left;
  line-height: 2.5rem;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .features .features-header-cont .features-header p {
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 500;
  }
}
.features .features-header-cont .features-header img {
  width: 18rem;
}
@media (min-width: 768px) {
  .features .features-header-cont .features-header {
    max-width: 80%;
  }
}
.features .features-main-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1330px) {
  .features .features-main-cont {
    max-width: 141rem;
  }
}
.features .features-main-cont .features-titulos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.features .features-main-cont .features-titulos h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #777777;
  text-align: left;
  line-height: 2.5rem;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .features .features-main-cont .features-titulos h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 500;
  }
}
.features .features-main-cont .features-titulos .tit-bottom {
  text-align: center;
  color: #1F3D57;
}
.features .features-main-cont .main-feat-coll-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .features .features-main-cont .main-feat-coll-cont {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .features .features-main-cont .main-feat-coll-cont {
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 1330px) {
  .features .features-main-cont .main-feat-coll-cont {
    justify-content: center;
    align-items: stretch;
  }
}
.features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  align-items: center;
  width: 25rem;
  margin: 0.5rem;
  border: solid 3px #FFFFFF;
  border-radius: 0;
  padding: 0.5rem 2rem;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
}
.features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont:hover {
  transform: scale(1.05);
}
.features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont .main-feat-indiv-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 25rem;
  min-height: 15rem;
  gap: 2.2rem;
  margin: 0.5rem;
  padding: 0 1.3rem;
}
.features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont .main-feat-indiv-title img {
  width: 8rem;
  height: 6.8rem;
  margin: 1rem;
}
@media (min-width: 1024px) {
  .features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont .main-feat-indiv-title img {
    width: 8rem;
    height: 6.8rem;
    margin: 1rem;
  }
}
.features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont .main-feat-indiv-title p {
  font-size: large;
  font-weight: 600;
  line-height: 2.3rem;
  color: #1F3D57;
  text-align: left;
}
.features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont p {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: left;
}
@media (min-width: 1024px) {
  .features .features-main-cont .main-feat-coll-cont .main-feat-indiv-cont p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .features .features-main-cont .main-feat-coll-cont {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.features .features-main-cont .features-sec-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  padding: 1rem;
  border: solid 3px #1F3D57;
  border-radius: 1.5rem;
  background-color: #777777;
}
@media (min-width: 768px) {
  .features .features-main-cont .features-sec-cont {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85rem;
  }
}
@media (min-width: 1330px) {
  .features .features-main-cont .features-sec-cont {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
  }
}
.features .features-main-cont .features-sec-cont .features-sec-subcont-sep {
  display: none;
  min-height: 18rem;
  border: solid 1px #1F3D57;
}
@media (min-width: 768px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont-sep:nth-of-type(2), .features .features-main-cont .features-sec-cont .features-sec-subcont-sep:nth-of-type(6) {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont-sep:nth-of-type(2), .features .features-main-cont .features-sec-cont .features-sec-subcont-sep:nth-of-type(4) {
    display: flex;
  }
}
.features .features-main-cont .features-sec-cont .features-sec-subcont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont {
    width: 28rem;
  }
}
@media (min-width: 1024px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont {
    width: 23rem;
  }
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont-sep {
  display: none;
  min-width: 18rem;
  border: solid 1px #1F3D57;
}
@media (min-width: 768px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont-sep {
    display: flex;
  }
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 23rem;
  height: 13rem;
  margin: 0.5rem 1rem;
  padding: 1rem;
  border-bottom: solid 1px #1F3D57;
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont {
    max-width: 30rem;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont {
    max-width: 23rem;
  }
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont .sec-feat-indiv-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont .sec-feat-indiv-title img {
  width: 3.5rem;
  height: 3.5rem;
  margin: 1rem;
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont .sec-feat-indiv-title p {
  font-size: 2.1rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.features .features-main-cont .features-sec-cont .features-sec-subcont .sec-feat-indiv-cont p {
  font-size: 1.3rem;
  color: #FFFFFF;
  text-align: left;
}
@media (min-width: 768px) {
  .features .features-main-cont .features-sec-cont {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.video {
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
  justify-content: center;
  align-items: center;
  background-image: url(/build/img/eficiencia-en-negociaciones-fondo-2.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.video h2 {
  margin: 2rem;
  margin-bottom: 4rem;
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
  width: 90%;
  color: #EF6541;
}
@media (min-width: 480px) {
  .video h2 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .video h2 {
    width: 60%;
  }
}
.video .video-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 4rem;
}
.video .video-inner .video-cont {
  content: "";
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.7777777778;
  width: 100%;
}
@media (min-width: 768px) {
  .video .video-inner .video-cont {
    width: 50%;
  }
}
.video .video-inner .video-cont iframe {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 90%;
}
.video .video-inner .video-cont p {
  font-size: x-large;
  font-weight: 600;
  color: #EF6541;
  text-align: center;
}
@media (min-width: 768px) {
  .video .video-inner {
    flex-direction: row-reverse;
    width: 75%;
  }
}
.video .video-inner .video-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
.video .video-inner .video-texto .video-texto-top {
  font-size: xx-large;
  font-weight: 700;
  line-height: 3.3rem;
  text-align: center;
  color: #1F3D57;
}
.video .video-inner .video-texto .video-texto-bottom {
  font-size: x-large;
  font-weight: 600;
  color: #777777;
  text-align: center;
}
@media (min-width: 768px) {
  .video .video-inner .video-texto {
    width: 50%;
    align-items: flex-start;
  }
  .video .video-inner .video-texto .video-texto-top {
    text-align: left;
  }
  .video .video-inner .video-texto .video-texto-bottom {
    text-align: left;
  }
}
.video .video-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.video .video-bottom p {
  font-size: x-large;
  font-weight: 600;
  color: #EF6541;
  text-align: center;
}
.video .video-bottom .boton-ribbon {
  font-size: large;
  line-height: 2.2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  background-color: #EF6541;
  padding: 1.5rem 3rem;
  clip-path: polygon(2rem 0, 100% 0, 100% 100%, 2rem 100%, 0 50%);
}
@media (min-width: 480px) {
  .video .video-bottom .boton-ribbon {
    font-size: x-large;
    line-height: 3.3rem;
  }
}
@media (min-width: 480px) {
  .video .video-bottom {
    flex-direction: row;
    gap: 5rem;
  }
}

.aliado-clave {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url(/build/img/eficiencia-en-negociaciones-fondo-3.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 70rem;
}
@media (min-width: 768px) {
  .aliado-clave {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 70rem;
  }
}
.aliado-clave h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 10rem;
  margin-bottom: 0;
  width: 90%;
}
@media (min-width: 768px) {
  .aliado-clave h2 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    width: 80%;
  }
}
.aliado-clave .aliado-clave-main-cont {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .aliado-clave .aliado-clave-main-cont {
    width: 100%;
    padding: 0 4rem;
    flex-direction: row;
    gap: 0;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 10rem;
    margin-bottom: 3rem;
  }
}
.aliado-clave .aliado-clave-main-cont .aliado-clave-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  width: 30rem;
  height: 32rem;
  transition: transform 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 5px 5px 5px #777777;
}
.aliado-clave .aliado-clave-main-cont .aliado-clave-item:hover {
  transform: scale(1.05);
}
@media (min-width: 480px) {
  .aliado-clave .aliado-clave-main-cont .aliado-clave-item {
    width: 40rem;
    height: 42rem;
  }
}
@media (min-width: 768px) {
  .aliado-clave .aliado-clave-main-cont .aliado-clave-item {
    width: 45rem;
    height: 48rem;
  }
}
.aliado-clave .aliado-clave-main-cont .aliado-clave-item .aliado-clave-item-titulo {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 700;
  color: #1F3D57;
  text-align: center;
}
@media (min-width: 480px) {
  .aliado-clave .aliado-clave-main-cont .aliado-clave-item .aliado-clave-item-titulo {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
}
.aliado-clave .aliado-clave-main-cont .aliado-clave-item .aliado-clave-item-text {
  font-size: 2.1rem;
  font-weight: 400;
  color: #1F3D57;
  text-align: center;
}
@media (min-width: 480px) {
  .aliado-clave .aliado-clave-main-cont .aliado-clave-item .aliado-clave-item-text {
    font-size: 2.5rem;
  }
}
.aliado-clave .aliado-clave-main-cont #aliado-item-1 {
  background-image: url(/build/img/aliado-clave-para-concursos-de-obra-en-ahorros.png);
}
.aliado-clave .aliado-clave-main-cont #aliado-item-2 {
  background-image: url(/build/img/aliado-clave-para-concursos-de-obra-en-transparencia.png);
}
.aliado-clave .aliado-clave-main-cont #aliado-item-3 {
  background-image: url(/build/img/aliado-clave-para-concursos-de-obra-en-eficiencia.png);
}

.costo-optimo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 8rem;
  background-image: url(/build/img/Pared-5.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.costo-optimo h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #1F3D57;
  margin-top: 6rem;
  margin-bottom: 4rem;
  width: 90%;
}
@media (min-width: 768px) {
  .costo-optimo h2 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    width: 80%;
  }
}
.costo-optimo img {
  width: 95%;
}
@media (min-width: 480px) {
  .costo-optimo img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .costo-optimo img {
    width: 60%;
  }
}
.costo-optimo .img-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.costo-optimo .img-cont .text-cont {
  display: flex;
  flex-direction: column;
  max-width: 34rem;
}
.costo-optimo .img-cont .text-cont .tit-azul {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 800;
  color: #1F3D57;
}
.costo-optimo .img-cont .text-cont .tit-rojo {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 800;
  color: #EF6541;
}
.costo-optimo .img-cont .text-cont .texto-rojo {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #EF6541;
}
.costo-optimo .img-cont .text-cont .checklist {
  list-style: none;
  padding: 0; /* space for icon */
  margin: 0;
}
.costo-optimo .img-cont .text-cont .checklist li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
  line-height: 1.7rem;
  font-size: 1.7rem;
  color: #1F3D57;
}
.costo-optimo .img-cont .text-cont .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/build/img/ahorro-en-construcción-palomita.png) no-repeat center/contain;
}
@media (min-width: 480px) {
  .costo-optimo .img-cont .text-cont {
    max-width: 50rem;
  }
  .costo-optimo .img-cont .text-cont .tit-azul {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
  .costo-optimo .img-cont .text-cont .tit-rojo {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
  .costo-optimo .img-cont .text-cont .texto-rojo {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .costo-optimo .img-cont .text-cont .checklist {
    list-style: none;
    padding: 0; /* space for icon */
    margin: 0;
  }
  .costo-optimo .img-cont .text-cont .checklist li {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1.5rem;
    line-height: 2.2rem;
    font-size: 2.2rem;
    color: #1F3D57;
  }
  .costo-optimo .img-cont .text-cont .checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background: url(/build/img/ahorro-en-construcción-palomita.png) no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  .costo-optimo .img-cont {
    flex-direction: row;
  }
}

#costo-opt-1 {
  background-image: url(/build/img/Pared-3-02.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

#costo-opt-2 {
  background-image: url(/build/img/Pared-4-02.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

#costo-opt-3 {
  background-image: url(/build/img/Pared-5.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.navegacion-wrapper {
  position: relative;
  top: 0;
  display: block;
  padding: 1rem 0;
  margin: 1rem 0;
}
.navegacion-wrapper .navegacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50rem;
}
.navegacion-wrapper .navegacion .navegacion-titulos {
  padding-bottom: 3rem;
}
.navegacion-wrapper .navegacion .navegacion-titulos h2 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.navegacion-wrapper .navegacion .navegacion-titulos p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
.navegacion-wrapper .navegacion .img-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 3rem;
  background-image: url(/software-de-control-de-obra/build/img/engranes-2.png), url(/software-de-control-de-obra/build/img/engranes-1.png);
  background-position: -12.5rem center, calc(100% + 12.5rem) center;
  background-repeat: no-repeat, no-repeat;
  background-size: 25rem 25rem;
}
.navegacion-wrapper .navegacion .img-cont img {
  max-width: 35rem;
  height: auto;
  border: solid 3px #1F3D57;
  border-radius: 1.5rem;
  padding: 0.5rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .navegacion-wrapper .navegacion .img-cont {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
  .navegacion-wrapper .navegacion .img-cont img {
    max-width: 35rem;
  }
}
@media (min-width: 1024px) {
  .navegacion-wrapper .navegacion .img-cont {
    justify-content: center;
    gap: 3rem;
  }
  .navegacion-wrapper .navegacion .img-cont img {
    max-width: 35rem;
  }
}
@media (min-width: 1330px) {
  .navegacion-wrapper .navegacion .img-cont {
    justify-content: center;
    gap: 3rem;
  }
  .navegacion-wrapper .navegacion .img-cont img {
    max-width: 40rem;
  }
}

.industrias-wrapper {
  display: block;
  margin: 0;
  margin-bottom: 3rem;
  background-color: #FFFFFF;
}
.industrias-wrapper .industrias {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.industrias-wrapper .industrias .industrias-titulo {
  display: block;
  align-items: center;
  margin-bottom: 3rem;
}
.industrias-wrapper .industrias .industrias-titulo h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1F3D57;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .industrias-wrapper .industrias .industrias-titulo h2 {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
}
.industrias-wrapper .industrias .industrias-titulo p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #777777;
  text-align: center;
}
@media (min-width: 480px) {
  .industrias-wrapper .industrias .industrias-titulo p {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.industrias-wrapper .industrias .industrias-pie {
  display: block;
  align-items: center;
  margin-top: 3rem;
}
.industrias-wrapper .industrias .industrias-pie p {
  font-size: 2rem;
  font-weight: 600;
  color: #EF6541;
  text-align: center;
}
@media (min-width: 480px) {
  .industrias-wrapper .industrias .industrias-pie p {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.industrias-wrapper .industrias .industrias-items-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: 0 0 90%;
  width: 95%;
  flex-wrap: wrap;
  gap: 0.3rem;
}
@media (min-width: 768px) {
  .industrias-wrapper .industrias .industrias-items-cont {
    flex: 0 0 33%;
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .industrias-wrapper .industrias .industrias-items-cont {
    flex: 0 0 25%;
    width: 70%;
  }
}
.industrias-wrapper .industrias .industrias-items-cont .industrias-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 24rem;
  height: 16rem;
  margin: 0;
  padding: 1.5rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .industrias-wrapper .industrias .industrias-items-cont .industrias-item {
    width: 36rem;
    height: 24rem;
  }
}
@media (min-width: 1330px) {
  .industrias-wrapper .industrias .industrias-items-cont .industrias-item {
    width: 39rem;
    height: 26rem;
  }
}
.industrias-wrapper .industrias .industrias-items-cont .industrias-item:hover {
  transform: scale(1.05);
}
.industrias-wrapper .industrias .industrias-items-cont .industrias-item .ind-item-num {
  font-size: 3rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #EF6541;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .industrias-wrapper .industrias .industrias-items-cont .industrias-item .ind-item-num {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
.industrias-wrapper .industrias .industrias-items-cont .industrias-item .ind-item-txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 480px) {
  .industrias-wrapper .industrias .industrias-items-cont .industrias-item .ind-item-txt {
    font-size: 2.2rem;
  }
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-01 {
  background-image: url(/build/img/software-de-licitaciones-para-construccion.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-01:hover {
  background-image: url(/build/img/software-de-licitaciones-para-construccion.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-02 {
  background-image: url(/build/img/software-de-licitaciones-para-mantenimientos.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-02:hover {
  background-image: url(/build/img/software-de-licitaciones-para-mantenimientos.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-03 {
  background-image: url(/build/img/software-de-licitaciones-para-obra-privada.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-03:hover {
  background-image: url(/build/img/software-de-licitaciones-para-obra-privada.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-04 {
  background-image: url(/build/img/software-de-licitaciones-para-obra-publica.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-04:hover {
  background-image: url(/build/img/software-de-licitaciones-para-obra-publica.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-05 {
  background-image: url(/build/img/software-de-licitaciones-para-parques-industriales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-05:hover {
  background-image: url(/build/img/software-de-licitaciones-para-parques-industriales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-06 {
  background-image: url(/build/img/software-de-licitaciones-para-retail.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-06:hover {
  background-image: url(/build/img/software-de-licitaciones-para-retail.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-07 {
  background-image: url(/build/img/software-de-licitaciones-para-cadenas-comerciales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-07:hover {
  background-image: url(/build/img/software-de-licitaciones-para-cadenas-comerciales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-08 {
  background-image: url(/build/img/software-de-licitaciones-para-aeropuertos.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-08:hover {
  background-image: url(/build/img/software-de-licitaciones-para-aeropuertos.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-09 {
  background-image: url(/build/img/software-de-licitaciones-para-hospitales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-09:hover {
  background-image: url(/build/img/software-de-licitaciones-para-hospitales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-10 {
  background-image: url(/build/img/software-de-licitaciones-para-universidades.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-10:hover {
  background-image: url(/build/img/software-de-licitaciones-para-universidades.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-11 {
  background-image: url(/build/img/software-de-licitaciones-para-fabricas.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-11:hover {
  background-image: url(/build/img/software-de-licitaciones-para-fabricas.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-12 {
  background-image: url(/build/img/software-de-licitaciones-para-plantas-industriales.png);
}
.industrias-wrapper .industrias .industrias-items-cont #ind-item-12:hover {
  background-image: url(/build/img/software-de-licitaciones-para-plantas-industriales.png);
}

.testimonios-swiper {
  width: 80%;
  max-width: 120rem; /* adjust as needed */
  margin: 0 auto;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-pagination {
  position: relative !important; /* override Swiper's absolute layout */
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 10px;
}

.testimonios-pagination img {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  object-fit: contain;
  border-radius: 0;
  background: none;
}

.testimonios-prev,
.testimonios-next {
  width: 4.5rem; /* Or adjust to match your image dimensions */
  height: 4.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent; /* Hides the default arrow */
  z-index: 10;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #777777;
  position: absolute;
  top: 50%;
}

/* Hide the built-in arrow icon */
.testimonios-prev::after,
.testimonios-next::after {
  display: none;
}

.testimonios-next {
  background-image: url(/build/img/btn-next.png);
  background-size: 6rem;
  right: 3rem;
}

.testimonios-prev {
  background-image: url(/build/img/btn-prev.png);
  background-size: 6rem;
  left: 3rem;
}

.testimonios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
}
.testimonios .testimonios-titulos {
  margin-bottom: 2rem;
}
.testimonios .testimonios-titulos h3 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #1F3D57;
  margin-bottom: 0.5rem;
}
.testimonios .testimonios-titulos h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  margin-bottom: 2rem;
}
.testimonios .testimonios-titulos p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1F3D57;
  text-align: center;
}
.testimonios .test-bottom-text {
  font-size: 2.1rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonios .test-bottom-text {
    margin-top: 3rem;
  }
}
.testimonios .test-slide-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-color: #FFFFFF;
  border: solid 2px #DADADA;
  box-shadow: 3px 3px 5px #777777;
  max-width: 50rem;
  margin: 3rem;
  height: 100%;
  min-height: 61rem;
}
.testimonios .test-slide-item .test-topbar {
  width: 100%;
  height: 1.5rem;
  margin-bottom: 1rem;
}
.testimonios .test-slide-item .test-int-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1.5rem;
  padding: 1.5rem;
  flex-grow: 1;
}
.testimonios .test-slide-item .test-int-container .test-clilogo {
  width: 80%;
  height: auto;
  margin-bottom: 1rem;
}
.testimonios .test-slide-item .test-int-container .test-comillas-open {
  width: 2.5rem;
  height: 2.5rem;
  align-self: flex-start;
}
.testimonios .test-slide-item .test-int-container .test-comillas-close {
  width: 2.5rem;
  height: 2.5rem;
  align-self: flex-end;
}
.testimonios .test-slide-item .test-int-container .test-texto {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
}
.testimonios .test-slide-item .test-int-container .test-slide-puesto {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.testimonios .test-slide-item .test-int-container .test-slide-vertestimonio {
  font-size: 1.6rem;
  font-weight: 600;
  color: #777777;
  font-weight: 400;
  text-align: center;
}
.testimonios .test-slide-item .test-int-container .test-slide-nombre {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 5rem 0;
}
.cta-section .cta-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 4rem;
  background-image: url(/build/img/automatiza-tus-licitaciones-de-construccion.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 41rem;
  width: 100%;
  box-shadow: 5px 5px 7px #777777;
}
@media (min-width: 480px) {
  .cta-section .cta-section-inner {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cta-section .cta-section-inner {
    width: 70%;
  }
}
.cta-section .cta-section-inner .button-call-to-action-rojo {
  box-shadow: 3px 3px 5px #777777;
}
.cta-section .cta-section-inner.bottom-cta {
  background-image: url(/build/img/ahorro-en-construccion.png);
  background-size: auto 100%;
  min-height: 35rem;
  margin: 0;
  margin-top: 5rem;
}
@media (min-width: 480px) {
  .cta-section .cta-section-inner.bottom-cta {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .cta-section .cta-section-inner.bottom-cta {
    width: 85%;
  }
}
.cta-section.non-cta {
  background-image: url(/build/img/automatiza-tus-licitaciones-de-construccion.png);
  margin: 5rem 0 0 0;
}
.cta-section h2 {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  margin-bottom: 3rem;
}
@media (min-width: 480px) {
  .cta-section h2 {
    font-size: 3.3rem;
  }
}
.cta-section p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 35rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cta-section p {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .cta-section p {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: 60%;
  }
}
@media (min-width: 1330px) {
  .cta-section p {
    font-size: 2.2rem;
    line-height: 2.2rem;
    max-width: 60%;
  }
}
.cta-section .button-cta {
  margin-top: 1rem;
  max-width: 30rem;
}
.cta-section .cta-contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-section .cta-contenido h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.cta-section .cta-contenido p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.cta-section .cta-contenido img, .cta-section .cta-contenido a {
  margin: 1.5rem 0;
  width: 30rem;
  height: 7.5rem;
}
@media (min-width: 1024px) {
  .cta-section {
    padding: 4.5rem 5rem;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
}

.resultados-wrapper {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.resultados-wrapper::after {
  content: "";
  position: absolute;
  bottom: -9rem;
  left: 0;
  width: 100%;
  height: 79rem;
  background: #1F3D57;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  z-index: 0;
}

.resultados {
  position: relative;
  top: 0rem;
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-content: center;
  padding-top: 0;
  padding-bottom: 10rem;
  background-color: #FFFFFF;
  border: none;
}
@media (min-width: 480px) {
  .resultados {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .resultados {
    width: 85%;
  }
}
.resultados .resultados-main-cont {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  gap: 0.5rem;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .resultados .resultados-main-cont {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 1rem 6rem;
    margin: 0 6rem 0rem 6rem;
    gap: 0;
  }
}
.resultados .resultados-main-cont .resultados-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem 2rem 2rem;
  background-color: transparent;
  gap: 0;
}
@media (min-width: 480px) {
  .resultados .resultados-main-cont .resultados-item {
    border-left: 2px solid #1F3D57;
  }
}
.resultados .resultados-main-cont .resultados-item:first-of-type {
  border-left: none;
}
.resultados .resultados-main-cont .resultados-item:last-of-type {
  border-right: none;
}
.resultados .resultados-main-cont .resultados-item img {
  width: 10rem;
  height: 9rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .resultados .resultados-main-cont .resultados-item img {
    margin-top: -5rem;
  }
}
.resultados .resultados-main-cont .resultados-item .res-item-number {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 900;
  color: #1F3D57;
  text-align: center;
}
.resultados .resultados-main-cont .resultados-item .res-item-text {
  font-size: 2.2rem;
  color: #000000;
  line-height: 2.2rem;
  font-weight: 500;
  margin: 1rem;
  text-align: center;
}

/* Hide the built-in arrow icon */
.clientes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  background-color: #FFFFFF;
  border-top: solid 1px #777777;
  position: relative;
  width: 100%;
  background-image: url(/build/img/eficiencia-en-negociaciones-fondo-4.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.clientes .clientes-titulos {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.clientes .clientes-titulos h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 2rem;
}
.clientes .clientes-titulos p {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.clientes .clientes-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 14rem;
}
.clientes .cliente-logo-item {
  background-color: #FFFFFF;
  box-shadow: 1px 2px 5px #777777;
  margin: 1rem;
  border: solid 3px #EF6541;
  border-radius: 0.8rem;
  padding: 1rem;
  width: 25rem;
  height: 12.5rem;
  transition: transform 0.3s ease;
}
.clientes .cliente-logo-item:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .clientes .cliente-logo-item {
    padding: 1rem;
    width: 25rem;
    height: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .clientes .cliente-logo-item {
    padding: 1rem;
    width: 30rem;
    height: 15rem;
  }
}

.clientes-proyectos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 4rem;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.clientes-proyectos h3 {
  font-size: 2.7rem;
  text-align: center;
  font-weight: 600;
  margin: 3rem;
}
.clientes-proyectos .clientes-proyectos-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .clientes-proyectos .clientes-proyectos-main {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .clientes-proyectos .clientes-proyectos-main {
    width: 95%;
  }
}
.clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 1px 2px 5px #777777;
  margin: 0.5rem;
  border: solid 2px #1F3D57;
  border-radius: 0.5rem;
  width: 35rem;
  height: 21rem;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item {
    width: 30rem;
  }
}
@media (min-width: 1024px) {
  .clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item {
    width: 27rem;
  }
}
@media (min-width: 1024px) {
  .clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item {
    width: 30rem;
  }
}
.clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item .cliente-proy-title {
  margin: 0;
  margin-left: 1rem;
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
}
.clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item .cliente-proy-text {
  margin: 0;
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFFFFF;
}
.clientes-proyectos .clientes-proyectos-main .cliente-proyecto-item:hover {
  transform: scale(1.05);
}
.clientes-proyectos .clientes-proyectos-main #proy-item-01 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-christus-muguerza.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-02 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-innovasport.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-03 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-walton-capital.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-04 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-torre-arbia.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-05 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-torre-rise.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-06 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-libertad-ho.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-07 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-health-district.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-08 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-holiday-inn-portalia.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-09 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-inventario-zaragoza.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-10 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-monte-cabo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-11 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-sophia-cosmopolitan.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-12 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-amire.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-13 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-nahua.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes-proyectos .clientes-proyectos-main #proy-item-14 {
  background-image: url(/software-de-control-de-obra/build/img/proyecto-torre-giverny.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  background-image: url(/build/img/eficiencia-en-negociaciones-fondo-footer.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}
.footer .footer-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  width: 95%;
}
@media (min-width: 1024px) {
  .footer .footer-cont {
    width: 85%;
  }
}
.footer .footer-cont .footer-cont-text {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 50rem;
}
@media (min-width: 768px) {
  .footer .footer-cont .footer-cont-text {
    width: 50%;
  }
}
.footer .footer-cont .footer-cont-text .footer-title {
  font-size: 3.3rem;
  line-height: 3.3rem;
  font-weight: 700;
  text-align: left;
  margin: 0;
  margin-bottom: 2rem;
}
.footer .footer-cont .footer-cont-text .footer-desc {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1F3D57;
  margin: 0;
  margin-bottom: 2rem;
}
.footer .footer-cont .footer-cont-text .footer-contact-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}
.footer .footer-cont .footer-cont-text .footer-contact-item img, .footer .footer-cont .footer-cont-text .footer-contact-item .contact-item-img {
  width: 3.3rem;
  height: 3rem;
  margin: 0;
  margin-right: 1.5rem;
}
.footer .footer-cont .footer-cont-text .footer-contact-item p, .footer .footer-cont .footer-cont-text .footer-contact-item a {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: black;
}
@media (min-width: 480px) {
  .footer .footer-cont .footer-cont-text .footer-contact-item p, .footer .footer-cont .footer-cont-text .footer-contact-item a {
    font-size: 2rem;
  }
}
.footer .footer-cont .footer-cont-text .features-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 1rem;
  margin-top: 1.5rem;
}
.footer .footer-cont .footer-cont-text .features-header p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #000000;
}
.footer .footer-cont .footer-cont-text .features-header img {
  width: 20rem;
}
@media (min-width: 768px) {
  .footer .footer-cont .footer-cont-text .features-header {
    width: 100%;
    margin-right: 4rem;
  }
}
.footer .footer-cont .footer-form-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4rem;
  width: 85%;
  max-width: 50rem;
}
@media (min-width: 768px) {
  .footer .footer-cont .footer-form-cont {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-cont .footer-form-cont {
    margin-top: 0;
  }
}
.footer .footer-cont .footer-form-cont .formulario {
  width: 100%;
  align-items: flex-start;
}
.footer .footer-cont .footer-form-cont .formulario fieldset {
  padding: 0;
  border: none;
}
.footer .footer-cont .footer-form-cont .formulario fieldset label {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}
.footer .footer-cont .footer-form-cont .formulario fieldset input, .footer .footer-cont .footer-form-cont .formulario fieldset textarea {
  font-size: 2rem;
  padding: 1.2rem 2rem;
  background-color: #FFFFFF;
  border: solid 1px #DADADA;
  border-radius: 0.7rem;
}
.footer .footer-cont .footer-form-cont .formulario .button-call-to-action {
  font-size: 2.2rem;
  padding: 1rem 3rem;
  margin: 1.5rem 0;
}
@media (min-width: 1024px) {
  .footer .footer-cont {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px; /* distancia desde abajo */
  right: 20px; /* distancia desde la derecha */
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

.whatsapp-float:hover {
  background-color: #20b358;
}

.formulario p {
  font-size: 1.4rem;
  color: #333333;
  margin: 2rem 0 0 0;
}
.formulario legend {
  font-size: 2rem;
  color: #333333;
}
.formulario label {
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.formulario input:not([type=submit]),
.formulario textarea,
.formulario select {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #777777;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.formulario textarea {
  height: 20rem;
}
.formulario .forma-contacto {
  max-width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formulario input[type=radio] {
  margin: 0;
  width: auto;
}

/** Paginas Internas **//*# sourceMappingURL=app.css.map */
