﻿.title-usebeq {
	font-size: 2vw;
	margin-top: 0px;
	margin-bottom: 0px;
}

.title-plataforma {
	font-size: 1.5vw;
	margin-top: 0px;
	margin-bottom: 5px;
}

.img-encabezado {
	margin-top: 5px;
	max-width: 200px
}

.form-check {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.custom-control-label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.form-check-input {
	min-width: 20px;
	margin-right: 5px;
	margin-left: 5px !important;
}

.text-inciso {
	margin-right: 5px;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"], .form-check:not(.form-switch) .form-check-input[type="radio"] {
	margin-top: 1px;
}

.htLenguajeColHeader {
	background-color: #ffffff;
	color: black;
	font-weight: bold;

	word-wrap: break-word; /* Permite que las palabras largas se dividan */
	word-break: break-all; /* Rompe las palabras largas si es necesario */
	white-space: normal; /* Permite que el texto haga saltos de línea */
	overflow-wrap: break-word; /* Alternativa moderna a word-wrap */
}

.htMatematicasColHeader {
	background-color: #4CAF50;
	color: white;
	font-weight: bold;
	word-wrap: break-word; /* Permite que las palabras largas se dividan */
	word-break: break-all; /* Rompe las palabras largas si es necesario */
	white-space: normal; /* Permite que el texto haga saltos de línea */
	overflow-wrap: break-word; /* Alternativa moderna a word-wrap */
}

.htNaturalesColHeader {
	background-color: #b6df89;
	color: white;
	font-weight: bold;
	word-wrap: break-word; /* Permite que las palabras largas se dividan */
	word-break: break-all; /* Rompe las palabras largas si es necesario */
	white-space: normal; /* Permite que el texto haga saltos de línea */
	overflow-wrap: break-word; /* Alternativa moderna a word-wrap */
}

.htEticaColHeader {
	background-color: #ffff66;
	color: black;
	font-weight: bold;
	word-wrap: break-word; /* Permite que las palabras largas se dividan */
	word-break: break-all; /* Rompe las palabras largas si es necesario */
	white-space: normal; /* Permite que el texto haga saltos de línea */
	overflow-wrap: break-word; /* Alternativa moderna a word-wrap */
}

.htHumanoColHeader {
	background-color: #33ccff;
	color: black;
	font-weight: bold;
	word-wrap: break-word; /* Permite que las palabras largas se dividan */
	word-break: break-all; /* Rompe las palabras largas si es necesario */
	white-space: normal; /* Permite que el texto haga saltos de línea */
	overflow-wrap: break-word; /* Alternativa moderna a word-wrap */
}