@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
h1{
  font-weight: 900 !important;
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
 
  /*background: url("bg.png"), -webkit-linear-gradient(bottom, #0250c5, #d43f8d);*/
  background-color: #f2f2f2;
}
::selection{
  color: #fff;
  background: #d43f8d;
}
.contenedor{
  width: 50%;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 10px 35px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.contenedor header{
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.contenedor .form-outer{
  width: 100%;
  overflow: hidden;
}
.contenedor .form-outer form{
  display: flex;
  width: 600%;
}
.form-outer form .page{
  width: 16.67% ;
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title{
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 63px !important;
}
.form-outer form .page .field{
  width: 100%;
  height: 45px;
  margin: 10px 0;
  display: flex;
  position: relative;
  margin-bottom: 59px !important;
}
form .page .field .label{
  position: absolute;
  top: -30px;
  font-weight: 500;
}
form .page .field input{
  height: 100%;
  width: 100%;
  border: 1px solid #EBEEF7;
  background-color: #EBEEF7;
  padding-left: 15px;
  font-size: 13px;
  border-radius: 10px;
  padding-top: 30px !important;
  padding-bottom: 30px;

}
form .page .field textarea{
  height: 120px;
  width: 100%;
  border: 1px solid #EBEEF7;
  background-color: #EBEEF7;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 13px;
}
form .page .field select{
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
  background-color: #EBEEF7;
  border-color: #EBEEF7;
  border-radius: 5px ;
  margin-bottom: -17px;
}
form .page .field button{
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #0c5adb;
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
form .page .field button:hover{
  background: #000;
}
form .page .btns button{
  margin-top: -20px!important;
}
form .page .btns button.prev{
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next{
  margin-left: 3px;
}
.contenedor .progress-bar{
  display: flex;
  margin: 40px 0;
  user-select: none;
}
.contenedor .progress-bar .step{
  text-align: center;
  width: 100%;
  position: relative;
}
.contenedor .progress-bar .step p{
  font-weight: 500;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}
.progress-bar .step .bullet{
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.active{
  border-color: #0c5adb;
  background: #0c5adb;
}
.progress-bar .step .bullet span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span{
  display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after{
  position: absolute;
  content: '';
  bottom: 11px;
  right: -64px;
  height: 3px;
  width: 44px;
  background: #262626;
}
.progress-bar .step .bullet.active:after{
  background: #0c5adb;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after{
  display: none;
}
.progress-bar .step p.active{
  color: #0c5adb;
  transition: 0.2s linear;
}
.progress-bar .step .check{
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active{
  display: block;
  color: #fff;
}
 .class_una_linea {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.badge-primary {
    background-color: #6569df;
}
.badge {
    padding: 5px 7px;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.icono_ojo_pass {
    position: absolute;
    right: 25px;
    font-size: 25px;
}
.informacion{
  border-radius: 20px;
  border: 3px solid #e5e7eb;
  padding: 3%;
  margin-bottom: 40px;
}
.informacion .btn{
  margin-top: 31px !important;
  padding: 0.585rem 0.85rem;
}
.informacion .imagen{
  margin-top: 0;
  padding:0 !important;
  width:100%;
}
.borde-verde{
  border-width: 2px;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-width: 2px;
  border-radius: 0.5rem;
                  border: 3px solid rgb(34 197 94/var(--tw-border-opacity));
                  align-items: center;
                  padding:10px;
                  margin-top: 20px;
}
.etiqueta-verde{
  --tw-text-opacity: 1;
  color: rgb(34 197 94/var(--tw-text-opacity));
}
hr {
  margin-bottom: 4rem !important;
}
.h-25px {
  height: 25px!important;
}.iconos-input{
margin-right: 1.25rem !important;right: 0!important;top: 40%!important;position: absolute!important;
}
.bg-gris {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity));
  border: 0 solid #e5e7eb;
  color:black;
}
.bg-gris:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity));
  border: 0 solid #f1f5f9;
  color:black;
}
.pb-80{
  margin-top: 86px !important;
}
.contrato-preview {
  background: linear-gradient(to bottom, blue, pink);
}
/* Sombras*/
.container-image {
  width: 500px;
  position: relative;
  }

  .container-image img {
  width: 100%;
  }

  .container-image::after {
  content: "";
  width: 100%;
  height: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #000, transparent);
  }
  #facturacion{
    display: none;
  }
 
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}