/**
* Template Name: Rapid
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #1d3b6e;
  font-family: "Montserrat", sans-serif;
    font-size: inherit !important;

}

a {
  color: #1bb1dc;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #CE1416;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.nav-item .nav-link.active {
  background-color: #19376D;
  color: white;
  border-radius: 50px;
  padding: 5px 20px;
}

/*--------------------------------------------------------------
# PVC2025
--------------------------------------------------------------*/
.govco {
  background-color: #3366cc;
  color: #ffffff;
}

.frame1 {
  background-color: #f3fafb;
  box-shadow: #e5f7f7;
  border-radius: 20px;
}

.frame2 {
  background-color: #ffffff;
  box-shadow: #35b3c1;
  border-radius: 20px;
}

.frame3 {
  background-color: #e4f2ff;
  box-shadow: #e4f2ff;
  border-radius: 20px;
}

.frame4 {
  background-color: #d6edf6;
  box-shadow: #d6edf6;
  border-radius: 20px;
}

.number {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
}

.border,
.border-bottom {
  border-color: #000000 !important;
}

.horizontal-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.card-paso {
  min-width: 300px;
}

.bg-paso {
  background-color: #63c6cf;
  border-color: #63c6cf;
  border-width: 2px;
}

.bg-cuesta1 {
  background-color: #80d1db;
  border-color: #80d1db;
  border-width: 2px;
  color: #015f86;
}

.bg-cuesta2 {
  background-color: #daf1f4;
  border-color: #daf1f4;
  border-width: 2px;
  color: #1d3b6e;
}

.bg-cuesta3 {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px;
  color: #1c3a70;
}

.bg-cuesta4 {
  background-color: #1d3b6e;
  border-color: #1d3b6e;
  border-width: 2px;
  color: #ffffff;
}

.boton {
  background-color: #19376D;
  color: white;
  border-radius: 50px;
  padding: 5px 20px;
}

.boton:hover,
.boton:active,
.boton:focus {
  background-color: #19376D;
  color: white;
  border-radius: 50px;
  padding: 5px 20px;
}

.bg-footer {
  background-color: #01a2b1;
}

/* Botones dinamicos */
#botones-accesibilidad {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.boton-expandible {
  position: relative;
  width: 45px;
  height: 45px;
}

.boton-expandible button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #004080;
  color: white;
  border: none;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  transition: width 0.3s ease;
  width: 45px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
}

.boton-expandible button:hover {
  width: 160px;
}

.boton-expandible .icono {
  font-size: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}

.boton-expandible .texto {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 14px;
  pointer-events: none;
}

.boton-expandible button:hover .texto {
  opacity: 1;
  transform: translateX(0);
}

body.modo-oscuro,
body.modo-oscuro section .panel-pasos,
body.modo-oscuro main .menu-citas,
body.modo-oscuro main .panel-citas .section,
body.modo-oscuro main .panel-citas .info-box,
body.modo-oscuro main .panel-citas .info-dates,
body.modo-oscuro main .panel-citas #content,
body.modo-oscuro main .accordion-button {
  background-color: black !important;
  color: white !important;
}

body.modo-oscuro nav ul li a {
  color: white !important;
}

body.modo-oscuro .govco,
body.modo-oscuro .subs,
body.modo-oscuro footer .panel-piepagina,
body.modo-oscuro section .panel-costo,
body.modo-oscuro #modalInfo .panel-modal,
body.modo-oscuro .menu-personalizado,
body.modo-oscuro main section .card-paso{
  background-color: black !important;
}

body.modo-oscuro .govco a,
body.modo-oscuro .subs p,
body.modo-oscuro footer i,
body.modo-oscuro p,
body.modo-oscuro span,
body.modo-oscuro main section .titulo-pasos {
  color: white !important;
}

body.modo-oscuro .frame1,
body.modo-oscuro section .panel-soporte,
body.modo-oscuro .panel-condiciones {
  background-color: black !important;
  border: 1px solid white !important;
}

body.modo-oscuro .frame1 .borde-citas,
body.modo-oscuro main .panel-citas .info-box,
body.modo-oscuro main .menu-citas,
body.modo-oscuro main section .card-paso {
  border: 1px solid white !important;
}

body.modo-oscuro #modalInfo .panel-modal .boton-cerrar,
body.modo-oscuro main section .descripcion-pasos {
  background-color: white !important;
}

body.modo-oscuro main .accordion-item,
body.modo-oscuro main .accordion {
  border: 2px solid white !important;
}

body.modo-oscuro main .accordion .accordion-body {
  background-color: white !important;
  color: black !important;
}

.toggle-off::after {
  --after-color: white;
}

body.modo-oscuro main section .etiqueta-paso {
  background-color: black !important;
  border: 1px solid white !important;
}

body.modo-oscuro main section .titulo-pasos{
  border-bottom: 4px solid white !important;
}

body.modo-oscuro main section button.disabled{
  background-color: gray !important;
  color: white !important;
  opacity: 1 !important;
}

/* estilos atencion virtual */

.fab-container {
  position: fixed;
  top: 80%;
  right: 30px;
  z-index: 999;
}

.fab {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  position: absolute;
}

.fab img {
  width: 60%;
  height: 60%;
}

.fab-main {
  background-color: #004c77;
  position: relative;
  z-index: 3;
  opacity: 1;
}

.fab-chatbot {
  background-color: #ffffff;
  transform: translate(0, 0);
  z-index: 2;
}

.fab-whatsapp {
  background-color: #25D366;
  transform: translate(0, 0);
  z-index: 1;
}

.fab.show.fab-chatbot {
  transform: translate(-60px, -60px);
  opacity: 1;
}

.fab.show.fab-whatsapp {
  transform: translate(-60px, 60px);
  opacity: 1;
}

/* disponibilidad de citas */

.containerx {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.floating-box {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.containerAgendar {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #80d1db;
}

/* estilos citas disponibles */
.panel {
  background-color: #e3361d;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  margin: 20px;
  overflow: hidden;
  padding: 0;
}

.panel.open {
  border: 4px solid #fff;
}

/* aplicar el borde unicamente cuando este activo */
@supports(selector(:has(*))) {
  .panel:has(.toggle-content.show) {
    border: 4px solid #fff;
  }
}

.section {
  background-color: #e3361d;
  color: white;
  padding: 20px;
  border-top: 1px solid #fff;
}

.section:first-child {
  border-top: none;
}

.location {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.location-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.address {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.info-box {
  background-color: #00a3b1;
  padding: 12px 20px;
  color: white;
  border-radius: 0 0 20px 20px;
}

.info-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.info-stats {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: flex-end;
  gap: 8px;
}

.info-stats>div {
  text-align: center;
  flex: 1;
}

.info-value {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.info-dates {
  font-size: 14px;
  background-color: #e3361d;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
}

.tag {
  background-color: white;
  color: #014e9c;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 6px;
  margin-left: 10px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-box {
  background-color: #e3361d;
  color: white;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 16px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0 auto;
  width: 40%;
  position: relative;
  font-size: 1rem;
}

.bottom-box::after {
  content: "▼";
  display: block;
  font-size: 0.8rem;
  margin-top: 4px;
}

.toggle-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  padding: 20px 0 60px;
}


.toggle-content.show {
  display: block;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.position-wrapper {
  position: relative;
}

.floating-box {
  position: fixed;
  top: 120px;
  right: 20px;
  z-index: 9999;
}

.nav-tabs .nav-link.active {
  background-color: #20c3c5;
  color: white;
  border-color: #20c3c5;
  border-radius: 8px 8px 0 0;
}

.alert-danger {
  background-color: #f2645b;
  border: none;
  color: white;
  font-weight: 500;
}

.containerAgendar {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.alert-danger {
  background-color: #e85b4c;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  padding: 15px;
}

.wizard-steps {
  display: flex;
  gap: 10px;
}

.step {
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  background: #d5d5d5;
  color: #ffffff;
  font-weight: bold;
  border: 3px solid #d5d5d5;
}

.step.active {
  background: #80d1db;
  color: #ffffff;
  border: 3px solid #00BBD4;
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  border: 3px solid #00BBD4;
  background: #80d1db;
}

.step.completed {
  background: #80d1db;
  border: 0;
  color: #ffffff;
}

.form-control,
.form-select {
  border-radius: 12px;
  border: 2px solid #2d4c7d33;
  padding: 12px;
  font-size: 16px;
}

.form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

button.btn-primary {
  background-color: #00bcd4;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: bold;
}

/* Acordeon preguntas frecuentes */
.accordion {
  border: 2px solid #19376D !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

.accordion-item {
  border-top: 2px solid #19376D !important;
}

.accordion-item:first-of-type {
  border-top: none !important;
}

.accordion-button {
  border: none !important;
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-button::after {
  content: "▼" !important;
  font-size: 20px;
  color: var(--after-color, #19376D);
  transform: rotate(0deg);
  transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(270deg);
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #19376D !important;
  color: white !important;
}

.accordion-body {
  background-color: #e7f1ff !important;
}

.bordeAgendar {
  border: 2px solid #2d4c7db8 !important;
  color: #1d3b6e;
}

.inactivoNav {
  background: #d5d5d5;
  color: #ffffff !important;
  border: 3px solid #d5d5d5 !important;
}

.form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

button.btn-primary {
  background-color: #00bcd4;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: bold;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #2d4c7d;
  border-radius: 4px;
  margin-top: 0.2rem;
}

.form-check-label {
  color: #2d4c7d;
  font-size: 15px;
  font-weight: 400;
}

.enlace-tratamiento {
  color: #2d4c7d;
  text-decoration: underline;
}

.btn-custom-siguiente {
  background-color: #193c6d;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: bold;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.btn-custom-siguiente:hover {
  background-color: #1550a1;
  color: #ffffff;
}

.btn-custom-siguiente:disabled,
.btn-custom-siguiente.disabled {
  background-color: #a9a9a9;
  box-shadow: none;
  cursor: not-allowed;
}

.card-sede {
  border: 2px solid #ccc;
  border-radius: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  color: #1d3b6e;
}

.card-sede:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
}

.card-sede.active {
  background-color: #004a6d;
  color: #fff;
  border: 3px solid #020222 !important;
}

.card-sede.active .card-title,
.card-sede.active .card-text,
.card-sede.active .badge {
  color: #fff !important;
}

.card-sede .badge.bg-blue {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
}

.card-sede input[type="radio"] {
  width: 20px;
  height: 20px;
}

#calendar {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  /* border: 1px solid #dee2e6; */
  border: 2px solid #000000;
}

#list-intervals .list-group-item {
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 2px solid #000000a8 !important;
}

#list-intervals .list-group-item:hover {
  background-color: #f1f1f1;
}

#passportNextStep2:not(.disabled) {
  background-color: #004a6d;
  border-color: #004a6d;
  color: #fff;
}


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

.datepicker-inline {
  width: 100% !important;
  max-width: 420px;
  margin: 0 auto;
}

.datepicker table {
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 600;
}

.datepicker td,
.datepicker th {
  padding: 0;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.datepicker .datepicker-switch {
  font-weight: 600;
  color: #007B8A;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}

.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;
}

.btn-confirmar {
  background-color: #1E3A8A;
  color: #fff;
  border: none;
}

.btn-confirmar:hover {
  background-color: #16306f;
  color: #fff;
}

.btn-fixed {
  width: 180px;
}

.bg-danger {
  background-color: #e3361e !important;
}

.card-paso .btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 6px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.card-paso .btn-primary {
  background-color: #0d2d6b;
  border: none;
  color: #ffffff;
}

.card-paso .btn-primary:hover {
  background-color: #0a2454;
  color: #ffffff;
}

.card-paso .btn-secondary {
  background-color: #f4f4f4;
  color: #0d2d6b;
  border: none;
}

.card-paso .btn-secondary:hover {
  background-color: #e0e0e0;
  color: #0a2454;
}

.card-paso .btn-outline-secondary.disabled {
  background-color: #eeeeee;
  color: #999999;
  border: none;
  cursor: default;
  box-shadow: none;
}

.etiqueta-paso {
  background-color: #7ED6DF;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 6px 0 6px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 22px;
  text-transform: uppercase;
  width: 50%;
  margin: -76px auto 15px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.card-paso .btn {
  border-radius: 999px;
  font-weight: 600;
  padding: 6px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.card-paso .btn-primary {
  background-color: #0d2d6b;
  border: none;
  color: #ffffff;
}

.card-paso .btn-primary:hover {
  background-color: #0a2454;
  color: #ffffff;
}

.card-paso .btn-secondary {
  background-color: #f4f4f4;
  color: #0d2d6b;
  border: none;
}

.card-paso .btn-secondary:hover {
  background-color: #e0e0e0;
  color: #0a2454;
}

.card-paso .btn-outline-secondary.disabled {
  background-color: #eeeeee;
  color: #999999;
  border: none;
  cursor: default;
  box-shadow: none;
}

.card-paso {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 20px;
  position: relative;
}

.btn-flecha {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: white;
  border: 2px solid #7ED6DF;
  border-radius: 50%;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.btn-flecha.izquierda {
  left: -10px;
}

.btn-flecha.derecha {
  right: -10px;
}

#flechaIzquierda, #flechaDerecha {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 15px;
}

#flechaIzquierda:hover, #flechaDerecha:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

#flechaIzquierda i, #flechaDerecha i {
    font-size: 18px;
    color: #333;
}

/* Posicionamiento específico para separar del borde */
#flechaIzquierda {
    left: 15px !important;
}

#flechaDerecha {
    right: 15px !important;
}

.titulo-pasos{
  font-weight: 700; 
  color: #0d2d6b;
  padding: 10px 0 20px 0;
  border-bottom: 4px solid #48c4e0;
}

.descripcion-pasos {
  width: 50%;
  height: 4px;
  background-color: #48c4e0;
  margin: 0 auto 80px auto;
}

.radio-btn input[type="radio"] {
  display: none;
}

.btn-seleccionar {
  display: inline-block;
  background-color: #6c757d;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
}

.radio-btn input[type="radio"]:checked + .btn-seleccionar {
  background-color: #82b0c4;
}

.btn-custom-siguiente {
    background-color: #1f3c77 !important;
    color: white !important;
    border: none !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.btn-custom-siguiente:hover {
    background-color: #27488c;
}

.btn-custom-siguiente:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    box-shadow: none !important;
}

.btn-custom-prev {
  background-color: #d5d5d5;
  color: #ffffff;
  width: 130px;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

/* Título del paso */
.SubtitulosStep2 {
  font-weight: bolder;
  font-size: 1rem;
  color: #002D64;
}

/* Indicadores de color */
.indicador-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  background-color: #ffffff !important; /* blanco por defecto */
  border: 2px solid #0F3554 !important; /* azul del borde */
  opacity: 1 !important; /* sin transparencia */
  margin: 0 6px;
  transition: background-color 0.3s ease !important;
}

.carousel-indicators .active {
  background-color: #0F3554 !important; /* fondo azul cuando está activo */
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

/* Contenedor general */
.calendario-container {
    padding: 0;
    /* border: 1px solid #000000; */
    border-radius: 9px;
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
}

.indicador-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.SubtitulosStep2 {
    font-size: 1.1rem;
    color: #2B2B2B;
}

.datepicker {
    font-size: 14px;
}

.datepicker .datepicker-switch {
    font-weight: 600;
    color: #004a6d;
    font-weight: bolder;
}

.datepicker .prev,
.datepicker .next {
  color: #004a6d;
  font-weight: bold;
  cursor: pointer;
}

.datepicker thead th {
  font-weight: 500;
  color: #2B2B2B;
  padding-bottom: 10px;
}

.datepicker table td,
.datepicker table th {
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    color: #004a6d;
}

.datepicker table td.today {
  border: 1px solid #00A8B1;
  color: #00A8B1;
}

.datepicker table td.highlight {
  background-color: #D1D1D1 !important;
  color: #ffffff !important;
  border-radius: 50%;
  font-weight: normal !important;
  border: none !important;
}

.datepicker table td.active,
.datepicker table td.active:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:active {
  background-color: #00A8B1 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  background-image: none !important;
}

.datepicker table td:hover {
  background-color: #e0f7fa;
  cursor: pointer;
}

.datepicker table td.old,
.datepicker table td.new,
.datepicker table td.disabled {
  color: #004a6d;
  pointer-events: none;
}

.datepicker table thead {
  border-bottom: 1px solid #003750;
}

.datepicker table td.disabled {
    color: #004a6d !important;
    pointer-events: none;
}

/* Estilos existentes que mantienes */
#passportNextStep2:not(.disabled) {
  background-color: #004a6d;
  border-color: #004a6d;
  color: #fff;
}

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

/* punto 3 seleccionar hora en step2 */

/* Estilo principal de los botones de intervalo */
.buttonList-interval {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px !important;
  margin-bottom: 10px;
  border: 2px solid #c0d4e2 !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  color: #002b49;
  box-shadow: none;
  position: relative;
}

/* Efecto hover */
.buttonList-interval:hover {
  background-color: #f1faff !important;
  border-color: #00a4d6 !important;
  transform: none;
}

.intervalSelected:active {
  background-color: #d0eff8 !important;
  border-color: #00a4d6 !important;
}

.buttonList-interval input[type="radio"] {
  accent-color: #007bff;
}

.list-group-item {
  background-color: #00a4d6;
  border: 2px solid #0000009f !important;
}


/* Estilo del texto de hora */
.buttonList-interval .text-primary {
  color: #495057 !important;
  font-weight: 600 !important;
  margin-right: 0;
  font-size: 14px;
}

/* Texto cuando está activo */
.buttonList-interval.active .text-primary {
  color: #4a90e2 !important;
  font-weight: 700 !important;
}

/* Ocultar información de cupos */
.buttonList-interval span:last-child {
  display: none;
}

/* Estilo de la hora */
.hourAppointment {
  flex: 1;
  text-align: left;
  font-size: 16px;
}

/* Contenedor de la lista de intervalos */
.list-intervals {
  max-height: 261px;
  overflow-y: auto;
  padding-right: 4px;
}

/* Estilos del scrollbar */
.list-intervals::-webkit-scrollbar {
  width: 8px;
}

.list-intervals::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}

.list-intervals::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 4px;
}

.list-intervals::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
}

/* Elementos de la lista */
.list-group-item {
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
}

.list-group-item:first-child {
  border-top: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
}

.list-group-item:last-child {
  border-bottom: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  margin-bottom: 0 !important;
}

.list-intervals h5 {
  text-align: center;
  color: #6c757d;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 400;
  padding: 16px;
  font-style: italic;
}

#list-intervals {
  margin-top: 20px;
  margin-bottom: 0;
}

.col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.list-intervals.list-group {
  padding-left: 0;
  padding-right: 0;
}

.SubtitulosStep2 {
  font-size: 18px;
  font-weight: 700;
  color: #002b49;
  margin-bottom: 24px;
}

.row span:first-child {
  font-size: 1rem;
  font-weight: 600;
  margin: 10px 0 10px 20px; right: 0;
  display: block;
  text-align: left;
}

@media (max-width: 768px) {
  .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .buttonList-interval {
    padding: 10px 12px !important;
    font-size: 13px;
  }
  
  .col-6 > span {
    font-size: 15px;
  }
}

.datepicker-switch{
  padding-left: 100px !important;
}

.buttonList-interval.active {
  background-color: #d0eff8 !important;
  border-color: #00a4d6 !important;
}

.intervalSelected {
  background-color: #d0eff8 !important;
  border-color: #00a4d6 !important;
}

.buttonList-interval input[type="radio"] {
  display: none !important;
}

.buttonList-interval::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #626262;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  right: 10px !important;
  transition: background-color 0.2s ease;
}

.buttonList-interval.active::after {
  background-color: #00a4d6;
}

.buttonList-interval input[type="radio"] {
  display: none;
}

.list-group-item {
  background-color: #ffffff;
  border: 2px solid #0000009f !important;
  transition: all 0.2s ease;
}

/* Estilo del texto de hora */
.buttonList-interval .text-primary {
  color: #495057 !important;
  font-weight: 600 !important;
  margin-right: 0;
  font-size: 14px;
}

/* Texto cuando está activo */
.buttonList-interval.active .text-primary {
  color: #4a90e2 !important;
  font-weight: 700 !important;
}

/* Estilo hover para mejor UX */
.buttonList-interval:hover {
  background-color: #f8f9fa !important;
  border-color: #007bff !important;
}

/* Ocultar información de cupos */
.buttonList-interval span:last-child {
  display: none;
}

/* Estilo de la hora */
.hourAppointment {
  flex: 1;
  text-align: left;
  font-size: 16px;
}

/* Contenedor de la lista de intervalos */
.list-intervals {
  max-height: 261px;
  overflow-y: auto;
  padding-right: 4px;
}

/* Estilos del scrollbar */
.list-intervals::-webkit-scrollbar {
  width: 8px;
}

.list-intervals::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}

.list-intervals::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 4px;
}

.buttonList-interval.intervalSelected::after {
  background-color: #00a3b1 !important;
  border: 2px solid #ffffff !important
}

/* estilos step3 */

.bg-light-blue {
    background-color: #eaf4ff !important;
}

.bg-off-white {
    background-color: #f9fbfd !important;
}

.text-primary-blue {
    color: #003087;
}

.card-custom {
    border: 1px solid #003087;
    border-radius: 18px !important;
    overflow: hidden;
}

.card-header-custom {
    padding: 16px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.card-custom .rounded-bottom {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.section-title {
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.resumeHourAppointment {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}


.table-wrapper {
  border: 1px solid #dce3eb;
  border-radius: 12px;
  padding: 24px;
  max-width: 920px;
  margin: auto;
  background-color: white;
}

.table-title {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #1c2b39;
  margin-bottom: 6px;
}

.table-subtitle {
  text-align: center;
  color: #5a6a7e;
  margin-bottom: 24px;
  font-size: 14px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table th,
.table td {
  border: 0;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}

.table thead tr:first-child th[colspan="2"] {
  background-color: #b8e0f7;
  border-left: none;
  border-right: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table thead tr:nth-child(2) th {
  background-color: #eaf4ff;
  font-weight: 600;
}

.table thead tr:first-child th:not([colspan]) {
  background-color: #eaf4ff;
  font-weight: 600;
}

.table tbody td {
  background-color: #ffffff;
}

.prevStep {
  background-color: #e0e0e0;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  height: 45px;
  box-shadow: none;
}

.btn-confirmar {
  background-color: #18335c;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  height: 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.datepicker-days td.old,
.datepicker-days td.new {
    color: #1d3b6e !important;
    background-color: #f5f5f5 !important;
    pointer-events: none;
    opacity: 0.6;
}

.tablaStep3 {
  color: #1d3b6e !important;
}

.font-weight-500{
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 768px) {
  .boton {
    display: block;
    margin-top: 10px;
    width: fit-content;
  }
}

.nav-pills .nav-link {
  background-color: #ccc;
  color: #6c757d;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}

.nav-pills .nav-link.active {
  background-color: #183866;
  color: #ffffff !important;
}

select.form-select-lg {
  border: 2px solid #183866;
  color: #183866;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  #myTab .nav-item {
    width: 100%;
    font-size: 20px;
  }
}

/* imagenes condiciones de aceptacion de documentos */

@media (min-width: 701px) {
  #imagen-completa {
    display: block !important;
  }

  .imagenes-partidas {
    display: none !important;
  }
}

@media (max-width: 700px) {
  #imagen-completa {
    display: none !important;
  }

  .imagenes-partidas {
    display: block !important;
  }

  .imagenes-partidas img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.caso-especial {
  border: 1px solid #1C3F60;
  border-radius: 17px !important;
  background-color: #ffffff;
}

.border-title {
  border-bottom: 2px solid #00A19A;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
}


.dropdown-custom {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.dropdown-toggle-custom {
  width: 100%;
  padding: 1rem;
  font-weight: bold;
  border: 2px solid #0d3b66;
  border-radius: 1.5rem;
  background-color: white;
  color: #0d3b66;
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.dropdown-toggle-custom::after {
  content: '▶';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
}

.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-top: 5px;
  border: 2px solid #0d3b66;
  border-radius: 1rem;
  background-color: #ffffff;
  display: none;
  list-style: none;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-custom li {
  padding: 1rem;
  font-weight: bold;
  color: #0d3b66;
  cursor: pointer;
}

.dropdown-menu-custom li:hover,
.dropdown-menu-custom li.active {
  background-color: #e0f0ff;
}

/* estilos noticias */
.border-bottom-noticias{
  border-bottom: 4px solid #8e9db6 !important;
}

.marca-resumen-noticias {
  position: absolute;
  bottom: 2rem !important;
  background-color: #1b335ce5 !important;
  font-weight: 500;
  width: 100%;
  max-width: 450px;
  left: 0;
}

.imagen-cuadricula {
  width: 450px;
  /* height: 450px; */
}

@media (max-width: 1199.98px) {
  .marca-resumen-noticias {
    bottom: 2rem !important;
    font-size: 1rem;
    padding: 1rem;
  }

  .imagen-cuadricula {
    max-width: 100%;
  }
}

.ver-noticia-btn {
  background-color: #3366cc !important;
  color: #ffffff !important;
  font-size: 1.5rem;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.ver-noticia-btn:hover {
  background-color: #2851a3 !important;
  text-decoration: none;
}

/* estilos actualizados atencion virtual */

.fab {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  position: absolute;
}
.fab img {
  width: 60%;
  height: 60%;
}
.fab-main {
  background-color: #004c77;
  position: relative;
  z-index: 3;
  opacity: 1;
}
.fab-chatbot {
  background-color: #ffffff;
  transform: translate(0, 0);
  z-index: 2;
}
.fab-whatsapp {
  background-color: #25D366;
  transform: translate(0, 0);
  z-index: 1;
}
.fab.show.fab-chatbot {
  transform: translate(-60px, -60px);
  opacity: 1;
}
.fab.show.fab-whatsapp {
  transform: translate(-60px, 60px);
  opacity: 1;
}


#scadco-webchat,
.scadco-webchat {
  display: block !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}

.carrusel-noticias {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  gap: 1rem;
}

.card-noticia {
  flex: 0 0 auto;
  width: 300px;
  scroll-snap-align: start;
  border-radius: 10px;
  position: relative;
}

.card-noticia img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.overlay-titulo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(27, 51, 92, 0.85);
  font-size: 14px;
  line-height: 1.2;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 1.5rem;
  padding-top: 9px !important;
  padding-bottom: 0 !important;
}

.overlay-titulo a {
  font-weight: bold;
  margin-top: 0.25rem;
  font-size: 13px;
}

.carrusel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: #333;
  border: none;
  font-size: 2rem;
  z-index: 10;
  cursor: pointer;
  padding: 0 12px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.carrusel-btn:hover {
  background-color: rgba(27, 51, 92, 0.8);
  color: #ffffff;
}

.carrusel-btn-left {
  left: -10px;
}

.carrusel-btn-right {
  right: -10px;
}

.carrusel-noticias {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding-bottom: 1rem;
}

body div.skiptranslate{
  display: none !important;
}

.btn-language-group {
  display: flex;
  gap: 8px;
}

.btn-translate {
  background-color: #ffffff;
  color: #1d4ed8;
  padding: 10px 20px;
  font-size: 14px;
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-translate:hover {
  background-color: #2563eb;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-translate.active {
  background-color: #1d4ed8;
  color: white;
  border-color: #1d4ed8;
}

body > .goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-logo-link,
.goog-te-gadget {
  display: none !important;
}

@media (max-width: 768px) {
	.card-noticia {
		min-width: 250px;
	}
}

@media (max-width: 480px) {
	.card-noticia {
		min-width: 200px;
	}
}

.btn-sombra-suave {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.62);
}

.calif-label {
	cursor: pointer;
	transition: transform 0.2s ease, filter 0.2s ease;
	border-radius: 8px;
	padding: 5px;
	display: inline-block;
}

.calif-img {
	width: 160px;
	max-width: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border-radius: 8px;
}

input[type="radio"]:checked + .calif-label .calif-img {
	transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
	border: 2px solid #0d6efd;
}

.badge-jornada {
    background-color: #79cfd6;
    color: #0d2d6b;
    font-weight: 700 !important;
    font-size: 0.95rem;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    width: 235px;
    margin-left: 0 !important;
  }

  .badge-jornada-descentralizada {
	background-color: #ffffff;
	color: #395380;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 0.85rem;
	white-space: nowrap;
}

.hover-notaImportante {
  transition: font-size 0.3s ease;
  font-size: 14px;
}

.card-body:hover .hover-notaImportante {
  font-size: 16px;
}

/* estilos boton requisitos para no perder cita */

	.img-requisitos {
		max-width: 100%;
		height: auto;
		border-radius: 1rem;
		margin-bottom: 1.5rem;
		border: 2px solid #63c2ce;
		margin-left: 8rem;
	}

	@media (max-width: 1200px) {
		.img-requisitos {
			margin-left: 0;
		}
	}

	.btn-requisitos {
		background-color: #ffffff00;
		color: #ffffff00;
		padding: 20px 62px;
		border-radius: 0.5rem;
		text-decoration: none;
		font-weight: bold;
		position: relative;
		top: 17.5rem;
		right: 35rem;
		margin-right: auto;
		margin-left: auto;
		display: inline-block;
	}

  .btn-requisitos:hover{
    color: #ffffff00;
  }

	@media (max-width: 1345px) {
		.btn-requisitos {
			top: -7rem;
			left: 4rem;
		}
	}

  	@media (max-width: 1120px) {
		.btn-requisitos {
			top: -7rem;
			left: 5rem;
		}
	}

    	@media (max-width: 1030px) {
		.btn-requisitos {
			top: -7rem;
			left: 0rem;
		}
	}

      	@media (max-width: 800px) {
		.btn-requisitos {
			top: -6rem;
			left: 0rem;
		}
	}

  .muestra-citas-disponibles{
    position: relative;
    bottom: 24px;
  }
  
        	@media (max-width: 499px) {
		.muestra-citas-disponibles {
    position: relative;
    bottom: -9px;
		}
	}
  
  .citas-disponibles-toggle{
    cursor: pointer;
  }

  .btn-citas {
	background-color: #e3361d; 
	color: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-citas .icon {
	margin-left: 8px;
	font-size: 0.8rem;
}

.btn-citas:hover {
	background-color: #e3361d;
	transform: scale(1.03);
}

.btn-citas:active {
	transform: scale(0.97);
}


.toast-error {
    background-color: #e85b4c !important;
    color: #fff !important;
}

.toast-success,
.toast-info,
.toast-warning {
    background-color: #19376D !important;
    color: #fff !important;
}

.toast-title {
    color: #fff !important;
}

.cuposAppointment {
  display: block !important;
  position: relative;
  right: 20px;
  color: #00BBD4;
}

.custom-btn-agendar {
    background-color: #0d2d6b;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}

.custom-btn-agendar:hover {
    background-color: #2d3a58;
    color: #ffffff;
}
