@charset "UTF-8";
html {
  font-size: 1rem;
}

.ua-reserva2 {
  color: #3A404A;
  font-family: DMSans, sans-serif;
  position: relative;
}

.ua-reserva2 h2 {
  font-weight: 800;
  background: #3A404A;
  font-size: 1.875rem;
  text-align: center;
  margin: 0;
  padding: 0.875rem 0.3rem 0.625rem;
  color: #fff;
  line-height: 1;
}

.ua-reserva2 h2 img {
  width: 1.75rem;
  vertical-align: middle;
  margin-bottom: 0.375rem;
  margin-right: 0.35rem;
}

.ua-reserva2 .w-reserva {
  background: #EEF2E8;
  padding: 1.625rem 0;
  position: relative;
}

.ua-reserva2 .w-reserva .paso-reserva {
  border-right: 1px solid #3A404A;
  height: 100%;
  max-width: 100%;
  padding: 0 1.25rem 0 0.625rem;
}

@media only screen and (max-width: 768px) {
  .ua-reserva2 .w-reserva .paso-reserva {
    border-right: none;
    border-bottom: 1px solid #3A404A;
    padding: 0 1.25rem 1.25rem;
    margin-bottom: 0.938rem;
    height: auto;
  }
}
.ua-reserva2 .w-reserva .paso-reserva .paso-container {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .ua-reserva2 .w-reserva .paso-reserva .paso-container {
    text-align: center;
    width: 100%;
  }
}
.ua-reserva2 .w-reserva .paso-reserva.paso-1 {
  padding-left: 5rem;
}

@media only screen and (max-width: 991px) {
  .ua-reserva2 .w-reserva .paso-reserva.paso-1 {
    padding-left: 1.25rem;
  }
}
.ua-reserva2 .w-reserva .paso-reserva.paso-2 {
  text-align: center;
}

.ua-reserva2 .w-reserva .paso-reserva.paso-3 {
  padding-right: 2.5rem;
  text-align: right;
  border: none;
}

@media only screen and (max-width: 991px) {
  .ua-reserva2 .w-reserva .paso-reserva.paso-3 {
    padding-right: 1.25rem;
  }
}
.ua-reserva2 .w-reserva .paso-reserva h4 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.ua-reserva2 .w-reserva .paso-reserva h4 img {
  width: 24px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 0.3rem;
}

.ua-reserva2 .w-reserva .paso-reserva h4 span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 2px solid #83AD37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 0.25rem;
  font-size: 1rem;
}

.ua-reserva2 .w-reserva .paso-reserva h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.ua-reserva2 .w-reserva .paso-reserva h3 img {
  width: 24px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 0.3rem;
}

.ua-reserva2 .w-reserva .paso-reserva h3 span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 2px solid #83AD37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 0.25rem;
  font-size: 1rem;
}

.form-radio-ua {
  margin-bottom: 0.43rem;
}

@media only screen and (max-width: 768px) {
  .form-radio-ua {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-radio-ua .item-radio {
    margin: 0 1.25rem;
  }
}
@media only screen and (max-width: 550px) {
  .form-radio-ua .item-radio {
    width: 50%;
    margin: 0 0 0.4rem;
    text-align: left;
  }
}
.form-radio-ua > label {
  display: block;
  font-size: 1rem;
  color: #3A404A;
  font-weight: 800;
  margin-bottom: 0.125rem;
  text-align: left;
}

.form-radio-ua .item-radio input[type=radio] {
  display: none;
  /* Oculta los botones de radio por defecto */
}

.form-radio-ua .item-radio input[type=checkbox] {
  display: none;
  /* Oculta los botones de radio por defecto */
}

.form-radio-ua .item-radio label {
  position: relative;
  padding-left: 18px;
  /* Espacio para el círculo */
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  color: #3A404A;
}

.form-radio-ua .item-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #3A404A;
  border-radius: 50%;
  /* Hace que el círculo sea redondo */
}

.form-radio-ua .item-radio input[type=radio]:checked + label:after {
  content: "";
  background-color: #83AD37;
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.form-radio-ua .item-radio input[type=checkbox]:checked + label:after {
  content: "";
  background-color: #83AD37;
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.form-radio-ua .item-radio.cuadrado label:before {
  border-radius: 0;
}

.form-radio-ua .item-radio.cuadrado input[type=checkbox]:checked + label:after {
  border-radius: 0;
}

.form-radio-ua.flex {
  align-items: center;
}

.form-radio-ua.flex .item-radio {
  margin-right: 1.1rem;
}

.form-radio-ua.flex .item-radio:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 550px) {
  .form-radio-ua.flex {
    justify-content: space-between;
  }
  .form-radio-ua.flex .item-radio {
    width: auto;
    margin: 0;
    text-align: left;
  }
}
.form-select-ua {
  margin-bottom: 0.95rem;
  width: 14.38rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 550px) {
  .form-select-ua {
    max-width: 100%;
  }
}
.form-select-ua label {
  display: block;
  font-size: 1rem;
  color: #3A404A;
  font-weight: 800;
  margin-bottom: 0.125rem;
  text-align: left;
}

.form-select-ua label span {
  font-size: 0.75rem;
}

.form-select-ua .select-group {
  font-size: 1rem;
  width: 100%;
  position: relative;
}

.form-select-ua .select-group.readonly {
  cursor: default;
}

.form-select-ua .select-group.readonly input {
  cursor: default;
}

.form-select-ua .select-group input {
  background-image: url("../images/bg-select-ua.svg");
  background-size: 8px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #373737;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  height: 2.375rem;
  width: 100%;
  font-size: 1rem;
  padding: 0.2rem 1.625rem 0.125rem 0.625rem;
}

.form-select-ua .select-group .combobox {
  position: absolute;
  border-radius: 0px;
  width: 100%;
  z-index: 60;
  overflow: auto;
  max-height: 370px;
  border: 1.052px solid #E0E0E0;
  display: none;
  background-color: #fff;
  padding-bottom: 0.313rem;
}

@media only screen and (max-width: 768px) {
  .form-select-ua .select-group .combobox {
    position: relative;
  }
}
.form-select-ua .select-group .combobox .filtro-select {
  padding: 0.625rem;
  position: relative;
}

.form-select-ua .select-group .combobox .filtro-select input {
  border-radius: 0;
  background: none;
  height: 2.18rem;
  font-size: 1rem;
}

.form-select-ua .select-group .combobox .filtro-select img {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

.form-select-ua .select-group .combobox .item-combobox {
  width: 100%;
  height: auto;
  font-size: 1rem;
  padding: 0.125rem 0.625rem 0.125rem;
  text-align: left;
  z-index: 99;
  background: #fff;
  cursor: pointer;
  color: #828282;
}

.form-select-ua .select-group .combobox .item-combobox:hover {
  color: #40D1FF;
}

.form-select-ua .select-group .combobox .item-combobox:last-child {
  border: none;
}

.form-select-ua .select-group.activo .combobox {
  display: block;
}

.form-input-ua {
  margin-bottom: 1rem;
  width: 13rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-input-ua.form-small {
  width: 7.5rem;
  min-width: 7.5rem;
}

@media only screen and (max-width: 550px) {
  .form-input-ua {
    max-width: 100%;
  }
}
.form-input-ua label {
  display: block;
  font-size: 1rem;
  color: #3A404A;
  font-weight: 800;
  margin-bottom: 0.125rem;
  text-align: left;
}

.form-input-ua input {
  cursor: pointer;
  color: #373737;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  height: 2.375rem;
  width: 100%;
  font-size: 1rem;
  padding: 0.2rem 0.625rem 0.125rem;
}

.form-input-ua input.input-tel {
  padding-left: 3.75rem;
}

.w-button.right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .w-button.right {
    text-align: center;
  }
}
.btn-ua {
  background: #D3D3D3;
  width: 9.7rem;
  max-width: 100%;
  height: 2.375rem;
  border-radius: 0.313rem;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.25rem;
  text-decoration: none;
  cursor: pointer;
}

.btn-ua:hover {
  color: #fff;
  text-decoration: none;
}

.btn-ua.secundario {
  border: 1px solid #83AD37;
  background: #fff;
  color: #83AD37;
  text-align: center;
}

.btn-ua.secundario:hover {
  background: #83AD37;
  color: #fff;
}

.btn-ua.terciario {
  border: none;
  background: #fff;
  color: #83AD37;
  text-align: center;
}

.btn-ua.terciario-2 {
  border: none;
  background: #fff;
  color: #373737;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
}

.btn-ua.activo {
  background: #83AD37;
}

.btn-ua.activo:hover {
  color: #fff;
  background: #749a31;
  text-decoration: none;
}

.mensaje-rut {
  background: #E0F7FE;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.313rem 0.75rem 0.5rem;
  border-radius: 5px;
  margin-top: 0.44rem;
  margin-left: auto;
  margin-right: auto;
}

.mensaje-rut img {
  width: 1rem;
  margin-right: 0.5rem;
}

.mensaje-rut p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #000;
  line-height: 1;
}

.pika-lendar .pika-label {
  color: #5CC700;
  font-size: 0.938rem;
  font-weight: bold;
}

.pika-lendar .pika-table th {
  color: #323E48;
  text-transform: uppercase;
  font-weight: 300;
}

.pika-lendar .pika-table th abbr {
  text-decoration: none;
  font-weight: 300;
}

.pika-lendar .pika-table td {
  color: #323E48;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.pika-lendar .pika-table td button {
  text-decoration: none;
  font-weight: 300;
  background: transparent;
  padding: 0.25rem 0;
  text-align: center;
  margin: 0 auto;
}

.pika-lendar .pika-table td button:hover {
  color: #333;
}

.pika-lendar .pika-table td button:focus {
  color: #333;
}

.pika-lendar .is-selected .pika-button {
  box-shadow: none;
}

.pika-lendar .is-selected .pika-button {
  color: #fff !important;
  font-weight: 600;
  background: #f28e2a;
}

.pika-lendar .is-today.is-selected .pika-button {
  background: transparent;
  color: #83AD37;
}

.pika-lendar .is-selected .pika-button.con-hora {
  background: #83AD37;
  color: #fff;
  font-weight: 600;
}

.pika-lendar .is-selected .pika-button.con-hora:hover {
  color: #fff;
}

.pika-lendar .is-disabled .pika-day.con-hora {
  background: transparent;
  color: #333;
  font-weight: 300;
}

.pika-lendar .pika-day.con-hora {
  background: #EEF2E8;
  color: #83AD37;
  font-weight: 600;
}

.pika-lendar .pika-day.con-hora:hover {
  color: #83AD37;
}

.s-reserva {
  background: #EEF2E8;
  padding: 2rem 0;
  color: #3A404A;
}

.s-reserva > * {
  font-family: DMSans, sans-serif;
}

.filtro-top {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .filtro-top {
    margin-bottom: 1rem;
  }
}
.filtro-top.small {
  max-width: 48.1rem;
  margin: 0 auto;
}

.filtro-top .titulo-reserva {
  font-weight: 800;
  background: #3A404A;
  font-size: 1.25rem;
  text-align: left;
  margin: 0;
  padding: 0.7rem 3rem 0.2rem;
  color: #fff;
  line-height: 1;
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .filtro-top .titulo-reserva {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 0.2rem;
  }
}
.filtro-top .titulo-reserva img {
  width: 1.75rem;
  vertical-align: middle;
  margin-bottom: 0.6rem;
  margin-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .filtro-top .titulo-reserva img {
    width: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.filtro-top__body {
  background: #fff;
  display: flex;
  padding: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  .filtro-top__body {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .filtro-top__body {
    display: none;
  }
}
.filtro-top__body > div {
  margin: 0 0.4rem;
  min-width: 10rem;
}

@media only screen and (max-width: 1200px) {
  .filtro-top__body > div {
    min-width: 11rem;
  }
}
.filtro-top__body .form-button {
  width: 5.8rem;
  min-width: 5.8rem;
  display: flex;
  align-items: flex-end;
}

.filtro-top__body .form-button .btn-ua {
  max-width: 100%;
}

.filtro-top__body .items-busqueda {
  display: flex;
}

.filtro-top__body .items-busqueda .item-busqueda {
  margin-right: 1.5rem;
}

.filtro-top__body .items-busqueda .item-busqueda .bus-cat {
  font-size: 0.8125rem;
  color: #A0A0A0;
  line-height: 1;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.filtro-top__body .items-busqueda .item-busqueda .bus-sel {
  font-size: 0.8125rem;
  color: #3A404A;
  font-weight: 800;
  line-height: 1.2;
}

.filtro-top__body .items-busqueda.con-borde .item-busqueda {
  border-right: 1px solid #808080;
  padding-right: 0.625rem;
  margin-right: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .filtro-top__body .items-busqueda.con-borde .item-busqueda {
    border: none;
  }
}
.filtro-top__body .items-busqueda.con-borde .item-busqueda:last-child {
  border: none;
}

.filtro-top__body.v2 {
  justify-content: space-between;
}

.filtro-top__body.v2 .btn-ua {
  width: 12.2rem;
  min-width: 12.2rem;
}

@media only screen and (max-width: 991px) {
  .filtro-top__body.visible {
    display: flex;
    padding: 2rem 1.5rem;
  }
  .filtro-top__body.visible .items-busqueda {
    flex-direction: column;
    width: 100%;
  }
  .filtro-top__body.visible .items-busqueda .item-busqueda {
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    padding: 0.5rem 0;
  }
  .filtro-top__body.visible .items-busqueda .item-busqueda:last-child {
    border: none;
  }
}
.filtro-top__body-mobile {
  background: #fff;
  justify-content: center;
  padding: 1.5rem 1rem 1.2rem;
  display: none;
}

@media only screen and (max-width: 991px) {
  .filtro-top__body-mobile {
    display: flex;
  }
}
.filtro-top__body-mobile .item-filtro-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 33%;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 800;
  border-right: 1px solid #3A404A;
}

.filtro-top__body-mobile .item-filtro-mobile:last-child {
  border: none;
}

.filtro-top__body-mobile .item-filtro-mobile img {
  margin-right: 0.2rem;
  margin-top: -0.2rem;
}

.content-filtro {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .content-filtro {
    flex-direction: column-reverse;
  }
}
.content-filtro .sidebar-filtro {
  width: 17.5rem;
  min-width: 17.5rem;
  background: #fff;
  padding: 2.5rem 3rem;
}

@media only screen and (max-width: 991px) {
  .content-filtro .sidebar-filtro {
    display: none;
  }
}
.content-filtro .sidebar-filtro h3 {
  margin: 0 0 1rem;
  font-weight: 800;
  color: #3A404A;
  font-size: 1.25rem;
}

.content-filtro .sidebar-filtro .form-select-ua {
  width: 100%;
}

.content-filtro .sidebar-filtro .form-input-ua {
  width: 100%;
}

.content-filtro .sidebar-filtro .form-select-ua .select-group input {
  border-color: #f4f4f4;
  height: 38px;
}

.content-filtro .sidebar-filtro .form-input-ua input {
  border-color: #f4f4f4;
}

.content-filtro .sidebar-filtro .form-radio-ua {
  margin: 2.5rem 0 1.5rem;
}

.content-filtro .sidebar-filtro .form-button {
  text-align: center;
  margin-top: 3rem;
}

.content-filtro .sidebar-filtro .form-button .btn-ua {
  margin: 0 auto 1rem;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  #paso-2 .content-filtro {
    flex-direction: column;
  }
}
.reserva-contenido {
  width: 100%;
  flex: 1;
  margin-left: 1.6rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .reserva-contenido {
    margin-left: 0;
  }
}
.reserva-contenido__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1.2rem 2rem;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .reserva-contenido__top {
    margin-bottom: 1rem;
    padding: 1.2rem 2rem;
  }
}
.reserva-contenido__top .form-select-ua {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .reserva-contenido__top .form-select-ua {
    display: none;
  }
}
.reserva-contenido__top .num-res {
  font-size: 1rem;
  color: #3A404A;
}

.reserva-contenido__top .num-res span {
  display: inline-block;
  margin-right: 0.2rem;
}

.reserva-contenido__body {
  min-height: 300px;
}

.card-doctor-ua {
  width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .card-doctor-ua {
    margin-bottom: 1rem;
  }
}
.card-doctor-ua__img {
  width: 100%;
}

.card-doctor-ua__img img {
  width: 100%;
  vertical-align: bottom;
}

.card-doctor-ua__body {
  background: #fff;
  padding: 2rem 1rem 3.5rem;
  text-align: center;
}

.card-doctor-ua__body .card-nombre {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.card-doctor-ua__body .card-especialidad {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
}

.card-doctor-ua__body .ver-perfil {
  font-size: 0.875rem;
  font-weight: 800;
  color: #83AD37;
  display: inline-block;
  margin-bottom: 2rem;
}

.card-doctor-ua__body .prox-hora {
  margin-bottom: 1.56rem;
}

@media only screen and (max-width: 768px) {
  .card-doctor-ua__body .prox-hora {
    max-width: 250px;
    margin: 0 auto 2.5rem;
  }
}
.card-doctor-ua__body .prox-hora h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  text-align: left;
}

.card-doctor-ua__body .prox-hora h4 img {
  margin-right: 0.2rem;
  vertical-align: top;
}

.card-doctor-ua__body .prox-hora .item-hora {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  color: #333f48;
  text-decoration: none;
}

.card-doctor-ua__body .prox-hora .item-hora__fecha {
  font-size: 0.75rem;
  font-weight: 300;
}

.card-doctor-ua__body .prox-hora .item-hora__hora {
  font-size: 0.75rem;
  font-weight: 800;
}

.card-doctor-ua__body .btn-ua {
  width: 13rem;
  max-width: 100%;
}

.filtro-top2 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 2rem 1.5rem 1.6rem;
  margin-bottom: 1.5rem;
}

.filtro-top2 h3 {
  color: #3A404A;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 800;
}

.filtro-top2 .tipo-consulta {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .filtro-top2 .tipo-consulta {
    display: none;
  }
}
.filtro-top2 .tipo-consulta label {
  color: #3A404A;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 1rem 0 0;
}

.filtro-top2 .tipo-consulta .item-radio {
  margin-left: 0.5rem;
}

.filtro-top2 .tipo-consulta .item-radio input {
  margin-right: 0.3rem;
}

.filtro-top2 .tipo-consulta .item-radio label {
  font-weight: 300;
  margin-right: 0;
}

.calendario-hora {
  width: 19.875rem;
  min-width: 19.875rem;
  background: #fff;
  padding: 0;
}

.calendario-hora .pika-single {
  border: none;
  padding: 1.5rem 1rem;
  z-index: 10;
}

.calendario-hora .pika-single .pika-lendar {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .calendario-hora {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.pika-single {
  z-index: 10;
}

.card-doctor-hora {
  background: #fff;
  display: flex;
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .card-doctor-hora {
    flex-direction: column;
  }
}
.card-doctor-hora__izq {
  width: 17.5rem;
  min-width: 17.5rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .card-doctor-hora__izq {
    width: 100%;
    min-width: 0;
  }
}
.card-doctor-hora__izq figure {
  margin-bottom: 1.8rem;
}

.card-doctor-hora__izq figure img {
  width: 100%;
}

.card-doctor-hora__izq .card-nombre {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.2rem;
}

.card-doctor-hora__izq .card-especialidad {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0.3rem;
}

.card-doctor-hora__izq .ver-perfil {
  font-size: 0.875rem;
  font-weight: 800;
  color: #83AD37;
  display: inline-block;
  margin-bottom: 2rem;
}

.card-doctor-hora__der {
  padding: 1.25rem 1.5rem 2rem 1.125rem;
  flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .card-doctor-hora__der {
    width: 100%;
    min-width: 0;
  }
}
.card-doctor-hora__der .item-tipo-hora {
  margin-bottom: 1.5rem;
}

.card-doctor-hora__der .item-tipo-hora h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 1rem;
  text-align: left;
}

.card-doctor-hora__der .item-tipo-hora h4 img {
  margin-right: 0.1rem;
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles {
  display: flex;
  flex-wrap: wrap;
  max-height: 5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles.ver-todo {
  max-height: 10rem;
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles::-webkit-scrollbar {
  width: 4px;
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles::-webkit-scrollbar-thumb {
  background: #F28E2A;
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles::-webkit-scrollbar-thumb:hover {
  background: #f4810e;
}

.card-doctor-hora__der .item-tipo-hora .horas-disponibles .item-hora {
  font-size: 0.75rem;
  font-weight: 300;
  background: #F4F4F4;
  width: 11%;
  min-width: 11%;
  height: 1.68rem;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 3%;
  margin-bottom: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 550px) {
  .card-doctor-hora__der .item-tipo-hora .horas-disponibles .item-hora {
    width: 17%;
    min-width: 17%;
  }
}
.card-doctor-hora__der .item-tipo-hora .horas-disponibles .item-hora.seleccionada {
  background: #F28E2A;
  color: #fff;
  font-weight: 800;
  padding-top: 0.1rem;
}

.card-doctor-hora__der .w-button {
  display: flex;
  justify-content: flex-end;
}

.card-doctor-hora__der .w-button .btn-ua.secundario {
  padding: 0.5rem 1rem;
}

.card-doctor-hora__der .btn-ua {
  min-width: 7.8rem;
  font-weight: bold;
  margin-left: 1rem;
  width: auto;
  padding: 0.5rem 2rem;
}

.card-doctor-hora .sin-hora {
  border-radius: 5px;
  background: #F4F4F4;
  font-size: 0.81rem;
  color: #3A404A;
  padding: 0.5rem;
  font-weight: 900;
}

.titulo-2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.datos-paciente {
  background: #fff;
  padding: 1.25rem 2.65rem;
  min-width: 60%;
}

@media only screen and (max-width: 550px) {
  .datos-paciente {
    padding: 1.25rem 2rem;
  }
}
.datos-paciente > * {
  font-family: DMSans, sans-serif;
}

.datos-paciente h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.875rem -1.75rem;
}

@media only screen and (max-width: 550px) {
  .datos-paciente h3 {
    margin-left: 0;
  }
}
.datos-paciente h3 i {
  color: #83AD37;
  font-size: 1.125rem;
}

.datos-paciente .bloque-datos {
  margin-bottom: 0.625rem;
}

.datos-paciente .bloque-datos h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.625rem;
}

.datos-paciente .bloque-datos .form-input-ua {
  width: 100%;
  max-width: 100%;
}

.datos-paciente .bloque-datos .form-select-ua {
  width: 100%;
  max-width: 100%;
}

.datos-paciente .bloque-datos .mapa {
  margin-bottom: 0.75rem;
}

.datos-paciente .bloque-datos .mapa img {
  width: 100%;
}

.datos-paciente .btn-ua {
  width: 11.25rem;
}

@media only screen and (max-width: 768px) {
  .datos-paciente .form-radio-ua.flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.row.row-md {
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media only screen and (max-width: 550px) {
  .row.row-md {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.card-resumen-reserva {
  background: #fff;
  text-align: center;
  padding: 1.75rem 1.5rem;
  margin-left: 1rem;
}

.card-resumen-reserva > * {
  font-family: DMSans, sans-serif;
}

@media only screen and (max-width: 991px) {
  .card-resumen-reserva {
    margin-left: 0;
    margin-bottom: 0.625rem;
  }
}
.card-resumen-reserva h4 {
  margin: 0 0 1.875rem;
  font-weight: 800;
  font-size: 1.25rem;
}

.card-resumen-reserva .nombre-doctor {
  color: #83AD37;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: underline;
}

.card-resumen-reserva .especialidad {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}

.card-resumen-reserva figure img {
  vertical-align: bottom;
  max-width: 100%;
  margin-bottom: 1rem;
  width: 13.75rem;
}

.card-resumen-reserva .observaciones {
  text-align: left;
  width: 17.5rem;
  margin: 0 auto;
}

.card-resumen-reserva .observaciones h5 {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.card-resumen-reserva .observaciones ul {
  list-style: none;
  padding: 0;
}

.card-resumen-reserva .observaciones ul li {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.625rem;
}

.card-resumen-reserva .observaciones ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #83AD37;
  position: absolute;
  left: 0;
  top: 8px;
}

.icono-form {
  position: absolute;
  right: 1.1rem;
  font-size: 0.9rem;
  bottom: 0.6rem;
}

.pref-tel {
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #f2f2f2;
  height: 2.2rem;
  width: 3.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 300;
}

.pref-tel select {
  appearance: none;
  background-image: url("../images/bg-select-ua.svg");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 94% center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 0 0.3rem;
}

.pref-tel span {
  display: flex;
  align-items: center;
}

.pref-tel span i {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  margin-left: 0.5rem;
}

.mensaje-form {
  background: #A8D7E6;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.625rem 0.75rem 0.625rem;
  border-radius: 0px;
  margin-top: 0.44rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}

.mensaje-form > * {
  font-family: DMSans, sans-serif;
}

.mensaje-form img {
  width: 1rem;
  margin-right: 0.5rem;
}

.mensaje-form p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #3A404A;
  font-weight: 300;
  line-height: 1;
}

.mensaje-form.small {
  margin-bottom: 1.25rem;
}

.mensaje-form.small p {
  font-size: 0.9rem;
  line-height: 1.3;
}

.mensaje-form.in-form {
  margin-left: -1.25rem;
  margin-top: 1.5rem;
  width: auto;
  display: inline-flex;
  padding: 0.375rem 0.7rem 0.313rem;
}

@media only screen and (max-width: 768px) {
  .mensaje-form.in-form {
    margin-left: 0;
    margin-top: 0;
  }
}
.exito-agenda {
  background: #fff;
  padding: 0.94rem;
  text-align: center;
}

.exito-agenda > * {
  font-family: DMSans, sans-serif;
}

.exito-agenda .ic-calendario {
  margin-bottom: 0.625rem;
}

.exito-agenda h4 {
  margin: 0 0 0.5rem;
  color: #83AD37;
  font-weight: 800;
  font-size: 1.25rem;
}

.exito-agenda p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.375rem;
}

.exito-agenda .datos-reserva {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.exito-agenda .datos-reserva .item-dato-reserva {
  margin: 0 1.25rem;
}

.exito-agenda .datos-reserva .item-dato-reserva__titulo {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.exito-agenda .datos-reserva .item-dato-reserva__titulo img {
  margin-right: 0.3rem;
  margin-top: -5px;
  display: block;
  vertical-align: middle;
}

.exito-agenda .datos-reserva .item-dato-reserva__valor {
  font-size: 1.25rem;
  font-weight: 800;
  border-bottom: 2px solid #83AD37;
}

.exito-agenda .detalle-reserva h5 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #3A404A;
  margin-bottom: 0.625rem;
}

.exito-agenda .detalle-reserva p {
  color: #3A404A;
}

.no-horas {
  font-size: 1.3rem;
  font-weight: 800;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin-bottom: 3.5rem;
}

.medico-tratante-top {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 2rem 1.4rem 4rem;
  margin-bottom: 1.5rem;
}

.medico-tratante-top h1 {
  font-size: 3rem;
  margin: 0.3rem 0 0;
  font-weight: 800;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .medico-tratante-top {
    flex-direction: column;
    padding: 1.4rem 1rem;
  }
  .medico-tratante-top h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.ficha-medico-tratante {
  display: flex;
  padding: 3.2rem 4rem;
  background: #fff;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .ficha-medico-tratante {
    flex-direction: column;
    padding: 2.2rem;
  }
}
.ficha-medico-tratante .datos-medico {
  padding-right: 3rem;
}

.ficha-medico-tratante .datos-medico .item-dato h5 {
  margin: 0 0 0.4rem;
  font-size: 1.8rem;
  font-family: DMSans, sans-serif;
  font-weight: bold;
}

.ficha-medico-tratante .datos-medico .item-dato h5 .icono-titulo {
  vertical-align: middle;
  width: 2.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  display: inline-block;
  margin-left: -3rem;
}

.ficha-medico-tratante .datos-medico .item-dato p {
  font-size: 1.6rem;
  font-family: DMSans, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.ficha-medico-tratante__izq {
  display: flex;
  width: 60%;
  min-width: 60%;
}

@media only screen and (max-width: 991px) {
  .ficha-medico-tratante__izq {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
  }
}
.ficha-medico-tratante__izq figure {
  width: 27.5rem;
  margin-right: 2rem;
}

.ficha-medico-tratante__izq figure img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .ficha-medico-tratante__izq figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.ficha-medico-tratante__izq .datos-medico {
  flex-grow: 1;
}

.ficha-medico-tratante__der {
  width: 40%;
  min-width: 40%;
  padding-left: 3rem;
}

@media only screen and (max-width: 991px) {
  .ficha-medico-tratante__der {
    width: 100%;
    min-width: 100%;
  }
}
.observaciones-medico {
  margin-bottom: 1.5rem;
}

.observaciones-medico__header {
  background: #3A404A;
  padding: 1.2rem 4rem 1rem;
}

@media only screen and (max-width: 991px) {
  .observaciones-medico__header {
    padding: 1.2rem 2rem 1rem;
  }
}
.observaciones-medico__header h3 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-family: DMSans, sans-serif;
  font-weight: bold;
}

.observaciones-medico__body {
  background: #fff;
  padding: 2rem 4rem;
}

@media only screen and (max-width: 991px) {
  .observaciones-medico__body {
    padding: 1.2rem 2rem 1rem;
  }
}
.observaciones-medico__body ul {
  list-style: none;
  padding: 0;
}

.observaciones-medico__body ul li {
  font-size: 1.6rem;
  font-family: DMSans, sans-serif;
  font-weight: 300;
  position: relative;
  padding-left: 12px;
  margin-bottom: 1rem;
}

.observaciones-medico__body ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #83AD37;
  position: absolute;
  left: 0;
  top: 8px;
}

.cuadro-medico {
  padding: 2.4rem 4rem;
  background: #fff;
  margin-bottom: 1.5rem;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .cuadro-medico {
    padding: 2rem 2rem 1rem;
  }
}
.cuadro-medico h4 {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-family: DMSans, sans-serif;
  font-weight: bold;
}

.cuadro-medico p {
  font-size: 1.6rem;
  font-family: DMSans, sans-serif;
  font-weight: 300;
}

.cuadro-medico .card-documento {
  border: 1px solid #ccc;
  padding: 2.4rem 2rem;
  margin-top: 2rem;
}

.cuadro-medico .card-documento h4 {
  color: #83AD37;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  font-weight: 800;
}

.cuadro-medico .card-documento p {
  font-size: 1.6rem;
}

.cuadro-medico .card-documento p.small {
  font-size: 1.2rem;
  color: #a0a0a0;
  font-family: DMSans, sans-serif;
  font-weight: 300;
}

.confirmacion-datos {
  text-align: center;
  background: #fff;
  padding: 3rem;
}

.confirmacion-datos h3 {
  margin: 0 0 1.5rem;
  font-size: 3rem;
  font-weight: 800;
}

@media only screen and (max-width: 550px) {
  .confirmacion-datos h3 {
    font-size: 2rem;
  }
}
.confirmacion-datos h4 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 800;
}

.confirmacion-datos .nombre-doctor {
  color: #83AD37;
  font-size: 1.6rem;
  font-family: DMSans, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 1.4rem;
}

.confirmacion-datos .form-select-ua {
  width: 18.3rem;
}

@media only screen and (max-width: 768px) {
  .confirmacion-datos .form-select-ua {
    width: 23rem;
  }
}
.confirmacion-datos .form-input-ua {
  width: 18.3rem;
}

@media only screen and (max-width: 768px) {
  .confirmacion-datos .form-input-ua {
    width: 23rem;
  }
}
.confirmacion-datos .form-radio-ua {
  justify-content: flex-start;
  width: 18.3rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .confirmacion-datos .form-radio-ua {
    width: 23rem;
    justify-content: space-between;
  }
}
.confirmacion-datos .w-button {
  width: 18.3rem;
  margin: 3rem auto 2rem;
}

.confirmacion-datos .w-button .btn-ua {
  width: 100%;
}

.confirmacion-datos .separador {
  width: 24rem;
  margin: 0 auto 1.5rem;
  position: relative;
}

.confirmacion-datos .separador:before {
  content: "";
  position: absolute;
  width: 45%;
  left: 0;
  height: 1px;
  background: #a0a0a0;
  display: inline-block;
  top: 0.6rem;
}

.confirmacion-datos .separador:after {
  content: "";
  position: absolute;
  width: 45%;
  right: 0;
  height: 1px;
  background: #a0a0a0;
  display: inline-block;
  top: 0.6rem;
}

.confirmacion-datos .separador span {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #A0A0A0;
  display: inline-block;
}

.confirmacion-datos .ingresar-clave p {
  font-size: 1.6rem;
}

.como-funciona-lista {
  width: calc(40% - 1.5rem);
  min-width: calc(40% - 1.5rem);
  background: #fff;
  margin-left: 1.5rem;
  padding: 1.2rem 2rem;
}

@media only screen and (max-width: 991px) {
  .como-funciona-lista {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
    padding: 2rem;
  }
}
.como-funciona-lista h4 {
  margin: 0 0 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

.como-funciona-lista p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.modal-alerta {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}

.modal-alerta .w-modal {
  border-radius: 10px;
  background: #ECF0E6;
  box-shadow: 1px 1px 100px 1px rgba(92, 92, 92, 0.05);
  width: 47.5rem;
  max-width: 100%;
  padding: 3rem 2rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modal-alerta .w-modal {
    padding: 3.125rem 1.875rem;
  }
}
.modal-alerta .w-modal p {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .modal-alerta .w-modal p {
    font-size: 1.25rem;
  }
}
.modal-alerta .w-modal .btn-ua {
  width: 13rem;
  max-width: 100%;
}

.oculto {
  display: none !important;
}

.m-mobile {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  right: 0;
  height: 100vh;
  background: #fff;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.m-mobile.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 9999;
}

.m-mobile__header {
  background: #323E48;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 800;
  position: relative;
  padding: 1rem 1rem 1rem;
  line-height: 1;
}

.m-mobile__header .flecha-volver {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.m-mobile__header .flecha-volver img {
  margin-top: 0;
}

.m-mobile__header img {
  margin-right: 0.4rem;
  margin-top: -0.4rem;
}

.m-mobile__body {
  background: #fff;
  padding: 2.5rem 2rem;
}

.m-mobile__body h4 {
  font-size: 1.5rem;
  color: #000;
  margin: 0 auto 1.2rem;
  max-width: 23rem;
  font-weight: 800;
}

.m-mobile__body .form-button {
  text-align: center;
  width: 23rem;
  max-width: 100%;
  margin: 4rem auto 0;
}

.m-mobile__body .items-busqueda {
  display: flex;
  flex-direction: column;
}

.m-mobile__body .items-busqueda .item-busqueda {
  margin-right: 0;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}

.m-mobile__body .items-busqueda .item-busqueda .bus-cat {
  font-size: 0.8125rem;
  color: #A0A0A0;
  font-weight: bold;
}

.m-mobile__body .items-busqueda .item-busqueda .bus-sel {
  font-size: 0.8125rem;
  color: #3A404A;
  font-weight: 800;
}

.m-mobile__body .tipo-consulta {
  width: 23rem;
  max-width: 100%;
  margin: 2rem auto 0;
}

.m-mobile__body .btn-ua {
  width: 23rem;
  margin: 0 auto;
}

.m-mobile__body .items-ordenar {
  width: 23rem;
  max-width: 100%;
  margin: 1rem auto 0.5rem;
}

.m-mobile__body .items-ordenar .item-ordenar {
  font-size: 1rem;
  border-top: 1px solid #eee;
  font-weight: 300;
  padding: 1rem 0;
  position: relative;
}

.m-mobile__body .items-ordenar .item-ordenar:last-child {
  border-bottom: 1px solid #eee;
}

.m-mobile__body .items-ordenar .item-ordenar span {
  display: none;
  position: absolute;
  right: 0;
}

.m-mobile__body .items-ordenar .item-ordenar.activo span {
  display: inline-block;
}

.sintomas-area > div {
  font-size: 1.6rem;
  color: #3A404A;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 0.5rem 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.sintomas-area > div span {
  display: inline-block;
  margin-left: 1rem;
}

.registrarme a {
  color: #83AD37;
  font-size: 1.8rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 1rem;
}

.registrarme p {
  font-size: 1.6rem;
  font-family: DMSans, sans-serif;
  font-weight: 300;
  max-width: 37rem;
  margin: 0 auto;
  line-height: 1.2;
}

.s-reserva .container {
  max-width: 1190px;
}

#map {
  height: 100px;
  width: 100%;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .loading {
    position: fixed;
  }
}
.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .loading.visible {
    z-index: 99999;
  }
}
.loading .w-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading img {
  width: 9rem;
  margin-bottom: 1rem;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #78BE20 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#msg-rut {
  color: #f00;
  display: none;
  line-height: 1.1;
  margin-top: 0.2rem;
  font-size: 0.9rem;
}

#msg-rut.visible {
  display: block;
}

.reserva-contenido__top .form-select-ua {
  width: 21rem;
}

.main {
  position: relative;
}

#open-datepicker {
  position: absolute;
  right: 0;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  bottom: 0;
  height: 2.3rem;
  cursor: pointer;
}

#open-datepicker img {
  width: 1rem;
}

.mensaje-hora {
  font-size: 1rem;
  font-weight: bold;
}

.mensaje-completar {
  margin: 0 0 5px;
  text-align: center;
  transform: translateY(-15px);
  font-size: 1rem;
  font-weight: bold;
}

.calendario-hora .is-selected .pika-button {
  color: #666;
  cursor: default;
}

#m-agendamiento .btn-ua {
  margin-top: 2rem;
  max-width: 236px;
}

.paso-reserva.paso-2 .form-select-ua {
  width: 17rem;
}

.form-input-ua.form-rut {
  width: 9.2rem;
  min-width: 9.2rem;
}

.form-select-ua.form-area {
  width: 10rem;
  min-width: 8rem;
}

.form-select-ua.form-subespecialidad {
  width: 21rem;
  min-width: 15rem;
}

.ver-mas-horas {
  text-align: right;
  cursor: pointer;
  color: #83AD37;
  padding-right: 1.5rem;
}

.ver-mas-horas span {
  font-size: 0.875rem;
  font-weight: 800;
  color: #83AD37;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .ver-mas-horas {
    padding-right: 0;
  }
}
.ver-mas-horas .menos-hora {
  display: none;
}

.ver-mas-horas.expandido .mas-hora {
  display: none;
}

.ver-mas-horas.expandido .menos-hora {
  display: block;
}

.msg-error {
  text-align: right;
  color: #f00;
  padding: 0.3rem 0;
  font-size: 0.9rem;
}

.msg-email {
  text-align: left;
  font-size: 0.9rem;
  color: #f00;
  padding: 0;
  position: absolute;
}

.datos-paciente input.vacio {
  border-color: #f7a2a2;
}

.datos-paciente .form-select-ua .select-group input {
  font-size: 0.9rem;
}

.oculto2 {
  display: none;
}

.card-doctor-ua__sinhora {
  order: 100;
}

.btn-listaEspera {
  display: none;
}

.btn-listaEspera.visible {
  display: inline-flex;
}

.otros-doctores .btn-listaEspera {
  display: none;
}

.otros-doctores .btn-listaEspera.visible {
  display: none;
}

.card-doctor-hora__der .w-button .btn-ua.btn-listaEspera.activo {
  background: #fff;
  color: #83AD37;
}

.ua-reserva2.reserva-medico .w-reserva {
  background: #fff;
}

.ua-reserva2.reserva-medico .titulo-datos {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 800;
  text-align: center;
}

.ua-reserva2.reserva-medico .nombre-doctor {
  color: #83AD37;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0.9rem;
  display: block;
}

.ua-reserva2.reserva-medico .columna-1 {
  display: none;
}

.ua-reserva2.reserva-medico .paso-reserva {
  border: none;
  padding: 0 1rem;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-2 {
  padding: 0 1rem;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-2 .form-select-ua {
  width: 13rem;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-2 #buscar-por {
  display: none;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-2 #f-profesional {
  display: none;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-3 {
  padding: 0 1rem;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-3 .form-select-ua {
  width: 13rem;
}

.ua-reserva2.reserva-medico .paso-reserva.paso-3 {
  text-align: center;
}

.ua-reserva2.reserva-medico .paso-reserva .paso-container h4 {
  text-align: center;
}

.ua-reserva2.reserva-medico .form-radio-ua.flex {
  justify-content: center;
}

@media only screen and (max-width: 550px) {
  #nacionalidad .item-radio {
    margin: 0 1rem;
  }
}
.g-recaptcha {
  margin-bottom: 1.2rem;
}

.medico-tratante-top .btn-ua:hover {
  color: #fff;
  text-transform: none;
}

.radio-link {
  display: block;
}

.wrapDoctores {
  justify-content: flex-start;
}

.wrapDoctores > [class^=col-] {
  order: 30;
}

.datos-paciente #btnEditarDatos {
  display: none;
}

.datos-paciente .bloque-datos .row {
  justify-content: flex-start;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-13 {
  order: 13 !important;
}

.order-14 {
  order: 14 !important;
}

.order-15 {
  order: 15 !important;
}

.order-16 {
  order: 16 !important;
}

.order-17 {
  order: 17 !important;
}

.order-17 {
  order: 17 !important;
}

.order-18 {
  order: 18 !important;
}

.order-19 {
  order: 19 !important;
}

.order-20 {
  order: 20 !important;
}

.order-21 {
  order: 21 !important;
}

.order-22 {
  order: 22 !important;
}

.order-23 {
  order: 23 !important;
}

.order-24 {
  order: 24 !important;
}

.order-25 {
  order: 25 !important;
}

.order-26 {
  order: 26 !important;
}

.order-27 {
  order: 27 !important;
}

.order-28 {
  order: 28 !important;
}

.order-29 {
  order: 29 !important;
}

.order-30 {
  order: 30 !important;
}

.nombre-esp {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.wrapDoctores .card-doctor-ua {
  height: calc(100% - 1rem);
  background: #fff;
}

.wrapDoctores .card-doctor-ua .mensaje-agenda {
  padding-top: 1rem;
}

.btn-volver {
  margin-bottom: 1rem;
}

.alerta-pop {
  z-index: 9999;
}

.alerta-pop .w-alerta {
  min-width: 500px;
}

.alerta-pop .w-alerta h4 {
  font-size: 1.6rem !important;
  line-height: 1;
}

.alerta-pop .mensaje-pop {
  padding: 0.5rem 0 2rem;
}

@media only screen and (max-width: 768px) {
  .alerta-pop {
    z-index: 999999;
  }
  .alerta-pop .w-alerta {
    min-width: 250px;
  }
  .alerta-pop .w-alerta h4 {
    font-size: 1.4rem !important;
    line-height: 1;
  }
}
.calendario-hora .observaciones {
  text-align: left;
  width: 100%;
  margin: 0.5rem auto;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .calendario-hora .observaciones {
    display: none;
  }
}
.calendario-hora .observaciones h5 {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.calendario-hora .observaciones ul {
  list-style: none;
  padding: 0;
}

.calendario-hora .observaciones ul li {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.625rem;
}

.calendario-hora .observaciones ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #83AD37;
  position: absolute;
  left: 0;
  top: 8px;
}

.reserva-contenido .observaciones {
  text-align: left;
  width: 100%;
  background: #fff;
  margin: -40px auto 25px;
  display: none;
  padding: 0 15px 5px;
}

@media only screen and (max-width: 991px) {
  .reserva-contenido .observaciones {
    display: block;
  }
}
.reserva-contenido .observaciones h5 {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.reserva-contenido .observaciones ul {
  list-style: none;
  padding: 0;
}

.reserva-contenido .observaciones ul li {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.625rem;
}

.reserva-contenido .observaciones ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #83AD37;
  position: absolute;
  left: 0;
  top: 8px;
}

@media only screen and (max-width: 991px) {
  .paso3 .container {
    flex-direction: column;
    display: flex;
  }
  .paso3 .content-filtro {
    flex-direction: column;
    order: 1;
  }
  .paso3 .content-filtro .datos-paciente {
    width: 100%;
  }
  .paso3 .content-filtro .card-resumen-reserva {
    width: 100%;
  }
  .paso3 .filtro-top {
    order: 3;
  }
}
.btn-ua.disabled {
  color: #333F48;
}

.banner-quick {
  background: #C3E9A6;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .banner-quick {
    padding: 20px 0;
  }
}
.banner-quick .container {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner-quick .container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .banner-quick .container h2 {
    gap: 0.7rem;
  }
  .banner-quick .container h2 br {
    display: none;
  }
  .banner-quick .container h2 img {
    width: 44px;
  }
}
.banner-quick h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}
.banner-quick p {
  color: #3A404A;
  font-size: 1rem;
  max-width: 560px;
  margin-bottom: 0;
}
.banner-quick a.btn-ua {
  background-color: #83AD37;
  color: #fff;
  font-size: 0.875rem;
  width: 194px;
  min-width: 194px;
}

.banner-agenda-inmediata {
  height: 216px;
  position: relative;
  background: #F5F9EF;
  display: flex;
  align-items: center;
}
.banner-agenda-inmediata h1 {
  margin: 0;
  font-size: 2.4rem;
  color: #3A404A;
  font-weight: 900;
}
.banner-agenda-inmediata img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
}

.cards-agenda-inmediata {
  padding: 3rem 0;
}
.cards-agenda-inmediata p {
  font-size: 1.25rem;
  color: #3A404A;
  font-weight: 600;
}
.cards-agenda-inmediata .grid-agenda {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.2rem;
}
.cards-agenda-inmediata .grid-agenda .card-agenda-inmediata {
  width: calc(20% - 1.2rem);
  border: 1px solid #83AD37;
  border-radius: 5px;
  padding: 1rem;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .cards-agenda-inmediata .grid-agenda .card-agenda-inmediata {
    width: calc(25% - 1.2rem);
  }
}
@media only screen and (max-width: 991px) {
  .cards-agenda-inmediata .grid-agenda .card-agenda-inmediata {
    width: calc(33.3333% - 1.2rem);
  }
}
@media only screen and (max-width: 768px) {
  .cards-agenda-inmediata .grid-agenda .card-agenda-inmediata {
    width: calc(50% - 1.2rem);
  }
}
@media only screen and (max-width: 480px) {
  .cards-agenda-inmediata .grid-agenda .card-agenda-inmediata {
    width: 100%;
  }
}
.cards-agenda-inmediata .grid-agenda .card-agenda-inmediata h3 {
  color: #3A404A;
  font-size: 1.25rem;
  font-family: DMSans, sans-serif;
  margin: 0;
  font-weight: 600;
}
.cards-agenda-inmediata .grid-agenda .card-agenda-inmediata p {
  font-size: 1rem;
  font-weight: 300;
  color: #3A404A;
  margin-bottom: 0;
}
.cards-agenda-inmediata .grid-agenda .card-agenda-inmediata .btn-ua {
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
}/*# sourceMappingURL=estilos-reserva.css.map */