@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    scroll-behavior: smooth;

}

body{
  overflow-x: hidden;
  width: 100%;
  
}
.home{
    width: 100%;
    min-height: 100vh;
    background: url("../img/Fondo 1.jpg") no-repeat center center;
    background-size: cover;
}
.main-head{
    height: 15vh;
    width: 100%;
    padding: 0px 1px;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.header-left{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;    
    background-color: #000000;
}
.header-right{
    width: 60%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 0 0 0 60px
}
.nav-links li{
    display: inline-block;
    padding: 0 30px; 
    text-transform: uppercase;
}
.nav-links a{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;    
}

.logo{
    cursor: pointer;
}

.logo img{
    height: 100px;
    width: auto;
    transition: all 0.3s;
}

.logo img:hover{
    transform: scale(1.2);
}.contenido {
    color: white;
    z-index: 1;
}

.iconos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    max-width: 100%;
}

.Inicio {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenido {
    color: white;
    z-index: 1;
}
.contenido h1{
    font-size: 80px;
}
.contenido h2{
    font-size: 15px;
}
.iconos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}
.icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    
}
.icon img{
    width: 80%;
    padding: 20px;
}
.foot{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.somos{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: url("../img/Fondo\ 2.jpg") no-repeat center center;
    background: cover;
    background-size: 100%;
}
.side-a{
    width: 25rem;
    height: 100%;
    /* background-color: #000000; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-a img{
    width: 30rem;
}
.side-b{
    width: 55rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.side-b h2 {
    font-size:45px;
    color: #ffffff;
    text-align: center;
    padding: 40px 20px;
}
.side-b h3 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 20 40px;
}

.somos{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: url("../img/Fondo\ 2.jpg") no-repeat center center;
    background: cover;
    background-size: 100%;
}
.distincion{
    width: 100%;
    height: 100vh;
    display: flex;
    padding-left: 100px;
    align-items: center;
    background: url("../img/Fondo\ 3.jpg") no-repeat center center;
    background: cover;
    background-size: 100%;
}
.content{
    width: 50%;

}
.content h3{
    font-size: 60px;
    padding: 40px 0;
    color: #ffffff;
    
}
.content li{
    font-size: 35px;
    color: #ffffff;
}
.m-v{
    width: 100%;
    height: 100vh;
    display: flex;
    padding-left: 100px;
    background: url("../img/Fondo\ 4.jpg") no-repeat center center;
    background: cover;
    background-size: 100%;
}
.parte-a{
    width: 28rem;
    height: 100%;
    padding: 6rem 1rem;
}
.arriba{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.abajo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.centro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.parte-a h3{
    font-size: 3rem;
    margin: 0.2rem 0;
    color: #ffffff;
    text-align: center;
}
.mision-content{
    font-size: 1.1rem;
    text-align: center;
    padding: 2rem 2rem;
    background-color: #22d8e0;
    border-radius: 80px;
    color: #ffffff;
}
.parte-a img{
    width: 80%;
}
.equipo {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url("../img/Fondo 5.jpg") no-repeat center center;
    background-size: cover;
    padding: 4rem 2rem;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.equipo h2 {
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.team {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}
.integrante.solo {
  align-self: center;
}

.integrante {
    width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.foto {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto img {
    width: 100%;
    max-width: 200px;
    object-fit: cover;
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
}

.foto p {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}
.leasing{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: url("../img/Fondo\ 6.jpg") no-repeat center center;
    background: cover;
    background-size: 100%;
    padding: 2rem 6rem;
    justify-content: center;
    align-items: center;
}
.leasing h2{
    color: #ffffff;
    font-size: 50px;
    width: 70%;
    text-align: center;
    margin: 0 0 70px 0;
}
.leasing p{
    color: #ffffff;
    font-size: 30px;
    width: 80%;
    text-align: justify;
}
.contratos{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: url("../img/Fondo\ 7.jpg") no-repeat center center;
    background: cover;
    background-size: 100%;
    padding: 2rem 6rem;
    justify-content: center;
    align-items: center;
    
}
.tarjetitas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
}

.slide{
    width: 15rem;
    height: 30rem;
    /* background-color: #22d8e0; */
    margin: 10px 20px 20px 0;
}
.contratos h2 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-top: 2rem;
}

/* From Uiverse.io by 00Kubi */ 
.container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 200ms;
  flex-wrap: wrap;
}

/* .container:active {
  width: 180px;
  height: 245px;
} */
.cabeza{
  padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cabeza h3{
    font-size: 30px;
    border-radius: 30px;
    margin: 20px 0;
    padding: 5px 25px;
    text-align: center;
    justify-content: center;
    
}
.cuerpo{
  width: 100%;
  height: 43vh;
}

.titulos{
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  justify-content: center;
  color: #ffffff;
  text-shadow: 10px 10px 10px rgba(0,0,0,0.5); 
}
.cabeza p{
    color: #ffffff;
    padding: 30px 20px;
    font-size: 23px;
    justify-content: center;

}
.cabeza a{
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
#card {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: 700ms;
  background: linear-gradient(45deg, #1a1a1a, #37a5ff);
  border: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.3),
    inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.cabeza button{  
    font-size: 20px;
    border-radius: 20px;
    margin: 20px 0;
    padding: 5px 5px;
    border: none;
    cursor: pointer;
    z-index: 1;
}
.card-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#prompt {
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 300ms ease-in-out;
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.title {
  opacity: 0;
  transition: 300ms ease-in-out;
  position: absolute;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 4px;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  background: linear-gradient(45deg, #fd0e42, #00a2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 15px rgba(0, 255, 170, 0.3));
  text-shadow:
    0 0 10px rgba(92, 103, 255, 0.5),
    0 0 20px rgba(92, 103, 255, 0.3);
}

.subtitle {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  transform: translateY(30px);
  color: rgba(255, 255, 255, 0.6);
}

.highlight {
  color: #00ffaa;
  margin-left: 5px;
  background: linear-gradient(90deg, #5c67ff, #ad51ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.glowing-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow-1,
.glow-2,
.glow-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(0, 255, 170, 0.3) 0%,
    rgba(0, 255, 170, 0) 70%
  );
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.glow-1 {
  top: -20px;
  left: -20px;
}
.glow-2 {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.glow-3 {
  bottom: -20px;
  left: 30%;
}

.card-particles span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #00ffaa;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.tracker:hover ~ #card .title {
  opacity: 1;
  transform: translateY(-10px);
}

.tracker:hover ~ #card .glowing-elements div {
  opacity: 1;
}

.tracker:hover ~ #card .card-particles span {
  animation: particleFloat 2s infinite;
}

@keyframes particleFloat {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(var(--x, 0) * 30px), calc(var(--y, 0) * 30px));
    opacity: 0;
  }
}

/* Particle positions */
.card-particles span:nth-child(1) {
  --x: 1;
  --y: -1;
  top: 40%;
  left: 20%;
}
.card-particles span:nth-child(2) {
  --x: -1;
  --y: -1;
  top: 60%;
  right: 20%;
}
.card-particles span:nth-child(3) {
  --x: 0.5;
  --y: 1;
  top: 20%;
  left: 40%;
}
.card-particles span:nth-child(4) {
  --x: -0.5;
  --y: 1;
  top: 80%;
  right: 40%;
}
.card-particles span:nth-child(5) {
  --x: 1;
  --y: 0.5;
  top: 30%;
  left: 60%;
}
.card-particles span:nth-child(6) {
  --x: -1;
  --y: 0.5;
  top: 70%;
  right: 60%;
}

#card::before {
  content: "";
  background: radial-gradient(
    circle at center,
    rgba(0, 255, 170, 0.1) 0%,
    rgba(0, 162, 255, 0.05) 50%,
    transparent 100%
  );
  filter: blur(20px);
  opacity: 0;
  width: 150%;
  height: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.tracker:hover ~ #card::before {
  opacity: 1;
}

.tracker {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.tracker:hover {
  cursor: pointer;
}

.tracker:hover ~ #card #prompt {
  opacity: 0;
}

.tracker:hover ~ #card {
  transition: 300ms;
  filter: brightness(1.1);
}

.container:hover #card::before {
  transition: 200ms;
  content: "";
  opacity: 80%;
}

.canvas {
  perspective: 800px;
  inset: 0;
  z-index: 200;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "tr-1 tr-2 tr-3 tr-4 tr-5"
    "tr-6 tr-7 tr-8 tr-9 tr-10"
    "tr-11 tr-12 tr-13 tr-14 tr-15"
    "tr-16 tr-17 tr-18 tr-19 tr-20"
    "tr-21 tr-22 tr-23 tr-24 tr-25";
}

.tr-1 {
  grid-area: tr-1;
}

.tr-2 {
  grid-area: tr-2;
}

.tr-3 {
  grid-area: tr-3;
}

.tr-4 {
  grid-area: tr-4;
}

.tr-5 {
  grid-area: tr-5;
}

.tr-6 {
  grid-area: tr-6;
}

.tr-7 {
  grid-area: tr-7;
}

.tr-8 {
  grid-area: tr-8;
}

.tr-9 {
  grid-area: tr-9;
}

.tr-10 {
  grid-area: tr-10;
}

.tr-11 {
  grid-area: tr-11;
}

.tr-12 {
  grid-area: tr-12;
}

.tr-13 {
  grid-area: tr-13;
}

.tr-14 {
  grid-area: tr-14;
}

.tr-15 {
  grid-area: tr-15;
}

.tr-16 {
  grid-area: tr-16;
}

.tr-17 {
  grid-area: tr-17;
}

.tr-18 {
  grid-area: tr-18;
}

.tr-19 {
  grid-area: tr-19;
}

.tr-20 {
  grid-area: tr-20;
}

.tr-21 {
  grid-area: tr-21;
}

.tr-22 {
  grid-area: tr-22;
}

.tr-23 {
  grid-area: tr-23;
}

.tr-24 {
  grid-area: tr-24;
}

.tr-25 {
  grid-area: tr-25;
}

.tr-1:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-2:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-3:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
}

.tr-4:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(5deg) rotateZ(0deg);
}

.tr-5:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(10deg) rotateZ(0deg);
}

.tr-6:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-7:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-8:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg);
}

.tr-9:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(5deg) rotateZ(0deg);
}

.tr-10:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(10deg) rotateZ(0deg);
}

.tr-11:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-12:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-13:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.tr-14:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(5deg) rotateZ(0deg);
}

.tr-15:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
}

.tr-16:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-17:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-18:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(0deg) rotateZ(0deg);
}

.tr-19:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(5deg) rotateZ(0deg);
}

.tr-20:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(10deg) rotateZ(0deg);
}

.tr-21:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-22:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-23:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
}

.tr-24:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(5deg) rotateZ(0deg);
}

.tr-25:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(10deg) rotateZ(0deg);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

.card-glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 45%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.05) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transition: opacity 300ms;
}

.cyber-lines span {
  position: absolute;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(92, 103, 255, 0.2),
    transparent
  );
}

.cyber-lines span:nth-child(1) {
  top: 20%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s linear infinite;
}

.cyber-lines span:nth-child(2) {
  top: 40%;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  animation: lineGrow 3s linear infinite 1s;
}

.cyber-lines span:nth-child(3) {
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s linear infinite 2s;
}

.cyber-lines span:nth-child(4) {
  top: 80%;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  animation: lineGrow 3s linear infinite 1.5s;
}

.corner-elements span {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(92, 103, 255, 0.3);
}

.corner-elements span:nth-child(1) {
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
}

.corner-elements span:nth-child(2) {
  top: 10px;
  right: 10px;
  border-left: 0;
  border-bottom: 0;
}

.corner-elements span:nth-child(3) {
  bottom: 10px;
  left: 10px;
  border-right: 0;
  border-top: 0;
}

.corner-elements span:nth-child(4) {
  bottom: 10px;
  right: 10px;
  border-left: 0;
  border-top: 0;
}

.scan-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(92, 103, 255, 0.1),
    transparent
  );
  transform: translateY(-100%);
  animation: scanMove 2s linear infinite;
}

@keyframes lineGrow {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes scanMove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/* Modyfikacja istniejących styli */
#card:hover .card-glare {
  opacity: 1;
}

.corner-elements span {
  transition: all 0.3s ease;
}

#card:hover .corner-elements span {
  border-color: rgba(92, 103, 255, 0.8);
  box-shadow: 0 0 10px rgba(92, 103, 255, 0.5);
}
.logistica {
  width: 100%;
  height: 100vh;
  background: url("../img/Fondo\ 1.jpg") no-repeat center center;
  background-size: cover;
}
.side-arriba{
  width: 100%;
  height: 20%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.side-arriba h2{
  text-align: center;
  font-size: 50px;
  color: #ffffff;
}
.side-abajo{
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cartita {
  width: 25rem;
  height: auto;
  perspective: 1000px;
  padding: 20px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-inner {
  width: 370px;
  height: 270px;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.cartita:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-back {
  background-color: #092736;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.card-back p {
  font-size: 18px;
  line-height: 1.4;
}

.card-back ul, li {
  margin: 10px;
  font-size: 13px;
  color: white;
}
.card-back ul {
  color: #359dce;
  font-size: 16px;
}

.side-foto{
  width: 20rem;
}
.side-foto img{
  width: 370px;
  height: 270px;
}

.side-text{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.side-text img{
  width: 2rem;
  margin: 0 5px;
}
.side-text p{
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.cds{  
  width: 100%;
  min-height: 100vh;
  background-color: #0b212d;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap
}
.titulo-head{
  width: 100%;
  height: 10%;
  margin-bottom: 130px;
}
.titulo-head h2{
  font-size: 50px;
  color: #ffffff;
  text-align: center;
}
.proceso-container{
  width: 100%;
  height: 15rem;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.paso {
  /* background-color: #22d8e0; */
  border-radius: 100px;
  width: 12rem;
  height: 11.3rem;
  padding: 0px;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: transform 1s ease, box-shadow 0.3s ease;
  flex-wrap: wrap
}

.paso:hover {
  transform: translateY(-15px);
  box-shadow: 0 10px 50px #ffffff4d;
}

/* Flecha derecha con CSS */
.paso::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #00d6d6;
  z-index: 0;
}

.icono {
  font-size: 40px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  padding: 0;
}

.icono img {
  width: 97%;
  height: 97%;
  background-size: cover;
}

.titulo {
  font-weight: bold;
  margin-bottom: 2px;
  height: 4rem;
  color: white;
  z-index: 1;
  position: relative;
  animation: aparecer 0.9s ease;
}

.descripcion {
  display: none;
  margin-top: 5px;
  padding: 17px;
  border-radius: 70px;
  font-size: 15px;
  backdrop-filter: blur(40px);
  color: #fff;
  position: relative;
  z-index: 1;

}

.paso.activo {
  transform: translateY(-100px);
  box-shadow: 0 5px 50px #00d6d6;
  height: auto;
  padding-bottom: 20px;
}

.paso.activo .descripcion {
  display: block;
}

@keyframes aparecer {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.titulo-foot {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

/* Ocultar flecha en el último paso */
.paso:last-child::after {
  display: none;
}

.titulo-foot{
  width: 100%;
  height: 10%;
}
.titulo-foot h2{
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}

/*eligenos*/ 

.eligenos{  
  width: 100%;
  height: 100vh;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap
}
.eligenos p{
  font-size: 30px;
  text-align: center;  
  color: #ffffff;
}
.encabezado-eli{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.encabezado-eli h2{
  font-size: 40px;
  text-align: center; 
  color: #ffffff; 
}
.paraf{
  width: 100%;
  font-size: 20px;
  text-align: center;  
  padding: 10px 100px;
}
.desc{
  width: 100%;
  height: 6rem;
}
.info{
  width: 22rem;
  height: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0px 8rem;
}
.info img{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info p{
  width: 100%;
  height: 5rem;
  font-size: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-left: 2rem;
}
.lado-derecho{
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.lado-izquierdo{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.matto {
  background-color: #0b212d;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.matto h2{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 40px;
}
.card-flip{
  width: 100%;
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; 
}
.cart{
  width: 25%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  height: 80%;
}
.arriba{
  display: flex;
  justify-content: center;
  align-items: start;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* O puedes usar rotateX(180deg) si quieres que gire verticalmente */
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  overflow: hidden;
}
.flip-card-front img{
  width: 6rem;
  margin:1rem;
}
.flip-card-front h3{
  font-size: 15px;
}
.flip-card-front {
  background-color: #3498db;
}

.flip-card-back {
  background-color: #25bbe9;
  color: black;
  transform: rotateY(180deg);
}
.flip-card-back ul {
  font-size: 13px;
  color: #313335;
  justify-content: center;
  align-items: center;
  list-style-position: inside;
  max-height: 100%;
}
.flip-card-back li {
  font-size: 12px;
  color: #000;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
}

/* Estilo general para la sección de "Razones" */
.razones-mantenimiento {
    background-color: #000000; /* Fondo negro como en tu imagen */
    color: #ffffff; /* Texto blanco */
    padding: 60px 20px; 
    text-align: center; 
}

.razones-mantenimiento h2 {
    margin-bottom: 40px; 
    font-size: 2rem; 
}

.razones-contenido {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 40px; 
    max-width: 1200px; 
    margin: 0 auto; 
    text-align: left; 
}

/* Estilos para la lista de razones */
.razones-lista {
    flex: 1; 
}

.razones-lista ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.razones-lista li {
    display: flex;
    align-items: center; /* Alinea el check y el texto */
    margin-bottom: 15px; /* Espacio entre cada razón */
    font-size: 2.1rem;
}

.razones-lista li img {
    width: 25px; /* Ancho del ícono de check */
    margin-right: 25px; /* Espacio entre el check y el texto */
}

/* Estilos para la imagen del camión */
.razones-imagen {
    flex: 1; 
}

.razones-imagen img {
  width: 500px;
    max-width: 100%; 
    height: 300px;
    max-height: 100%;
    border-radius: 8px; 
}

/*carousel */

.carousel {
  width: 100%;
  overflow: hidden;
  background: #0b212d;
  padding: 40px 0;
}

.marquee_header {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  gap: 2rem;
  padding-left: 100%;
}

@keyframes marquee {
  0% {
    transform: translateX(-36%);
  }
  100% {
    transform: translateX(-64%);
  }
}

.secuencia {
  background-color: #000000;
  border-radius: 12px;
  padding: 1rem;
  width: 300px;
  min-width: 300px;
  color: white;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.secuencia img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.secuencia h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.secuencia p {
  font-size: 0.95rem;
  line-height: 1.4;
}
.contratacion {
 background-color: #000000; 
    color: #ffffff; 
    padding: 60px 20px; 
    text-align: center; 
}

.hiring-process-wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.hiring-process-wrapper h2 {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    margin-bottom: 30px;
}

/* --- Línea de Tiempo Interactiva --- */
.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.timeline .dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg-color);
    border: 2px solid var(--disabled-color);
    color: var(--disabled-color);
    display: grid;
    place-items: center;
    font-weight: bold;
    transition: all 0.3s ease;
}
.timeline .line {
    flex-grow: 1;
    height: 3px;
    background-color: var(--disabled-color);
    transition: background-color 0.3s ease;
}
/* Estilos para el estado activo */
.timeline .dot.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--bg-color);
}
.timeline .line.active {
    background-color: var(--accent-color);
}


/* --- Contenedor y Estilos del Carrusel --- */
.carousel-container {
    position: relative;
    min-height: 150px; 
}

.step {
    display: none; /* Oculta todos los pasos por defecto */
}

.step.active {
    display: block; /* Muestra solo el paso activo */
    animation: fadeIn 0.5s ease-in-out;
}

.step h3 {
    font-family: var(--font-serif);
    font-size: 3rem;
    color: var(--accent-color);
    margin: 5px 0 15px 0;
}

.step p {
    font-size: 2rem;
    color: var(--secondary-text-color);
    line-height: 1.6;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Botones de Navegación --- */

button {
    background-color: var(--accent-color);
    color: var(--bg-color);
    border: none;
    padding: 12px 25px;
    font-size: 4rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px;
    transition: background-color 0.3s;
}
button:hover {
    transform: scale(1.4); 
    
}
button:disabled {
    background-color: var(--disabled-color);
    cursor: not-allowed;
}

.spacioss-footer {
    width: 100%;
}

/*formulario contactanos*/


.formulario {
  background-color: #0b212d;
  color: #ffffff;
  padding: 60px 40px;
  display: flex; 
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;
  text-align: center;
}
.logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.logo-area img {
  width: 150px;
  margin-top: 110px;
  margin-left: 100px;
}

.logo-area h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  margin-left: 100px;
}

.formulario1 {
  max-width: 600px;
  width: 100%;
}

.formulario1 h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

form .fila {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

form input,
form textarea {
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
  outline: none;
}

form select {
flex: 1;
  padding: 15px;
  border: none;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
  outline: none;
}


form input::placeholder,
form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.mensaje textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
form button {
  margin-top: 15px;
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  background-color: #00bfff;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  align-items: center;
  justify-content: center;
}

form button:hover {
  background-color: #007acc;
}
form select option {
  appearance: none;
  background-color: #007acc;
  color: white; /* Texto visible */
}


/*pie de pagina*/

.footer-bottom {
    background-color: #e9e9e9; 
    padding: 40px 60px;
    color: #333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
    gap: 20px; 
}

.footer-column {
    flex: 1; 
    min-width: 220px; 
}

.logo-bottom {
    height: 150px; 
    margin-bottom: 10px;
}

.logo-text-bottom {
    font-size: 1.8em;
    font-weight: bold;
    color: #0d2c3a;
}


.footer-column h4 {
    font-size: 1em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}


.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
    line-height: 2;
    font-weight: 600;
    font-size: 0.9em;
}

.footer-column ul li a:hover {
    color: #00aaff;
}

/* Dirección */
.address {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.5;
}

.address .fa-map-marker-alt {
  margin-left: -50px;
    font-size: 1.5em;
    color: #555;
}

.address img {
 width: 40px;  
    height: 40px;
    object-fit: contain;
    border-radius: 10px; 
    transition: transform 0.2s ease;
}
.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    margin-left: 65px;
}


.social-icons img {
   width: 40px;  
    height: 40px;
    object-fit: contain;
    border-radius: 10px; 
    transition: transform 0.2s ease; 
}

.social-icons img:hover {
    transform: scale(1.4); 
}

.contact-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.contact-info img {
    width: 40px;  
    height: 40px;
    object-fit: contain;
    border-radius: 10px; 
    transition: transform 0.2s ease;
    margin-left: -40px;
    margin-top: 26px;
}

.contact-info .fa-user {
    font-size: 2.5em; 
    color: #555;
}

.contact-numbers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-number {
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
}


/*bolitas*/


.pie-pagina{
  width: 100%;
  background-color: #212324;
}
.pie-pagina .grupo-1{
  width: 100%;
  max-width: 1200px;
  margin:auto;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap:50px;
  padding: 5px 0px;
}
.box ul {
color: #ffffff;
padding:0;
list-style:none;
line-height:1.6;
font-size:20px;
margin-bottom:0;
}
.box ul a {
color:inherit;
text-decoration:none;
opacity:0.6;
}

.box ul a:hover {
opacity:0.8;
}

.pie-pagina .grupo-1 .box h2{

  color: #fff;
  margin-bottom: 25px;
  font-size: 25px;

}
.pie-pagina .grupo-1 .box h4{
color: #fff;
margin-bottom: 25px;
font-size: 20px;
text-align: center;
}
.pie-pagina .grupo-1 .box h5{
color: #fff;
margin-bottom: 25px;
font-size: 20px;
text-align: center;
}
.pie-pagina .grupo-1 .box p{
  color: #efefef;
  margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a{

  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  left: 100px;
  background-color: #1b1b1b;
  text-align: center;
  transition: all 300ms ease;
  border-radius: 50%;
  
  margin-left:13%;

}
.pie-pagina .grupo-1 .red-social a:hover{
  color: rgba(180, 180, 180, 0.849);
}

@media screen and (max-width:800px){
  .pie-pagina .grupo-1{
      width: 90%;
      grid-template-columns: repeat(1, 1fr);
      grid-gap:30px;
      padding: 35px 0px;
  }
       .coloritoser{
        margin-top: -10px;
      }
}
/** footer2**/
/*Footer de bolas GC*/  
.bolitas-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.grupo-2 {
  padding: 20px 10px;
  text-align: center;
}

.grupo-3 {
  text-align: center;
  color: #fff;
}


.footeer{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(255, 255, 255);
    border-radius: 500px;
    transition: transform 15s ease;
}
.foote1{
    margin: 20px;
    box-shadow: 0px 0px 50px 5px #444444a7;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(83, 83, 83);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.foote9{
    margin: 20px;
    box-shadow: 0px 0px 50px 5px #36f8d2;
    border-radius: 100px;
}
.pie-pagina .grupo-2{
padding: 10px 10px;
text-align: center;
color: rgb(0, 0, 0);
height: 100%;

}
.pie-pagina .grupo-3 small{
font-size: 15px;
}
.pie-pagina .grupo-3{

text-align: center;
color: #000000;
}

/*responsive Telefono*/
@media screen and (max-width: 768px){


  body {
  overflow-x: hidden;
}

  .main-head {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  .header-left {
    width: 100%;
    justify-content: center;
    border-radius: 0;
  }

  .header-right {
    width: 100%;
    justify-content: center;
    border-radius: 0;
  }

  .nav-links li {
    display: block;
    padding: 10px 0;
    text-align: center;
  }

  .logo img {
    height: 80px;
  }

  .Inicio {
    width: 100%;
    height: auto;
    flex-direction: column;
    max-width: 90%;
  }

  .contenido h1 {
    font-size: 40px;
    
  }

  .contenido h2 {
    font-size: 14px;
  }

  .icon {
    width: 40%;
  }

  .side-a img {
    width: 60%;
  }

  .side-b h2 {
    font-size: 28px;
  }

  .side-b h3 {
    font-size: 20px;
  }

  .content h3 {
    font-size: 30px;
  }

  .content li {
    font-size: 20px;
  }

  .m-v {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 50px 20px;
    background-size: cover;
    background-position: center;
  }

  .parte-a {
    width: 100%;
    max-width: 90%;
    padding: 2rem 1rem;
    height: auto;
  }

  .mision-content {
    padding: 1.5rem 1rem;
    font-size: 1rem;
    border-radius: 40px;
  }

  .parte-a h3 {
    font-size: 2rem;
  }

  .distincion {
    flex-direction: column;
    padding-left: 0;
    background-size: cover;
  }

  .somos {
    flex-direction: column;
    padding-left: 0;
    background-size: cover;
    overflow-x: hidden;
  }

  .parte-a {
    width: 90%;
    padding: 2rem 1rem;
  }

  .equipo {
    padding: 1rem;
    background-size: cover;
  }

  .team {
    flex-direction: column;
    height: auto;
    gap: 2rem;
  }

  .integrante {
    width: 100%;
    height: auto;
  }

  .leasing {
    padding: 2rem 1.5rem;
    background-size: cover;
    background-position: center;
    min-height: auto;
  }

  .leasing h2 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 40px;
  }

  .leasing p {
    font-size: 18px;
    width: 100%;
    text-align: justify;
  }

  .contratos {
    padding: 2rem 1rem;
    height: auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .tarjetitas {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }

  .slide {
    width: 100%;
  max-width: 95%;
  margin-bottom: 2.5rem; /* espacio entre tarjetas */
  padding: 1rem;
  box-sizing: border-box;
  }

  .container {
    position: relative;
    width: 100%;
    height: auto;
  }

  #card {
  width: 100%;
  min-height: 480px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  }

  .card-content {
    height: auto;
    padding-bottom: 1rem;
  }

  .cabeza h3 {
    font-size: 24px;
    padding: 5px 20px;
  }

  .cabeza p {
    font-size: 18px;
    padding: 20px 15px;
  }

  .cabeza button {
    font-size: 16px;
    padding: 8px 12px;
  }

  .contratos h2 {
    font-size: 22px;
    text-align: center;
    margin: 2rem 1rem 0;
  }

  


  .cds {
    height: auto;
    padding: 2rem 1rem;
    background-size: cover;
  }

  .logistica {
    height: auto;
    padding: 2rem 1rem;
    background-size: cover;
  }

  .side-arriba h2 {
    font-size: 30px;
  }

  .titulo-head h2 {
    font-size: 30px;
  }

  .side-abajo {
    flex-direction: column;
    height: auto;
  }

  .cartita {
    width: 90%;
    height: auto;
    margin: 20px 0;
  }

  .side-foto {
    width: 100%;
  }

  .side-foto img {
    width: 100%;
    height: auto;
  }

  .side-text {
    flex-direction: column;
    gap: 10px;
  }

  .side-text p {
    font-size: 16px;
    padding: 10px;
  }

  .side-text img {
    width: 1.5rem;
  }

  .eligenos {
    height: auto;
    padding: 2rem 1rem;
    background-size: cover;
    overflow-x: hidden;
  }

  .matto {
    height: auto;
    padding: 2rem 1rem;
    background-size: cover;
  }

  .contratacion {
    height: auto;
    padding: 2rem 1rem;
    background-size: cover;
  }

  .side-abajo {
    flex-direction: column;
    gap: 2rem;
  }

  .cartita {
    width: 100%;
    margin: 10px 0;
    overflow-x: hidden;
  }

  .side-foto {
    width: 100%;
  }

  .side-foto img {
    width: 100%;
    height: auto;
  }

  .side-text {
    flex-direction: column;
    gap: 10px;
  }

  .side-text img {
    width: 1.5rem;
  }

  .cds {
    height: auto;
    padding: 3rem 0;
  }

  .titulo-head h2 {
    font-size: 35px;
  }

  .titulo-foot h2 {
    font-size: 30px;
    margin-top: -130px;
  }

  .proceso-container {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 80px;
    width: 100%;
  }

  .paso {
    width: 80%;
    max-width: 12rem;
    height: auto;
    margin: 0;
  }

  .paso::after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #00d6d6;
    right: 50%;
    top: 100%;
    transform: translateX(50%);
    margin-top: 15px;
  }

  .card-flip {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }

  .cart {
    width: 90%;
  }

  .flip-card {
    height: 250px;
  }

  .encabezado-eli {
    flex-direction: column;
  }

  .info {
    flex-direction: column;
    width: 90%;
    margin: 1rem 0;
  }

  .info img {
    margin: 10px 0;
  }

  .paraf2 {
    padding-top: 3rem;
  
  }

  .lado-derecho {
    justify-content: center;
    margin: 1.5rem;
  }

  .lado-izquierdo {
    justify-content: center;
    margin: 1.5rem;
  }

  .razones-contenido {
    flex-direction: column;
    gap: 20px;
  }

  .razones-imagen img {
    width: 100%;
    height: auto;
  }

  .razones-lista li {
    font-size: 16px;
  }

  .razones-lista li img {
    width: 20px;
    margin-right: 10px;
  }

  .carousel {
  overflow-x: auto;
  white-space: nowrap;
}


  .marquee__inner {
    gap: 1rem;
  }

  .secuencia {
  width: 100%;
  min-width: unset;
  max-width: 100%;
}

  .secuencia img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 0.5rem;
  }

  .secuencia h3 {
    font-size: 1rem;
  }

  .secuencia p {
    font-size: 0.85rem;
  }

  .timeline {
    flex-direction: column;
    gap: 10px;
  }

  .timeline .line {
    width: 80%;
    height: 2px;
  }

  .timeline .dot {
    width: 300px;
    height: auto;
    font-size: 14px;
  }

  .step h3 {
    font-size: 1.5rem;
  }

  .step p {
    font-size: 1rem;
  }

  .info {
    margin-left: auto;
    margin-right: auto;
  }

  .cartita {
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    font-size: 90%;
    text-align: center;
  }

  h2 {
    font-size: 90%;
    text-align: center;
  }

  h3 {
    font-size: 90%;
    text-align: center;
  }

  h4 {
    font-size: 90%;
    text-align: center;
  }

  h5 {
    font-size: 90%;
    text-align: center;
  }

  p {
    font-size: 90%;
    text-align: center;
  }

  li {
    font-size: 90%;
    text-align: center;
  }

  label {
    font-size: 90%;
    text-align: center;
  }

  .formulario {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    align-items: center;
  }

  .logo-area {
    margin-top: 0;
  }

  .logo-area img {
    margin-left: 0;
  }

  .logo-area h2 {
    margin-left: 0;
  }

  .formulario1 {
    width: 100%;
  }

  form .fila {
    flex-direction: column;
  }

  .encabezado-eli {
    flex-direction: column;
    align-items: center;
  }

  .side-abajo {
    flex-direction: column;
    align-items: center;
  }

  .razones-contenido {
    flex-direction: column;
    align-items: center;
  }

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

  .descripcion {
    font-size: 1rem;
  }

  .secuencia {
    width: 90%;
    margin: 0 auto;
  }

  .timeline {
    flex-direction: column;
    gap: 10px;
  }

  .timeline .line {
    width: 80%;
    height: auto;
  }

  .timeline .dot {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .info {
    flex-direction: column;
    width: 90%;
    margin: 1rem 0;
  }

  .info img {
    width: 4rem;
    height: 4rem;
  }

  .info p {
    font-size: 1rem;
    margin-left: 0;
  }

  .paraf {
    padding: 10px;
  }

  .razones-imagen img {
    width: 100%;
    height: auto;
  }

  .razones-lista li {
    font-size: 1rem;
  }

  .razones-lista li img {
    width: 20px;
    margin-right: 10px;
  }

  .footer-container {
    gap: 30px;
  }

  .footer-column {
    align-items: center;
    text-align: center;
  }

  .contact-info {
    margin-left: -25px;
    align-items: center;
  }

  .contact-info img {
    margin-left: 0;
    margin-top: 10px;
  }

  .pie-pagina .grupo-1 {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 20px 0;
  }

  .pie-pagina .grupo-1 .box {
    text-align: center;
  }

  .pie-pagina .grupo-1 .red-social a {
    margin-left: 0;
  }

.subgrupo{
    width: 100%;
    /* height: 15vh; */
    display: flex;
    justify-content: center;
    align-items: end;
}

/* .bolitas-container {
    width: 250px;
    height: 250px;
    margin-left: -50px;
    gap: 20px;
  } 


  .bolitas-container a:not(.centro) {
    width: 60px;
    height: 60px;
  }

  
    .footeer, .foote1, .foote2, .foote3, .foote4, .foote5, .foote6, .foote7, .foote8, .foote9 {
        margin: 10px;  Reducir márgenes 
        padding: 5px;  Reducir padding 
        box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5);  Ajustar sombra 
        border-radius: 30px;  Reducir borde redondeado 
        margin-top: -10px;
    }
    */

    .grupo-3 small {
        font-size: 0.5rem; /* Reducir tamaño de fuente */
        font-family: Arial, Helvetica, sans-serif;
    }

    .grupo-3 {
        width: 100%;
        padding: 6px 5px; /* Reducir padding */
        text-align: center;
        color: rgb(0, 0, 0);
    }

  button {
    font-size: 1.5rem;
    padding: 10px 20px;
  }

  button:hover {
    transform: scale(1.1);
  }

  .titulo-head h2 {
    font-size: 24px;
  }

  .titulo-foot h2 {
    font-size: 24px;
  }

  .contratacion h2 {
    font-size: 24px;
  }

  .matto h2 {
    font-size: 24px;
  }

  .carousel .marquee_header {
    font-size: 22px;
  }
}