html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}      
body {
	background-color: #FFFFFF;
	font-family: 'Public Sans', sans-serif;
	color: #000000;
}
.wrapper {
    flex: 1;
}

.footer {
    background: #017B6F;
    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: #000000;
	font-weight: bold;
}
.btn-primary {
	background-color: #017B6F;
	border-color: #017B6F;
}
/* Efecto Hover */
.btn-primary:hover {
    background-color: #017B6F !important; /* Color más oscuro al pasar el mouse */
    border-color: #017B6F !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 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(0, 0, 0, 0.5) !important; /* Resaltado */
    outline: none !important;
}

/* Efecto Active (cuando se mantiene presionado) */
.btn-primary:active, 
.btn-primary.active {
    background-color: #017B6F !important;
    border-color: #017B6F !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: #017B6F !important; /* Color más claro */
    border-color: #017B6F !important;
    color: white !important;
    opacity: 0.65;
}

.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(0, 0, 0, 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(0, 0, 0, 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: #017B6F !important;
    color: #ffffff !important;
    border: 1px solid #017B6F !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: #017B6F !important;
    color: #ffffff !important;
    border: 1px solid #017B6F !important;
}

/* Estilos al pasar el mouse */
input[type="file"]::file-selector-button:focus {
    background-color: #017B6F !important;
    color: #ffffff !important;
    border: 1px solid #017B6F !important;
}
/* Estilos cuando se hace clic */
input[type="file"]::file-selector-button:active {
    background-color: #017B6F !important;
    color: #ffffff !important;
    border: 1px solid #017B6F !important;
}
input[type="checkbox"], input[type="radio"] {
    accent-color: #017B6F !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 #000000; /* Color del borde */
}

/* Cambiar color cuando está marcado */
.form-check-input:checked {
    background-color: #017B6F; /* Color de fondo cuando está activo */
    border-color: #000000;
}

/* Cambiar color del radio button */
.form-check-input[type="radio"]:checked {
    background-color: #017B6F; /* Color cuando está seleccionado */
    border-color: #000000;
}
.form-control {
    border-color: #000000 !important; /* Color del borde */
}
.form-control:hover {
    border-color: rgba(0, 0, 0, 0.5) !important; /* Color del borde */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Sombra opcional */
}
.form-control:focus {
    border-color: rgba(0, 0, 0, 0.5) !important; /* Color del borde */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important; /* Sombra opcional */
}
a {
	color: #000 !important;
}
a:focus {
	color: rgba(0, 0, 0, 0.5) !important;
}
a:hover {
	color: rgba(0, 0, 0, 0.5) !important;
}
a:active {
	color: rgba(0, 0, 0, 0.5) !important;
}
.legal {
	font-size: 0.8rem !important;
	color: #000 !important;
}
@media (max-width: 920px) {
	.mt-5 {
		margin-top: 0Px !important;
	}
	.rayita {
		display: none;
	}	
}
@media (max-width: 600px) {
	.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(0, 0, 0, 0.5) !important; /* Resaltado */
    outline: none !important;
}
.bi-camera-fill {
	color: #017B6F;
}
    .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;
    }
