@charset "UTF-8";
@font-face {
  font-family: "Geist";
  src: url("./fonts/Geist.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("./fonts/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
}
:root {
  --white: #fff;
  --black: #1E1E1F;
  --skyblue: #e2eeff;
  --blue: #002C6B;
  --pink: #F2AAD7;
  --gray: #EDEDED;
  --orange: #E73E1D;
  --yellow: #F49D1A;
  --fs-base: 1rem;
  --fs-md: clamp(1.125rem, 0.45833333333333337rem + 1.3888888888888888vw, 1.5rem) ;
  --fs-lg: clamp(1.625rem, 0.06944444444444464rem + 3.2407407407407405vw, 2.5rem) ;
  --fs-xl: clamp(2rem, 0.22222222222222232rem + 3.7037037037037033vw, 3rem);
  --fs-xxl: clamp(3rem, -2.203377598152425rem + 10.854503464203233vw, 5.9375rem) ;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  min-height: 100dvh;
  max-width: 100dvw;
  overflow-x: hidden;
  margin-inline: auto;
  font-family: "Geist";
  color: var(--black);
  font-size: 16px;
  line-height: 1.5;
  background-color: white;
}

h1 {
  font-size: var(--fs-xxl);
  line-height: 1;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -4.44px;
}

h2 {
  font-size: var(--fs-xl);
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -1.92px;
}

h3 {
  font-size: var(--fs-lg);
  font-weight: 500;
  color: var(--black);
  line-height: 1.1;
  letter-spacing: -1.6px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 0;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.titulo,
.titulo2,
.text-title,
.titulo-solucion,
.content-title,
.card-title,
.solution-title {
  letter-spacing: 1px !important;
}

p {
  margin: 0;
}

ul {
  text-decoration: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.mr--5 {
  position: relative;
  left: -30px;
}

.mw-310 {
  max-width: 310px;
}

.mw-370 {
  max-width: 370px;
}

.bg-gray {
  background-color: #f8f8f8;
}

.titulo {
  color: #1E1E1F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.56px;
  padding-left: 12px;
  position: relative;
}
.titulo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background: var(--orange);
  border-radius: 50%;
}

.titulo2 {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 0.9583333333rem + 1.3888888889vw, 2rem);
}

.text-title {
  font-family: var(--ft-bold);
  color: var(--black);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.subtitulo {
  font-weight: bold;
  margin: 1rem 0;
}

.img-dark {
  filter: brightness(0.8);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.ft-9 {
  font-size: 9px;
}

.ft-10 {
  font-size: 10px !important;
}

.ft-11 {
  font-size: 11px !important;
}

.ft-12 {
  font-size: 12px !important;
}

.ft-14 {
  font-size: 14px !important;
}

.ft-17 {
  font-size: 17px !important;
}

.ft-18 {
  font-size: 18px !important;
}

.ft-20 {
  font-size: 20px !important;
}

.text-orange {
  color: var(--orange);
}

.text-gray {
  color: rgb(30, 30, 31) !important;
}

.start-x, .start-y, .center-x, .center-y,
.between-x, .between-y, .end-y, .end-x, .around-x {
  display: flex;
  flex-wrap: wrap;
}

.start-y, .center-y, .between-y, .end-y {
  flex-direction: column;
}

.start-x, .start-y {
  justify-content: start;
  align-items: start;
}

.center-x, .center-y {
  justify-content: center;
  align-items: center;
}

.between-x, .between-y {
  justify-content: space-between;
  align-items: center;
}

.around-x {
  justify-content: space-around;
  align-items: start;
}

.end-y, .end-x {
  justify-content: end;
}

.imagen-fondo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-sub {
  position: relative;
  display: inline-flex;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
}

.text-sub::after {
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -12px;
  background-color: var(--yellow);
  position: absolute;
}

.btn-base {
  display: inline-flex;
  border-radius: 36px;
  background: #E73E1D;
  display: inline-flex;
  padding: 4px 4px 4px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  color: white;
}
.btn-base .arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  transition: all 0.5s ease;
}
.btn-base:hover .arrow {
  transform: rotate(45deg);
  background: #fff;
  position: relative;
  margin-left: 10px;
}

.btn-base2 {
  color: var(--orange);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.btn-base2 img {
  transition: all 0.5s ease;
}
.btn-base2:hover img {
  transform: rotate(45deg);
  position: relative;
}

.btn-circle {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.btn-circle:hover {
  transform: rotate(45deg);
  background: #fff;
}

.btn-proyecto {
  display: inline-flex;
  align-items: center;
  padding: 0px 16px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -1.6px;
  color: var(--black);
  background-color: transparent;
  transition: all 0.5s ease;
  margin-bottom: 1.5rem;
}
.btn-proyecto .fa-arrow-right {
  margin-left: 0.75rem;
  transform: rotate(-45deg);
  font-weight: 400;
  transition: all 0.5s ease;
}
.btn-proyecto.active, .btn-proyecto:hover {
  background-color: var(--orange);
  color: var(--white);
}
.btn-proyecto.active .fa-arrow-right, .btn-proyecto:hover .fa-arrow-right {
  transform: rotate(0deg);
}

.btn-back {
  display: inline-flex;
  align-items: center;
  padding: 0px 16px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -1.6px;
  color: var(--black);
  background-color: transparent;
  transition: all 0.5s ease;
  margin-bottom: 1.5rem;
}
.btn-back .fa-arrow-left {
  padding-right: 0.5rem;
  font-weight: 400;
  transition: all 0.5s ease;
}
.btn-back:hover {
  color: var(--orange);
}

.mw-60 {
  max-width: 60%;
}

.tarjeta {
  padding: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 4px;
  width: 310px;
  display: flex;
}
.tarjeta .overlay-card {
  padding: 25px 60px 21px 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.tarjeta .overlay-card h3 {
  width: 100%;
}
.tarjeta .overlay-card .info {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 70px;
  width: 100%;
}
.tarjeta .overlay-card .info p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.tarjeta .overlay-card .texto {
  color: white;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}
.tarjeta .overlay-card .corner-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  opacity: 0.95;
  transition: all 0.5s ease;
}
.tarjeta .overlay-card .dot-tl {
  top: 12px;
  left: 12px;
}
.tarjeta .overlay-card .dot-tr {
  top: 12px;
  right: 12px;
}
.tarjeta .overlay-card .dot-bl {
  bottom: 12px;
  left: 12px;
}
.tarjeta .overlay-card .dot-br {
  bottom: 12px;
  right: 12px;
}
.tarjeta:hover .corner-dot {
  background: var(--orange);
}
.tarjeta:hover .btn-circle {
  transform: rotate(45deg);
  background: #fff;
}

.ct-tarjetas {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}

.mfp-close {
  background-color: transparent !important;
  margin-top: 30px !important;
  margin-left: 10px !important;
}

nav {
  position: fixed;
  width: 100%;
  transition: all 0.5s ease-in;
  z-index: 100;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
nav .logo img {
  height: 56px;
}

.instagram {
  background-color: white;
  mask-image: url("../img/iconos/instagram.svg");
  mask-size: cover;
  -webkit-mask-image: url("../img/iconos/instagram.svg");
  -webkit-mask-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 0.75rem;
}
.instagram:hover {
  transition: all 0.3s ease;
  background: var(--orange);
}

.linkedin {
  display: block;
  background-color: white;
  mask-image: url("../img/iconos/linkedin.svg");
  mask-size: cover;
  -webkit-mask-image: url("../img/iconos/linkedin.svg");
  -webkit-mask-size: cover;
  width: 30px;
  height: 30px;
}
.linkedin:hover {
  transition: all 0.3s ease;
  background: var(--orange);
}

.categorias li:not(.close):not(.mega-dropdown) {
  padding-inline: 1rem;
  transition: 0.2s all ease;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 68px;
}
.categorias li:not(.close):not(.mega-dropdown) a {
  position: relative;
  color: var(--white);
  transition: all 0.3s ease;
  font-weight: 500;
}
.categorias li:not(.close):not(.mega-dropdown) a:hover {
  color: var(--orange);
}
.categorias li:not(.close):not(.mega-dropdown) a img:hover {
  filter: brightness(0.1) sepia(1) saturate(15000%) hue-rotate(-20deg);
}
.categorias li:not(.close):not(.mega-dropdown) .activo {
  color: var(--orange);
  font-weight: 600;
}

nav.color, nav.color-index {
  background: #101235;
}

.nav-item {
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-item:hover {
  color: var(--orange);
}

.nav-item.mega-dropdown .nav-link:hover {
  color: var(--orange);
}

.offcanvas-top {
  top: 80px !important;
  height: 0;
  background-color: #101235;
}

.offcanvas.offcanvas-top {
  max-height: 100vh;
}

@keyframes expandMenu {
  from {
    height: 0;
  }
  to {
    height: 100dvh;
  }
}

@keyframes collapseMenu {
  from {
    height: 100dvh;
  }
  to {
    height: 0;
  }
}

.offcanvas-top.show {
  animation: expandMenu 0.5s ease-in-out forwards;
}

.offcanvas-top:not(.show) {
  animation: collapseMenu 0.5s ease-in-out forwards;
}

.offcanvas-backdrop.show {
  display: none;
}

.navbar-nav::-webkit-scrollbar {
  width: 0px;
}

.hamburger input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.hamburger {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  box-shadow: none !important;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: 0.3s;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 5px;
  transition-duration: 0.3s;
}

.offcanvas-top.show + .hamburger .toggle .bars {
  margin-left: 13px;
}

.offcanvas-top.show + .hamburger .toggle #bar2 {
  transform: rotate(135deg);
  margin-left: 0;
  transform-origin: center;
  transition-duration: 0.3s;
}

.offcanvas-top.show + .hamburger .toggle #bar1 {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}

.offcanvas-top.show + .hamburger .toggle #bar3 {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}

.logo {
  width: 172px;
  height: 50px;
}

.dropdown-menu.mega-menu {
  left: 0px !important;
  margin-top: -10px !important;
  padding: 0rem 0.5rem;
  border-radius: 10px;
  background: rgba(16, 18, 53, 0.8);
}

.mega-dropdown a {
  color: white;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  left: 0;
}

.mega-menu {
  border-radius: 0;
  position: relative;
  width: 100%;
  padding: 10px 0 10px 0 !important;
}

.mega-menu ul {
  list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--orange);
}

.mega-menu ul li {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  height: auto !important;
  color: white;
}

.mega-menu ul li:hover {
  color: var(--orange) !important;
}

#navbarDropdown1, #navbarDropdown2 {
  display: flex;
  align-items: center;
}

.footer-middle {
  margin-top: 2rem;
  display: block;
  font-size: 15px;
  background-size: cover;
  color: white;
}
.footer-middle .entradas li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-middle .elipse {
  margin-top: 2rem;
}
.footer-middle .elipse img {
  left: -15px;
  top: -15px;
}
.footer-middle a {
  color: white;
  font-weight: 400;
  transition: all 0.5s ease;
}
.footer-middle a:hover {
  color: var(--orange);
}
.footer-middle h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--orange);
}
.footer-middle li {
  margin-bottom: 0.9rem;
}
.footer-middle .around-x {
  width: 100%;
  max-width: 90%;
}
.footer-middle .frase {
  color: #FFF;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.69px;
}
.footer-middle .link {
  color: var(--orange);
  display: inline-flex;
  align-items: center;
}
.footer-middle .link.white .flecha {
  background: white;
}
.footer-middle .link .flecha {
  background: var(--orange);
  transition: all 0.5s ease;
}
.footer-middle .link:hover .flecha {
  transform: rotate(45deg);
  background: var(--orange);
}
.footer-middle .ft-23 {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.69px;
}

.flecha {
  background-color: white;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.801089 10.1976L9.36164 1.27066M0.750167 1.11507L9.81358 0.749419L9.45217 9.90194' stroke='white' stroke-width='1.5003' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.801089 10.1976L9.36164 1.27066M0.750167 1.11507L9.81358 0.749419L9.45217 9.90194' stroke='white' stroke-width='1.5003' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  width: 13.054px;
  height: 12.367px;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.flecha:hover {
  transition: all 0.3s ease;
  background: var(--orange);
}

.footer-bottom .container {
  margin-top: 1.5rem;
  line-height: normal;
  font-weight: 400;
  padding-top: 1rem;
  color: white;
}
.footer-bottom .container p {
  margin: 0;
  font-size: 14px;
}

input[type=text], input[type=tel], input[type=checkbox],
input[type=email], input[type=password], textarea, select, #mensaje {
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  padding-inline: 0;
}

.form-contacto .multi-select {
  position: relative;
}

.form-contacto .multi-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #908F92;
  padding: 0 0 0.7rem;
  text-align: left;
  cursor: pointer;
}

.form-contacto .multi-select-label {
  display: block;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-contacto .multi-select-label.has-selection {
  color: #1E1E1F;
}

.form-contacto .multi-select-arrow {
  color: #908F92;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.form-contacto .multi-select.open .multi-select-arrow {
  transform: rotate(180deg);
}

.form-contacto .multi-select-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  display: none;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 0.35rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  z-index: 50;
}

.form-contacto .multi-select.open .multi-select-options {
  display: block;
}

.form-contacto .multi-select-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.5rem;
  border-radius: 6px;
  color: #1E1E1F;
  font-size: 14px;
  cursor: pointer;
}

.form-contacto .multi-select-option:hover {
  background: rgba(0, 0, 0, 0.05);
}

.form-contacto .multi-select-option input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 16px;
  height: 16px;
  margin: 0;
  border: none;
  border-bottom: none;
  padding: 0;
  accent-color: #E73E1D;
  cursor: pointer;
}

input::-moz-placeholder {
  color: #908F92;
}

input::placeholder {
  color: #908F92;
}

input[type=text]:focus, input[type=tel]:focus, input[type=checkbox]:focus,
input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus, input[type=file]:focus, input[type=date]:focus, .ck-content:focus, input[type=time]:focus {
  box-shadow: none !important;
  border-bottom: 1px solid var(--black);
}

.form-contacto .multi-select.open .multi-select-trigger,
.form-contacto .multi-select-trigger:focus {
  border-bottom: 1px solid var(--black);
}

.form-contacto .multi-select-option input[type=checkbox]:focus {
  border-bottom: none;
  box-shadow: none !important;
}

.form-contacto .multi-select-option input[type=checkbox]:focus-visible {
  outline: 1px solid var(--black);
  outline-offset: 1px;
}

.form-contacto .multi-select.open .multi-select-options {
  border: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.form-check-input:checked {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}

#mensaje {
  height: 100px;
  resize: none;
}

#mensaje:focus {
  border-bottom: 1px solid var(--black);
}

.redes {
  display: flex;
}
.redes a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.tag {
  display: inline-flex;
  padding: 8px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin-bottom: 1rem;
}
.tag.orange {
  background: var(--orange);
}
.tag.skyblue {
  background: #146FB2;
}
.tag.black {
  background: #000;
}

section {
  margin: 5rem 0;
}

.portada-section {
  height: 100dvh;
  margin-top: 0;
  position: relative;
  padding-top: 150px;
}
.portada-section h1 {
  color: var(--white);
}
.portada-section p {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
  max-width: 440px;
  margin: 2rem 0;
}
.portada-section span {
  font-weight: 600;
}
.portada-section .container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: end;
  justify-content: start;
  padding-bottom: 2rem;
}
.portada-section .container .end-y {
  width: 100%;
  align-items: start;
}

.portada2-section {
  position: relative;
  height: 450px;
  margin: 0;
  padding-top: 80px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-bottom: 1rem;
}
.portada2-section .tag {
  display: inline-flex;
}
.portada2-section .img-fluid {
  max-width: 90%;
}

.clientes-section h2 {
  color: #1E1E1F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.carrusel-clientes {
  position: relative;
}
.carrusel-clientes::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, white 0, rgba(255, 255, 255, 0.95) 40%, rgba(249, 249, 249, 0) 100%);
}
.carrusel-clientes::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, white 0, rgba(255, 255, 255, 0.95) 40%, rgba(249, 249, 249, 0) 100%);
  z-index: 1;
}

.carrusel-clientes .cliente {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrusel-clientes .cliente .ct-imagen {
  width: 180px;
  height: 100px;
  margin-inline: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrusel-clientes .cliente .ct-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.nosotros-section p {
  max-width: 360px;
}

.sticky-top {
  top: 1rem;
  z-index: 1;
}

.soluciones-section {
  position: relative;
  color: var(--white);
  padding: 100px 0;
}
.soluciones-section h3 {
  color: white;
}
.soluciones-section .col-sm-6:nth-of-type(1) > .tarjeta:hover .link span {
  color: var(--orange);
}
.soluciones-section .col-sm-6:nth-of-type(1) > .tarjeta:hover .link .flecha {
  background: var(--orange);
  transform: rotate(0deg);
}
.soluciones-section .col-sm-6:nth-of-type(2) > .tarjeta:hover .corner-dot {
  background-color: #146FB2;
}
.soluciones-section .col-sm-6:nth-of-type(2) > .tarjeta:hover .link span {
  color: #146FB2;
}
.soluciones-section .col-sm-6:nth-of-type(2) > .tarjeta:hover .link .flecha {
  background: #146FB2;
  transform: rotate(0deg);
}
.soluciones-section .col-12 > .tarjeta:hover .corner-dot {
  background-color: black;
}
.soluciones-section .col-12 > .tarjeta:hover .link span {
  color: black;
}
.soluciones-section .col-12 > .tarjeta:hover .link .flecha {
  background: black;
  transform: rotate(0deg);
}
.soluciones-section .tarjeta {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100% !important;
  align-items: center;
  justify-content: center;
}
.soluciones-section .tarjeta .ct-img {
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
  padding-top: 1rem;
}
.soluciones-section .tag-link {
  text-decoration: none;
  cursor: pointer;
}
.soluciones-section .ct-img-link {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
  height: 100%;
}
.soluciones-section .tarjeta .ct-img img {
  padding-bottom: 1rem;
}
.soluciones-section .tarjeta .overlay-card {
  flex-direction: column;
  padding: 25px;
  height: 100%;
  width: 100%;
}
.soluciones-section .valores-card .info {
  display: block;
  height: auto;
  margin-top: 0.5rem;
}
.soluciones-section .valores-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.soluciones-section .valores-list li {
  position: relative;
  padding-left: 1rem;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
.soluciones-section .valores-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}
.soluciones-section .valores-list strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.05rem;
}
.soluciones-section .valores-list span {
  display: block;
  opacity: 0.95;
}
.soluciones-section hr {
  background-color: #878787;
  height: 1px;
  position: absolute;
  top: 60px;
}
.soluciones-section .link {
  display: inline-flex;
  align-items: center;
}
.soluciones-section .link span {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.69px;
  transition: all 0.5s ease;
}
.soluciones-section .flecha {
  transition: all 0.5s ease;
  transform: rotate(45deg);
}

.preguntas-section .cta {
  max-width: 300px;
  min-height: 99px;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(87, 171, 255, 0.09);
  background: #FFF;
  box-shadow: 0px 15px 16px -7px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  color: #464646;
  font-weight: 500;
  margin-top: -50px;
}
.preguntas-section .cta .icono {
  width: 50px;
  height: 50px;
  margin-right: 2rem;
}
.preguntas-section .cta .icono img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.preguntas-section .cta h4 {
  color: var(--blue);
  margin-bottom: 0.5rem;
}

.accordion .accordion-button.collapsed {
  padding-left: 1rem;
  padding-bottom: 16px;
  background-color: transparent;
  color: #828282;
}
.accordion .accordion-button {
  font-weight: 500;
  line-height: 1;
  color: #1E1E1F;
  font-size: var(--fs-md);
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 1rem;
  box-shadow: none;
  text-align: start;
  padding-left: 1rem;
}
.accordion .accordion-button::before {
  content: "";
  margin-right: 0rem;
  transition: all 0.5s ease;
  transition-delay: 0.4s;
}
.accordion .accordion-button::after {
  content: "+";
  background-image: none;
  position: static;
  right: 0;
  margin-left: 0.5rem;
  margin-top: -4px;
}
.accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.accordion .accordion-button:not(.collapsed)::before {
  content: "";
  margin-right: 2rem;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  position: static;
  right: 0;
  margin-left: 0.3rem;
  margin-top: 5px;
}
.accordion .accordion-item {
  background-color: transparent;
  border-right: none;
  margin: 1rem 0;
}
.accordion .accordion-body {
  font-size: 1rem;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding-bottom: 24px;
  padding-top: 0;
  padding-left: 0.75rem;
}

.accordion .accordion-collapse.collapse.show .accordion-body {
  padding-left: 2.9rem;
  transition: all 0.5s ease;
}

.preguntas-section .values-solid-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 0;
}
.preguntas-section .values-solid-card {
  min-height: 250px;
  padding: 2rem;
}
.preguntas-section .values-solid-card .star-ribbon-one {
  right: 1.5rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.preguntas-section .values-solid-card .solution-title {
  font-size: 1.3rem;
  max-width: 85%;
}
.preguntas-section .values-solid-card .solution-desc {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}
@media (min-width: 1200px) {
  .preguntas-section .values-solid-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .preguntas-section .values-solid-grid {
    grid-template-columns: 1fr;
  }
}

.ceo-section .container {
  background-color: #EDEDED;
}
.ceo-section p {
  max-width: 480px;
}
.ceo-section .col-lg-6 {
  position: relative;
}
.ceo-section .fa-play {
  color: white;
  padding: 20px;
  font-size: 20px;
  border-radius: 50%;
  background-color: var(--orange);
  border: 2px solid white;
  animation: pulse 2s infinite;
  transition: all 0.5s ease;
  position: absolute;
  top: 38px;
  right: 76px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 62, 29, 0.7);
  }
  70% {
    box-shadow: 0 0 15px 15px rgba(233, 62, 29, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(233, 62, 29, 0);
  }
}
.noticias-section .noticia {
  color: #1E1E1F;
}
.noticias-section .noticia .ct-portada {
  width: 100%;
  max-height: 507px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  transition: all 0.5s ease;
}
.noticias-section .noticia .ct-portada img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  transition: 0.5s ease;
}
.noticias-section .noticia h4, .noticias-section .noticia span {
  font-weight: 400;
  font-size: 1rem;
  max-width: 75%;
}
.noticias-section .noticia:hover .ct-portada img {
  transform: scale(1.05);
  position: relative;
}
.noticias-section .noticia:hover .btn-base2 img {
  transform: rotate(45deg);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 630px;
}
.cta h3 {
  max-width: 629px;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -1.6px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}

.snosotros-section {
  height: calc(100dvh - 80px);
}
.snosotros-section p {
  max-width: 480px;
}
.snosotros-section .fa-play {
  color: white;
  padding: 20px;
  font-size: 20px;
  border-radius: 50%;
  background-color: var(--orange);
  border: 2px solid white;
  animation: pulse 2s infinite;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.snosotros-section .video {
  width: 50dvw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.grupo-section p {
  font-weight: 500;
  margin-bottom: 1rem;
}

.vacantes-section {
  padding: 30px 0;
  margin: 0;
}
.vacantes-section .slick-arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--orange);
  border-radius: 50%;
  transition: all 0.5s ease;
  padding: 15px 10px;
  position: absolute;
}
.vacantes-section .next, .vacantes-section .prev {
  top: 0;
  left: -50px;
  cursor: pointer;
}
.vacantes-section .prev {
  top: 0;
}
.vacantes-section .next {
  top: 60px;
}
.vacantes-section .puestos {
  display: flex !important;
  align-items: start;
}
.vacantes-section .tarjeta {
  flex: 1;
  height: 100%;
  min-height: 350px;
  max-width: 50%;
  color: var(--white);
}
.vacantes-section .tarjeta .overlay-card {
  flex-direction: column;
  background-color: rgba(16, 18, 53, 0.9);
  gap: 0;
  padding-inline: 30px;
}
.vacantes-section .tarjeta .overlay-card hr {
  border-top: 0;
  height: 1px;
  background: white;
  opacity: 1;
  width: 100%;
}
.vacantes-section .tarjeta .overlay-card h3 {
  color: var(--white);
  font-size: clamp(1.5rem, 0.6143187067rem + 1.8475750577vw, 2rem);
  margin-bottom: 0;
  font-weight: 400;
}
.vacantes-section .tarjeta .overlay-card p {
  font-size: 14px;
  height: 130px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vacantes-section .tarjeta .overlay-card .btn-base {
  margin-top: 1rem;
  transform: scale(0.8);
}

.trabaja-section {
  background: var(--gray);
  padding: 100px 0;
  margin-bottom: 0;
}
.trabaja-section h3 {
  font-size: 24px;
}

.section-soluciones {
  margin-bottom: 150px;
}
.section-soluciones .slick-arrow {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border-radius: 50%;
  transition: all 0.3s ease;
  padding: 0;
  border: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.section-soluciones .slick-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}
.section-soluciones .slick-arrow:before {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  font-family: inherit;
}
.section-soluciones .slick-prev:before {
  content: "‹";
}
.section-soluciones .slick-next:before {
  content: "›";
}
.section-soluciones .slick-next, .section-soluciones .slick-prev {
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
}
.section-soluciones .slick-prev {
  left: -10px;
}
.section-soluciones .slick-next {
  right: -10px;
}

.contenedor-solucion .col-xl-6 {
  min-height: 380px;
  position: relative;
}

.imagenDeFondo-5 {
  position: absolute;
  width: 100% !important;
  height: 100%;
  z-index: -1;
}

.pixel, .pixel-estatico {
  position: absolute;
  width: 77px;
  height: 77px;
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: 2000 !important;
  transition: opacity 3s;
}

#sol-1 .imagenDeFondo-5 {
  background: url("../img/soluciones/impresion.webp") no-repeat center center;
  background-size: cover;
}

#sol-2 .imagenDeFondo-5 {
  background: url("../img/soluciones/gestion_documental-2.webp") no-repeat center center;
  background-size: cover;
}

#sol-3 .imagenDeFondo-5 {
  background: url("../img/soluciones/software.webp") no-repeat center center;
  background-size: cover;
}

#sol-4 .imagenDeFondo-5 {
  background: url("../img/soluciones/fondo_almacenamiennto_y_istribucion.webp") no-repeat center center;
  background-size: cover;
}

#sol-5 .imagenDeFondo-5 {
  background: url("../img/soluciones/fondo-integracion.webp") no-repeat center center;
  background-size: cover;
}

#sol-6 .imagenDeFondo-5 {
  background: url("../img/soluciones/fondo-mapeo.webp") no-repeat center center;
  background-size: cover;
}

#sol-7 .imagenDeFondo-5 {
  background: url("../img/soluciones/fonod_trabajo_colaborativo.webp") no-repeat center center;
  background-size: cover;
}

#sol-8 .imagenDeFondo-5 {
  background: url("../img/soluciones/fondo_experiencia.webp") no-repeat center center;
  background-size: cover;
}

.titulo-solucion {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%) !important;
  max-width: 65%;
  text-align: center;
  zoom: 1.3;
  z-index: 2001;
  color: var(--white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto-Bold";
  letter-spacing: normal;
}

.titulo-solucion.left {
  left: 80%;
  transform: translate(-80%, -50%) !important;
}

.play-solucion {
  cursor: pointer;
  width: 200px;
}

.popup-video.float-right {
  position: absolute;
  right: -12px;
}

.info-solucion {
  zoom: 0.92;
  height: 100%;
  display: flex;
  align-items: center;
}

.info-solucion h5 {
  color: var(--blue);
  font-weight: 700;
}

.info-solucion .contenedor-imagen {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-solucion .mx-1 {
  text-align: center;
}

.contenedor-solucion {
  padding-inline: 60px;
}

.ciberseguridad-section .tarjeta {
  height: 100%;
  min-height: 300px;
  color: var(--white);
}
.ciberseguridad-section .tarjeta .overlay-card {
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(16, 18, 53, 0.9);
  gap: 0;
  padding-inline: 30px;
}
.ciberseguridad-section .tarjeta .overlay-card .servicio {
  width: 100%;
}
.ciberseguridad-section .tarjeta .overlay-card hr {
  border-top: 0;
  height: 1px;
  background: white;
  opacity: 1;
  width: 100%;
}
.ciberseguridad-section .tarjeta .overlay-card h3 {
  color: var(--white);
  font-size: clamp(1.5rem, 0.6143187067rem + 1.8475750577vw, 2rem);
  margin-bottom: 0;
  font-weight: 400;
}
.ciberseguridad-section .tarjeta .overlay-card p {
  font-size: 14px;
}
.ciberseguridad-section .tarjeta .overlay-card .btn-base {
  margin-top: 1rem;
  transform: scale(0.8);
}

.carrusel-soluciones {
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: flex;
  width: 100%;
}

.cetificaciones-section .slick-arrow,
.certificaciones-one .slick-arrow {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border-radius: 50%;
  transition: all 0.3s ease;
  padding: 0;
  border: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.cetificaciones-section .slick-arrow:hover,
.certificaciones-one .slick-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}
.cetificaciones-section .slick-arrow:before,
.certificaciones-one .slick-arrow:before {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  font-family: inherit;
}
.cetificaciones-section .slick-prev:before,
.certificaciones-one .slick-prev:before {
  content: "‹";
}
.cetificaciones-section .slick-next:before,
.certificaciones-one .slick-next:before {
  content: "›";
}
.cetificaciones-section .slick-next, .cetificaciones-section .slick-prev,
.certificaciones-one .slick-next, .certificaciones-one .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cetificaciones-section .slick-prev,
.certificaciones-one .slick-prev {
  left: -30px;
}
.cetificaciones-section .slick-next,
.certificaciones-one .slick-next {
  right: -30px;
}

.somos-section p {
  font-weight: 500;
}

.carrusel-cetificaciones .certificado {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carrusel-cetificaciones .certificado .ct-imagen {
  width: 187px;
  height: 230px;
  margin-inline: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrusel-cetificaciones .certificado .ct-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.carrusel-cetificaciones .certificado h3 {
  font-size: 1.125rem;
  margin-top: 1rem;
  font-weight: 500;
}

.versiones-section .tarjeta {
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  height: 160px;
  width: 320px;
  max-width: 90%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  border-radius: 4px;
  background: rgba(231, 62, 29, 0.7);
  padding: 5px;
}
.versiones-section .tarjeta h3 {
  font-size: 24px;
  text-align: center;
  color: white;
  margin-bottom: 1rem;
}
.versiones-section .tarjeta p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
}
.versiones-section .tarjeta .ct-img {
  height: 160px;
  display: flex;
  align-items: end;
  padding-bottom: 16px;
}
.versiones-section .tarjeta .overlay-card {
  flex-direction: column;
  padding: 5px 40px;
  height: 100%;
}

.certificacion-section p {
  max-width: 1175px;
  margin-inline: auto;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -1px;
}

.banner {
  height: 430px;
  position: relative;
}

.pasos-section h3 {
  padding-left: 23px;
  position: relative;
  font-size: var(--fs-md);
}
.pasos-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  transform: translateY(-80%);
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: var(--orange);
  border-radius: 50%;
}
.pasos-section .indicador {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--orange);
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pasos-section .indicador2 {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--orange);
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: auto;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pasos-section .paso {
  position: relative;
  display: inline-flex;
}
.pasos-section .paso .title {
  position: absolute;
  top: 1.5rem;
  left: 60%;
  transform: translateX(-60%);
  color: white;
  width: 300px;
}
.pasos-section .paso .tarjeta {
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 60%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  border-radius: 4px;
  background: rgba(231, 62, 29, 0.7);
  padding: 5px;
}
.pasos-section .paso .tarjeta p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
}
.pasos-section .paso .tarjeta .overlay-card {
  flex-direction: column;
  padding: 5px 40px;
  height: 100%;
}
.pasos-section .paso3 {
  position: relative;
  top: -150px;
}

.proyectos-section {
  padding: 50px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.proyectos-section .frase {
  text-align: center;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.75rem + 1.5vw, 1.875rem);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1.6px;
  color: #333;
}

.contacto-section {
  padding: 100px 0 50px 0;
}
.contacto-section h1 {
  font-size: clamp(3rem, 0.1215357968rem + 6.0046189376vw, 4.625rem);
}
.contacto-section p {
  color: #1E1E1F;
  line-height: 1.66;
}

.form-section {
  margin-top: 0;
}
.form-section h3 {
  color: #1E1E1F;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-section .ct-img {
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 4rem;
}
.form-section form {
  background-color: var(--green);
  padding: 50px 40px;
  border-radius: 10px;
  overflow: hidden;
}
.form-section form label {
  color: var(--white);
}
.form-contacto .hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-contacto .form-status {
  display: block;
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.form-contacto .form-status.is-error {
  color: #ffe2df;
}
.form-contacto .form-status.is-success {
  color: #e7fff2;
}
.form-contacto .btn-base[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.blog-section {
  padding-top: 150px;
  margin-top: 0;
}
.blog-section h2 {
  font-size: var(--fs-lg);
}
.blog-section h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.blog-section p {
  margin-bottom: 1.5rem;
}
.blog-section .encabezado {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
  padding-bottom: 2rem;
}
.blog-section .encabezado .titulo {
  display: inline-flex;
  font-size: 1rem;
}
.blog-section .ct-portada {
  position: relative;
  height: 590px;
  margin-bottom: 100px;
}
.blog-section .redactor h4 {
  font-size: 1rem;
  text-align: center;
}
.blog-section .ct-perfil {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.blog-section .ct-perfil img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.blog-section .atras {
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
  margin-top: 50px;
}

.mensaje-exito {
  max-width: 500px;
  width: 90%;
  height: 220px;
  background-color: #101235;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch !important;
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  border-radius: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contenedor-mensaje {
  background-color: white;
  height: 200px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}

.contenedor-mensaje .titulo {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 1.2rem;
  color: #101235;
  text-align: center;
}
.contenedor-mensaje .titulo::after {
  display: none;
}

.contenedor-mensaje .btn-base {
  background-color: #101235;
  padding: 6px 16px;
  transition: all 0.5s ease;
}
.contenedor-mensaje .btn-base:hover {
  background-color: var(--orange);
}

#error-recaptcha {
  color: #d9534f;
  font-size: 0.9em;
  font-weight: bold;
  display: none;
  margin-top: 5px;
}

.modal {
  z-index: 99999;
}

.modal-content {
  border: 10px solid #101235;
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  max-height: 95dvh;
  overflow: hidden;
}
.modal-content h3 {
  font-size: 24PX;
}
.modal-content .btn-base {
  padding: 6px 1.5rem;
  background-color: #101235;
  transition: all 0.5s ease;
}
.modal-content .btn-base:hover {
  background-color: var(--orange);
}

@media (max-width: 575px) {
  .modal-content {
    padding: 1rem;
  }
}
.btn-close {
  content: "\e92d";
  font-size: 10px;
  opacity: 1;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  border: 1px solid #101235;
  position: absolute;
  color: #101235;
  inset-inline-end: 15px;
  top: 15px;
  transition: unset;
}
.btn-close:active, .btn-close:focus {
  box-shadow: none;
}

html {
  width: 100dvw !important;
}
html:not(.servicios) {
  overflow-x: hidden !important;
}

.soluciones-section {
    background-color: #05173b;
    position: relative;
    overflow: hidden;
}

.soluciones-section .container {
    position: relative;
    z-index: 5;
}

.soluciones-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}
