@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Big Caslon";
  src: url("../fonts/BigCaslon-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Base / Reset */

embed,
img,
object,
video {
  max-width: 100%;
}
sup {
  font-size: 58.3%;
  vertical-align: text-top;
}
sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}
.no-space-between-inline-blocks {
  letter-spacing: normal; /*reset IE < 8*/
  letter-spacing: -0.31rem; /*webkit*/
  word-spacing: -0.43rem; /*IE < 8 && gecko*/
}
/*restore spacing on inner elements*/
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.displace {
  left: -500rem;
  position: absolute;
}
.container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.COLS_IN_ROW_WITHOUT_GAP {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.navbar-nav > li > a {
  padding: unset;
}
.navbar-nav > li > a:hover {
  background: unset;
}
a {
  color: inherit;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
:root {
  scroll-behavior: auto;
}
body {
  color: #26358c;
  font-family: Poppins, sans-serif;
  font-size: 2.166666rem; /* 21.67px / 10px = 2.167rem */
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}
.stglobal_container {
  float: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: #ffffff center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Preloader */
.st-preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.st-preloader.is-hidden {
  opacity: 0;
}
.st-preloader__spinner {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 0.4rem solid #e0e0f0;
  border-top-color: #26358c;
  animation: st-spin 0.9s linear infinite;
}
@keyframes st-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Back To Top */
.st-back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: none;
  background: #26358c;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 1500;
}
.st-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Header / Hero */
.stcabecera {
  padding: 7.9rem 0 4.4rem;
  position: relative;
  background: url(../images/imagen.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.stfondo-cabecera-holder {
  height: 13.5rem;
  padding: 0;
  position: relative;
  position: fixed;
  width: 100%;
  top: 6rem;
  z-index: 1000;
  background: #26358c center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 0.3s;
}
.stheader-scrolled .stfondo-cabecera-holder {
  top: 0;
}
.stmenu {
  height: 13.5rem;
}
.stmenu-row {
  height: 13.5rem;
}
.stmenu-row .col-md-8 {
  position: relative;
}
.stmenu .row {
  align-items: center;
}
.stmenu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.35);
  border-radius: 1.4rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  color: #ffffff;
  position: relative;
  right: 0;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(0.6rem);
  -webkit-backdrop-filter: blur(0.6rem);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
  z-index: 6;
}
.stmenu-toggle:hover {
  transform: translateY(-0.1rem);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.28);
}
.stmenu-toggle:focus-visible {
  outline: 0.2rem solid rgba(255, 255, 255, 0.9);
  outline-offset: 0.2rem;
}
.stmenu-icon,
.stmenu-icon::before,
.stmenu-icon::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 100rem;
  transition:
    transform 0.3s ease,
    opacity 0.25s ease,
    width 0.3s ease;
}
.stmenu-icon {
  position: relative;
}
.stmenu-icon::before {
  position: absolute;
  left: 0;
  transform: translateY(-0.7rem);
}
.stmenu-icon::after {
  position: absolute;
  left: 0;
  transform: translateY(0.7rem);
}
.stmenu-open .stmenu-toggle {
  background: #ffffff;
  color: #26358c;
  border-color: rgba(38, 53, 140, 0.15);
}
.stmenu-open .stmenu-icon {
  background: transparent;
}
.stmenu-open .stmenu-icon::before {
  width: 2.3rem;
  transform: rotate(45deg);
}
.stmenu-open .stmenu-icon::after {
  width: 2.3rem;
  transform: rotate(-45deg);
}
.stmenu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 4;
}
.stes {
  max-width: none;
  width: auto;
  color: #ffffff;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  margin-left: 1.6rem;
}
.stlogotipo {
  display: block;
  margin: 0;
  max-width: 28rem;
  position: relative;
  right: 0;
  width: 100%;
}
.sttext-2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.stcol-data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
  margin: 0;
  position: relative;
}
.stcol-data-wrapper > * {
  float: none;
  margin: 0;
}
.stcol-data-wrapper > *:last-child {
  margin-right: 0 !important;
}
.stcol-data-wrapper a {
  text-decoration: none;
  transition: 0.35s ease;
}
.stcol-data-wrapper a:hover {
  opacity: 0.85;
}
.stservicios {
  max-width: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.stclientes {
  max-width: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.stflota {
  max-width: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.stsolicitar-presupuesto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  height: 4.4rem;
  padding: 0.4rem 1.6rem;
  background: #ffffff;
  border-radius: 0;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #2b3182;
  white-space: nowrap;
}
.stcontainer-2 {
  position: relative;
}
.sttext-3 {
  margin: 63.8rem auto 0;
  color: #ffffff;
  font-family: "BigCaslon", serif;
  font-size: 8.514063rem; /* 85.14px / 10px = 8.514rem */
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.stcontainer-3 {
  position: relative;
}
/* Equipo */
.stequipo-wrapper {
  padding: 8.5rem 0 10rem;
  position: relative;
  background: #ffffff;
}
.stequipo-wrapper strong {
  color: #2e3a8c;
  font-weight: 700;
}
.stequipo-wrapper .sttext-style-2 {
  line-height: 2.4rem;
}
.stequipo-wrapper .sttext-style-3 {
  line-height: 2.4rem;
}
.stequipo {
  margin: 0 auto;
  position: relative;
}
.stequipo .sttext-6 {
  max-width: 55rem;
}
.stequipo .sttext-4 {
  max-width: 60rem;
}
.stcol-12 {
  margin: 1.6rem auto 0;
  position: relative;
}
.sttext-5 {
  color: #2e3a8c;
  font-size: 7.4rem;
  font-weight: 500;
  line-height: 7.2rem;
}
.sttext-6 {
  margin: 4.2rem 0 0;
  width: 100%;
  color: #2e3a8c;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.sttext-4 {
  margin: 0;
  color: #2e3a8c;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.8rem;
}
.stresponsabilidad {
  margin: 0 auto 0;
  max-width: 100%;
  padding: 3.6rem 3.2rem;
  position: relative;
  background: #e9e9f5;
  background-position: center center;
  -webkit-box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.sttext-9 {
  margin: 0 auto;
  width: 100%;
  color: #2e3a8c;
  font-weight: 400;
  line-height: 2.6rem;
}
.stcertificaciones {
  margin: 0 auto 0;
  max-width: 100%;
  padding: 3.6rem 3.2rem;
  position: relative;
  background: #e9e9f5;
  background-position: center center;
  -webkit-box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.sttext-8 {
  width: 100%;
  color: #2e3a8c;
  font-weight: 400;
  line-height: 2.6rem;
}
.strow-3-2 {
  margin: 3.2rem 0 0;
  position: relative;
  width: 100%;
}
.stsello-ghg {
  float: left;
  margin: 0 2rem 0 0;
  width: 8.4rem;
}
.stsello-iso {
  float: left;
  width: 8.4rem;
}
.stgroup-2 {
  margin: 0 auto 0;
  max-width: 100%;
  padding: 3.6rem 3.2rem;
  position: relative;
  background: #e9e9f5;
  background-position: center center;
  -webkit-box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.8rem 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
}
.sttext-7 {
  margin: 0 auto;
  position: relative;
  right: 0;
  width: 100%;
  color: #2e3a8c;
  font-weight: 400;
  line-height: 2.6rem;
}
.stcontainer-4 {
  position: relative;
}

.stequipo .row:first-child {
  --bs-gutter-x: 0;
}

.stequipo .row:first-child .stcol-12 {
  display: grid;
  align-content: space-between;
  height: 100%;
  margin-top: 0;
}

.stequipo .match-height-bootstrap-row .col-md-4 div p {
  font-size: 2.1rem;
  font-weight: 300;
}

.stequipo .match-height-bootstrap-row .col-md-4 > div {
  display: flex;
  height: 100% !important;
  flex-direction: column;
  min-height: auto;
}

.stequipo-wrapper .match-height-bootstrap-row {
  margin-top: 11.5rem;
  --bs-gutter-x: 6rem;
  --bs-gutter-y: 4rem;
}

/* Servicios */
.stservicios-wrapper {
  position: relative;
}
.stservicios-2 {
  margin: 12.5rem auto 0;
  position: relative;
}

.stservicios-wrapper .match-height-bootstrap-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 4rem;
}

.stflota-wrapper .match-height-bootstrap-row {
  margin-top: 0;
}

.stflota-wrapper .match-height-bootstrap-row > div {
  margin-top: 0;
}

.stlayer {
  height: 0.6rem;
  margin: 0 auto;
  max-width: 53.1rem;
  width: 44.435146%; /* 531px / 1195px = 44.435146% */
  border: 0.3rem solid #cd1719; /*stroke*/
  background: #cd1719;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.sttext-10 {
  margin: 5.6rem 0 0;
  font-size: 6.716888rem; /* 67.17px / 10px = 6.717rem */
  font-weight: 500;
  line-height: 6.678588rem;
  text-align: center;
}
.sttext-11 {
  margin: 4.5rem auto 0;
  position: relative;
  width: 84.769875%; /* 1013px / 1195px = 84.769875% */
  font-size: 2.3rem; /* 22.92px / 10px = 2.292rem */
  font-weight: 300;
  line-height: 2.7rem;
  text-align: center;
}
.strow-8 {
  margin-top: -3.5rem;
}
.stcol-10 {
  margin: 0 auto;
  position: relative;
}
.stobjeto-inteligente-vectorial-4 {
  display: block;
  left: 2.845528%;
  margin: 11.9rem auto 3rem;
  position: relative;
  width: 13rem;
}
.sttext-15 {
  margin: 11.4rem auto 0;
  font-weight: 300;
}
.stobjeto-inteligente-vectorial-5 {
  display: block;
  margin: 5.2rem auto 3rem;
  width: 13.6rem;
}
.sttext-16 {
  margin: 7.7rem auto 0;
  font-weight: 300;
}
.stobjeto-inteligente-vectorial-6 {
  display: block;
  margin: 8.2rem auto 3rem;
  width: 11.8rem;
}
.sttext-17 {
  margin: 7.6rem auto 0;
  font-weight: 300;
}
.stcol-11 {
  margin: 0 auto;
  position: relative;
}
.stobjeto-inteligente-vectorial {
  display: block;
  left: 14.655172%;
  margin: 11.8rem auto 3rem;
  position: relative;
  width: 12.3rem;
}
.sttext-12 {
  margin: 11.1rem auto 0;
  font-weight: 300;
}
.stobjeto-inteligente-vectorial-2 {
  display: block;
  left: 11.78161%;
  margin: 4rem auto 3rem;
  position: relative;
  width: 13.3rem;
}
.sttext-13 {
  margin: 6.6rem auto 0;
  font-weight: 300;
}
.stobjeto-inteligente-vectorial-3 {
  display: block;
  left: 12.356322%;
  margin: 5.7rem auto 3rem;
  position: relative;
  width: 13.1rem;
}
.sttext-14 {
  margin: 5.1rem auto 0;
  font-weight: 300;
}
.stcontainer-5 {
  position: relative;
}
/* Flota */
.stflota-wrapper {
  position: relative;
}
.stflota-2 {
  margin: 11.7rem auto 0;
  position: relative;
}
.stlayer-2 {
  height: 0.6rem;
  max-width: 53.1rem;
  position: relative;
  width: 45.19149%; /* 531px / 1175px = 45.19149% */
  border: 0.3rem solid #cd1719; /*stroke*/
  background: #cd1719;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.stcol-8 {
  margin: 5.5rem auto 0;
  position: relative;
}
.sttext-21 {
  font-size: 6.704897rem; /* 67.05px / 10px = 6.705rem */
  font-weight: 500;
  line-height: 6.666665rem;
}
.stmodalidad {
  margin: 12.9rem 0 0;
  padding: 5.1rem 17.17687% 5.6rem; /* 101px / 588px = 17.17687% */
  position: relative;
  width: 100%; /* 588px / 588px = 100% */
  background: url(../images/cuadro_1.jpg) no-repeat center 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.sttext-22 {
  margin: 0 auto;
  width: 99.74094%; /* 385px / 386px = 99.74094% */
  text-align: center;
}
.sttext-22 > * {
  font-weight: 300;
  line-height: 2.5rem;
  text-align: center;
}
.stlonas {
  margin: 1.2rem 0 0;
  padding: 7.8rem 15.306123% 8.6rem; /* 90px / 588px = 15.306123% */
  position: relative;
  width: 100%; /* 588px / 588px = 100% */
  background: url(../images/cuadro_3.jpg) no-repeat center 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.sttext-23 {
  margin: 0 auto;
  width: 99.754906%; /* 407px / 408px = 99.754906% */
  text-align: center;
}
.sttext-23 > * {
  font-weight: 300;
  line-height: 2.5rem;
  text-align: center;
}
.stcol-9 {
  margin: 5.2rem auto 0;
  position: relative;
}
.sttext-18 {
  margin: 3.2rem auto 0 6rem;
  width: 91.06529%; /* 530px / 582px = 91.06529% */
  font-size: 2.3rem; /* 22.92px / 10px = 2.292rem */
  font-weight: 300;
  line-height: 2.7rem;
}
.sttractoria {
  margin: 11.8rem auto 0 -0.859107%; /* -5px / 582px = -0.859107% */
  padding: 5.1rem 16.666666% 5.6rem; /* 97px / 582px = 16.666666% */
  background: url(../images/cuadro_2.jpg) no-repeat center 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font-weight: 300;
  text-align: center;
}
.stfurgnes {
  margin: 1.2rem auto 0 -0.859107%; /* -5px / 582px = -0.859107% */
  padding: 7.8rem 15.292096% 8.1rem; /* 89px / 582px = 15.292096% */
  background: url(../images/cuadro_4.jpg) no-repeat center 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font-weight: 300;
  text-align: center;
}
.stcontainer-6 {
  position: relative;
}
/* Presupuesto */
.stpresupuesto {
  position: relative;
}
.stcol {
  margin: 12.6rem auto 0;
  position: relative;
}
.stlayer-3 {
  height: 0.6rem;
  margin: 0 0 0 0.561798%; /* 3px / 534px = 0.561798% */
  max-width: 53.1rem;
  position: relative;
  width: 99.4382%; /* 531px / 534px = 99.4382% */
  border: 0.3rem solid #cd1719; /*stroke*/
  background: #cd1719;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.sttext-29 {
  margin: 5.5rem 0 0 0.561798%; /* 3px / 534px = 0.561798% */
  font-size: 6.704897rem; /* 67.05px / 10px = 6.705rem */
  font-weight: 500;
  line-height: 6.666665rem;
}
.sttext-30 {
  margin: 5.5rem 0 0 0.561798%; /* 3px / 534px = 0.561798% */
  font-size: 2.3rem; /* 22.92px / 10px = 2.292rem */
  font-weight: 300;
  line-height: 2.7rem;
}
.stcontacto {
  margin: 0 0 3rem 0.5rem; /* 3px / 534px = 0.561798% */
  position: relative;
}
.sttext-31 {
  font-size: 2.916666rem; /* 29.17px / 10px = 2.917rem */
  font-weight: bold;
  text-transform: uppercase;
}
.stgroup-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: end;
  margin: 5rem 0 0;
  position: relative;
}
.stgroup-5 > * {
  float: left;
  margin: 0 1rem 0 0; /* 13px / 413px = 3.1477% */
}
.stgroup-5 > *:last-child {
  margin-right: 0 !important;
}
.stlayer-4 {
  height: 9.6rem;
  max-width: 0.9rem;
  width: 2.179177%; /* 9px / 413px = 2.179177% */
  border: 0.3rem solid #cd1719; /*stroke*/
  background: #cd1719;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  margin-top: 0.6rem !important;
  transform: translateY(-0.5rem);
}
.stcol-6 {
  position: relative;
  width: 6.2954%; /* 26px / 413px = 6.2954% */
  margin-top: 7.5rem !important;
}
.stlayer-5 {
  display: block;
  margin: 0 auto;
  width: 2rem;
}
.sticono-mail {
  display: block;
  margin: 0.7rem auto 0;
  width: 2.6rem;
}
.sttext-32 {
  width: 85.23003%; /* 352px / 413px = 85.23003% */
  font-weight: 300;
  line-height: 2.5rem;
}
.stgroup-6 {
  margin: 5.4rem 0 0;
  position: relative;
  width: 100%; /* 413px / 413px = 100% */
  display: flex;
  align-items: end;
}
.stlayer-6 {
  float: left;
  height: 12rem;
  margin: 0.6rem 0 0;
  max-width: 0.9rem;
  width: 2.179177%; /* 9px / 413px = 2.179177% */
  border: 0.3rem solid #cd1719; /*stroke*/
  background: #cd1719;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
  transform: translateY(-0.5rem);
}
.stcol-13 {
  float: left;
  margin: 6.6rem 0 0 3.389831%; /* 14px / 413px = 3.389831% */
  position: relative;
  width: 6.2954%; /* 26px / 413px = 6.2954% */
}
.stlayer-7 {
  display: block;
  margin: 0 auto;
  width: 2rem;
}
.sticono-mail-2 {
  display: block;
  margin: 2rem auto 0;
  width: 2.6rem;
}
.sttext-33 {
  float: left;
  margin: 0 0 0 2.663438%; /* 11px / 413px = 2.663438% */
  width: 63.92252%; /* 264px / 413px = 63.92252% */
  font-weight: 300;
  line-height: 2.5rem;
}
.stcol-2 {
  margin: 17.3rem auto 0;
  position: relative;
}
.stformulario {
  margin: 0 auto;
  position: relative;
}
.stform-field {
  display: block;
  width: 100%;
  border: 0;
  padding: 0 1.2rem;
  background-color: #d3d1ea;
  color: #000;
  font-size: 2rem;
  font-weight: 300;
  line-height: 5.5rem;
  box-sizing: border-box;
  outline: none;
}
.stform-textarea {
  padding: 1.2rem;
  line-height: 2.6rem;
  resize: none;
}
.stnombre {
  margin: 1.2rem auto 0;
  position: relative;
}
.sttext-24 {
  font-size: 2.5rem; /* 25px / 10px = 2.5rem */
  font-weight: 600;
  text-transform: uppercase;
}
.stobjeto-inteligente-vectorial-7 {
  height: 5.5rem;
  margin: 1.1rem 0 0;
  position: relative;
  background-color: #d3d1ea; /*Layer's solid color*/
}
.stempresa {
  margin: 1.2rem auto 0;
  position: relative;
}
.stempresa-2 {
  font-size: 2.5rem; /* 25px / 10px = 2.5rem */
  font-weight: 600;
  text-transform: uppercase;
}
.stobjeto-inteligente-vectorial-copia {
  height: 5.5rem;
  margin: 1.1rem 0 0 2.941176%; /* 6px / 204px = 2.941176% */
  position: relative;
  width: 97.05882%; /* 198px / 204px = 97.05882% */
  background-color: #d3d1ea; /*Layer's solid color*/
}
.stcorreo {
  margin: 2.7rem auto 0;
  position: relative;
}
.sttext-26 {
  font-size: 2.5rem; /* 25px / 10px = 2.5rem */
  font-weight: 600;
  text-transform: uppercase;
}
.stobjeto-inteligente-vectorial-8 {
  height: 5.5rem;
  margin: 0.9rem 0 0 0.338983%; /* 1px / 295px = 0.338983% */
  position: relative;
  width: 99.66102%; /* 294px / 295px = 99.66102% */
  background-color: #d3d1ea; /*Layer's solid color*/
}
.stgroup-3 {
  margin: 2.7rem auto 0;
  position: relative;
}
.sttext-25 {
  font-size: 2.5rem; /* 25px / 10px = 2.5rem */
  font-weight: 600;
  text-transform: uppercase;
}
.stobjeto-inteligente-vectorial-copia-2 {
  height: 5.5rem;
  margin: 0.9rem 0 0 2.941176%; /* 6px / 204px = 2.941176% */
  position: relative;
  width: 97.05882%; /* 198px / 204px = 97.05882% */
  background-color: #d3d1ea; /*Layer's solid color*/
}
.stque-necesitas {
  margin: 2.8rem -0.171821% 0 auto; /* -1px / 582px = -0.171821% */
  position: relative;
}
.sttext-27 {
  font-size: 2.5rem; /* 25px / 10px = 2.5rem */
  font-weight: 600;
  text-transform: uppercase;
}
.stobjeto-inteligente-vectorial-9 {
  height: 16.8rem;
  margin: 1rem 0 0 0.925926%; /* 5px / 540px = 0.925926% */
  position: relative;
  width: 99.07407%; /* 535px / 540px = 99.07407% */
  background-color: #d3d1ea; /*Layer's solid color*/
}
.stgroup-4 {
  margin: 0 0 0 auto;
  position: relative;
}
.sttext-28 {
  width: 99.62825%; /* 536px / 538px = 99.62825% */
  font-weight: 300;
}
.stmapa {
  display: block;
  margin: 3.2rem 0 0 0.371747%; /* 2px / 538px = 0.371747% */
  max-width: 100%;
  position: relative;
  width: 100%;
  height: 27.5rem;
}
.stcontainer-7 {
  position: relative;
}

.stpresupuesto .sttext-style-3 {
  max-width: 50rem;
}

/* Clientes */
.stnuestros-clientes-wrapper {
  position: relative;
}
.stnuestros-clientes {
  margin: 12.7rem auto 0;
  position: relative;
}
.stlayer-8 {
  height: 0.6rem;
  margin: 0 auto;
  max-width: 53.1rem;
  width: 44.435146%; /* 531px / 1195px = 44.435146% */
  border: 0.3rem solid #cd1719; /*stroke*/
  background: #cd1719;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /*Will not allow bg color to leak outside borders*/
}
.sttext-34 {
  margin: 5rem 0 5rem;
  font-size: 6.704897rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.sttext-35 {
  margin: 3rem auto 0;
  position: relative;
  width: 84.769875%; /* 1013px / 1195px = 84.769875% */
  font-size: 2.3rem; /* 22.92px / 10px = 2.292rem */
  font-weight: 300;
  line-height: 2.7rem;
  text-align: center;
}
.stlogotipos {
  margin: 3.8rem auto 0;
  padding: 0 1.25523%; /* 15px / 1195px = 1.25523% */
  position: relative;
}
.stgeneral-mills-3-logo-png-transparent {
  display: block;
  margin: 11.9rem auto 0;
  max-width: 23.5rem;
  position: relative;
  right: 11.979167%;
  width: 100%;
}
.stlogo_ian-alta-res {
  display: block;
  margin: 11.9rem auto 0;
  max-width: 16.7rem;
  position: relative;
  right: 2.011494%;
  width: 100%;
}
.stlogo-bureautique-2-cm-1 {
  display: block;
  left: 12.356322%;
  margin: 12rem auto 0;
  position: relative;
  width: 13.1rem;
}
.sttafalla-iron-foundry-completo {
  display: block;
  margin: 8.1rem auto 3rem;
  max-width: 35.5rem;
  position: relative;
  right: 3.042328%;
  width: 100%;
}
.stasociados_apmen_trokelsa {
  display: block;
  margin: 5.6rem auto 0;
  max-width: 27.9rem;
  width: 100%;
}
.stlogo_web {
  display: block;
  left: 8.465609%;
  margin: 6rem auto 0;
  max-width: 31.6rem;
  position: relative;
  width: 100%;
}
.stobjeto-inteligente-vectorial-10 {
  display: block;
  margin: 5.8rem 0 0 4.016737%; /* 48px / 1195px = 4.016737% */
  max-width: 24.7rem;
  position: relative;
  width: 100%;
}
.stcontainer-8 {
  position: relative;
}

.stcontacto .sttext-32 > a,
.stcontacto .sttext-33 > a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  line-height: 1.5;
  align-items: center;
  text-decoration: none;
}

.link_f a {
  text-decoration: none;
}

.stcontacto .sttext-32 > a:hover,
.stcontacto .sttext-33 > a:hover, .link_f a:hover {
  opacity: 0.85;
}

.sttext-33 .sticono-mail-2 {
    margin: 0;
}

.sttext-32 span.fw500, .sttext-33 span.fw500 {
    padding-left: 3rem;
    transform: translateY(0.5rem);
    display: block;
}

.contact_info {
  margin-top: 11.5rem;
}

/* Footer */
.stfooter {
  margin: 12.5rem 0 0;
  padding: 9rem 0 12.1rem;
  position: relative;
  background: #26358c center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.stfooter a:hover {
  opacity: 0.85;
}

.stlogotipo-footer {
  margin: 14.1rem auto 0;
  position: relative;
}
.stlogotipo_2 {
  display: block;
  max-width: 31.4rem;
  position: relative;
  width: 100%;
}
.sttext-41 {
  margin: 7.3rem 0 3rem;
  color: #ffffff;
  font-size: 1.75rem; /* 17.5px / 10px = 1.75rem */
  font-weight: 300;
}
.stcol-data-wrapper-2 {
  margin: 2.9rem auto 0;
  position: relative;
}
.stcontacto-footer {
  float: left;
  padding: 0 5rem 0 1rem;
  position: relative;
  width: 53.741497%;
}
.sttext-36 {
  color: #ffffff;
  font-size: 2.291666rem; /* 22.92px / 10px = 2.292rem */
  font-weight: 600;
  text-transform: uppercase;
}
.stgroup-7 {
  margin: 2.2rem 0 0 0.253165%; /* 1px / 395px = 0.253165% */
  position: relative;
  width: 99.74683%; /* 394px / 395px = 99.74683% */
}
.stcol-5 {
  float: left;
  margin: 4.7rem 2.791878% 0 0; /* 11px / 394px = 2.791878% */
  position: relative;
  width: 5.837564%; /* 23px / 394px = 5.837564% */
}
.stlayer-9 {
  display: block;
  margin: 0 auto;
  width: 1.8rem;
}
.sticono-mail-footer {
  display: block;
  margin: 0.6rem auto 0;
  width: 2.3rem;
}
.sttext-37 {
  float: left;
  width: 86.29442%; /* 340px / 394px = 86.29442% */
  color: #ffffff;
  font-size: 1.91203rem; /* 19.12px / 10px = 1.912rem */
  font-weight: 300;
  line-height: 2.206189rem;
}
.stgroup-8 {
  margin: 5.2rem 0 0;
  position: relative;
  width: 100%; /* 395px / 395px = 100% */
}
.stcol-4 {
  float: left;
  margin: 5.8rem 2.531646% 0 0; /* 10px / 395px = 2.531646% */
  position: relative;
  width: 5.822785%; /* 23px / 395px = 5.822785% */
}
.stlayer-10 {
  display: block;
  margin: 0 auto;
  width: 1.8rem;
}
.sticono-mail-footer-2 {
  display: block;
  margin: 1.7rem auto 0;
  width: 2.3rem;
}
.sttext-38 {
  float: left;
  width: 58.987343%; /* 233px / 395px = 58.987343% */
  color: #ffffff;
  font-size: 1.91203rem; /* 19.12px / 10px = 1.912rem */
  font-weight: 300;
  line-height: 2.206189rem;
}
.sttext-39 {
  margin: 5.7rem 0 0;
  width: 100%; /* 395px / 395px = 100% */
  color: #ffffff;
  font-size: 1.91203rem; /* 19.12px / 10px = 1.912rem */
  font-weight: 300;
  line-height: 2.206189rem;
}
.stmenu-footer {
  float: left;
  position: relative;
  width: 40.27211%; /* 296px / 735px = 40.27211% */
}
.stwrapper-5 {
  min-height: 31.1rem;
  position: relative;
  width: 100%; /* 296px / 296px = 100% */
}
.sttext-40 {
  top: 0;
  width: 100%; /* 296px / 296px = 100% */
}
.sttext-40 > * {
  margin: 0.1rem 0 0;
  color: #ffffff;
  font-size: 1.91203rem; /* 19.12px / 10px = 1.912rem */
  font-weight: 300;
  line-height: 4.2rem;
}
.stmenu-item a {
  display: inline-block;
  position: relative;
}
.stmenu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.8rem;
  height: 0.2rem;
  background: #cd1719;
}
.stmenu-item:last-child a::after {
  display: none;
}
.strow-2-2 {
  margin: 2rem 0 0;
  position: relative;
  width: 37.5%; /* 111px / 296px = 37.5% */
}
.stsello-ghg-copia {
  float: left;
  margin: 0 6.306306% 0 0; /* 7px / 111px = 6.306306% */
  width: 5.2rem;
}
.stsello-iso-copia {
  float: left;
  width: 5.2rem;
}
.stcontainer-9 {
  position: relative;
}
/* Typography helpers */
.sttext-style-2 {
  font-size: 2.66842rem; /* 26.68px / 10px = 2.668rem */
  font-weight: bold;
  line-height: 2.708334rem;
}
.sttext-style-3 {
  font-size: 2.1rem;
  line-height: 2.6rem;
  color: #26358c;
  max-width: 39rem;
  display: block;
}
.sttext-style-7 {
  font-size: 2.66842rem; /* 26.68px / 10px = 2.668rem */
  line-height: 2.708334rem;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.sttext-style-6 {
  font-size: 2.66842rem; /* 26.68px / 10px = 2.668rem */
  line-height: 2.708334rem;
  text-transform: uppercase;
}
.sttext-style {
  line-height: 2rem;
}
.sttext-style-8 {
  font-size: 2.916666rem; /* 29.17px / 10px = 2.917rem */
  font-weight: bold;
  line-height: 2.708334rem;
  text-transform: uppercase;
}
.sttext-style-10 {
  margin: 0.2rem 0 0;
}
.sttext-style-4 {
  font-size: 2.66842rem; /* 26.68px / 10px = 2.668rem */
  font-weight: bold;
  line-height: 2.708334rem;
  text-transform: uppercase;
}
.sttext-style-5 {
  font-size: 2.66842rem; /* 26.68px / 10px = 2.668rem */
  font-weight: normal;
  line-height: 2.708334rem;
}
.sttext-style-9 {
  line-height: 2.2rem;
}

/* Utility overrides */
.flota_card {
  height: 30.5rem;
  margin: 0;
  display: grid;
  align-content: center;
}

.flota_card_row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  margin-top: 11.5rem;
}

.stfooter a {
  text-decoration: none;
}

.sttext-38 > a,
.sttext-37 > a,
.link_f {
  display: grid;
  align-items: center;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
}

.sttext-38 > a img,
.sttext-37 > a img {
  margin: 0;
}

.stcontacto-footer span.fw500 {
  padding-left: 3rem;
}
