  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{

    font-family: "Montserrat", Regular;

}
  .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #00d757;
  z-index: 1000;
  animation: vibrate 2s infinite ease-in-out; /* Animación de vibración */
}

.sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 25px;
}

.sign svg path {
  fill: white;
}

.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 0.9em;
  font-weight: 600;
  transition-duration: 0.3s;
}

.Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}

.Btn:active {
  transform: translate(2px, 2px);
}


/* Animación de vibración */
@keyframes vibrate {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2px, 2px); }
  50% { transform: translate(2px, -2px); }
  75% { transform: translate(-2px, -2px); }
  100% { transform: translate(0, 0); }
}

/* Efecto de resaltar con brillo */
.Btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  animation: pulse 2s infinite;
}

/* Animación de brillo */
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 0.2; }
  100%
{ transform: scale(1); opacity: 0.7; }
}

/* Animacion de card de que es brika*/


/* Contenedor interno */


/* Título centrado */
.titulo {
  text-align: center;
  font-size: 4.2em;
  margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}
.respuesta{
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 25px;
}

/* Grid 2 columnas */
.contenido {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

/* Imagen */
.imagen img {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  display: block;
  margin: auto;
}

/* Texto */
.texto p {
  font-size: 1.1em;
  line-height: 1.6;
}

.valores {
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}


/* ANIMACIÓN QUE YA TENÍAS */

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



/* que hacemos */
/* From Uiverse.io by Yaya12085 */ 
.cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  background-color: #36623F;
  padding: 1.8rem;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */
  border: 4px solid #36623F;
  box-shadow: 0 6px 10px #636364ff;
  transition: all 0.3s ease;
}
.cards:hover {
  transform: translateY(-10px);
}


.header {
  text-align: center;
  margin-bottom: 20px;
}


.title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff
}
.price {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
}

/* Lista */
.lists {
  margin-top: 20px;
  color: #fff;
}

.lists .list {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.lists .list svg {
  height: 1.4rem;
  width: 1.4rem;
  margin-right: 10px;
  color: #fff;
  flex-shrink: 0;
}
#qhacemos {
  color: #fff;
  margin-bottom: 50px;
  font-size: 4.2em;;
  text-align: center;
  font-weight: bold;
}
#servicios {
  background-color: #1c2527;
  padding: 60px 0;
}
/* como funciona */
/* From Uiverse.io by 0xnihilism */ 
.card_funciona {
  width: 300px;
  padding: 20px;
  background: #fff;
  border: 6px solid #1c2527;
  box-shadow: 12px 12px 0 #1c2527;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 1.5rem;
}

.card_funciona:hover {
  transform: translate(-5px, -5px);
  box-shadow: 17px 17px 0 #1c2527;
}

.card__icon {
  font-size: clamp(36px, 6vw, 82px);
  color: #36623f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.card__title {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 3px;
  background-color: #000;
  transform: translateX(-100%);
  transition: transform 0.3s;
}

.card_funciona:hover .card__title::after {
  transform: translateX(0);
}

.card__content {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 20px;
}

.card__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.card__form input {
  padding: 10px;
  border: 3px solid #000;
  font-size: 16px;
  font-family: inherit;
  transition: transform 0.3s;
  width: calc(100% - 26px); /* Adjust for padding and border */
}

.card__form input:focus {
  outline: none;
  transform: scale(1.05);
  background-color: #000;
  color: #ffffff;
}

.card__button {
  border: 3px solid #000;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  left: 20%;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  width: 50%;
  height: 100%;
}

.card__button::before {
  content: "Sure?";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #5ad641;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.card__button:hover::before {
  transform: translateY(0);
}

.card__button:active {
  transform: scale(0.95);
}

@keyframes glitch {
  0% {
    transform: translate(2px, 2px);
  }
  25% {
    transform: translate(-2px, -2px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}

.glitch {
  animation: glitch 0.3s infinite;
}
#procesos{
    background-color: #36623F;
    padding: 60px 0;
}
#funciona{
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 4.2em;
}
h3{
    color: #fff;
}
#enfoque{
    background-color: #36623f;
    padding: 60px 0;
    color: #fff;
}
#titulo_enfoque{
    margin-top: 70px;
    font-size: 3.2em;
    font-weight: bold;
    color: #fff;
}
#subtitulo_enfoque{
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
}
.contactoh1{
     margin-top: 40px;
    font-size: 4.2em;
    font-weight: bold;
}
.contactoh3{
    font-size: 1.6em;
    font-weight: bold;
}

/* OPORTUNIDAD */
/* From Uiverse.io by PriyanshuGupta28 */ 
.stepper-box {
  border-radius: 12px;
  padding: 32px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #fff;
}


.stepper-step {
  display: flex;
  margin-bottom: 32px;
  position: relative;
}

.stepper-step:last-child {
  margin-bottom: 0;
}


.stepper-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  z-index: 2;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}

.stepper-completed .stepper-circle {
  background-color: #0f172a;
  color: white;
}

.stepper-active .stepper-circle {
  border: 7px solid #f4f1d9;
  color: #f4f1d9;
}

.stepper-content {
  flex: 1;
}

.stepper-title {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 25px;
}
.stepper-status {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 20px;
  color: #f4f1d9;
}

.stepper-completed .stepper-title {
  color: #f4f1d9;
}

.stepper-active .stepper-title {
  color: #f4f1d9;
}

#contacto{
  background-color: #36623f;
  padding: 60px 0;
  color: white;
}

#vision{
    background-color: #1c2527;
}
/* From Uiverse.io by Shoh2008 */ 
.form {
  display: flex;
  background: #36623f;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}

.form input{
  height: 35px;
  outline: none;
  border: 2px solid #fff;
  background: transparent;
  padding: 20px 10px;
  border-radius: 5px;
  transition: .5s;
  color: white;
  font-size: 20px;
}

.form input:focus,  .form textarea:focus{
  background: #0f172a;
  color: #fff;
}

.form textarea{
  outline: none;
  border: 2px solid #fff;
  background: transparent;
  padding: 20px 10px;
  border-radius: 5px;
  transition: .5s;
  color: white;
  font-size: 20px;
}

.form button {
  width: 100%;
  color: white;
  transition: .5s;
  font-size: 20px;
  outline: none;
  border: none;
  height: 45px;
  border-radius: 5px;
  background: #0f172a;
  align-self: flex-end;
}
    
/* footer */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  height: 70vh; }

.footer-16371 {
  padding: 7rem 0;
  font-family: "Poppins", sans-serif; }
  .footer-16371 .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900; }
    .footer-16371 .footer-site-logo a {
      color: #4200ff; }
  .footer-16371 .nav-links {
    padding: 0;
    margin: 0; }
    .footer-16371 .nav-links li {
      display: inline-block; }
      .footer-16371 .nav-links li a {
        padding: 10px;
        color: #000; }
        .footer-16371 .nav-links li a:hover {
          color: #4200ff; }
  .footer-16371 .social h3 {
    font-weight: bold;
    font-size: 18px;
    color: #000; }
  .footer-16371 .social ul li {
    display: inline-block; }
    .footer-16371 .social ul li a {
      display: inline-block;
      padding: 10px; }
    .footer-16371 .social ul li.in a {
      color: #25D366; }
    .footer-16371 .social ul li.tw a {
      color: #eb1a40; }
    .footer-16371 .social ul li.fb a {
      color: #3742d0; }
    .footer-16371 .social ul li.dr a {
      color: #fa38c1; }
  .footer-16371 .copyright {
    color: #999999; }

 /* Botón normal */
.btn-primary {
  background-color: #36623f;
  border-color: #36623f;
  color: #fff;
  transition: all 0.3s ease;
}

/* Al pasar el mouse */
.btn-primary:hover {
  background-color: #f4f1d9;
  border-color: #ffffff;
  color: #36623f;
}

/* Al hacer click */
.btn-primary:active,
.btn-primary:focus {
  background-color: #f4f1d9 !important;
  border-color: #ffffff !important;
  color: #36623f !important;
  box-shadow: none;
}
   
/* Responsividad */
@media screen and (max-width: 768px) {
  .Btn {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }

  .Btn:hover {
    width: 120px;
  }

  .text {
    font-size: 1em;
  }
  
  .contenido {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .imagen img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .imagen {
    order: 1;
  }

  .texto {
    order: 2;
  }
  .titulo {
    font-size: 1.8em;
    color: #fff;
  }

  .texto p {
    font-size: 1em;
  }
  #servicios .row.justify-content-center {
    row-gap: 30px;   /* separación entre cards */
  }

}
