:root {
--ColorPrincipal: #000000;
--TextoPrincipal: #faf0e6;
--TextoSecundario: #faf0e6;
--ColorBorde: #000000;
}


p, h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito", sans-serif !important;
}
.card, .ui-widget-content{
	background-color: #eeeeee !important;
}

.form-group select, .form-group select option,.form-group input, .form-group label, .form-group input::placeholder {
	color: #3C3C3C !important;
}


.wrapper {
    max-width: 100%;
    margin: auto;
}

.wrapper .row {
    padding: 0;
}
.form-control {
	border: 0 !important;
	border-bottom: 1px solid black !important;
	border-radius: 0 !important;
}
.progress-bar {
	background-color: var(--ColorPrincipal) !important;
}
.progresses {
	
    position: relative;
    max-width: 80%;
    margin: auto;
}

.progresses ul {
    list-style: none;
    /* border: 1px solid red; */
    padding: 0;
}

.progresses ul li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    z-index: 200;
    position: relative;
}


.progresses ul li i{
    color: #00000 !important;
	font-size: 30px;
	margin-top: 10px
}


.progresses ul li::after {
    position: absolute;
    top: 50px;
    left: -20px;
    font-size: 0.8rem;
    width: 90px;
}

#step-1::after {
    content: "Fecha";
}

#step-2::after {
    content: "Hora";

}

#step-3::after {
     content: "Datos Personales";
}

#step-4::after {
    content: "Confirmación";
}

.progresses .progress {
    height: 0.8rem;
    width: 100%;
    top: 40px;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.CartaNegra { 
	color:#ffffff !important;
	background-color:#000000 !important;
}
a {
    color: var(--ColorPrincipal) !important;
    text-decoration: none !important;
}
.BotonPrimario{
    background-color:var(--ColorPrincipal) !important;
    color: var(--TextoPrincipal) !important;
    border-color: var(--ColorBorde) !important;
}
h1, h2 ,h3 ,h4 {
    color:var(--ColorPrincipal) !important;
}
.form-group {
    padding-top: 5px;
    padding-bottom: 5px;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    background-color:var(--ColorPrincipal) !important;
    color: var(--TextoPrincipal) !important;
}
.btn-secondary {
    background-color:var(--ColorPrincipal) !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:var(--ColorPrincipal) !important;
}
h1, h2, h3, h4, a, li {
	font-family: 'Cinzel', serif !important;
}
.Botones {
	display: block !important;
	float: right !important;
	background-color: #ffffff !important;
	color: var(--ColorPrincipal) !important;
}
.BotonContinuar{
	margin-left: 10px !important;
}
.Pequenio{
	font-size:10px !important;
}
h2{
	font-size:14px !important;
}
.Paso{
	margin-top:-10px;
	margin-bottom:-10px;
	color:#3c3c3c;
}
.Titulo {
	font-size:25px !important;
	font-family: 'Cinzel', serif;
}
p{
	font-size:14px !important;
	font-family: "Nunito", sans-serif;
}
.Duracion{
	margin-bottom: -8px !important;
}
.Costo{

}
@media only screen and (max-width: 770px) {
  .img-fluid {
    width:0px !important;
  }
  .img-fluid-Logo {
    width:80% !important;
    margin-left:10% !important;
  }
}
@media only screen and (min-width: 771px) {
  .img-fluid-Logo {
    width:0px !important;
	 margin-left:0px !important;
  }
}
.disabled-link {
    color: gray !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
}

/* Ajustes para las tarjetas de tipos de cita */
.card-body {
    /* Altura de línea general más baja */
    line-height: 1.35;          /* 1.5 en Bootstrap - ajústala a tu gusto */
}

/* Párrafos y listas dentro de las tarjetas */
.card-body p,
.card-body ul {
    margin-bottom: .5rem;       /* .5rem ≈ 8 px; antes era 1rem (16 px) */
}

/* Elementos <li> para que queden aún más juntos */
.card-body ul li {
    margin-bottom: .25rem;      /* reduce el espacio entre viñetas */
}

/* Opcional: título de la tarjeta un poco más pegado al texto */
.card-body .card-title {
    margin-bottom: .75rem;      /* en lugar de 1.25rem por defecto */
}

body.loading {
    overflow: hidden;          /* evita scroll mientras carga */
}
body.loaded #loading {
    display: none;             /* se oculta cuando todo esté listo */
}

.card, .card ul li{
	    font-size: 14px;
    font-family: "Nunito", sans-serif !important;
}