/* turnosDelDia - index*/
.card_parent{
    border:1px solid #9DC482;
}

.card_turnos_dia{
    background-color: #9DC482;
    border: 0px 0px 1px 0px solid #9DC482;
}

.nombre_puesto{
    font-size: 18px;
    b{
        color: #9DC482;
        font-size: 22px;
        text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.5);
        text-decoration: underline;
        text-underline-offset: 8px;
    }
    
}

table{
    text-align: center;
}

.thead_header{
    background-color: #ffcb00;
    color: black;
}

/* FIN turnosDelDia - index*/

/* turnosDelDia - reporte*/
.input_radio{
    accent-color: #ffcb00;
}

.media{
    position: relative;
    height: 100px;
}

.image_muni{
    position: absolute;
    top: 0px; 
    left: 0px;
}

.btn_imprime{
    background-color: #ffcb00;
    transition: all 0.3s;
}

.btn_imprime:hover{
    background-color: #daae00;
}

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

.btn_inicio:hover{
    background-color: #8aac71;
    color: black;
}

/* FIN turnosDelDia - reporte*/

/* NAVBAR en app*/

nav{
    background: rgb(0,169,201);
    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%);
    background: rgb(0,169,201);
    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%);
}

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

.navegacion{
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 100vh;
    background: rgb(140,193,235);
    background: linear-gradient(90deg, rgba(22,54,105,1) 0%, rgba(140,193,235,1) 100%);
}

.navegacion ul{
	width: 220px;
	height: 100%;
	/* de la barra del costado del menu que se despliega */
	list-style: none;
	position: absolute;
	top: 0;
	padding-left: 0px;
	left: -320px;
	transition: left .3s;
}

.navegacion .menu li.title-menu{
	background:#ffcb00;
    color: black;
	text-align: center;
	font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.navegacion li {
	float: none;
}

.navegacion .menu a{
	display: block;
	border: 1px solid #0000000e;
	text-decoration: none;
	color: black;
    background-color: white;
}

.navegacion .menu a:hover{
	background: linear-gradient(62deg, rgba(255,203,0,1) 90%, rgba(231,65,51,1) 100%);
	color: black;
}

.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
  background:#ffcb00;
	color: black;
}

.navegacion .submenu li.go-back{
	padding: 10px 20px;
	color: black;
	font-size: 18px;
	cursor: pointer;
	background:#ffcb00;
}

.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\f0d9';
	margin-right: 10px;
}

.hide-menu{
    display: none !important;
}

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

.title-menu, .go-back{
    background:#ffcb00;
}
/*FIN NAvBAR en app*/

/* auth-login */
.titulo-principal {
    background: rgb(0,169,201);
    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%);
    background-size: 100% 6px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: fit-content;
    margin: auto;
    font-size: 22px;
}

.container_formulario{
    background-color: rgb(246, 249, 232);
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.titulo-datos-personales {
    background-color: rgb(226, 232, 168);
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 10px 0 14px -5px rgba(0, 0, 0, 0.5);
}

.input_login{
    border-radius: 15px;
}

.btn_login{
    font-size: 16px;
    transition: all 0.3s;
}

.btn_login:hover{
    background-color: #83a16c;
}

.btn-link{
    font-size: 16px;
    color: #83a16c;
}

.btn-link:hover{
    color: #5f754e;
}

.checkbox_rememberme{
    text-align: center;
}

/*FIN auth-login*/

@media screen and (max-width: 1199px){
	.image_muni {
        position: static; 
        top: auto;
        left: auto;
    }
}