@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 28px;
  overflow: hidden;
  overflow-y: scroll;
}

body a {
  text-decoration: none;
}

.header-top {
  background: #d81e04;
  padding: 7px 0;
}

.header-top p {
  color: #fff;
  margin-bottom: 0;
}

.header-top .tr {
  text-align: right;
}

.header-top .tr a {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}

.header-top .tr a:hover {
  color: #fff;
  opacity: 1;
}

.header-top .tr span {
  margin: 0 7px;
  color: #fff;
}

.logos-home {
  padding: 20px 0;
}

.logos-home .logo-crezco {
  display: block;
}

.logos-home .logo-crezco img {
  width: 300px;
}

.logos-home .logo-mapfre {
  display: block;
  text-align: right;
}

.logos-home .logo-mapfre img {
  width: 300px;
}

.menu-crezco {
  background: #3c3c3c;
  display: block;
}

.menu-crezco .bg-body-tertiary {
  background-color: transparent !important;
  padding: 0;
}

.menu-crezco ul li a {
  color: #fff;
}

.menu-crezco ul li .active {
  color: #fff !important;
  position: relative;
}
.menu-crezco ul li .active::before{
  position: absolute;top: 0;content: '';width: 100%;height: 4px;background-color: #d81e04;left: 0;
}
.menu-crezco .nav-link {
  display: inline-block;
  text-decoration: none;
  list-style: none;
  color: #fff !important;
  font-weight: 600;
  font-size: 17px;
    text-transform: uppercase;
}


.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: #fff;
}

.navbar-text {
  background: #f5f5f5;
  padding: 10px 20px 10px 20px;
}

.navbar-text .ingresar {
  display: inline-block;
  color: #3c3c3c;
  font-weight: 600;
}

.navbar-text .ingresar:hover {
  color: #d81e04;
}

.navbar-text li {
  display: inline-block;
}

.menu-crezco .nav-link svg {
  margin-left: 15px;
  color: #d81e04;
}

.menu-crezco .dropdown-toggle::after {
  display: none;
}

.menu-crezco .nav-item.dropdown .nav-link {
  display: inline-block;
  text-decoration: none;
  list-style: none;
  color: #3c3c3c !important;
  font-weight: 600;
  position: relative;
  margin-left: 20px !important;
}
.menu-crezco .notif span {
  position: absolute;
  top: -3px;
  right: -20px;
  font-size: 10px;
  background: #3c3c3c;
  padding: 0px 8px;
  color: #fff;
  border-radius: 50px;
  line-height: 15px;
}

.reciente-home {
  display: block;
  padding: 50px 0;
}

.reciente-home .box-texto {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.reciente-home .box-texto:after {
  content: '';
  height: 3px;
  display: block;
  position: absolute;
  top: 22px;
  left: -20px;
  right: -20px;
  z-index: -1;
  background: transparent url(../images/vineta-titulo.png) 0 0 repeat;
}

.reciente-home .box-texto h2 {
  display: block;
  color: #d81e04;
  text-align: center;
  margin: 0 auto 30px;
  background: #fff;
  font-weight: 800;
  font-size: 28px;
  padding: 5px 20px;
  width: 300px;
  position: relative;
}

.reciente-home #recientes .box-recientes {
  margin-bottom: 30px;
}

.reciente-home #recientes img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: block;
}

.reciente-home #recientes h3 {
  margin-bottom: 0;
}

.reciente-home #recientes h3 a {
  display: block;
  padding: 20px;
  background: #f9f9f9;
  font-weight: 600;
  font-size: 24px;
  color: #3c3c3c;
  margin-bottom: 0;
}

.reciente-home #recientes h3 a:hover {
  color: #d81e04;
}

.reciente-home #recientes .btn-reciente {
  display: block;
  background: #e6e6e6;
  padding: 10px 20px;
  color: #d81e04;
  text-align: right;
  border-radius: 0 0 20px 20px;
  font-weight: 600;
}

.reciente-home #recientes .btn-reciente:hover {
  background: #d81e04;
  color: #fff;
}

.novedades-home {
  display: block;
  padding: 0 0 50px;
}

.novedades-home .box-texto {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.novedades-home .box-texto:after {
  content: '';
  height: 3px;
  display: block;
  position: absolute;
  top: 22px;
  left: -20px;
  right: -20px;
  z-index: -1;
  background: transparent url(../images/vineta-titulo.png) 0 0 repeat;
}

.novedades-home .box-texto h2 {
  display: block;
  color: #d81e04;
  text-align: center;
  margin: 0 auto 30px;
  background: #fff;
  font-weight: 800;
  font-size: 28px;
  padding: 5px 20px;
  width: 500px;
  position: relative;
}

.novedades-home .box-nove {
  margin-bottom: 20px;
  background: #e6e6e6;
  padding: 0 25px;
  border-radius: 8px;
}

.novedades-home .box-nove h3 {
  margin-bottom: 0;
}

.novedades-home .box-nove h3 a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #3c3c3c;
  margin-bottom: 0;
  padding: 15px 0;
}

.novedades-home .box-nove h3 a:hover {
  color: #d81e04;
}

.novedades-home .box-nove .box-calificacion {
  background: #f2f2f2;
  color: #3c3c3c;
  padding: 15px 30px;
  width: 100%;
  text-align: right;
}

.novedades-home .box-nove .box-calificacion h5 {
  display: inline-block;
  margin: 0 14px;
}

.novedades-home .box-nove .box-calificacion h5 svg {
  color: #d81e04;
  margin-right: 5px;
}

.recursos-home {
  display: block;
  padding: 0 0 50px;
}

.recursos-home .box-texto {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.recursos-home .box-texto:after {
  content: '';
  height: 3px;
  display: block;
  position: absolute;
  top: 22px;
  left: -20px;
  right: -20px;
  z-index: -1;
  background: transparent url(../images/vineta-titulo.png) 0 0 repeat;
}

.recursos-home .box-texto h2 {
  display: block;
  color: #d81e04;
  text-align: center;
  margin: 0 auto 30px;
  background: #fff;
  font-weight: 800;
  font-size: 28px;
  padding: 5px 20px;
  width: 500px;
  position: relative;
}

.recursos-home .box-recursos {
  margin-bottom: 20px;
  background: #e6e6e6;
  padding: 0 25px;
  border-radius: 8px;
}

.recursos-home .box-recursos h3 {
  margin-bottom: 0;
}

.recursos-home .box-recursos h3 a {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #3c3c3c;
  margin-bottom: 0;
  padding: 15px 0;
}

.recursos-home .box-recursos h3 a:hover {
  color: #d81e04;
}

.recursos-home .box-recursos .box-calificacion {
  background: #f2f2f2;
  color: #3c3c3c;
  padding: 15px 30px;
  width: 100%;
  text-align: right;
}

.recursos-home .box-recursos .box-calificacion h5 {
  display: inline-block;
  margin: 0 14px;
}

.recursos-home .box-recursos .box-calificacion h5 svg {
  color: #d81e04;
  margin-right: 5px;
}

.redes-home {
  display: block;
  padding: 50px 0;
  background: #f2f2f2;
  border-top: 2px solid #3c3c3c;
}

.redes-home img {
  width: 350px;
  display: block;
  margin: 0 auto;
}

.redes-home ul {
  text-align: center;
  display: block;margin-bottom: 0;
}

.redes-home ul li {
  display: inline-block;
  margin: 7px;
}

.redes-home ul li a {
  color: #d81e04;
  font-size: 25px;
  margin: 10px;
  vertical-align: middle;
}

.redes-home ul li a:hover {
  color: #3c3c3c;
}

.footer-bottom {
  padding: 10px 0;
  background: #3c3c3c;
}

.footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}

.footer-bottom .tr {
  text-align: right;
}

.footer-bottom .tr a {
  color: #fff;
}

.modal-header {
  background: #d81e04;
  padding: 10px 20px;
}

.modal-header h1 {
  color: #fff;
}

.modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50px;
  font-size: 10px;
}

.modal-body {
  background: #f1f1f1;
}

.modal-body .form-group {
  display: block;
  margin-bottom: 20px;
}

.modal-body .form-group label {
  display: block;
  color: #3c3c3c;
}

.modal-body .form-group input {
  background: #f1f1f1;
  border: none;
  padding: 5px 15px;
  width: 100%;
  border-radius: 7px;
}

.modal-body .form-group button {
  background: #d81e04;
  color: #fff;
  border-radius: 7px;
  border: none;
  padding: 5px 35px;
  font-weight: 600;
}

.modal-body .form-group button:hover {
  background: #3c3c3c;
  color: #fff;
}

.modal-body .form-group a {
  float: right;
  display: block;
  color: #d81e04;
  font-weight: 600;
  margin-top: 8px;
}

:focus-visible {
  outline: none !important;
}

.dropdown-menu[data-bs-popper] {
  top: 35px;
  left: auto !important;
  margin-top: var(--bs-dropdown-spacer);
  right: -22px;
  padding: 0;
  border: none;
  width: 300px;
  border: 1px solid #fff;
  border-radius: 0px;
}

.dropdown-menu li {
  display: block;
}

.dropdown-menu li a {
  background: #d81e04;
  border-bottom: none;
}
.dropdown-menu li a:hover{color: #fff;
  background-color: #3c3c3c;}
.dropdown-menu .divider {
  height: 1px;
  padding: 1px 0 0 0;
  overflow: hidden;
  background: #ffffff;
}

.dropdown-menu2[data-bs-popper] {
  top: 35px;
  left: auto;
  margin-top: var(--bs-dropdown-spacer);
  right: -22px;
  padding: 0;
  border: none;
  width: auto;
  border: 1px solid #fff;
  border-radius: 0px;
}

.dropdown-menu2 li {
  display: block;
}

.dropdown-menu2 li a {
  background: #3c3c3c;
  border-bottom: none;
}

.dropdown-menu2 .divider {
  height: 1px;
  padding: 1px 0;
  overflow: hidden;
  background: #ffffff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #d81e04;
}

.miga {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.miga h3 {
  color: #d81e04;
  font-weight: 800;
  margin-bottom: 0;
}

.miga h3 img {
  display: inline-block;
  width: 30px;
}

.miga p {
  display: block;
  text-align: right;
  color: #333;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 5px;
}

.miga p span {
  margin: 0 10px;
  color: rgb(51 51 51 / 70%);
}

.miga p a {
  color: rgb(51 51 51 / 70%);
  font-weight: 500;
}

.recursos-int {
  padding: 50px 0;
  display: block;
}

.recursos-int .box-recursos h3 {
  color: #fff;
  font-size: 20px;
  background: #d81e04;
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.recursos-int .box-recursos h3 img {
  width: 20px;
}

.recursos-int .box-recursos .accordion-button:not(.collapsed)::after {
  background-image: url('../images/vineta-recursos.svg');
}

.recursos-int .box-recursos .accordion-button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-image: url(../images/vineta-recursos-negra.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition);
  left: 15px;
  position: absolute;
}

.recursos-int .box-recursos .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3c3c3c;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-weight: 600;
  border-radius: 10px 10px 0 0 !important;
}

.recursos-int .box-recursos .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px 15px 40px;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #e5e5e5;
  border: 0;
  border-radius: 10px !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  margin-top: -10px;
}

.recursos-int .box-recursos .accordion-body {
  padding: 0;
}

.recursos-int .box-recursos .accordion-body ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 40px;
  background: #e5e5e5;
  border-radius: 0 0 10px 10px;
}

.recursos-int .box-recursos .accordion-body ul li {
  display: block;
}

.recursos-int .box-recursos .accordion-body ul li a {
  display: block;
  padding: 5px 10px 5px 40px;
  border-bottom: 1px solid #ccc;
  color: #3c3c3c;
  background: #fff;
  position: relative;
  font-weight: 600;
}

.recursos-int .box-recursos .accordion-body ul li a:hover {
  color: #d81e04;
  background: #f5f5f5;
}

.recursos-int .box-recursos .accordion-body ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 20px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 9px;
}

.recursos-int .box-recursos .accordion-body ul li .active {
  background: rgb(60 60 60 / 40%);
}
.recursos-int .box-recursos .accordion-body ul li ul li .active {
  background: rgb(60 60 60 / 10%);
  color: #d81e04;
  font-weight: 600;
}

.recursos-int .box-recursos .accordion-body ul li ul {
  padding-bottom: 0;
}

.recursos-int .box-recursos .accordion-body ul li ul li a {
  padding-left: 60px;
  color: #595959;
  font-weight: 500;
}

.recursos-int .box-recursos .accordion-body ul li ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 44px;
  background-image: url(../images/subvineta.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  top: 10px;
  font-size: 8px;
}

.recursos-int .box-recursos .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: none !important;
  margin-bottom: 20px;
}

.recursos-int .box-form #formRecursos {
  display: block;
  padding: 15px 20px;
  background: #e5e5e5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.recursos-int .box-form #formRecursos .form-group {
  margin-bottom: 5px;
}

.recursos-int .box-form #formRecursos .form-group label {
  display: block;
  font-weight: 700;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.recursos-int .box-form #formRecursos .form-group input {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 6px 10px;
  width: 100%;
  height: 40px;
}

.recursos-int .box-form #formRecursos .form-group select {
  display: block;
  width: 100%;
  background-color: rgb(191 191 191 / 60%);
  padding: 8px 10px;
  color: #2f2f2f;
  border-radius: 10px;
  border: none;
}

.recursos-int .box-form #formRecursos .form-group .input-group-text {
  border-left: 1px solid #3c3c3c !important;
  background: rgb(191 191 191 / 60%);
}

.recursos-int .box-form #formRecursos .form-group img {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.recursos-int .box-form #formRecursos .form-group .btn-buscar {
  display: inline-block;
  padding: 8px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.recursos-int .box-form #formRecursos .form-group .btn-reportes {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
}

.recursos-int .box-form #formRecursos .form-group .generar-reporte {
  display: inline-block;
  padding: 7px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
}

.recursos-int .box-form #formRecursos .form-group .btn-buscar:hover {
  background: #d81e04;
  color: #fff;
}

.recursos-int .box-form #formRecursos .form-group .btn-reportes:hover {
  background: #d81e04;
  color: #fff;
}

.recursos-int .box-form #formRecursos .form-group .generar-reporte:hover {
  background: #d81e04;
  color: #fff;
}

.recursos-int .booox-recursos {
  display: block;
  padding: 0;
}

.recursos-int .booox-recursos .btn-nuevo-recurso {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.recursos-int .booox-recursos .btn-regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.recursos-int .booox-recursos .btn-nuevo-recurso:hover {
  background: #d81e04;
  color: #fff;
}

.recursos-int .booox-recursos .btn-regresar:hover {
  background: #d81e04;
  color: #fff;
}

.recursos-int .booox-recursos .tc-pag {
  display: inline-block;
}

.recursos-int .booox-recursos .tc-pag select {
  display: block;
  padding: 7px 5px 7px 12px;
  background-color: #808080;
  color: #fff;
  border-radius: 7px;
  width: 60px;
}

.recursos-int #recursos-listado .booox-listado-recurso {
  margin-bottom: 20px;
}

.ventanainicio .close{display: block;
  background: #fff;
  border: none;
  color: #d81e04;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;}

.recursos-int #recursos-listado .booox-listado-recurso img {
  border-radius: 20px 20px 0 0;
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  border-bottom: none;
}

.recursos-int #recursos-listado .booox-listado-recurso h3 a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
}

.recursos-int #recursos-listado .booox-listado-recurso h3 a:hover {
  color: #d81e04;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star {
  background: #e5e5e5;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star .calificacion {
  display: inline-block;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star .calificacion .btn-cali {
  color: #3c3c3c;
  cursor: auto !important;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star .calificacion .btn-cali:hover {
  color: #d81e04;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star .calificacion .btn-cali.active {
  color: #d81e04;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star .btn-mas {
  color: #d81e04;
  float: right;
  font-weight: 700;
  margin-left: 10px;
}

.recursos-int #recursos-listado .booox-listado-recurso .box-star .btn-mas:hover {
  color: #3c3c3c;
  float: right;
  font-weight: 700;
}

.recurso-nuevo {
  padding: 50px 0;
  display: block;
}

.recurso-nuevo h3 {
  color: #fff;
  font-size: 20px;
  background: #d81e04;
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.recurso-nuevo h3 img {
  width: 20px;
}

.recurso-nuevo .accordion-button:not(.collapsed)::after {
  background-image: url('../images/vineta-recursos.svg');
}

.recurso-nuevo .accordion-button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-image: url(../images/vineta-recursos-negra.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition);
  left: 15px;
  position: absolute;
}

.recurso-nuevo .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3c3c3c;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-weight: 600;
  border-radius: 10px 10px 0 0 !important;
}

.recurso-nuevo .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px 15px 40px;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #e5e5e5;
  border: 0;
  border-radius: 10px !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  margin-top: -10px;
}

.recurso-nuevo .accordion-body {
  padding: 0;
}

.recurso-nuevo .accordion-body ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 40px;
  background: #e5e5e5;
  border-radius: 0 0 10px 10px;
}

.recurso-nuevo .accordion-body ul li {
  display: block;
}

.recurso-nuevo .accordion-body ul li a {
  display: block;
  padding: 5px 10px 5px 40px;
  border-bottom: 1px solid #ccc;
  color: #3c3c3c;
  background: #fff;
  position: relative;
  font-weight: 600;
}

.recurso-nuevo .accordion-body ul li a:hover {
  color: #d81e04;
  background: #f5f5f5;
}

.recurso-nuevo .accordion-body ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 20px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 12px;
}

.recurso-nuevo .accordion-body ul li .active {
  background: #f3f3f3;
}

.recurso-nuevo .accordion-body ul li ul {
  padding-bottom: 0;
}

.recurso-nuevo .accordion-body ul li ul li a {
  padding-left: 60px;
  color: #595959;
  font-weight: 500;
}

.recurso-nuevo .accordion-body ul li ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 44px;
  background-image: url(../images/subvineta.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  top: 15px;
  font-size: 8px;
}

.recurso-nuevo .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: none !important;
  margin-bottom: 20px;
}

.recurso-nuevo #formNUevo {
  display: block;
  background: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
}

.recurso-nuevo #formNUevo h2 {
  color: #d81e04;
  font-size: 24px;
  font-weight: 700;
}

.recurso-nuevo #formNUevo label {
  display: block;
  width: 100%;
  font-weight: 600;
}

.recurso-nuevo #formNUevo input {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.recurso-nuevo #formNUevo input[readonly] {
  display: block;
  width: 100%;
  background: #cbcbcb;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
  text-align: right;
}

.recurso-nuevo #formNUevo select {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.recurso-nuevo #formNUevo textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.recurso-nuevo #formNUevo img {
  display: block;
  width: 100%;
}

.recurso-nuevo #formNUevo .form-group {
  margin-bottom: 20px;
}

.recurso-nuevo #formNUevo .regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #7a7a7a;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.recurso-nuevo #formNUevo .regresar:hover {
  background: #3c3c3c;
  color: #fff;
}

.recurso-nuevo #formNUevo .guardar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #d81e04;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.recurso-nuevo #formNUevo .guardar:hover {
  background: #3c3c3c;
  color: #fff;
}

.recurso-detalle {
  padding: 20px 0 50px;
}

.recurso-detalle h2 {
  color: #d81e04;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.recurso-detalle .box-img {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.recurso-detalle .box-img img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}

.recurso-detalle .box-img .ver-recurso {
  display: block;
  padding: 6px 20px;
  border: none;
  background: #d81e04;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 7px;
}

.recurso-detalle .box-img .ver-recurso:hover {
  background: #3c3c3c;
  color: #fff;
}

.recurso-detalle .box-img .ver-consulta {
  display: block;
  padding: 6px 20px;
  border: none;
  background: #7a7a7a;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 7px;
}

.recurso-detalle .box-img .ver-consulta:hover {
  background: #3c3c3c;
  color: #fff;
}

.recurso-detalle .box-img .cali {
  margin-top: 20px;
}

.recurso-detalle .box-img .cali h5 {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}

.recurso-detalle .box-img .cali a {
  color: #d81e04;
  cursor: pointer;
}

.recurso-detalle .box-img .cali a:hover {
  color: #3c3c3c;
}

.recurso-detalle .box-img .editores {
  padding-top: 15px;
  border-top: 2px solid #3c3c3c;
  margin-top: 25px;
  text-align: right;
}

.recurso-detalle .box-img .editores a {
  color: #3c3c3c;
  font-size: 22px;
  margin-left: 10px;
  border-left: 2px solid #3c3c3c;
  padding-left: 10px;
  padding: 4px 10px 4px 20px;
}

.recurso-detalle .box-img .editores a:hover {
  color: #d81e04;
}
.recurso-detalle .box-img .editores .btn-regresar{cursor: pointer;background: transparent;color: #3c3c3c;font-size: 16px;padding: 7px 25px;border-radius: 7px;border: 1px solid #3c3c3c !important;}
.recurso-detalle .box-img .editores .btn-regresar:hover{background: #3c3c3c;color: #fff;}
.recurso-detalle .box-img .editores a:first-child {
  border: none;
}

.recurso-detalle .box-contenido {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
}

.recurso-detalle .box-contenido p span {
  color: #d81e04;
}

.recurso-detalle .box-contenido p {
  color: #3c3c3c;
  font-weight: 500;
}

.recurso-detalle .box-contenido a {
  color: #d81e04;
  font-weight: 700;
}

.recurso-detalle .contenido-tipo {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

.recurso-detalle .contenido-tipo h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.recurso-detalle .contenido-tipo h5 img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.recurso-detalle .contenido-tipo p {
  color: #3c3c3c;
}

.recurso-detalle .comentarios {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
}

.recurso-detalle .comentarios label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.recurso-detalle .comentarios textarea {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: none;
  margin-bottom: 15px;
  padding: 7px 20px;
}

.recurso-detalle .comentarios .btn-comentario {
  background: #d81e04;
  color: #fff;
  display: block;
  padding: 5px 30px;
  border: none;
  margin-bottom: 25px;
  border-radius: 10px;
}

.recurso-detalle .comentarios .btn-comentario:hover {
  background: #3c3c3c;
  color: #fff;
}

.recurso-detalle .comentarios .box-comen {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0px;
}

.recurso-detalle .comentarios .box-comen img {
  display: block;
  width: 100%;
}

.recurso-detalle .comentarios .box-comen h3 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 7px;
}

.recurso-detalle .comentarios .box-comen p {
  display: block;
  text-align: justify;
  margin-bottom: 8px;
}

.recurso-detalle .comentarios .box-comen .btn-responder {
  display: inline-block;
  border: 1px solid #d81e04;
  padding: 2px 20px;
  border-radius: 7px;
  color: #d81e04;
  background: transparent;
  margin-right: 10px;
}

.recurso-detalle .comentarios .box-comen .btn-responder:hover {
  background: #d81e04;
  color: #fff;
  border: 1px solid #d81e04;
}

.recurso-detalle .comentarios .box-comen .btn-editar {
  display: inline-block;
  border: 1px solid #3c3c3c;
  padding: 2px 20px;
  border-radius: 7px;
  color: #3c3c3c;
  background: transparent;
  margin-right: 10px;
}

.recurso-detalle .comentarios .box-comen .btn-editar:hover {
  background: #3c3c3c;
  color: #fff;
  border: 1px solid #3c3c3c;
}

.recurso-detalle .comentarios .box-comen .btn-eliminar {
  display: inline-block;
  border: 1px solid #7a7b7b;
  padding: 2px 20px;
  border-radius: 7px;
  color: #7a7b7b;
  background: transparent;
}

.recurso-detalle .comentarios .box-comen .btn-eliminar:hover {
  background: #7a7b7b;
  color: #fff;
  border: 1px solid #7a7b7b;
}

.recurso-detalle .comentarios .box-comen2 {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 15px;
}

.recurso-detalle .comentarios .box-comen2 img {
  display: block;
  width: 100%;
}

.recurso-detalle .comentarios .box-comen2 h3 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 7px;
}

.recurso-detalle .comentarios .box-comen2 p {
  display: block;
  text-align: justify;
  margin-bottom: 8px;
}

.recurso-detalle .comentarios .box-comen2 .btn-responder {
  display: inline-block;
  border: 1px solid #d81e04;
  padding: 2px 20px;
  border-radius: 7px;
  color: #d81e04;
  background: transparent;
  margin-right: 10px;
}

.recurso-detalle .comentarios .box-comen2 .btn-responder:hover {
  background: #d81e04;
  color: #fff;
  border: 1px solid #d81e04;
}

.recurso-detalle .comentarios .box-comen2 .btn-editar {
  display: inline-block;
  border: 1px solid #3c3c3c;
  padding: 2px 20px;
  border-radius: 7px;
  color: #3c3c3c;
  background: transparent;
  margin-right: 10px;
}

.recurso-detalle .comentarios .box-comen2 .btn-editar:hover {
  background: #3c3c3c;
  color: #fff;
  border: 1px solid #3c3c3c;
}

.recurso-detalle .comentarios .box-comen2 .btn-eliminar {
  display: inline-block;
  border: 1px solid #7a7b7b;
  padding: 2px 20px;
  border-radius: 7px;
  color: #7a7b7b;
  background: transparent;
}

.recurso-detalle .comentarios .box-comen2 .btn-eliminar:hover {
  background: #7a7b7b;
  color: #fff;
  border: 1px solid #7a7b7b;
}

.recurso-detalle .recursos-relacionados h2 {
  display: block;
  background: #d81e04;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 12px 12px 0 0;
  text-transform: uppercase;
}

.recurso-detalle .recursos-relacionados .box-recu {
  display: block;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 0 0 12px 12px;
}

.recurso-detalle .recursos-relacionados .box-recu .booox-rela {
  display: block;
  margin-bottom: 20px;
}

.recurso-detalle .recursos-relacionados .box-recu .booox-rela img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.recurso-detalle .recursos-relacionados .box-recu .booox-rela h4 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 15px;
  background: #fff;
  margin: 0;
  color: #2f2f2f;
}

.recurso-detalle .recursos-relacionados .box-recu .booox-rela .btn-box-rela {
  display: block;
  background: #e7e6e6;
  text-align: right;
  padding: 5px 20px;
  border-radius: 0 0 12px 12px;
  color: #d81e04;
  font-weight: 600;
}

.recurso-detalle .recursos-relacionados .box-recu .booox-rela .btn-box-rela:hover {
  background: #d81e04;
  color: #fff;
}

.usuario-listado {
  padding: 50px 0;
}

.usuario-listado #formUsuario {
  display: block;
  padding: 15px 20px;
  background: #e5e5e5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.usuario-listado #formUsuario .form-group {
  margin-bottom: 5px;
}

.usuario-listado #formUsuario .form-group label {
  display: block;
  font-weight: 700;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.usuario-listado #formUsuario .form-group input {
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  width: 100%;
  color: #3c3c3c !important;
}

.usuario-listado #formUsuario .form-group select {
  display: block;
  width: 100%;
  background: #fff;
  padding: 8px 10px;
  color: #3c3c3c;
  border-radius: 5px;
  border: none;
}

.usuario-listado #formUsuario .col-md-3,
.usuario-listado #formUsuario .col-md-2,
.usuario-listado #formUsuario .col-md-1 {
  padding-right: 0;
}

.usuario-listado #formUsuario .form-group .btn-buscar {
  display: inline-block;
  padding: 6px 10px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;margin-right: 7px;
}

.usuario-listado #formUsuario .form-group .btn-buscar:hover {
  background: #d81e04;
  color: #fff;
}

.usuario-listado .table-usuario thead tr th {
  color: #fff;
  background: #d81e04;
}

.usuario-listado .table-usuario tbody tr td a {
  color: #d81e04;margin: 0 5px;
}

.usuario-listado .table-usuario tbody tr td a:hover {
  color: #3c3c3c;
}

.usuario-listado .btn-nuevo-recurso {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.usuario-listado .btn-regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}
.usuario-listado .btn-refresh {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
  width: 60px;vertical-align: top;
}

.usuario-listado .btn-nuevo-recurso:hover {
  background: #d81e04;
  color: #fff;
}

.usuario-listado .btn-regresar:hover {
  background: #d81e04;
  color: #fff;
}

.usuario-listado .tc-pag {
  display: inline-block;
}

.usuario-listado .tc-pag select {
  display: block;
  padding: 7px 5px;
  background: #808080;
  color: #fff;
  border-radius: 7px;
}

.usuario-nuevo {
  padding: 50px 0;
  display: block;
}

.usuario-nuevo h3 {
  color: #fff;
  font-size: 20px;
  background: #d81e04;
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.usuario-nuevo h3 img {
  width: 20px;
}

.usuario-nuevo #formUsuario {
  display: block;
  background: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
}

.usuario-nuevo #formUsuario h2 {
  color: #d81e04;
  font-size: 24px;
  font-weight: 700;
}

.usuario-nuevo #formUsuario label {
  display: block;
  width: 100%;
  font-weight: 600;
}

.usuario-nuevo #formUsuario input {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-nuevo #formUsuario input[readonly] {
  display: block;
  width: 100%;
  background: #cbcbcb;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-nuevo #formUsuario input[type="file"] {
  padding: 3px 5px;
}

.usuario-nuevo #formUsuario select {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-nuevo #formUsuario textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-nuevo #formUsuario img {
  display: block;
  width: 100%;
}

.usuario-nuevo #formUsuario .form-group {
  margin-bottom: 20px;
}

.usuario-nuevo #formUsuario .form-group ul {
  margin-top: 15px;
}

.usuario-nuevo #formUsuario .form-group ul li {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

.usuario-nuevo #formUsuario .regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #7a7a7a;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.usuario-nuevo #formUsuario .regresar:hover {
  background: #3c3c3c;
  color: #fff;
}

.usuario-nuevo #formUsuario .guardar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #d81e04;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.usuario-nuevo #formUsuario .guardar:hover {
  background: #3c3c3c;
  color: #fff;
}

.usuario-editar {
  padding: 50px 0;
  display: block;
}

.usuario-editar h3 {
  color: #fff;
  font-size: 20px;
  background: #d81e04;
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.usuario-editar h3 img {
  width: 20px;
}

.usuario-editar #formUsuarioEditar {
  display: block;
  background: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
}

.usuario-editar #formUsuarioEditar h2 {
  color: #d81e04;
  font-size: 24px;
  font-weight: 700;
}

.usuario-editar #formUsuarioEditar label {
  display: block;
  width: 100%;
  font-weight: 600;
}

.usuario-editar #formUsuarioEditar input {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-editar #formUsuarioEditar input[readonly] {
  display: block;
  width: 100%;
  background: #cbcbcb;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-editar #formUsuarioEditar input[type="file"] {
  padding: 3px 5px;
}

.usuario-editar #formUsuarioEditar select {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-editar #formUsuarioEditar textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.usuario-editar #formUsuarioEditar img {
  display: block;
  width: 100%;
}

.usuario-editar #formUsuarioEditar .form-group {
  margin-bottom: 20px;
}

.usuario-editar #formUsuarioEditar .form-group ul {
  margin-top: 15px;
}

.usuario-editar #formUsuarioEditar .form-group ul li {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

.usuario-editar #formUsuarioEditar .regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #7a7a7a;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.usuario-editar #formUsuarioEditar .regresar:hover {
  background: #3c3c3c;
  color: #fff;
}

.usuario-editar #formUsuarioEditar .guardar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #d81e04;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.usuario-editar #formUsuarioEditar .guardar:hover {
  background: #3c3c3c;
  color: #fff;
}

.nosotros-mapa {
  display: block;
  padding: 50px 0;
}

.nosotros-mapa .cuadro-nosotros {
  display: block;
  padding: 20px;
  border-radius: 8px;
  background: #f2f2f2;
}

/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --level-1: #d81e04;
  --level-2: #d81e04;
  --level-3: #d81e04;
  --level-4: #d81e04;
  --black: #d81e04;
}

ol {
  list-style: none;
}

.rectangle {
  position: relative;
  padding: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.rectangle2 {
  position: relative;
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 40%;
  margin: 0 auto 20px;
  background: var(--level-1);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #d81e04;
}

.level-5 {
  width: 30%;
  margin: 0 auto 20px;
  position: relative;
}

.level-5::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #d81e04;
}

.level-5 img {
  display: block;
  width: 160px;
  margin: 0 auto;
  border: 2px solid #d81e04;
}

.nombre-cargo {
  display: block;
  position: relative;
  margin: 0 auto 40px;
}

.nombre-cargo::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #d81e04;
}

.nombre-cargo .level-6 {
  position: relative;
  display: block;
  color: #d81e04;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.nombre-cargo .level-7 {
  position: relative;
  display: block;
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-left: 0;
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 8.25%;
  width: 83.5%;
  height: 2px;
  background: #d81e04;
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: calc(100% - 50.2%);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.level-2-wrapper>li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #d81e04
}

.level-2-wrapper>li:last-child::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #3c3c3c
}

.level-2 {
  margin: 0 auto 20px;
}

.level-2 img {
  width: 150px;
  display: block;
  margin: 0 auto;
  border: 2px solid #d81e04;
}

.level-2-wrapper li:last-child .level-2 img {
  border: 2px solid #3c3c3c;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2-wrapper li:last-child .level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #3c3c3c;
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: #d81e04
}

.level-2-wrapper .level-6 {
  position: relative;
  display: block;
  color: #d81e04;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.level-2-wrapper .level-7 {
  position: relative;
  display: block;
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}

.level-4-wrapper li+li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper>li::before {
    display: none;
  }

  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% - 111px);
  }

  .level-2-wrapper>li:not(:first-child) {
    margin-top: 50px;
  }

  .level-2-wrapper .level-6 {
    width: 150px;
  }

  .level-2 img {
    width: 130px;
  }

  .level-2::after {
    left: 10px;
    width: 34px;
  }
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.page-footer a {
  margin-left: 4px;
}

#modalNosotros .modal-content {
  border-radius: 8px;
}

#modalNosotros .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalNosotros .modal-body .contenido-nosotros img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalNosotros .modal-body .contenido-nosotros .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalNosotros .modal-body .contenido-nosotros .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalNosotros .modal-body .contenido-nosotros h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalNosotros .modal-body .contenido-nosotros h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalNosotros .modal-body .contenido-nosotros h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalNosotros .modal-body .contenido-nosotros h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalNosotros .modal-body .contenido-nosotros h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalNosotros .modal-body .contenido-nosotros ul {
  padding: 0;
}

#modalNosotros .modal-body .contenido-nosotros ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalNosotros .modal-body .contenido-nosotros ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

.matriz-listado {
  display: block;padding: 20px 0 50px;
}

.matriz-listado #formMatriz {
  display: block;
  background: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
}

.matriz-listado #formMatriz h2 {
  color: #d81e04;
  font-size: 24px;
  font-weight: 700;
}

.matriz-listado #formMatriz label {
  display: block;
  width: 100%;
  font-weight: 600;
}

.matriz-listado #formMatriz input {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.matriz-listado #formMatriz input[readonly] {
  display: block;
  width: 100%;
  background: #cbcbcb;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.matriz-listado #formMatriz input[type="file"] {
  padding: 3px 5px;
}

.matriz-listado #formMatriz select {
  display: block;
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.matriz-listado #formMatriz textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 7px;
  color: #3c3c3c;
  padding: 7px 20px;
}

.matriz-listado #formMatriz img {
  display: block;
  width: 100%;
}

.matriz-listado #formMatriz .form-group {
  margin-bottom: 20px;
}

.matriz-listado #formMatriz .form-group ul {
  margin-top: 15px;
}

.matriz-listado #formMatriz .form-group ul li {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

.matriz-listado #formMatriz .regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #7a7a7a;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.matriz-listado #formMatriz .regresar:hover {
  background: #3c3c3c;
  color: #fff;
}

.matriz-listado #formMatriz .guardar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #d81e04;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.matriz-listado #formMatriz .guardar:hover {
  background: #3c3c3c;
  color: #fff;
}
.matriz-listado .btn-guardar{display: inline-block;padding: 6px 20px;border: none;background: #d81e04;color: #fff;border-radius: 8px;margin-right: 10px;margin-bottom: 20px;}
.matriz-listado .btn-guardar:hover{background: #3c3c3c;color: #fff;}
.table-matriz tr th,
.table-matriz tr td {
  vertical-align: middle;
  text-transform: uppercase;
}

.table-matriz tr th {
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  background: #d81e04;
  color: #fff;
}

#table-matriz tbody:nth-child(even){background: #f5f5f5;}
#table-matriz tbody:nth-child(odd){background: #fff;}
#table-matriz tbody tr{background: transparent;}
#table-matriz tbody tr td{background: transparent;}

.form-check {
  padding-left: 4.5em;
}

.table-matriz tr td {
  font-size: 12px;
  line-height: 20px;
}

.table-matriz tr td a {
  font-size: 22px;
  padding-left: 15px;
  font-weight: 700;
  color: #d81e04;
}

.mov {
  position: sticky;
  top: 0;
}

.novedades-int {
  padding: 50px 0;
  display: block;
}

.novedades-int .box-novedades h3 {
  color: #fff;
  font-size: 20px;
  background: #d81e04;
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.novedades-int .box-novedades h3 img {
  width: 20px;
}

.novedades-int .box-novedades .accordion-button:not(.collapsed)::after {
  background-image: url('../images/vineta-recursos.svg');
}

.novedades-int .box-novedades .accordion-button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-image: url(../images/vineta-recursos-negra.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition);
  left: 15px;
  position: absolute;
}

.novedades-int .box-novedades .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3c3c3c;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-weight: 600;
  border-radius: 10px 10px 0 0 !important;
}

.novedades-int .box-novedades .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px 15px 40px;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #e5e5e5;
  border: 0;
  border-radius: 10px !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  margin-top: -10px;
}

.novedades-int .box-novedades .accordion-body {
  padding: 0;
}

.novedades-int .box-novedades .accordion-body ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 40px;
  background: #e5e5e5;
  border-radius: 0 0 10px 10px;
}

.novedades-int .box-novedades .accordion-body ul li {
  display: block;
}

.novedades-int .box-novedades .accordion-body ul li a {
  display: block;
  padding: 5px 10px 5px 40px;
  border-bottom: 1px solid #ccc;
  color: #3c3c3c;
  background: #fff;
  position: relative;
  font-weight: 600;
}

.novedades-int .box-novedades .accordion-body ul li a:hover {
  color: #d81e04;
  background: #f5f5f5;
}

.novedades-int .box-novedades .accordion-body ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 20px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 12px;
}

.novedades-int .box-novedades .accordion-body ul li .active {
  background: #f3f3f3;
}

.novedades-int .box-novedades .accordion-body ul li ul {
  padding-bottom: 0;
}

.novedades-int .box-novedades .accordion-body ul li ul li a {
  padding-left: 60px;
  color: #595959;
  font-weight: 500;
}

.novedades-int .box-novedades .accordion-body ul li ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 44px;
  background-image: url(../images/subvineta.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  top: 15px;
  font-size: 8px;
}

.novedades-int .box-novedades .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: none !important;
  margin-bottom: 20px;
}

.novedades-int .box-form #formNovedades {
  display: block;
  padding: 15px 20px;
  background: #e5e5e5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.novedades-int .box-form #formNovedades .form-group {
  margin-bottom: 5px;
}

.novedades-int .box-form #formNovedades .form-group label {
  display: block;
  font-weight: 700;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.novedades-int .box-form #formNovedades .form-group input {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
  width: 100%;
}

.novedades-int .box-form #formNovedades .form-group select {
  display: block;
  width: 100%;
  background-color: rgb(191 191 191 / 60%);
  padding: 8px 10px;
  color: #2f2f2f;
  border-radius: 10px;
  border: none;
}

.novedades-int .box-form #formNovedades .form-group .input-group-text {
  border-left: 1px solid #3c3c3c !important;
  background: rgb(191 191 191 / 60%);
}

.novedades-int .box-form #formNovedades .form-group img {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.novedades-int .box-form #formNovedades .form-group .btn-buscar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.novedades-int .box-form #formNovedades .form-group .btn-reportes {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
}

.novedades-int .box-form #formNovedades .form-group .generar-reporte {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
}

.novedades-int .box-form #formNovedades .form-group .btn-buscar:hover {
  background: #d81e04;
  color: #fff;
}

.novedades-int .box-form #formNovedades .form-group .btn-reportes:hover {
  background: #d81e04;
  color: #fff;
}

.novedades-int .box-form #formNovedades .form-group .generar-reporte:hover {
  background: #d81e04;
  color: #fff;
}

.novedades-int .booox-novedades {
  display: block;
  padding: 0;
}

.novedades-int .booox-novedades .btn-nuevo-recurso {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.novedades-int .booox-novedades .btn-regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.novedades-int .booox-novedades .btn-nuevo-recurso:hover {
  background: #d81e04;
  color: #fff;
}

.novedades-int .booox-novedades .btn-regresar:hover {
  background: #d81e04;
  color: #fff;
}

.novedades-int .booox-novedades .tc-pag {
  display: inline-block;
}

.novedades-int .booox-novedades .tc-pag select {
  display: block;
  padding: 6px 10px;
  background-color: #808080;
  color: #fff;
  border-radius: 7px;
  width: 65px;
}

.novedades-int #novedades-listado .booox-listado-novedades {
  margin-bottom: 20px;
}

.novedades-int #novedades-listado .booox-listado-novedades img {
  border-radius: 20px 20px 0 0;
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  border-bottom: none;
}

.novedades-int #novedades-listado .booox-listado-novedades h3 a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
}

.novedades-int #novedades-listado .booox-listado-novedades h3 a:hover {
  color: #d81e04;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star {
  background: #e5e5e5;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star .calificacion {
  display: inline-block;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star .calificacion .btn-cali {
  color: #3c3c3c;
  cursor: auto !important;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star .calificacion .btn-cali:hover {
  color: #d81e04;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star .calificacion .btn-cali.active {
  color: #d81e04;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star .btn-mas {
  color: #d81e04;
  float: right;
  font-weight: 700;
  margin-left: 10px;
}

.novedades-int #novedades-listado .booox-listado-novedades .box-star .btn-mas:hover {
  color: #3c3c3c;
  float: right;
  font-weight: 700;
}



.preguntas-int {
  padding: 50px 0;
  display: block;
}

.preguntas-int .box-preguntas h3 {
  color: #fff;
  font-size: 20px;
  background: #d81e04;
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.preguntas-int .box-preguntas h3 img {
  width: 20px;
}

.preguntas-int .box-preguntas .accordion-button:not(.collapsed)::after {
  background-image: url('../images/vineta-recursos.svg');
}

.preguntas-int .box-preguntas .accordion-button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-image: url(../images/vineta-recursos-negra.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition);
  left: 15px;
  position: absolute;
}

.preguntas-int .box-preguntas .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3c3c3c;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-weight: 600;
  border-radius: 10px 10px 0 0 !important;
}

.preguntas-int .box-preguntas .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px 15px 40px;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #e5e5e5;
  border: 0;
  border-radius: 10px !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  margin-top: -10px;
}

.preguntas-int .box-preguntas .accordion-body {
  padding: 0;
}

.preguntas-int .box-preguntas .accordion-body ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 40px;
  background: #e5e5e5;
  border-radius: 0 0 10px 10px;
}

.preguntas-int .box-preguntas .accordion-body ul li {
  display: block;
}

.preguntas-int .box-preguntas .accordion-body ul li a {
  display: block;
  padding: 5px 10px 5px 40px;
  border-bottom: 1px solid #ccc;
  color: #3c3c3c;
  background: #fff;
  position: relative;
  font-weight: 600;
}

.preguntas-int .box-preguntas .accordion-body ul li a:hover {
  color: #d81e04;
  background: #f5f5f5;
}

.preguntas-int .box-preguntas .accordion-body ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 20px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 12px;
}

.preguntas-int .box-preguntas .accordion-body ul li .active {
  background: #f3f3f3;
}

.preguntas-int .box-preguntas .accordion-body ul li ul {
  padding-bottom: 0;
}

.preguntas-int .box-preguntas .accordion-body ul li ul li a {
  padding-left: 60px;
  color: #595959;
  font-weight: 500;
}

.preguntas-int .box-preguntas .accordion-body ul li ul li a::before {
  display: block;
  position: absolute;
  content: '';
  left: 44px;
  background-image: url(../images/subvineta.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  top: 15px;
  font-size: 8px;
}

.preguntas-int .box-preguntas .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: none !important;
  margin-bottom: 20px;
}

.preguntas-int .box-form #formPreguntas {
  display: block;
  padding: 15px 20px;
  background: #e5e5e5;
  border-radius: 8px;
}

.preguntas-int .box-form #formPreguntas .form-group {
  margin-bottom: 5px;
}

.preguntas-int .box-form #formPreguntas .form-group label {
  display: block;
  font-weight: 700;
  color: #3c3c3c;
  padding-bottom: 3px;
}

.preguntas-int .box-form #formPreguntas .form-group input {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 6px 10px;
  width: 100%;
}

.preguntas-int .box-form #formPreguntas .form-group select {
  display: block;
  width: 100%;
  background: rgb(191 191 191 / 60%);
  padding: 8px 10px;
  color: #2f2f2f;
  border-radius: 10px;
}

.preguntas-int .box-form #formPreguntas .form-group .input-group-text {
  border-left: 1px solid #3c3c3c !important;
  background: rgb(191 191 191 / 60%);
}

.preguntas-int .box-form #formPreguntas .form-group img {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.preguntas-int .box-form #formPreguntas .form-group .btn-buscar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.preguntas-int .box-form #formPreguntas .form-group .btn-reportes {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
}

.preguntas-int .box-form #formPreguntas .form-group .generar-reporte {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
}

.preguntas-int .box-form #formPreguntas .form-group .btn-buscar:hover {
  background: #d81e04;
  color: #fff;
}

.preguntas-int .box-form #formPreguntas .form-group .btn-reportes:hover {
  background: #d81e04;
  color: #fff;
}

.preguntas-int .box-form #formPreguntas .form-group .generar-reporte:hover {
  background: #d81e04;
  color: #fff;
}

.preguntas-int .booox-preguntas {
  display: block;
  padding:0;
}

.preguntas-int .booox-preguntas .btn-nuevo-recurso {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.preguntas-int .booox-preguntas .btn-regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.preguntas-int .booox-preguntas .btn-nuevo-recurso:hover {
  background: #d81e04;
  color: #fff;
}

.preguntas-int .booox-preguntas .btn-regresar:hover {
  background: #d81e04;
  color: #fff;
}

.preguntas-int .booox-preguntas .tc-pag {
  display: inline-block;
}

.preguntas-int .booox-preguntas .tc-pag select {
  display: block;
  padding: 6px 5px;
  background-color: #808080;
  color: #fff;
  border-radius: 7px;
  width: 65px;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #e5e5e5;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas img {
  border-radius: 20px 20px 0 0;
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  border-bottom: none;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas h3 a {
  display: block;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #3c3c3c;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas h3 a:hover {
  color: #d81e04;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star {
  background: #e5e5e5;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star .calificacion {
  display: inline-block;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star .calificacion .btn-cali {
  color: #3c3c3c;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star .calificacion .btn-cali:hover {
  color: #d81e04;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star .calificacion .btn-cali.active {
  color: #d81e04;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star .btn-mas {
  color: #d81e04;
  float: right;
  font-weight: 700;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .box-star .btn-mas:hover {
  color: #3c3c3c;
  float: right;
  font-weight: 700;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .btn-titulo {
  display: block;
  font-weight: 700;
  color: #3c3c3c;
  font-size: 18px;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .btn-titulo:hover {
  color: #d81e04;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .btn-titulo svg {
  float: right;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas p {
  margin-bottom: 5px;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .card-body {
  background: #fff;
  border: none;
  margin: 18px 0;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas h5 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .cali-tr {
  display: block;
  text-align: right;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .calificacion {
  display: inline-block;
  margin: 0 20px;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .calificacion a {
  color: #d81e04;
  cursor: pointer;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .calificacion a:hover {
  color: #3c3c3c;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .calificacion h6 {
  display: inline-block;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .cali-tr .btn-colapsar {
  display: block;
  color: #d81e04;
  border-radius: 7px;
  margin: 0 20px 0 5px;
  font-weight: 800;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .cali-tr .btn-colapsar:hover {
  color: #3c3c3c;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .edieli {
  display: inline-block;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .edieli a {
  color: #d81e04;
  margin: 0 3px;
}

.preguntas-int #preguntas-listado .booox-listado-preguntas .edieli a:hover {
  color: #3c3c3c;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #d81e04 !important;
}
div:where(.swal2-icon).swal2-info {
    border-color: #d81e04 !important;
    color: #d81e04 !important;
}
.resultados-no{border: 1px solid #e5e5e5;padding: 10px;margin: 15px 0!important;border-radius: 0px;background: #e5e5e5;display: block !important;text-align: center;font-weight: 600;border-radius: 7px;}
.form-select {background-position: right 0.4rem center !important;
}
.slider-home-movil{display: none;}
.menu-responsive{display: none;}
.menu-responsive .barra-movil{background: #d81e04;display: block;width: 50px;text-align: center;height: 40px;line-height: 42px;color: #fff;border-radius: 5px;font-size: 23px;}
.menu-responsive .barra-movil:hover{background: #fff;color: #d81e04;}
.offcanvas-body {border-top: 2px solid #d81e04;background: #d81e04;padding: 0 !important;}
.offcanvas-body .menu-lateral{padding: 0;}
.offcanvas-body .menu-lateral li{display: block;}
.offcanvas-body .menu-lateral li a{color: #fff;display: block;padding: 6px 20px 6px 40px;border-bottom: 1px solid #fff;position: relative;}
.offcanvas-body .menu-lateral li a:hover{background: #3c3c3c;}
.offcanvas-body .menu-lateral li a::before{  display: block;
  position: absolute;
  content: '';
  left: 20px;
  background-image: url(../images/vineta-recursos-blanca.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 10px;}
.offcanvas-body .menu-lateral .divider{border: 1px solid #fff;}
#table-matriz .form-check {display: block;min-height: 1rem;padding-left: 0;margin: 0 auto;text-align: center;}
#table-matriz .form-check-input[type=checkbox] {border-radius: 0.25em;display: block;margin: 0 auto;float: none;border-color: #7f7f7f;}
.multiselect-dropdown .dropdown-btn{border: none !important;background: #fff;}
.navbar-nav li a{margin-right:30px;}
.offcanvas.offcanvas-start{width: 85% !important;}
.offcanvas.offcanvas-start img{width: 200px;}
.notificaciones-web{display: inline-block;margin-bottom: 0;position: relative;padding-left: 0;}
.notificaciones-web li{display: block;}
.notificaciones-web .dropdown-menu li a {background: #fff;text-wrap: wrap;display: block;color: #3c3c3c;font-weight: 500;margin-bottom: 5px;padding-bottom: 10px;border-bottom: 1px solid #ccc;font-size: 14px;}
.notificaciones-web .dropdown-menu li a:hover{color: #d81e04;}
.notificaciones-web .dropdown-menu li a img{width: 22px;}
.notificaciones-web .dropdown-menu li h6{display: block;margin: 8px 15px 10px 15px;border-bottom: 1px solid #d81e04;padding-bottom: 8px;color: #d81e04;font-weight: 700;}
.notificaciones-web .nav-link svg{margin-left: 0px;}

#modalNosotros .modal-content {
  border-radius: 8px;
}

#modalNosotros .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalNosotros .modal-body .contenido-nosotros img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalNosotros .modal-body .contenido-nosotros .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalNosotros .modal-body .contenido-nosotros .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalNosotros .modal-body .contenido-nosotros h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalNosotros .modal-body .contenido-nosotros h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalNosotros .modal-body .contenido-nosotros h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalNosotros .modal-body .contenido-nosotros h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalNosotros .modal-body .contenido-nosotros h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalNosotros .modal-body .contenido-nosotros ul {
  padding: 0;
}

#modalNosotros .modal-body .contenido-nosotros ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalNosotros .modal-body .contenido-nosotros ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

#modalYolanda .modal-content {
  border-radius: 8px;
}

#modalYolanda .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalYolanda .modal-body .contenido-yolanda img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalYolanda .modal-body .contenido-yolanda .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalYolanda .modal-body .contenido-yolanda .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalYolanda .modal-body .contenido-yolanda h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalYolanda .modal-body .contenido-yolanda h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalYolanda .modal-body .contenido-yolanda h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalYolanda .modal-body .contenido-yolanda h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalYolanda .modal-body .contenido-yolanda h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalYolanda .modal-body .contenido-yolanda ul {
  padding: 0;
}

#modalYolanda .modal-body .contenido-yolanda ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalYolanda .modal-body .contenido-yolanda ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

#modalAugusto .modal-content {
  border-radius: 8px;
}

#modalAugusto .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalAugusto .modal-body .contenido-augusto img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalAugusto .modal-body .contenido-augusto .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalAugusto .modal-body .contenido-augusto .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalAugusto .modal-body .contenido-augusto h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalAugusto .modal-body .contenido-augusto h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalAugusto .modal-body .contenido-augusto h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalAugusto .modal-body .contenido-augusto h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalAugusto .modal-body .contenido-augusto h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalAugusto .modal-body .contenido-augusto ul {
  padding: 0;
}

#modalAugusto .modal-body .contenido-augusto ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalAugusto .modal-body .contenido-augusto ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

#modalRosa .modal-content {
  border-radius: 8px;
}

#modalRosa .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalRosa .modal-body .contenido-rosa img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalRosa .modal-body .contenido-rosa .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalRosa .modal-body .contenido-rosa .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalRosa .modal-body .contenido-rosa h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalRosa .modal-body .contenido-rosa h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalRosa .modal-body .contenido-rosa h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalRosa .modal-body .contenido-rosa h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalRosa .modal-body .contenido-rosa h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalRosa .modal-body .contenido-rosa ul {
  padding: 0;
}

#modalRosa .modal-body .contenido-rosa ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalRosa .modal-body .contenido-rosa ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

#modalHector .modal-content {
  border-radius: 8px;
}

#modalHector .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalHector .modal-body .contenido-hector img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalHector .modal-body .contenido-hector .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalHector .modal-body .contenido-hector .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalHector .modal-body .contenido-hector h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalHector .modal-body .contenido-hector h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalHector .modal-body .contenido-hector h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalHector .modal-body .contenido-hector h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalHector .modal-body .contenido-hector h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalHector .modal-body .contenido-hector ul {
  padding: 0;
}

#modalHector .modal-body .contenido-hector ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalHector .modal-body .contenido-hector ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

#modalGianella .modal-content {
  border-radius: 8px;
}

#modalGianella .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalGianella .modal-body .contenido-gianella img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalGianella .modal-body .contenido-gianella .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalGianella .modal-body .contenido-gianella .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalGianella .modal-body .contenido-gianella h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalGianella .modal-body .contenido-gianella h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalGianella .modal-body .contenido-gianella h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalGianella .modal-body .contenido-gianella h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalGianella .modal-body .contenido-gianella h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalGianella .modal-body .contenido-gianella ul {
  padding: 0;
}

#modalGianella .modal-body .contenido-gianella ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalGianella .modal-body .contenido-gianella ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

#modalAnton .modal-content {
  border-radius: 8px;
}

#modalAnton .modal-body {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

#modalAnton .modal-body .contenido-anton img {
  display: block;
  margin: 0 auto 30px;
  border: 2px solid #f2f2f2;
}

#modalAnton .modal-body .contenido-anton .btn-close {
  --bs-btn-close-bg: url(../images/close.svg);
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  background: #d81e04 var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 25px;
}

#modalAnton .modal-body .contenido-anton .btn-close:hover {
  color: #fff;
  background: #3c3c3c var(--bs-btn-close-bg) center/1em auto no-repeat;
}

#modalAnton .modal-body .contenido-anton h3 {
  color: #3c3c3c;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
}

#modalAnton .modal-body .contenido-anton h4 {
  color: #d81e04;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
}

#modalAnton .modal-body .contenido-anton h5 {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}

#modalAnton .modal-body .contenido-anton h5 img {
  border: none;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
  margin-bottom: 0;
}

#modalAnton .modal-body .contenido-anton h6 {
  color: #d81e04;
  text-align: center;
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 18px;
}

#modalAnton .modal-body .contenido-anton ul {
  padding: 0;
}

#modalAnton .modal-body .contenido-anton ul li {
  position: relative;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
}

#modalAnton .modal-body .contenido-anton ul li::before {
  display: block;
  position: absolute;
  content: '';
  left: 15px;
  color: #d81e04;
  background-image: url(../images/vineta-recursos-roja.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 15px;
}

.notif{display: none !important;}
.notificaciones-web .notif{display: block !important;}
#modalComentario .close{display: block;
  background: #fff;
  border: none;
  color: #d81e04;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;}
  #modalComentario h1{font-size: 1.25rem !important;color: #fff;}
#modalComentario.modal-body button {
background: #d81e04;
color: #fff;
border-radius: 7px;
border: none;
padding: 5px 35px;
font-weight: 600;
}
#modalComentario .modal-body {
background: #f1f1f1;
}
#modalComentario.modal-body label {
display: block;
color: #3c3c3c;
}
#modalComentario.modal-body input {
background: #fff;
border: none;
padding: 5px 15px;
width: 100%;
border-radius: 7px;
}
#modalComentario .modal-body a {
float: right;
display: block;
color: #d81e04;
font-weight: 600;
margin-top: 8px;
}
.mi-aprendizaje{padding: 20px 0;}
.mi-aprendizaje .box-aprendizaje{display: block;padding: 15px 20px;background: #efefef;border-radius: 8px;margin-bottom: 30px;}
.mi-aprendizaje .box-aprendizaje img{width: 60px;}
.mi-aprendizaje .box-aprendizaje .box-int{padding-left: 20px;}
.mi-aprendizaje .box-aprendizaje .box-int span{font-size: 14px;font-weight: 600;}
.mi-aprendizaje .box-aprendizaje .box-int h3{font-size: 30px;font-weight: 700;}
.progress, .progress-stacked {--bs-progress-height: 1rem;--bs-progress-font-size: 0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #cf1417;--bs-progress-bar-transition: width 0.6s ease;display: flex;height: 25px;overflow: hidden;font-size: var(--bs-progress-font-size);background-color: #cbcbcb;border-radius: var(--bs-progress-border-radius);}
.progress-bar {display: flex;flex-direction: column;justify-content: center;overflow: hidden;color: var(--bs-progress-bar-color);text-align: center;white-space: nowrap;background-color: #cf1417;transition: var(--bs-progress-bar-transition);}

.mi-aprendizaje #formEquipo{display: block;padding: 15px 20px;background: #efefef;border-radius: 8px;margin-bottom: 30px;}
.mi-aprendizaje #formEquipo .form-group{margin-bottom: 10px;}
.mi-aprendizaje #formEquipo .form-group input{display: block;width: 100%;padding: 0.375rem 2.25rem 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: var(--bs-body-color);-webkit-appearance: none;appearance: none;background-color: var(--bs-body-bg);    background-repeat: no-repeat;background-position: right 0.75rem center;background-size: 16px 12px;border: var(--bs-border-width) solid var(--bs-border-color);border-radius: var(--bs-border-radius);transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.mi-aprendizaje #formEquipo .form-group .btn-buscar {display: inline-block;padding: 6px 12px;border: none;background: #3c3c3c;color: #fff;border-radius: 8px;margin-right: 10px;margin-top: 24px;}
.mi-aprendizaje #formEquipo .form-group .btn-buscar:hover {background: #d81e04;color: #fff;}
.mi-aprendizaje #formEquipo .form-group .btn-refrescar{display: inline-block;padding: 6px 12px;border: none;background: #3c3c3c;color: #fff;border-radius: 8px;margin-right: 10px;margin-top: 24px;}
.mi-aprendizaje #formEquipo .form-group .btn-refrescar:hover {background: #d81e04;color: #fff;}
.mi-aprendizaje .box-filtros{margin-bottom: 30px;}
.mi-aprendizaje .box-filtros2{margin-bottom: 30px;}
.mi-aprendizaje #formReporte{display: block;padding: 15px 20px;background: #efefef;border-radius: 8px;margin-bottom: 30px;}
.mi-aprendizaje #formReporte .generar-reporte{display: inline-block;padding: 6px 20px;border: none;background: #d81e04;color: #fff;border-radius: 8px;margin-right: 10px;}
.mi-aprendizaje #formReporte .generar-reporte:hover{background: #3c3c3c;color: #fff; }
.mi-aprendizaje #formReporte label{display: block;font-size: 14px;}
.mi-aprendizaje #formReporte select{font-size: 14px;}

.mi-aprendizaje .table thead tr th{background: #d81e04;color: #fff;}
.mi-aprendizaje .table tbody .no-asistio td{background: rgb(216 30 4 / 10%);color: #d81e04;font-weight: 500;}
.mi-aprendizaje .table tbody tr td a{color: #d81e04;margin: 0 5px;}
.mi-aprendizaje .table tbody tr td a:hover{color: #2f2f2f;}
.modal-xl {--bs-modal-width: 90%;}
#equipoModal h3{display: block;font-size: 18px;font-weight: 700;}
.modal-body{background: #fdfdfd;}
.text-right{text-align: right;}
#equipoModal .table thead tr th{background: #d81e04;color: #fff;}
#equipoModal .table tbody .no-completado td{background: rgb(216 30 4 / 10%);color: #d81e04;font-weight: 500;}
.mi-aprendizaje .table tbody tr td{line-height: 25px;font-size: 14px;}
@media screen and (max-width: 991px) {
.mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-2, .mi-aprendizaje .box-aprendizaje .col-md-2 .col-md-3{width: 20%;}
.mi-aprendizaje .box-aprendizaje .col-md-2 .col-md-9, .mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-10{width: 80%;}
.mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-3{width: 20%;}
.mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-9{width: 80%;}
.mi-aprendizaje .box-aprendizaje img{width: 60px;margin-bottom: 25px;}
}

::ng-deep .ventanaEquipo .modal-dialog {
  max-width: 70%;
  width: 70%;
}

.progress, .progress-stacked {--bs-progress-bg: #c5cdd5 !important;}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item{border: 1px solid #d81e04 !important;background: #d81e04 !important;border-radius: 5px !important;max-width: initial !important;}
.progress-bar {background-color: #d81e04 !important;}
.form-group a{color: #d81e04;}
.multiselect-dropdown .dropdown-list{padding-top: 0 !important;}
.multiselect-dropdown .dropdown-list .filter-textbox{padding: 0 !important;}
.multiselect-dropdown .dropdown-btn{border-radius: 5px !important;}
.dropdown-list li{font-size: 13px !important;}
.mi-aprendizaje{padding: 20px 0;}
.mi-aprendizaje .box-aprendizaje{display: block;padding: 15px 20px;background: #efefef;border-radius: 8px;margin-bottom: 30px;}
.mi-aprendizaje .box-aprendizaje img{width: 60px;}
.mi-aprendizaje .box-aprendizaje .box-int{padding-left: 20px;}
.mi-aprendizaje .box-aprendizaje .box-int span{font-size: 14px;font-weight: 600;}
.mi-aprendizaje .box-aprendizaje .box-int h3{font-size: 30px;font-weight: 700;}
.progress, .progress-stacked {--bs-progress-height: 1rem;--bs-progress-font-size: 0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #cf1417;--bs-progress-bar-transition: width 0.6s ease;display: flex;height: 30px;overflow: hidden;font-size: var(--bs-progress-font-size);background-color: #ffffff;border-radius: var(--bs-progress-border-radius);}
.progress-bar {display: flex;flex-direction: column;justify-content: center;overflow: hidden;color: var(--bs-progress-bar-color);text-align: center;white-space: nowrap;background-color: #cf1417;transition: var(--bs-progress-bar-transition);}
.mi-aprendizaje #formAprendizaje{display: block;padding: 15px 20px;background: #efefef;border-radius: 8px;margin-bottom: 30px;}
.mi-aprendizaje #formAprendizaje .form-group{margin-bottom: 10px;}
.mi-aprendizaje #formAprendizaje .form-group input{display: block;width: 100%;padding: 0.375rem 2.25rem 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: var(--bs-body-color);-webkit-appearance: none;appearance: none;background-color: var(--bs-body-bg);    background-repeat: no-repeat;background-position: right 0.75rem center;background-size: 16px 12px;border: var(--bs-border-width) solid var(--bs-border-color);border-radius: var(--bs-border-radius);transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.mi-aprendizaje #formAprendizaje .form-group .btn-buscar {display: inline-block;padding: 6px 20px;border: none;background: #3c3c3c;color: #fff;border-radius: 8px;margin-right: 10px;margin-top:0}
.mi-aprendizaje #formAprendizaje .form-group .btn-buscar:hover {background: #d81e04;color: #fff;}
.mi-aprendizaje #formAprendizaje .form-group .btn-refrescar{display: inline-block;padding: 6px 20px;border: none;background: #3c3c3c;color: #fff;border-radius: 8px;margin-right: 10px;margin-top:0}
.mi-aprendizaje #formAprendizaje .form-group .btn-refrescar:hover {background: #d81e04;color: #fff;}
.mi-aprendizaje .box-filtros{margin-bottom: 30px;}
.mi-aprendizaje #formAprendizaje .form-group input, .mi-aprendizaje #formAprendizaje .form-group select, .mi-aprendizaje #formAprendizaje .form-group label{font-size: 14px;display: block;}
.mi-aprendizaje .table tbody tr td, .mi-aprendizaje .table thead tr th{font-size: 14px;}
.mi-aprendizaje .table thead tr th{background: #d81e04;color: #fff;}
.mi-aprendizaje .table tbody .no-asistio td{background: rgb(216 30 4 / 10%);color: #d81e04;font-weight: 500;}
.mi-aprendizaje .table tbody tr td a{color: #d81e04;}
.mi-aprendizaje .table tbody tr td a:hover{color: #2f2f2f;}
@media screen and (max-width: 991px) {
    .mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-2, .mi-aprendizaje .box-aprendizaje .col-md-2 .col-md-3{width: 20%;}
    .mi-aprendizaje .box-aprendizaje .col-md-2 .col-md-9, .mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-10{width: 80%;}
    .mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-3{width: 20%;}
    .mi-aprendizaje .box-aprendizaje .col-md-3 .col-md-9{width: 80%;}
    .mi-aprendizaje .box-aprendizaje img{width: 60px;margin-bottom: 25px;}
}

.btn-refresh {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #3c3c3c;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
  width: 60px;
}
.table{margin-bottom: 0 !important;}
.table-responsive{margin-bottom: 30px;}
/*.booox-recursos{margin-bottom: 15px;}*/

.gf-cuadro{display: block;
  padding: 20px;
  background: #e5e5e5;
  border-radius: 5px;}

.gf-cuadro small{display: block;}

.guardar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #d81e04;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.guardar:hover {
  background: #3c3c3c;
  color: #fff;
}
.regresar {
  display: inline-block;
  padding: 6px 20px;
  border: none;
  background: #7a7a7a;
  color: #fff;
  border-radius: 8px;
  margin-right: 10px;
}

.regresar:hover {
  background: #3c3c3c;
  color: #fff;
}

.comentarios .error small{color: #d81e04;
  font-size: 13px;
}
.modal .error small{padding: 0;
color: #d81e04;
margin-bottom: 8px;}

.error small{padding: 0;
  color: #d81e04;
  margin-bottom: 8px;
  font-weight: 500;
}

.angular-editor .angular-editor-wrapper .angular-editor-textarea{height: auto;
min-height: 100px;
max-height: 400px;
background: #fff !important;
border: none !important;
border-radius: 7px;
margin-top: 9px;}
.box-contenido img{width: 100%;}
.box-form{margin-bottom: 15px;}
.table-notificaciones thead tr th{background: #d81e04;color: #fff;}
.generar-reporte{display: block;
  background: #d81e04;
  border: none;
  color: #fff;
  padding: 7px 20px;
  border-radius: 8px;
  margin-top: 5px;  }
.ventanaAsociar small{display: block;}
.ventanaAsociar strong{font-size: 15px;}
.ventanaAsociar table{margin-top: 30px;}
.ventanaAsociar .table thead tr td{background: #cf1417;color: #fff;font-weight: 600;}
.usuario-listado .box-usuario small{display: block;font-weight: 700;color: #3c3c3c;padding-bottom: 3px;}
.usuario-listado .box-usuario strong{background: #fff;border: none;border-radius: 10px;padding: 8px 10px;width: 100%;color: #3c3c3c;display: block;}
.usuario-listado .box-usuario .form-group{margin-bottom: 10px;}
.ventanaAsociar .table thead tr th{background: #cf1417;color: #fff;}
.ventanaAsociar .table thead tr th a{color: #fff;}
.des{display: block;
background: #d81e04;
color: #fff;
padding: 8px 25px;
border-radius: 10px;}

.ventanaMatriculaSolicitud .table thead tr th{background: #cf1417;color: #fff;}
.ventanaMatriculaSolicitud .table thead tr th a{color: #fff;}
.ventanaMatriculaSolicitud .modal-body .form-group input{background: #fff;border: 1px solid #e7e7e7;margin-right: 10px;}
.ventanaMatriculaSolicitud .modal-body .form-group{margin-right: 15px;}
  .ventanaAsociar li .page-link {color: #cf1417 !important;}
  .ventanaAsociar .active .page-link {color: #fff !important;}
  .page-link.active, .active > .page-link{z-index: 3;
    color: #fff !important;
    background-color: #cf1417 !important;
    border-color: #cf1417 !important;}

.ventanaAsociar .card{padding: 0 !important;border: none !important;}
.ventanaCargaMasiva .modal-body .form-group a {
  float: right;
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-top: 8px;
}
.ventanaMatriculaSolicitud .card{padding: 0 !important;border: none !important;}

.usuario-editar strong{
  background: #f1f1f1;
  border: none;
  border-radius: 10px;
  padding: 7px 15px;
  width: 100%;
  color: #3c3c3c;
  display: block;
  font-weight: 600;}

  .ventanaRegistroAsistencia label{margin-bottom: 5px;}
.ventanaRegistroAsistencia .btn-danger{width: 250px;display: block;margin: 0 auto;margin-top: 20px;background: #d81e04;border: 1px solid #d81e04;}
.ventanaRegistroAsistencia .btn-danger:hover{background: #3c3c3c;border: 1px solid #3c3c3c;color: #fff;}
.ventanaRegistroAsistencia .close{display: block;background: #fff;border: none;color: #d81e04;border-radius: 50px;height: 30px;width: 30px;font-weight: 600;font-size: 22px;line-height: 30px;}
.ventanaEncuesta textarea{display: block;width: 100%;border: 1px solid #d9d9d9;border-radius: 7px;}
.ventanaEncuesta .btn-enviar{display: block;background: #d81e04;border: none;color: #fff;padding: 5px 40px;margin-top: 10px;border-radius: 7px;}
.ventanaEncuesta .btn-enviar:hover{background: #3c3c3c;border: none;color: #fff;}
.ventanaEncuesta h5{display: block;margin: 0 0 7px;font-size: 16px;}
.ventanaEncuesta .close{display: block;background: #fff;border: none;color: #d81e04;border-radius: 50px;height: 30px;width: 30px;font-weight: 600;font-size: 22px;line-height: 30px;}
.ventanaEncuesta .table-bordered > :not(caption) > * {border-width: 1px;}
.ventanaEncuesta .table thead tr th{padding: 8px;}
.ventanaEncuesta .table tbody small{color: #d81e04;}
