.red{
    background-color: #E74133;
}

.yellow{
    background-color: #ffcb00;
}

.green{
	background-color: #9DC482;
	transition: all 0.3s;
}

.green:hover{
	background-color: #7fa067;
}

.color-green{
	color: #7ea363;
	transition: all 0.3s;
}

.color-green:hover{
	color: #66884d;
}

.color-black{
	color: black;
}

.color-black:hover{
	color: black;
}

/*ESTILOS NAV PARA LA VISTA solicitud_vecino*/
.header_solicitud_vecino{
	width: 80%;
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
}

.header_solicitud_vecino img{
	margin-left: 60px;
}


/*ESTILOS VISTA solicitud_vecino*/
/*ESTILOS pantalla inicial*/
#info{
	align-items: center;
	color: black;
}

.titulo-licencias-conducir{
	font-size: 25px !important;
	position: relative;
    display: inline-block;
	margin-left: 30px
}

.titulo-licencias-conducir::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px; /* Ajusta según sea necesario */
    height: 5px;
    background: linear-gradient(62deg, 
        rgba(0,169,201,1) 0%, 
        rgba(157,196,130,1) 25%, 
        rgba(255,203,0,1) 50%, 
        rgba(231,65,51,1) 100%);
    z-index: 2;
}

.modal_title{
	margin-bottom: 20px;
}

.text-important{
	background-color: #9DC482;
	font-size: 20px;
	font-weight: bolder;
	width: fit-content;
	margin: auto;
	padding: 5px;
	border-radius: 5px;
}

.info-parrafo{
	font-size: 18px;
	margin-top: 20px;
}

.btn-verde{
	background-color: #e1e6a9;
}

.btn-turno{
	background-color: #e1e6a9;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	transition: all 0.5s;
	color: black;
}

.btn-naranja{
	background-color: #f5821f;
}

.btn-turno:hover {
	scale: 1.05;
	cursor: pointer;
}

.btn-desactivado{
	background-color: #e1e1e3;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid #E84233;
}

.leyenda-btn{
	font-size: 20px;
	margin-top: 25px;
}
/*fin estilos pantalla inicial*/
/*estilos para el formulario de turno*/
.section-formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-title{
	background-color: #9DC482;
	color: black;
	padding: 10px 50px;
	border: none;
	border-radius: 10px;
	width: fit-content;
	margin: auto;
}
.formulario-turnos{
	background-color: #e1e1e3;
	padding: 20px;
	border-radius: 10px;
	width: 60%;
	margin: auto;
}

.informacion-ley{
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.label-formulario{
	color: black !important;
}

/*fin estilos formulario de turno*/
/*estilos modal*/
.titulos-modal{
	background-color: #f5821f;
	color: white;
	width: fit-content;
	margin: auto;
	padding: 5px;
	border-radius: 10px;
}

.descripcion-modal{
	color: #f5821f;
	font-size: 15px;
}

.imagen-qr{
	margin-bottom: 10px;
	width: 35%;
	margin: auto;
}

/*fin estilos modal*/
/*estilos grilla*/
.titulo-grilla{
	background-color: #9DC482;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.container-grilla-turnos{
	overflow-x: auto;
}

.grilla-turnos{
	width: 120%;
}

.btn-turno-disponible{
	background-color: #9DC482;
	transition: all 0.3s;
}

.btn-turno-disponible:hover{
	background-color: #6d885a;
	color: white !important;
}

.btn-turno-ocupado{
	background-color: #E74133;
	transition: all 0.3s;
}

.btn-turno-ocupado:hover{
	background-color: #a52e23;
}
/*fin estilos grilla*/
/* FIN ESTILOS VISTA solicitud_vecino*/

header #button-menu{
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.cartel {
	background-color: #F8C750   ;
	border: none;
	color: white;
	padding: 2px 2px;
	font-size: 12px;
}

/* aside.turnosDelDia.turnoDetalle.blade */
.detalleTurno{
	font-weight: 800;
}

.detalleTurnoexpl{
	font-size: 16px;
}
/* FIN aside.turnosDelDia.turnoDetalle.blade*/

.ajs-button { cursor: pointer !important; }
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.inactive {
    display: none;
}

#header {
    display: flex;
    justify-content: space-between;
    padding: 2em;
    padding-bottom: 0.5em;
}

@media screen and (max-width: 1120px){
	.formulario-turnos{
		width: 100%;
	}

	.imagen-qr{
		width: 50%;
	}
}

@media all and (max-width: 800px) {
    #info h1 {
        /*font-size: 1.5rem;*/
        margin-top: 0.25em;
    }
	
    #info-legend {
        display: none;
    }
    #info-icon {
        margin: 0px !important;
    }
}

@media screen and (max-width: 720px){
	.header_solicitud_vecino img {
		margin-left: 10px;
	}

	.imagen-qr{
		width: 70%;
	}
}

@media screen and (max-width: 320px){
	.navegacion ul{
		width: 100%;
	}

	.imagen-qr{
		width: 95%;
	}
}