.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../assets/medusa.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

/* Estado inicial del navbar (transparente) */
.nav-transparente {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out; /* Transición suave */
}

/* Clase que se agregará al hacer scroll */
.nav-transparente.scrolled {
    background-color: #000000 !important; /* Fondo negro */
}
body {
  font-family: 'Poppins', sans-serif;
}

.bottom-boxes {
  position: absolute;
  bottom: 0; /* los pega abajo */
  left: 0;
  width: 100%;
  display: flex;
}

/* Cada div */
.box {
  flex: 1;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 20px;
  text-align: center;
}

.med{
    color: #1a06b8;
}

.segt{
   color: #000000;
}

.iconostexto{

color: #1a06b8;
width: 63%;


}
.text-blue{
    color: #1a06b8;
}
.imgx{

    width: 35%;
}



.tecnologia h2 {
  font-size: 2.5rem;
}

.tecnologia .text-primary {
  color: #2d2dcf !important;
}

.icono {
  width: 50px;
  height: 50px;
  background: #2d2dcf;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.sp-we{
margin-top: 15%;
}
.btn-color{
    background: linear-gradient(
  90deg,
  #73c1c8,
  #5ca8cd,
  #4b6bdc,
  #5a28dc
);
color: white;
padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 15%;
  padding-right: 15%;

}


.btn-div{
    margin-top: 8%;
    margin-bottom: 8%;

}


.cta-section {
  min-height: 400px;
  background-image: url('../assets/Fondo.png');
  background-size: cover;       /* Ajusta la imagen para cubrir todo */
  background-position: center;  /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que se repita */
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.icon {
  font-size: 40px;
  color: white;
}

.cta-section h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.btn-primary {
  background: #2b1bbd;
  border: none;
}

.btn-primary:hover {
  background: #1f1590;
}




.footer-section {
  background: #2416b5;
}

.footer-section h4 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-f{
  padding-top: 20%;
}
@media (max-width: 768px) {
  .iconostexto {
    width: 100%;
    text-align: center;
margin: 0 auto;
  }
}