.registro-servicios .container {
  position: relative;
  z-index: 1;
}

.btn-orange {
  background-color: #f57c00;
  color: white;
  padding: 0.5rem 1.4rem;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #d96a00;
}


.text-primary-cp {
  color: #002E5D;
}

.text-orange {
  color: #f57c00;
}

.btn-orange {
  background-color: #f57c00;
  color: white;
  padding: 0.5rem 1.4rem;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #d96a00;
}

.icono-fondo-organiza img{
    margin-top: 30px!important;
    margin-bottom: 40px!important;
}
.bloque-instituciones {
  margin-top: 0;
}

.text-orange {
  color: #f57c00;
}

.text-dark-cp {
  color: #002E5D;
}

.text-orange {
  color: #f57c00;
}

.text-primary-cp {
  color: #002E5D;
}

.btn-dark-blue {
  background-color: #002E5D;
  color: white;
  border-radius: 20px;
  font-size: 0.875rem;
  padding: 0.4rem 1.2rem;
  transition: 0.3s ease-in-out;
}

.btn-dark-blue:hover {
  background-color: #001f3a!important;
  color: white!important;
}

.card-funcionalidad {
  background: white;
  border: none;
  border-radius: 1rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: box-shadow 0.3s ease;
}


.card-funcionalidad .btn {
  margin-top: auto;
}


.icono-fondo-organiza {
  width: 60%!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icono-fondo-organiza img {
  width: 80%!important;
  width: auto;
  height: auto;
}