.pasos {
  margin: 35px 0 35px 0;
}
.pasos .steps-form .steps-row .steps-step a {
  color: #fff;
}
.pasos form .setup-content {
  padding-top: 30px;
}
.pasos form .setup-content .titulo-paso {
  margin-bottom: 20px;
}
.pasos form .setup-content .titulo-radio {
  margin-top: 20px;
  margin-bottom: 5px !important;
}
.pasos form .setup-content .nextBtn {
  color: #fff;
}
.paso-inactivo {
  background-color: #2d3192;
}
.paso-activo {
  background-color: #e84c2f;
}
.ocultar {
  display: none;
}
.color-btn-siguiente {
  background-color: #2d3192;
}
.input-mapa {
  height: 2px !important;
  z-index: -10;
  position: relative;
}
.margin-botton-10 {
  margin-bottom: 10px;
}
#enviar .card {
  box-shadow: 0 0px !important;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .paquetes .col-md-3 {
    margin-bottom: 15px;
  }
  #agregar-fila {
    width: 100%;
  }
  #eliminar-paquete {
    width: 100%;
  }
  .header h2 {
    font-size: 28px;
    padding-left: 60px;
  }
  .logo {
    height: 50px !important;
    top: 30px !important;
    left: 10px !important;
  }
}
