html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}      
body {
	background-color: #FFFFFF;
	font-family: 'Public Sans', sans-serif;
	color: #28754E;
	font-size: 12Px;
}
.wrapper {
    flex: 1;
}

.footer {
    background: linear-gradient(to right, #60B1C2 0%, #D57C27 55%, #82BC31 100%);
    color: white;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: 0Px;
}
.container-fluid {
	padding: 0Px;
}
.esmovil {display:none;}
.cabecera-pc {
	padding: 0Px;
	margin: 0Px;	
}
.cabecera-pc img{
	width:100%;

}
.container {
	background-color: #FFFFFF;
}
.titulo {
	color: #F58A68;
	font-weight: bold;
}
.antes {
	font-size: 30Px;
}
label {
	color: #28754E;
}
.btn-primary {
	background-color: #60B1C2;
	border-color: #60B1C2;
}
/* Efecto Hover */
.btn-primary:hover {
    background-color: #60B1C2 !important; /* Color más oscuro al pasar el mouse */
    border-color: #60B1C2 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 117, 78, 0.5) !important;
}

/* Efecto Focus (cuando se selecciona con teclado o se hace clic) */
.btn-primary:focus, 
.btn-primary:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(40, 117, 78, 0.5) !important; /* Resaltado */
    outline: none !important;
}

/* Efecto Active (cuando se mantiene presionado) */
.btn-primary:active, 
.btn-primary.active {
    background-color: #60B1C2 !important;
    border-color: #60B1C2 !important;
    box-shadow: inset 0 3px 5px rgba(9, 71, 144, 0.125) !important;
}

/* Estado Disabled (cuando está deshabilitado) */
.btn-primary:disabled, 
.btn-primary.disabled {
    background-color: #60B1C2 !important; /* Color más claro */
    border-color: #60B1C2 !important;
    color: white !important;
    opacity: 0.65;
}
.boton_inicio {
	margin-top: 10Px;
	color: #fff !important;
	background-color: #28754e !important;
	display: block !important;
	padding: 12px 30px !important;
	border-radius: 100px !important;
	border: 1px solid #28754e !important;
	cursor: pointer !important;
	transition:	background-color .15s ease-in-out,color .15s ease-in-out !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	font-family: "Open Sans",sans-serif !important;	
	box-shadow: none !important;
	outline: none !important;
}
.boton_inicio:hover {
	color: #fff !important;
	background-color: #246846 !important;
	border: 1px solid #246846 !important;
	box-shadow: none !important;
	outline: none !important;
}
/* Efecto Focus (cuando se selecciona con teclado o se hace clic) */
.boton_inicio:focus, 
.boton_inicio:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

/* Efecto Active (cuando se mantiene presionado) */
.boton_inicio:active, 
.boton_inicio.active {
	background-color: #246846 !important;
	border: 1px solid #246846 !important;
    box-shadow: none !important;
}
.boton_registro {
	margin-top: 10Px;
	color: #28754e !important;
	background-color: rgba(0,0,0,0) !important;
	border: 1px solid #28754e !important;
	display: block !important;
	padding: 12px 30px !important;
	border-radius: 100px !important;
	cursor: pointer !important;
	transition:	background-color .15s ease-in-out,color .15s ease-in-out !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	font-family: "Open Sans",sans-serif !important;
	box-shadow: none !important;
}
.boton_registro:hover {
	color: #fff !important;
	background-color: #28754e !important;
	box-shadow: none !important;
	outline: none !important;
}
/* Efecto Focus (cuando se selecciona con teclado o se hace clic) */
.boton_registro:focus, 
.boton_registro:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

/* Efecto Active (cuando se mantiene presionado) */
.boton_registro:active, 
.boton_registro.active {
	background-color: rgba(0,0,0,0) !important;
	border: 1px solid #28754e !important;
    box-shadow: none !important;
}
.texto-enlace {
	text-align:center;
	font-size: 1.4rem;
	color: #000;
}
.texto-pie-bases {
	text-align:center;
	font-size: 1.2rem;
	color: #000;
}
.btn-outline-primary {
	background-color: #fff;
	border-color: #000000;
	color:  #000000;
}
/* Efecto Hover */
.btn-outline-primary:hover {
    background-color: #000000 !important; /* Color más oscuro al pasar el mouse */
    border-color: #000000 !important;
    box-shadow: 0 0 0 0.25rem rgba(40, 117, 78, 0.5) !important;
    color: #fff;
}

/* Efecto Focus (cuando se selecciona con teclado o se hace clic) */
.btn-outline-primary:focus, 
.btn-outline-primary:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(40, 117, 78, 0.5) !important; /* Resaltado */
    outline: none !important;
}

/* Efecto Active (cuando se mantiene presionado) */
.btn-outline-primary:active, 
.btn-outline-primary.active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: inset 0 3px 5px rgba(9, 71, 144, 0.125) !important;
}

/* Estado Disabled (cuando está deshabilitado) */
.btn-outline-primary:disabled, 
.btn-outline-primary.disabled {
    background-color: #000000 !important; /* Color más claro */
    border-color: #000000 !important;
    color: white !important;
    opacity: 0.65;
}

.btn-success {
	background-color: #00796B;
	border-color: #00796B;
}
.form-control, .form-select {
	border-radius: .25rem;
}
#barraaceptacion {
    display:none;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    padding-bottom:0px;
    width:100%;
    text-align:center;
    min-height:2000px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:9;
}
.inner {
    width:100%;
    position:fixed;
    padding-left:5px;
    font-family: 'Public Sans', sans-serif;
    font-size:16px;
    top:10%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}  
input[type="file"]::file-selector-button {
    background-color: #60B1C2 !important;
    color: #ffffff !important;
    border: 1px solid #60B1C2 !important; 
    /* padding: 8px 12px;
    border-radius: .25rem;
    cursor: pointer;
    font-weight: bold; */
}

/* Estilos al pasar el mouse */
input[type="file"]::file-selector-button:hover {
    background-color: #60B1C2 !important;
    color: #ffffff !important;
    border: 1px solid #60B1C2 !important;
}

/* Estilos al pasar el mouse */
input[type="file"]::file-selector-button:focus {
    background-color: #60B1C2 !important;
    color: #ffffff !important;
    border: 1px solid #60B1C2 !important;
}
/* Estilos cuando se hace clic */
input[type="file"]::file-selector-button:active {
    background-color: #60B1C2 !important;
    color: #ffffff !important;
    border: 1px solid #60B1C2 !important;
}
input[type="checkbox"], input[type="radio"] {
    accent-color: #60B1C2 !important; /* Cambia el color principal */
}
input[type="date"] {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
/* Cambiar el color del checkbox */
.form-check-input {
    background-color: white; /* Color de fondo */
    border: 2px solid #28754E; /* Color del borde */
}

/* Cambiar color cuando está marcado */
.form-check-input:checked {
    background-color: #60B1C2; /* Color de fondo cuando está activo */
    border-color: #28754E;
}

/* Cambiar color del radio button */
.form-check-input[type="radio"]:checked {
    background-color: #60B1C2; /* Color cuando está seleccionado */
    border-color: #28754E;
}
.form-control {
    border-color: #28754E !important; /* Color del borde */
}
.form-control:hover {
    border-color: rgba(40, 117, 78, 0.5) !important; /* Color del borde */
    box-shadow: 0 0 5px rgba(40, 117, 78, 0.5) !important; /* Sombra opcional */
}
.form-control:focus {
    border-color: rgba(40, 117, 78, 0.5) !important; /* Color del borde */
    box-shadow: 0 0 5px rgba(40, 117, 78, 0.5) !important; /* Sombra opcional */
}
/*
a {
	color: #28754E !important;
}
*/
a:focus {
	color: rgba(40, 117, 78, 0.5) !important;
}
a:hover {
	color: rgba(40, 117, 78, 0.5) !important;
}
a:active {
	color: rgba(40, 117, 78, 0.5) !important;
}
.legal {
	/*font-size: 0.8rem !important;*/
	color: #28754E !important;
}
@media (max-width: 920px) {
	.antes {
		font-size: 18Px;
	}	
	.mt-5 {
		margin-top: 0Px !important;
	}
	.rayita {
		display: none;
	}	
}
@media (max-width: 600px) {
	.antes {
		font-size: 18Px;
	}	
	.boton_inicio {
		font-size: 1.0rem;
	}
	.texto-enlace {
		text-align:center;font-size: 1.0rem;
	}
	.texto-pie-bases {
		text-align:center;font-size: 1.0rem;
	}
	.cabecera-movil {
		padding: 0Px;
		margin: 0Px;	
	}
	.cabecera-movil img{
		width:100%;
	
	}
	.espc {
		display: none !important;
	}
	.esmovil { display:inline-block !important; }
	.simovil {
		margin-top: 4Px;
	}
	.rayita {
		display: none;
	}	
}
.custom-select {
	background-clip: padding-box;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
#inputGroupFile01 {
	border-right: 0Px !important;
}
.btn-outline-secondary {		
	border-color: #000 !important;
	border-left-color: #fff !important;
	border-left: 0Px !important;
	background-color: #fff !important;
}
.btn-outline-secondary:hover {
    background-color: #000 !important; /* Color más oscuro al pasar el mouse */
    border-color: #000 !important;
}

/* Efecto Focus (cuando se selecciona con teclado o se hace clic) */
.btn-outline-secondary:focus, 
.btn-outline-secondary:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(40, 117, 78, 0.5) !important; /* Resaltado */
    outline: none !important;
}
.bi-camera-fill {
	color: #008039;
}
    .datepicker,
    .datepicker table,
    .datepicker th,
    .datepicker td,
    .datepicker thead {
        font-family: 'Public Sans', sans-serif !important;
    }

    /* Borde del calendario */
    .datepicker {
        border: 2px solid #000000 !important; 
        border-radius: 5px !important; 
        padding: 5px;
        background: #fff;
    }

    /* Día actual con borde verde */
    .datepicker table tr td.today {
        background-color: #000000 !important;
        border: 0px solid #000000 !important;
        border-radius: 50%; /* Hace que sea un círculo */
        color: #fff;
        background-image: none;
    }
