.bg-primary{
	background:#072146 !important;
}
.text-pimary{
	color:#1973b8 !important;

}
.btn-primary{
	background:#1973b8 !important;
	border-color:#1973b8 !important;
}
.input-desing{
	height:48px;
	background:#f4f4f4;
	padding:15px 0 5px 15px;
}
.select-desing {
	background: #f4f4f4;
}
.select-desing select,
.select-desing label {
	background: transparent !important;
}
.flotante{
	bottom:10px;
	transition: al .5s;
	left:15px;
}
.input-desing:focus ~ label,
.input-desing:valid + label{
	top: 0px;
	font-size: 12px;
}
.mb-3{
	margin-block: 25px!important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width:50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666666;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1973b8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1973b8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

.slider.round {
  border-radius: 25px
}

.slider.round:before {
  border-radius: 50%;
}
.btn {
	height:48px;
}
.fs-7{
	font-size: 13px;
}
footer{
	background:#f4f4f4;
	bottom: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance:none;
}
.boton{
	right: 0;
	top:10px;
	color:#1973b8;
	border-color: transparent;
	background: transparent;
	position: absolute;
}
@media (max-width:676px){
	.logo{
		height: 25px;
	}
	label{
		font-size: 14px;
	}
	.cuerpopage{
		position: relative !important;
	}
}