@charset "UTF-8";
/** mineduc-custom.css
* bootstrap theme for MINEDUC web apps
* 
* @version 3.0 
* @author mineduc.cl
* ===================================
* colores basicos gob.cl / mineduc.cl
* #0063af azul gob primary
* #e73439 rojo gob secondary
* #0058A4 azul oscuro (botones)
* #00376E azul oscuro (botones over - oscuro/marino)
* #e4e4e4 gris
* #b4cfe7 celeste
* #dd2f4e rojo claro
* #007bff azul botones sobre
*/
@font-face {
  font-family: museo-sans-300;
  src: url(./fonts/MuseoSans-300.otf);
  font-weight: 300;
}
@font-face {
  font-family: museo-sans;
  src: url(./fonts/MuseoSans-500.otf);
  font-weight: 500;
}
@font-face {
  font-family: museo-sans-700;
  src: url(./fonts/MuseoSans-700.otf);
  font-weight: 700;
}
@font-face {
  font-family: museo-sans-900;
  src: url(./fonts/MuseoSans-900.otf);
  font-weight: 900;
}
:root {
  --color-1: #0063af;
  --color-2: #e73439;
  --color-3: #0058A4;
  --color-4: #00376E;
  --color-5: #e4e4e4;
  --color-6: #b4cfe7;
  --color-7: #dd2f4e;
  --color-8: #4A4A4A;
  --color-9: #4A4A4A;
  --color-10:#dedede;
  --color-11:#007bff;
  --bg_ficha_m:#c4d6ed;
  --bg_gris_corporativo:#f5f5f5;
  --bg_header_footer:#cde1e4; /* var(--bg_gris_corporativo); */
  --breadcrumb:#f5f5f5;
  --bg_white:#f0f0f0;
  --bg_azul_corporativo: #0B4682;
  --bg_gris_azul: #8b9fb3;

}

.container:before {
  content: " ";
  display: table;
}

.container-fluid {
  padding: 0 10px 10px;
  list-style-image: url(./img/vineta-gob.png);
}

body {
  color: #697680;
  background: var(--bg_white);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  margin-bottom: 20px;
}

.content {
  flex: 1;
}

.sombra {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
  /* cursor: pointer; */
}

.user-info {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px !important;
  font-size: smaller;
  text-align: right !important;
}

.text-primary {
  color: #006fb3 !important;
}

.text-secondary {
  color: #fe6565 !important;
}

.text-tertiary {
  color: #0a132d !important;
}

h1 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0063af !important;
}

h2 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0058a4 !important;
}

small, h2 small {
  font-weight: normal;
  line-height: 1;
  color: #9ba3bd;
  font-size: 1.2rem;
}

h3 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0058a4 !important;
}

small, h3 small {
  font-weight: normal;
  line-height: 1;
  color: #9ba3bd;
  font-size: 1.1rem;
}

H4 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1.1rem;
  font-weight: 400;
  color: #0058a4 !important;
}

small, h4 small {
  font-weight: normal;
  line-height: 1;
  color: #9ba3bd;
  font-size: 0.9rem;
}

h5 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #0058a4 !important;
}

small, h5 small {
  font-weight: normal;
  line-height: 1;
  color: #9ba3bd;
  font-size: 0.8rem;
}

H6 {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  color: #0058a4 !important;
}

a {
  font-family: "museo-sans", sans-serif !important;
  color: #0063af !important;
}

a:hover {
  font-family: "museo-sans", sans-serif !important;
  color: #00376E !important;
}

.fs-16 {
  font-size: 0.9rem;
}

.fs-6 a:hover {
  color: #9ba3bd !important;
}

.btn-i i {
  font-size: 16px;
}

.bd-example {
  padding: 1rem;
  border: solid #dee2e6;
  border-width: 1px;
  background-color: #fff;
}

label {
  color: #697680 !important;
  font-family: "museo-sans", sans-serif !important;
}

p {
  color: #697680 !important;
  font-family: "museo-sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.block_gris_interior {
  background-color: var(--bg_gris_corporativo);
}

.h1_title a {
  color: #006BB7 !important;
}

.h1_title a:hover {
  /*color: #fff !important;*/
  color: #00376E !important;
}

.header_back {
  background-color: var(--bg_gris_corporativo);
}

.footer_back {
  background-color: var(--bg_gris_corporativo);
}

.login-form {
  background-color: var(--bg_gris_corporativo) !important;
}

.page-mineduc img.logo-mineduc {
  width: 118px;
  padding-top: 0px;
  float: left;
}

.title-application {
  padding-top: 40px;
  text-align: right;
  margin-bottom: 50px;
}

.line {
  position: relative;
  /*display: inline-block;*/
  min-width: 100%;
  margin-bottom: 2px;
  text-align: center;
}

.line::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(to right, #0f69b4 0, #0f69b4 50%, #e22c2c 50%, #e22c2c 100%);
}

.bg-header {
  background-color: #5588C6 !important;
  border-left: 1px solid #d7d6d6;
  border-right: 1px solid #d7d6d6;
}

.ancho_ribete {
  width: 183px;
  line-height: 0px;
}

.bg-breadcrumb {
  display: flex; 
  flex-direction: row;
  flex: 1 1 auto;
  margin: 10px 10px 10px 10px !important;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: var(--bg_gris_corporativo) !important;
  color: #0058A4 !important;
  /*background-color: #e3edfd !important;*/
  font-family: "museo-sans", sans-serif !important;
  font-size: 0.9rem;
  
}

.page-mineduc {
  background: #fff;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #0058A4 !important;
  border-color: #0058A4 !important;
}

.btn.btn-primary:not(.btn-sm):not(.btn-lg) {
  min-height: 60px;
  line-height: 1.5rem;
}

.btn.btn-default-size {
  display: inline-block;
  width: unset;
  min-width: 100%;
}

.btn.btn-primary {
  text-decoration: none;
  word-break: break-word;
  white-space: normal;
}

.btn {
  font-family: "museo-sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0em !important;
  margin-bottom: 2%;
}

.btn-ancho {
  min-width: 173px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #00376E !important;
  border-color: #004f80 !important;
}

span.comentado {
  font-family: "museo-sans", sans-serif !important;
  font-size: 0.9rem;
}

.small-image {
  max-width: 50%;
  align-self: flex-end;
}

.card a {
  color: #0058A4 !important;
  font-size: 1rem;
}

.card a:hover {
  color: #00376E !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
}

/* Cambio de color de placeholder*/
#name_2::-webkit-input-placeholder,
#textarea_2::-webkit-input-placeholder {
  color: #FF0000;
}

#name_2:-moz-placeholder,
#textarea_2:-moz-placeholder {
  color: #FF0000;
}

#name_2::-moz-placeholder,
#textarea_2::-moz-placeholder {
  color: #FF0000;
}

#name_2:-ms-input-placeholder,
#textarea_2:-ms-input-placeholder {
  color: #FF0000;
}

.card {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.container-fluid.with-outline, .breadcrumb.with-outline {
  margin-top: -1px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

hr.line-separator.red {
  border: none;
  border-top: 1px solid #E62633;
  background-color: white;
}

hr.line-separator.white {
  border: none;
  border-top: 2px solid var(--color-5);
}

hr.line-separator {
  position: relative;
  margin: 5px auto;
}

.line-separator {
  border: 0;
  width: 100%;
  margin: 10px auto;
}

.red-text{
	color: #E62633 !important;
}
a:hover.red-text {
  color: #bd131e !important;
}

.red-text-alternativo{
	color: #bd131e !important;
}
a:hover.red-text-alternativo {
  color: #E62633 !important;
}


footer {
  font-size: 0.8rem;
  margin: 10px 10px 10px 10px;
}

summary {
  font-size: 0.8rem;
  font-style: normal !important;
}

address {
  font-style: normal !important;
}

address p {
  font-size: 0.8rem;
  line-height: 18px !important;
  /*color: #e3edfd !important;*/
}

/* :::::::::::::: menu princial opcion standar */
.menu_app_standar {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700;
  text-decoration: underline;
}

.menu_app_standar a {
  padding: 8px 8px !important;
  border: 1px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.menu_app_standar a:hover {
  border: 1px solid #0f69c4 !important;
  background-color: white !important;
}

.menu_app_standar a:active {
  border: 1px solid #0f69c4;
  background-color: white !important;
}

/* ::::::::::::: menu princial opcion standar con buscador */
.menu_app_standar_buscador {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700;
  text-decoration: underline;
}

.menu_app_standar_buscador a {
  padding: 8px 8px !important;
  border: 1px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.menu_app_standar_buscador a:hover {
  border: 1px solid #0f69c4 !important;
  background-color: white !important;
}

.menu_app_standar_buscador a:active {
  border: 1px solid #0f69c4;
  background-color: white !important;
}

.form-control {
  border-radius: 0px;
}

.btn-outline-success {
  --bs-btn-color: #0f69c4;
  --bs-btn-border-color: #0f69c4!important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0f69c4!important;
  --bs-btn-hover-border-color: #0f69c4!important;
  --bs-btn-focus-shadow-rgb:#0f69c4!important;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0f69c4!important;
  --bs-btn-active-border-color: #0f69c4!important;
  --bs-btn-active-shadow: inset 0 3px 5px #0f69c4!important;
  --bs-btn-disabled-color: #0f69c4!important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0f69c4!important;
  --bs-gradient: none;
}

/* ::::::::::::: menu princial opcion 1 */
.menu_opt_1 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700;
  text-decoration: underline;
}

.menu_opt_1 a {
  color: #8A8A8A !important;
}

.menu_opt_1 a:hover {
  color: #006fb3 !important;
}

.menu_opt_1 a:active {
  color: #006fb3 !important;
}

.menu_opt_1 .dropdown-item {
  color: #4A4A4A !important;
  font-weight: 700;
}

/* fondo azul */
.menu_opt_1_2 a {
  font-family: "museo-sans", sans-serif !important;
  background-color: #0058A4;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #fff !important;
  padding: 8px 8px !important;
  text-decoration: none !important;
}

.menu_opt_1_2 a:hover {
  background-color: #fff;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #0058A4 !important;
  text-decoration: none !important;
}

.menu_opt_1_2 a:active {
  background-color: #0f69c4;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
}

.menu_opt_1_2 .dropdown-item {
  background-color: #fff;
  border: 1px solid #0f69c4;
  color: #0058A4 !important;
}

.menu_opt_1_2 .dropdown-item:hover {
  background-color: #0f69c4 !important;
  border: 1px solid #0f69c4;
  color: white !important;
}

/* :::::::::::::: menu princial opcion 2 */
.menu_opt_2 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  text-decoration: underline;
}

.menu_opt_2 a {
  color: #8a8a8a !important;
}

.menu_opt_2 a:hover {
  color: #006fb3 !important;
}

.menu_opt_2 a:active {
  color: #006fb3 !important;
}

.menu_opt_2 .dropdown-item {
  color: #4A4A4A !important;
  font-weight: 700;
}

.menu_opt_2_2 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700;
  text-decoration: underline;
}

.menu_opt_2_2 a {
  font-family: "museo-sans", sans-serif !important;
  background-color: #0058A4;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #fff !important;
  padding: 11px 21px !important;
  text-decoration: none !important;
  text-align: center;
}

.menu_opt_2_2 a:hover {
  background-color: #fff;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #0058A4 !important;
  text-decoration: none !important;
}

.menu_opt_2_2 a:active {
  background-color: #0f69c4;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
}

.menu_opt_2_2 .dropdown-item {
  background-color: #fff;
  border: 1px solid #0f69c4;
  color: #0f69c4 !important;
  font-weight: 700;
}

.menu_opt_2_2 .dropdown-item:hover {
  background-color: #0f69c4;
  border: 1px solid #0f69c4;
  color: white !important;
  font-weight: 700;
}

.dropdown-menu {
  width: 100% !important; /* Establece el ancho al 100% para los menús desplegables */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 0px !important;
  box-sizing: border-box;
}

.menu_opt_2_2 .dropdown-item {
  text-align: center !important;
  padding: 0.5rem 1rem; /* Ajusta el espaciado interior del desplegable según sea necesario */
}

/* :::::::::::::: tab ::::::::::::: */
.nav-tabs-custom .nav-link {
  color: #0063af;
  border-color: #f8f9fa !important;
  font-family: "museo-sans", sans-serif !important;
  font-size: 300;
}

.nav-tabs-custom .nav-link:hover {
  color: #4A4A4A !important;
  background-color: #f8f9fa !important;
}

.nav-tabs-custom .nav-link.active {
  color: #4A4A4A !important;
  background-color: #f8f9fa !important;
}

/*
.nav-link:focus {
    color: #4A4A4A!important;  
    background-color: #dedede!important;
}*/
.nav-tabs .nav-link {
  border-radius: 0 !important;
  font-family: "museo-sans", sans-serif !important;
  font-size: 300;
}

.tab-content {
  background-color: #f8f9fa !important;
}

/* :::::::::::: alert */
.alert {
  border-radius: 0px !important;
}

.alert-success {
  color: #4f8a10;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 0px !important;
}

.alert-success .alert-heading {
  font-family: "museo-sans", sans-serif !important;
  color: #4f8a10 !important;
}

.alert-success p {
  font-family: "museo-sans", sans-serif !important;
  color: #4f8a10 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* botones */
.btn-secondary {
  font-family: "museo-sans", sans-serif !important;
  background-color: #fff !important;
  border: 1px solid #0f69c4;
  display: inline-block;
  color: #fff !important;
  padding: 8px 8px !important;
  text-decoration: none !important;
  color: #0f69c4 !important;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #00376E !important;
}

.btn-medium {
  padding: 8px !important;
  font-size: 1rem;
  min-width: 123px;
}

.btn-small {
  padding: 4px !important;
  font-size: 0.8rem;
  min-width: 70px;
}

.btn-extra-small {
  padding: 4px !important;
  font-size: 0.7rem;
  min-width: 70px;
}

.btn_opcion_blanco_trazo_gris {
  background-color: #fff !important;
  border: 1px solid #8a8a8a !important;
  color: #8a8a8a !important;
}

.btn_opcion_blanco_trazo_gris:hover {
  border: 1px solid #8a8a8a !important;
  color: #fff !important;
}

.btn_opcion_blanco_trazo_gris2 {
  border: 1px solid #8a8a8a !important;
  color: #4A4A4A !important;
}

.btn_opcion_blanco_trazo_gris2:hover {
  border: 1px solid #8a8a8a !important;
  color: #0f69c4 !important;
  background-color: #f5f5f5 !important;
}

.btn_opcion_blanco_trazo_gris3 {
  background-color: #f5f5f5 !important;
  border: 1px solid #8a8a8a !important;
  color: #4A4A4A !important;
}

.btn_opcion_blanco_trazo_gris3:hover {
  border: 1px solid #8a8a8a !important;
  color: #0f69c4 !important;
  background-color: #e3e3e3 !important;
}

.btn_opcion_blanco_trazo_gris4 {
  background-color: #e3e3e3 !important;
  border: 1px solid #8a8a8a !important;
  color: #4A4A4A !important;
}

.btn_opcion_blanco_trazo_gris4:hover {
  border: 1px solid #8a8a8a !important;
  color: #0f69c4 !important;
  background-color: #d7d4d4 !important;
}

/* listado indice */
ul.ul_listado_indice {
  text-decoration: none !important;
}

li.li_listado_indice {
  line-height: 2rem !important;
  text-decoration: none !important;
  color: var(--color-7);
}

li.li_listado_indice a {
  text-decoration: none !important;
}

/* acordeon */
.accordion h2.accordion-header .accordion-button {
  color: #4a4a4a;
  font-family: "museo-sans", sans-serif !important;
  line-height: 1.4rem !important;
}

.accordion-button:not(.collapsed) {
  color: #0058A4 !important;
  background-color: #B4CFE7 !important;
}

.accordion .accordion-body {
  color: #697680 !important;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300;
  line-height: 1.4rem;
}

.accordion .accordion-body p {
  color: #697680 !important;
  font-family: "museo-sans", sans-serif !important;
}

.accordion .accordion-body a {
  color: #4a4a4a;
  font-family: "museo-sans", sans-serif !important;
}

.accordion .accordion-body a:hover {
  color: #0058A4;
  font-family: "museo-sans", sans-serif !important;
}

/* acordeon 2 */
.accordion2 .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #0058A4 !important;
}

.accordion2 .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FEB7EE'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion2 .accordion-header:collapse {
  background-color: black !important;
}

.accordion2 .accordion-button collapse {
  color: rgb(224, 16, 176);
}

/* acordeon 3 */
.accordion3 h2.accordion-header .accordion-button {
  background-color: #B4CFE7;
  color: #0058A4;
}

.accordion3 .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #0058A4 !important;
}

.accordion3 h2.accordion-header .accordion-button, .accordion .accordion-header.h2 .accordion-button {
  background-color: #B4CFE7;
}

.accordion3 .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FEB7EE'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion2 .accordion-header:collapse {
  background-color: black !important;
}

.accordion3 .accordion-button collapse {
  color: rgb(224, 16, 176);
}

.btn-centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.link_ancho {
  width: 192px;
}

/* modal */
/* Estilos para el botón de cierre y su "x" */
.btn-close {
  /* Establece el color de la "x" por defecto */
  color: red !important; /* Cambia el color predeterminado de la "x" */
}

/* Cambia el color de la "x" al pasar el cursor sobre el botón */
.btn-close:hover {
  color: blue !important; /* Cambia el color de la "x" al pasar el cursor */
}

.modal-header {
  background-color: #B4CFE7;
}

/* menu lateral acordeon */
/* barra 1 */
a h4.list-group-item-heading {
  color: white !important;
  font-size: 0.9rem;
}

a p.list-group-item-text {
  color: #B4CFE7 !important;
  font-size: 0.8rem;
}

.list-group-item-titulo.active {
  z-index: 2;
  color: var(--color-3);
  background-color: var(--color-3);
  border-color: var(--color-3);
}

.list-group-item-titulo:hover {
  background-color: var(--color-4);
  border-color: var(--color-4);
}

.list-group-item-subtitulos {
  border: solid 1px var(--color-3);
  font-size: 0.9rem;
}

a:hover.list-group-item-subtitulos {
  background-color: #007bff;
  color: white !important;
}

a.list-group-item-subtitulos .badge {
  background-color: var(--color-2);
  color: white !important;
}

a:hover.list-group-item-subtitulos .badge {
  background-color: #fff !important;
  color: var(--color-4) !important;
}

/* barra 2 */
button.list-group-titulo {
  z-index: 2;
  color: var(--color-3);
  background-color: var(--color-3) !important;
  border-color: var(--color-3) !important;
}

button.list-group-titulo:hover {
  background-color: var(--color-4) !important;
}

h4.list-group-item-heading {
  color: white !important;
  font-size: 0.9rem;
  text-align: left !important;
}

.list-group-titulo p {
  color: #B4CFE7 !important;
  font-size: 0.8rem;
  text-align: left !important;
}

/* barra 3 iconos flechas  */
button.list-group-item-titulos {
  font-family: "museo-sans", sans-serif !important;
  color: var(--color-3);
  font-size: 0.9rem;
  text-align: left !important;
}

.list-group-item-titulos {
  border: solid 1px var(--color-3);
  font-size: 0.9rem;
}

.list-group-item-titulos:hover {
  background-color: var(--color-11);
  color: white;
}

/* barra 4 desplegable */
.list-group-item-subtitulo-desplagable .badge {
  color: white;
  background-color: var(--color-2);
}

.list-group-item + .list-group-item .sidebar_accordion .accordion .card {
  color: var(--color-3);
  border: var(--color-3);
  border-radius: 0px !important;
  box-shadow: unset !important;
  transition: none !important;
}

.sidebar_accordion .accordion .card a {
  color: #424e5d;
  text-decoration: none;
}

.sidebar_accordion .accordion .card-header {
  /*background: linear-gradient(#fff, #f1f1f1);*/
  padding: 0.75rem 1rem;
  position: relative;
  background-color: #fff;
  border-bottom: none !important;
}

.sidebar_accordion .accordion .card-header:hover {
  background-color: #B4CFE7 !important;
}

.sidebar_accordion .accordion .card-header h2 {
  font-size: 1rem;
}

.sidebar_accordion .accordion .fa {
  width: 20px;
  margin-right: 0.25rem;
}

.sidebar_accordion .accordion .card-header a {
  float: left;
  width: 100%;
  cursor: pointer;
}

.sidebar_accordion .accordion .card-header.show {
  background-color: #B4CFE7 !important;
}

.sidebar_accordion .accordion .toggle {
  font-size: 0.8rem;
  line-height: 0.8rem;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  margin: 0;
}

.sidebar_accordion .accordion .toggle:hover {
  opacity: 1;
}

.sidebar_accordion .accordion .card-body {
  padding: 0;
}

.sidebar_accordion .accordion .list-group-item {
  border-radius: 0;
  border-width: 1px 0 1px 0;
  padding-left: 30px;
  background: #d6dbe0;
  font-weight: 500;
}

.sidebar_accordion .accordion .list-group-item:hover {
  background: #007bff;
}

.sidebar_accordion .accordion .list-group-item:hover a {
  color: #fff !important;
}

.sidebar_accordion .accordion .list-group-item:hover .badge {
  background: #fff;
  color: #007bff;
}

.sidebar_accordion .accordion .list-group-item a {
  color: #61656b;
  display: block;
}

.sidebar_accordion .accordion .list-group-item .badge {
  float: right;
  min-width: 36px;
}

.sidebar_accordion.accordion .rotate {
  transform: rotate(180deg);
}

/* formularios */
input {
  margin-right: 0.5rem !important;
}

.label-input {
  display: flex;
  flex-direction: column;
}

.label-input label {
  min-width: 22%;
}

.form-control {
  margin-bottom: 5%;
}

@media (min-width: 576px) {
  .label-input {
    flex-direction: row;
    align-items: left;
  }
  .label-input label {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
/* Tablets de 7 pulgadas */
@media (min-width: 600px) and (max-width: 767px) {
  .label-input {
    flex-direction: column;
  }
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

/* modal ancho completo */
.modal-dialog.fullscreen > .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-dialog.fullscreen {
  width: 80% !important;
  height: 90%;
  margin: 2% auto;
  padding: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* ::::::::::::::::::::::::::::: tablas :::::::::::::::::::::::::::: */
.pagination {
  float: right !important;
  border-radius: 0px !important;
}

.page-item:first-child .page-link {
  border-radius: 0px !important;
}

.page-item:last-child .page-link {
  border-radius: 0px !important;
}

.active > .page-link, .page-link.active {
  background-color: var(--color-3);
  color: #fff !important;
}

label {
  display: flex !important;
  padding-top: 1% !important;
  padding-bottom: 1% !important;
  padding-top: 1% !important;
}

.dataTables_length select {
  margin-left: 1% !important;
  margin-right: 1% !important;
}

.dataTables_filter input {
  margin-left: 2%;
}

.dataTables_length label {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}

.form-select-sm {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm {
  padding: 0.4rem 1rem !important;
}

.form-control {
  margin-bottom: 2% !important;
}

/* .....................................................*/
/* tabla */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: "museo-sans", sans-serif !important;
}

/* Zebra striping */
tr:nth-of-type(even) {
  background: #fff;
}

th {
  background: #782f40;
  color: #ffffff;
  font-weight: 300;
}

td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

td:nth-of-type(1) {
  font-weight: 500 !important;
}

td {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300;
  line-height: 17px;
  font-size: 0.9rem;
}

tr:nth-of-type(odd) {
  background: #f5f5f5;
  /*color:#fff!important;*/
}

table.dataTable thead th {
  color: #fff !important;
  font-family: "museo-sans", sans-serif !important;
}

table.dataTable thead th a {
  color: #fff !important;
  text-decoration: none;
}

table.dataTable thead th a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table.responsive,
  .responsive thead,
  .responsive tbody,
  .responsive th,
  .responsive td,
  .responsive tr {
    display: block !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive thead tr {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
  }
  .responsive tr {
    border: 1px solid #ccc;
  }
  .responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
    padding-left: 25% !important;
  }
  .responsive td:before {
    /* Now like a table header */
    position: absolute !important;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap !important;
    font-weight: 500 !important;
  }
  /*
  Label the data
  */
  .responsive td:before {
    content: attr(data-table-header) !important;
  }
}
table.dataTable thead th {
  color: #fff !important;
}

table > tbody > tr:hover > td, table > tbody > tr.odd:hover > td {
  background: none repeat scroll 0 0 #cecece;
  color: #333333;
}

*, *:before, *:after {
  box-sizing: border-box;
}

small {
  color: #808080;
}

button {
  bottom: 1px;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
  padding: 4px 11px;
  border: 1px solid white;
  background: none;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
}

table button:hover {
  background: #b4cfe7;
  color: #fff;
}

/* Tables */
/* Responsive scroll-y table */
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 801px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/* Default table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.28);
  margin-bottom: 40px;
  margin-top: 0.5em;
  width: 100%;
  max-width: 100%;
}

/*
table thead tr {border-bottom:3px solid #0085a6; color:#000;}
table tfoot tr {border-top:3px solid #0085a6;}*/
table thead th, table tfoot th {
  background-color: #0058A4 !important;
  color: #000;
  font-size: 0.83333em;
  line-height: 1.8;
  padding: 8px 14px 8px 14px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

table tbody tr {
  background-color: #fff;
}

table tbody tr:hover {
  background-color: #eee;
  color: #000;
}

table th, table td {
  border: 1px solid #bfbfbf;
  padding: 5px 5px;
  position: relative;
  vertical-align: middle;
}

caption {
  font-size: 1.111em;
  font-weight: 300;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  table {
    font-size: 0.944444em;
  }
}
@media (max-width: 767px) {
  table {
    font-size: 1em;
  }
}
/* Responsive table full */
@media (max-width: 767px) {
  .table-responsive-full {
    box-shadow: none;
  }
  .table-responsive-full thead tr,
  .table-responsive-full tfoot tr {
    display: none;
  }
  .table-responsive-full tbody tr {
    box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.28);
    margin-bottom: 20px;
  }
  .table-responsive-full tbody tr:last-child {
    margin-bottom: 0;
  }
  .table-responsive-full tr,
  .table-responsive-full td {
    display: block;
  }
  .table-responsive-full td {
    background-color: #fff;
    border-top: none;
    position: relative;
    padding-left: 50%;
  }
  .table-responsive-full td:hover {
    background-color: #eee;
    color: #000;
  }
  .table-responsive-full td:hover:before {
    color: hsl(0, 0%, 40%);
  }
  .table-responsive-full td:first-child {
    border-top: 1px solid #bfbfbf;
    border-bottom: 3px solid #0085a6;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-size: 1.11111em;
    font-weight: bold;
  }
  .table-responsive-full td:before {
    content: attr(data-label);
    display: inline-block;
    color: hsl(0, 0%, 60%);
    font-size: 14px;
    font-weight: normal;
    margin-left: -100%;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .table-responsive-full td {
    padding-left: 14px;
  }
  .table-responsive-full td:before {
    display: block;
    margin-bottom: 0.5em;
    margin-left: 0;
  }
}
/* Sort table */
.sort-table-arrows {
  float: right;
  transition: 0.3s ease;
}

.sort-table-arrows button {
  margin: 0;
  padding: 2px 6px;
}

.sort-table th.title, .sort-table th.composer {
  width: 20% !important;
}

.sort-table th.lyrics, .sort-table th.arranger, .sort-table th.set, .sort-table th.info {
  width: 15% !important;
}

.sort-table .title {
  font-weight: bold;
}

.sort-table .title small {
  font-weight: normal;
}

@media (max-width: 1024px) {
  .sort-table th, .sort-table-arrows {
    text-align: center;
  }
  .sort-table-arrows {
    float: none;
    padding: 8px 0 0;
    position: relative;
    right: 0px;
  }
  .sort-table-arrows button {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .sort-table thead tr {
    border-bottom: none;
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .sort-table thead tr th.arranger {
    display: none;
  }
  .sort-table th {
    width: 100% !important;
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0px;
    display: inline-block;
    font-size: 0.75em;
    line-height: 1;
    margin: 3px 0;
    padding: 10px;
  }
  .sort-table th.title, .sort-table th.composer, .sort-table th.lyrics, .sort-table th.set, .sort-table th.info {
    width: 100% !important;
  }
  .sort-table td.title:before {
    display: none;
  }
  .sort-table td.title {
    letter-spacing: 0.03em;
    padding-left: 14px;
  }
}
#sort.label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
  font-family: "museo-sans", sans-serif !important;
}

.titulo_dato {
  background-color: #eaecef;
}

.bd-example-tables {
  padding: 0rem;
  border: solid #dee2e6;
  border-width: 1px;
  background-color: #fff;
}

.dt-bootstrap5 {
  padding: 0px 15px;
}

a.dt-button {
  background-color: #004f80;
  color: #fff !important;
  padding: 1%;
  display: inline-flex;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 1%;
}

a:hover.dt-button {
  background-color: #00376E !important;
  color: #fff !important;
}

/** AUXILIARES MINEDUC CUSTOM CSS**/

.text-blue-light {
  color: #036ab5;
  font-weight: 400; /**beetween lighter and normal**/
}

/* opciones alternativas */

.back_azul_corporativo {
  background-color: var(--bg_azul_corporativo) !important;
}

.back_alternativo {
  background-color: #8b9fb3 !important;
}

.back_alternativo footer, .back_azul_corporativo footer {
  font-size: 0.8rem;
  margin: 10px 10px 10px 10px;
}

.back_alternativo summary, .back_azul_corporativo summary {
  font-size: 0.8rem;
  font-style: normal !important;
  color: #e3edfd !important;
}

.back_alternativo address, .back_azul_corporativo address {
  font-style: normal !important;
}

.back_alternativo address p, .back_azul_corporativo address p {
  font-size: 0.8rem;
  line-height: 18px !important;
  color: #e3edfd !important;
}

.back_alternativo .h1_title a, .back_alternativo .user-info {
  color: #e3edfd !important;
}

.back_alternativo .h1_title a:hover, .back_alternativo .user-info {
  color: #fff !important;
}

.back_azul_corporativo footer a {
  color: #e3edfd !important;
}

.back_azul_corporativo footer a:hover {
  color: #fff !important;
}

.back_azul_corporativo .h1_title a, .back_azul_corporativo .user-info {
  color: #e3edfd !important;
}

.back_azul_corporativo .h1_title a:hover, .back_azul_corporativo .user-info {
  color: #fff !important;
}

.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/*# sourceMappingURL=main.css.map */
