@charset "UTF-8";
@import url('chat.css');

*{
	font-family: 'Montserrat', sans-serif;
}

.bg-fondo,
.bg-fondo-mod {
	width: 100vw;	
	background-image: url('../images/Banner.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-fondo {
	height: 150px;
}

.bg-fondo-mod {
	height: 120px;
	justify-content: space-between;
}

.logo-mod{
	width: 200px;
}

.logo-mod1{
	width: 200px;
}

.espacio{
	width: 60px;
}

#textBtn {
	display: none;
}

@media (min-width: 500px){
	.bg-fondo {
		height: 157px;
	}

	.bg-fondo-mod {
		height: 120px;		
	}

	.logo-mod{
		width: 300px;
	}

	.logo-mod1{
		width: 250px;
	}

	.espacio{
		width: 165px;
	}

	#textBtn {
		display: block;
	}
}

@media (max-width: 370px){
	.bg-fondo {
		height: 70px;
	}

	.bg-fondo-mod {
		height: 70px;		
	}

	.logo-mod{
		width: 120px;
	}

	.logo-mod1{
		width: 120px;
	}
}

.check-group{	
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (min-width: 900px){
	.check-group {
		flex-direction: row;
		justify-content: center;
	}

	.check {
		justify-content: center;
		width: auto;
	}	
}

/*=============================================
 * =               Transcriptmain                =
 * =============================================*/
.rating,
.iconRating,
.rating-list,
.list-num {
	display: flex;
	justify-content: center;
	align-items: center;	
}

.iconRating {
	flex-direction: column;
}

.iconRating input {
	max-width: 50px;
	padding: 5px 5px 10px 5px;
}

.iconRating span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #87868A;
	border: 1px solid #211915;
	color: #FFF;
	font-weight: bold;	
	height: 25px;
	width: 100%;
	cursor: pointer
}

.iconRating-left {
	border-radius: 25px 0px 0px 25px;
}

.iconRating-right {
	border-radius: 0px 25px 25px 0px;
}

.rating .selected span  {
	background-color: #211915 !important;
}

.list-num {	
	border: none;
	color: #000;
	cursor: pointer;
	height: 35px;
	width: 40px;
}

.list-num-left {
	border-radius: 5px 0px 0px 5px;
}

.list-num-right {
	border-radius: 0px 5px 5px 0px;
}

.list-num:hover {
	background-color: #211915 !important;
	color: #FFF;
}

.rating-list .selected {
	background-color: #211915 !important;
	color: #FFF;
	z-index: 100;
}

.opt-preguntas {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}

.opt-preguntas p {
	font-size: 13px;
	padding: 0.5rem 1rem;
	word-break: break-word;
	text-align: center;
}

.txtComentario {
	text-align: justify;
	border: 1px solid var(--borderInputs); 
	border-radius: 7px; 
	resize: none; 
	padding: 10px;
	outline-color: var(--outlineInputs);
}

@media screen and (max-width: 500px){
	.list-num {
		width: 25px;
	}
}
