
.vtn-modal, .vtn-frm, .vtn-res, .vtn-enviando, .vtn-addusr,  .vtn-consultando{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.85);
	display: none;
	justify-content: center;
	align-items: center;
	padding: 10px;
}


	.seguimiento, .formulario{		
		width: 800px;
		height: 550px;
		display: block;
		text-align: left;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 0 20px #333;
		font-weight: bold;
		font-size: 12px;

	}

.seguimiento .alert{
		margin: 0 auto;
	}

.mensaje, .msj{
		text-align: justify;
		margin: 20px 20px 0 20px;
}

.alert{		
		height: 50px;	
		width: 600px;
		display: none;
		padding: 15px;
		border-radius: 4px;
		text-align: justify;
		margin: 20px 20px 0 20px;
		color: #000;
		background-color: rgba(233, 0, 18, 0.5);
		justify-content: space-between;
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
		
}

.close{
		text-decoration: none;
		cursor: pointer;
		
}

.respuesta{
		text-align: justify;
		margin: 20px 20px 0 20px;
		font-size: 20px;
}

.frm, .seguimiento{
		width: 85%;
		margin: auto;
}

input{
		margin: 5px;
		width: 100%;
		padding: 5px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 15px;
}

/* FORMULARIO DE QUEJAS  */
#form-formato input{
		margin: 5px;
		width: 100%;
		padding: 5px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 15px;
}

select{
		margin: 5px;
		width: 100%;
		padding: 5px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 15px;
}

#form-formato p , h3{
	text-align: justify;
}

#chk-aviso{
	width: 20px;
	height: 20px;
}
#form-formato hr{
	border: 1px solid #000;

}
/* FORMULARIO DE QUEJAS  */

.frm-res{
	width: 85%;
	margin: auto;
}

.frm-res #titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 20px;
}

.frm-res #dats{
	width: 100%;
	display: flex;
	flex-direction: row;
	border: 1px solid #000;
}

.frm-res #txtfolio{
	padding: 15px;
	width: 300px;	
}

.frm-res #txtcat{
	padding: 15px;
	width: 300px;	
}

.frm-res #txtdatos{
	padding: 15px;
	width: 300px;	
}


.frm-res #txtmsj{
	padding: 15px;
	width: 100%;	
}
#txtmsj #queja, #respuesta{
		resize: none;
		width: 90%;
		height: 60px;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 15px;
}


.frm #queja, #descripcion_contra, #adicional{
		resize: none;
		width: 100%;
		height: 50px;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 15px;
}

label{
		margin: 10px;
		font-size: 15px;
		font-weight: bold;
}

.btns{
 		background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    width: 150px;
}

#guardar[type="submit"]:disabled {
  background: #ccc;
}


.tbl-btns{
  width: 100px;
  background-color: #4CAF50;
  color: white;
  padding: 5px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}


.imgif{	
	margin: auto;
	width: 150px;
	height: 150px;
	border-radius: 5px;
}

.animamsj{	
	text-align: center;
	width: 350px;
	height: 200px;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
}

.buscando
{
	display: none;
}

.respuesta{
	display: block;
	justify-content: center;
	align-items: center;
}

#res{
	padding: 10px;
 	width: 95%;
  height: 150px;
	 overflow-y: scroll;
  scroll-behavior: smooth;
}

@media screen and (max-width: 600px){


	.frm #folio{
		margin: 0;
		width: 250px;

	}
	.botones{
		display: flex;
		flex-wrap: wrap;
	}
	.btns{
		width: 100%;
	}


	.seguimiento, .formulario{
		width: 100wh;
		height: 700px;
	}


	
}



