:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: font-family: "Montserrat", sans-serif;
  ;
  --bs-font-monospace: font-family: "Montserrat", sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0D3450;
  --bs-link-hover-color: #0D3450;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

body {
  margin-top: 100px;
  background-image: url('../img/pasaportes/bg-main.png');
  background-repeat: repeat-x;
  color: #0D3450;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;

}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;

}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;

}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #0D3450;
  --bs-nav-pills-link-active-bg: #C2DDFF;
  --bs-nav-pills-link-hover-bg: #C2DDFF;
}

.rounded-pill {
  border: 2px solid #0D3450 !important;
}

.btn-primary,
.btn-primary:hover {
  --bs-btn-bg: #0D3450;
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.btn-outline-primary {
  --bs-btn-border-color: #0D3450;
  --bs-btn-color: #0D3450;
  --bs-btn-hover-color: #0D3450;
  --bs-btn-hover-bg: #E5F2FF;
  --bs-btn-hover-border-color: #0D3450;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #C2DDFF;
}

.bg-info {
  background-color: #e6f2ff !important;
}

.feature {
  margin: 0px;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.pricing-card-title {
  text-align: left;
  font-size: 24px;
}

.left {
  float: left;
  text-align: left;
}

.right {
  text-align: right;
}

.card {
  border: 2px solid #C2DDFF !important;
  font-size: 20px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.border-cita {
  border-color: #3366CC !important;
  border-width: 2px !important;
}

.lead {
  font-size: 16px;
}

.display-5 {
  font-size: 36px;
}


/* List Interval */
.intervalSelected {
  background-color: #c2ddff !important;
}

.intervalSelected:hover {
  background-color: #c2ddff !important;
}

.intervalSelected:active {
  background-color: #c2ddff !important;
  outline: none !important;
}

.intervalSelected:focus {
  background-color: #c2ddff !important;
  outline: none !important;
}

.list-intervals .list-group-item {
  border-color: rgb(13 52 80);
}

.content-agendando,
.content-espera-sar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.datepicker-inline {
  width: 400px !important;
}

.datepicker table {
  width: 400px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.datepicker td,
.datepicker th {
  padding: 10px;
}

.datepicker .datepicker-switch {
  text-align: left;
}

.dow {
  border-bottom: solid #9c9c9c !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #e6f2ff !important;
  background-image: linear-gradient(to bottom, #e6f2ff, #e6f2ff) !important;
  color: #183e58 !important;
  border: 1px solid #183e58 !important;
  border-radius: 5px !important;
}

.highlight {
  font-weight: bolder !important;
  color: #0D3450 !important;
  border: 1px solid #0D3450 !important;
}

.container-respuesta {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 200px);
}

.content-cita-agendada {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  font-size: 16px;
}

/*Step 3 Confirmación */
.bg-blue {
  background-color: #e5f2ff;
}

.container-footer {
  background-color: #f6f6f6;
}

.content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.text-bg-blue {
  background-color: #e5f2ff;
  color: #4c4c4c;
}

.container-mensaje1 {
  border: 1px solid #ffd800;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.resumeApplicant {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.resumeAppointment-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.resumePayment-left,
.resumePayment-right {
  display: flex;
  justify-content: space-between;
}

.container-mensaje2 {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  border: 2px dashed #157d24;
  margin-top: 10px;
}

.contenido-header {
  display: flex;
  justify-content: space-between;
}

.resumeAddressAppointment {
  font-size: 16px;
  line-height: initial;
  margin-bottom: 0;
}

.resumePayment {
  background-color: #f2f2f2;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

/*Fin Step 3 Confirmación */
.bg-green {
  background-color: #F1FFE2 !important;
  color: #12511B !important;
}

.bg-green2 {
  background-color: #D1FAA7;
}

.bg-green3 {
  background-color: #FDFFF8;
}

.bg-egg {
  background-color: #FFFBDB;
}

.hr-green {
  border: 2px solid #157d24 !important;
  opacity: 1 !important;
}

.border-green {
  border: 2px dashed #157d24 !important;
}

.border-blue {
  border: 2px dashed #4876d1 !important;
}

.cupos_number {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: #396F95;
}

.cupos_number2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: #47AC6A;
}

.list-group-item {
  border: 0 !important;
}

.input-group-text {
  border: 2px solid #0dcaf0 !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #D1FAA7;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s;
}

.whatsapp-button:hover {
  background-color: #F1FFE2;
}

.whatsapp-button img {
  font-size: 50px;
}

input[type="radio"] {
  display: none;
  /* Oculta los radio buttons */
}

label img {
  border: 2px solid transparent;
  /* Agrega un borde transparente a las imágenes */
}

input[type="radio"]:checked+label img {
  /*border: 2px solid #007bff;*/
  /* Cambia el color del borde cuando se selecciona la opción */
  /*box-shadow: 0 0 5px #007bff;*/
  /* Agrega un efecto de sombra para resaltar la imagen */
  filter: grayscale(90%);
}