.custom_select {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  border: none;
  outline: none;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #696d71 !important;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 47px;
  background: #ffffff;
  padding-left: 20px;
  border: 1px solid;
  border-color: #696d71;
  outline: none;
  margin-bottom: 15px;
  border-radius: 0px;
}

.custom_select_datos_previos {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  border: none;
  outline: none;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #696d71 !important;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 27px;
  background: #ffffff;
  padding-left: 20px;
  border: 1px solid;
  border-color: #696d71;
  outline: none;
  margin-bottom: 15px;
  border-radius: 0px;
}

.custom_input {
  width: 100%;
  height: 47px;
  background: #ffffff;
  border: none;
  outline: none;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #696d71;
  font-weight: 500;
  border: 1px solid;
  border-color: #696d71;
}

.custom_input_datos_previos {
  width: 100%;
  height: 33px;
  background: #ffffff;
  border: none;
  outline: none;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #696d71;
  font-weight: 500;
  border: 1px solid;
  border-color: #a5a5a5;
  font-size: 14px !important;
  border-radius: 5px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #1f6836;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 0.9s linear infinite;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

* {
  box-sizing: border-box;
}

/* basic stylings ------------------------------------------ */

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 45px;
}
input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  height: 55px;
  border-bottom: 1px solid #757575;
}
input:focus {
  outline: none;
}

/* LABEL ======================================= */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label,
input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #5264ae;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: auto;
  bottom: 1px;
  position: absolute;
  background: #5264ae;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

.boton_reserve_su_consulta2 {
  background-color: #32c69a;
  height: 150px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 25px;
  padding: 10px;
  text-align: 'center';
}

.footer_ok {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(18, 17, 17, 0.66);
  color: white;
  text-align: center;
}
