@charset "UTF-8";
:root {
  --base-color: #709B1F /*#e52e08*/ ;
  --secondary: #FFF;
  --contrast-color: #219A42 /*#C42909*/ ;
  --gris: #ADADAD;
}
/* general */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: "Roboto";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: left;
  background-color: var(--secondary);
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
abbr[title], abbr[data-original-title] {
  text-decoration-skip-ink: none;
}
a {
  color: #000000;
}
caption {
  padding-top: .3rem;
  padding-bottom: .3rem;
}
h1, .h1 {
  font-size: 1.875rem;
}
h1 {
  vertical-align: middle;
  margin-right: 1rem;
}
h2 {
  color: var(--base-color);
  padding-left: 1.2rem;
  padding-top: 1.3rem;
  font-size: 1.25rem;
  font-family: "Roboto";
}
h3, .h3 {
  font-size: 1.3125rem;
}
h4, .h4 {
  font-size: 1.125rem;
  color: var(--base-color);
}
h5, .h5 {
  font-size: .9375rem;
}
h6, .h6 {
  font-size: .75rem;
}
.lead {
  font-size: 0.9375rem;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid var(--base-color);
}
a:hover {
  color: var(--contrast-color);
}
.blockquote {
  font-size: 0.9375rem;
}
.blockquote-footer::before {
  content: "— ";
}
.shadow-sm {
  box-shadow: 0 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/*para el editor de rubrica*/
.agregar, .quitar {
  color: #E42F08;
  cursor: pointer;
}
.agregar:hover, .quitar:hover {
  color: #FFF;
  background-color: #E42F08;
  cursor: pointer;
}
/* Elementos estructurales */
.container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto, .col-sm-auto, .col-md-auto, .col-lg-auto {
  max-width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.caja-login {
  overflow: hidden;
}
.newlogin {
  max-width: 400px;
  margin: 0 auto;
}
/* footer */
.dataTables_filter {
  display: none;
}
main.main {
  margin-bottom: 80px;
}
.footer {
  background-color: #f8f9fa;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #95989A;
}
.footer-logo {
  width: 15%;
}
/* footer login */
.footer-login {
  z-index: -1;
  background-color: #f8f9fa;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #95989A;
  position: absolute;
}
-test-info {
  color: var(--base-color);
}
.fixed-button-help {
  position: fixed;
  top: 14px;
  right: 67px;
  z-index: 1000;
}
.fixed-button-help .btn {
  background-color: #ffd100;
  color: #fff;
}
/* Tablas */
.table {
  color: #000000;
}
.table th, .table td {
  padding: .3rem;
}
table.listado tbody tr td .btn-opciones, table.listado tbody tr td .btn-detalles, .nav-notificaciones .btn-notificacion, .btn-icono /* se borró .btn-icono de aqui por el cierre de modal*/ {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--base-color);
  border-radius: 0.25rem;
  padding: 0px;
  font-size: 1.3rem;
  width: 2rem;
  height: 2rem;
}
.table .thead-light th {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: #dee2e6;
}
.form-group .form-control.input-calendario, .form-group .input-calendario.busqueda, .form-group .input-calendario.form-data {
  min-width: 6rem;
  width: 6rem;
  flex: unset;
}
.form-group .form-control.input-calendario[readonly], .form-group .input-calendario[readonly].busqueda, .form-group .input-calendario[readonly].form-data {
  background-color: var(--base-color);
  border: 0;
}
table.listado ul.list-group-empresas li, table.listado tbody tr.detalle ul li {
  padding: 0;
  border: 0;
  background-color: inherit;
}
table.listado thead th {
  font-family: "Roboto";
  font-weight: normal;
  border: 0;
}
table.listado thead th *:first-child {
  margin-left: 0.4rem;
}
table.listado thead th.table-ancho-telefono {
  width: 6.875rem;
}
table.listado tbody tr.impar {
  background-color: rgba(0, 0, 0, 0.05);
}
table.listado tbody tr.par {
  background-color: var(--secondary);
}
table.listado tbody tr.detalle {
  border-top: 0.1rem solid #e6e6e6;
}
table.listado tbody tr.detalle ul li {
  font-size: 0.6rem;
  color: #000000;
}
table.listado tbody tr.detalle ul li label, table.listado tbody tr.detalle ul li .label-data {
  color: var(--base-color);
  font-family: "Roboto";
  margin: 0;
  font-weight: 700;
}
table.listado tbody tr td {
  border-bottom: none;
  border-top: none;
}
table.listado tbody tr td:first-child {
  border-right: 0px;
  color: var(--base-color);
  text-align: center;
  width: 30px;
}
table.listado tbody tr td:last-child {
  color: var(--base-color);
  border-left: 0px;
  text-align: center;
  width: 30px;
}
table.listado tbody tr td:nth-of-type(2) {
  border-left: 0px;
}
table.listado tbody tr td:nth-last-child(2) {
  border-right: 0px;
}
table.listado tbody tr td .btn-detalles {
  background-color: inherit;
  border-color: var(--base-color);
  border-radius: 1rem;
  font-size: 0.5rem;
  height: 1.3rem;
  width: 1.3rem;
}
table.listado tbody tr td .btn-opciones {
  background-color: inherit;
  border-color: var(--base-color);
  border-radius: 1rem;
  font-size: 0.7rem;
  height: 1.3rem;
  width: 1.3rem;
}
table.listado tbody tr td svg.abierto {
  display: inherit;
}
table.listado tbody tr td svg.cerrado {
  display: none;
}
.listado-industrias {
  background-color: var(--base-color);
}
/* Elementos y clases de formularios */
label.custom-control-label {
  cursor: pointer;
}
.input-group-text {
  border: 1px solid var(--base-color);
  padding: .375rem .75rem;
}
label, .label-data {
  padding-left: 0.5rem;
}
.label-data {
  margin-bottom: 0;
}
.checkbox-industrias label, .checkbox-industrias .label-data {
  padding-left: 0.2rem;
}
label a, .label-data a {
  color: var(--base-color);
  font-size: 0.6rem;
}
label, .label-data {
  display: inline-block;
}
select {
  word-wrap: normal;
}
.custom-control {
  padding-left: initial;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
.form-control, .form-data, .busqueda {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F0E0E;
  background-color: var(--secondary);
  background-clip: padding-box;
  border: 1px solid var(--gris);
  border-radius: 0.3rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-data {
  border: 0;
  border-bottom: 1px solid var(--gris);
  border-radius: 0;
}
.form-control, .busqueda {
  height: calc(1.5em + 0.75rem + 2px);
}
.form-control::-ms-expand, .form-data::-ms-expand, .busqueda::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .form-data:-moz-focusring, .busqueda:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0F0E0E;
}
.form-control:focus, .form-data:focus, .busqueda:focus {
  color: #0F0E0E;
  background-color: var(--secondary);
  border-color: var(--base-color);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.form-control::placeholder, .form-data::placeholder, .busqueda::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-data:disabled, .busqueda:disabled, .form-control[readonly], [readonly].form-data, [readonly].busqueda {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value, select.form-data:focus::-ms-value, select.busqueda:focus::-ms-value {
  color: #0F0E0E;
}
.col-form-label-lg {
  font-size: 0.9375rem;
}
.col-form-label-sm {
  font-size: 0.65625rem;
}
.form-control-plaintext {
  color: #707070;
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .65625rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .3rem;
}
select.form-control[size], select[size].form-data, select[size].busqueda, select.form-control[multiple], select[multiple].form-data, select[multiple].busqueda {
  height: auto;
}
textarea.form-control, textarea.form-data, textarea.busqueda {
  height: auto;
}
.form-group {
  margin-bottom: 0.8rem;
}
.form-check-input {
  margin-top: 0;
}
.form-check-input, .form-check-label {
  cursor: pointer;
}
.input-group > .form-control, .input-group > .form-data, .input-group > .busqueda, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-data + .form-control, .input-group > .form-control + .form-data, .input-group > .form-data + .form-data, .input-group > .busqueda + .form-control, .input-group > .busqueda + .form-data, .input-group > .form-control + .busqueda, .input-group > .form-data + .busqueda, .input-group > .busqueda + .busqueda, .input-group > .form-control + .custom-select, .input-group > .form-data + .custom-select, .input-group > .busqueda + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-data + .custom-file, .input-group > .busqueda + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .form-data, .input-group > .form-control-plaintext + .busqueda, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .form-data, .input-group > .custom-select + .busqueda, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .form-data, .input-group > .custom-file + .busqueda, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}
.input-group-text {
  font-size: 0.75rem;
  color: var(--base-color);
  background-color: var(--secondary);
  border: 1px solid var(--base-color);
  border-radius: 0.3rem;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .form-data:not(textarea), .input-group-lg > .busqueda:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .form-data, .input-group-lg > .busqueda, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .form-data:not(textarea), .input-group-sm > .busqueda:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .form-data, .input-group-sm > .busqueda, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  font-size: 0.65625rem;
  border-radius: 0.3rem;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.custom-control {
  min-height: 1.125rem;
}
.custom-control-input {
  left: 0;
  width: 1rem;
  height: 1.0625rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: var(--secondary);
  border-color: var(--base-color);
  background-color: var(--base-color);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #36fdfd;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: var(--secondary);
  background-color: #68fdfd;
  border-color: #68fdfd;
}
.custom-control-label::before {
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  top: 0.0625rem;
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--base-color);
  background-color: var(--base-color);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 177, 177, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(2, 177, 177, 0.5);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 177, 177, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0F0E0E;
  vertical-align: middle;
  background: var(--secondary) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid var(--base-color);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #36fdfd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.custom-select:focus::-ms-value {
  color: #0F0E0E;
  background-color: var(--secondary);
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0F0E0E;
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .65625rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}
.custom-file {
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  height: calc(1.5em + .75rem + 2px);
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #36fdfd;
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "hola";
}
.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Subir";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  color: #0F0E0E;
  border: 1px solid var(--base-color);
  border-radius: .3rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #0F0E0E;
  background-color: var(--secondary);
  border-left: inherit;
  border-radius: 0 0.3rem 0.3rem 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f093";
}
.custom-range {
  height: 1.4rem;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px var(--secondary), 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--secondary), 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px var(--secondary), 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.custom-range::-webkit-slider-thumb {
  background-color: var(--base-color);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #68fdfd;
}
.custom-range::-moz-range-thumb {
  background-color: var(--base-color);
}
.custom-range::-moz-range-thumb:active {
  background-color: #68fdfd;
}
.custom-range::-ms-thumb {
  background-color: var(--base-color);
}
.custom-range::-ms-thumb:active {
  background-color: #68fdfd;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group .imagen-pais {
  width: 1.563rem;
  height: 1rem;
}
.form-group .list-group {
  padding: 0 0.7rem;
}
.form-group .list-group .list-group-item {
  background-color: unset;
  padding: 0;
  border: 0;
  color: #000000;
}
.form-group .form-control.input-calendario, .form-group .input-calendario.busqueda, .form-group .input-calendario.form-data {
  min-width: 6rem;
  width: 6rem;
  flex: unset;
}
.form-group .form-control.input-calendario[readonly], .form-group .input-calendario[readonly].busqueda, .form-group .input-calendario[readonly].form-data {
  background-color: var(--base-color);
  border: 0;
}
.custom-file-label::after {
  background-color: var(--base-color);
  color: var(--secondary);
}
#adjunto {
  z-index: -1;
}
/* Campo switch */
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.0625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: var(--secondary);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 177, 177, 0.5);
}
div.custom-control.custom-switch.text-right {
  padding-left: 2.22rem;
  padding-top: 0.15rem;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 177, 177, 0.5);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: var(--secondary);
  border-color: var(--base-color);
  background-color: var(--base-color);
}
.custom-control-label::before {
  position: absolute;
  top: 0.0625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: var(--secondary);
  border: #adb5bd solid 1px;
}
/* Transición ficha x formulario */
.form-datatable {
  display: inline-block;
  width: auto;
  /* height: calc(2.25rem + 2px); */
  /* padding: .375rem .75rem; */
  /* font-size: 1rem; */
  /* line-height: 1.5; */
  /* color: #495057; */
  /* background-color: var(--secondary); */
  /* background-clip: padding-box; */
  /* border: 1px solid #ced4da; */
  /* border-radius: .25rem; */
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.fieldtoform {
  display: none;
}
.formtofield {
  display: block;
}
.field2form2field {
  cursor: pointer;
}
p.form-data {
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
}
label.col-12.col-md-4.text-md-right {
  margin-bottom: 0;
  line-height: 1.7;
  padding-top: 0.3rem;
}
/* Validación formularios */
.valid-tooltip {
  font-size: 0.65625rem;
}
.was-validated .form-control:valid, .was-validated .form-data:valid, .was-validated .busqueda:valid, .form-control.is-valid, .is-valid.form-data, .is-valid.busqueda {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated textarea.form-control:valid, .was-validated textarea.form-data:valid, .was-validated textarea.busqueda:valid, textarea.form-control.is-valid, textarea.is-valid.form-data, textarea.is-valid.busqueda {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") var(--secondary) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-tooltip {
  font-size: 0.65625rem;
}
.was-validated .form-control:invalid, .was-validated .form-data:invalid, .was-validated .busqueda:invalid, .form-control.is-invalid, .is-invalid.form-data, .is-invalid.busqueda {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated textarea.form-control:invalid, .was-validated textarea.form-data:invalid, .was-validated textarea.busqueda:invalid, textarea.form-control.is-invalid, textarea.is-invalid.form-data, textarea.is-invalid.busqueda {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") var(--secondary) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/*Caja de ayuda - Menú 'Ayuda' Help */
#caja_mensaje_help {
  margin: 30px;
  border: 1px solid #80d8d8;
  border-radius: 0.6rem;
  padding: 1rem 1rem;
  background-color: #02B1B11E;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
/*#caja_mensaje_help {
    border-radius: 0.6rem;
    padding: 1rem 1rem;
    background-color: #fff2cc;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); 
}*/
#caja_mensaje_help h3 {
  color: #33587C;
  /*color: #028b8b;*/
}
#caja_mensaje_help h3 i {
  color: #ffc107;
}
#caja_mensaje_help ul li a {
  color: #707070;
}
.help_intro {
  font-size: 16px;
  padding: 1rem 0 2rem;
}
.help_grupo h4 {
  margin: 0;
  font-size: 1rem;
}
.help_grupo ul {
  padding: 1rem;
}
.help_grupo li a {
  font-weight: normal;
}
.aviso {
  background-color: #D8E5C6;
  border: var(--base-color);
  border-radius: 0.25rem;
  color: #1d3a18;
}
/* Botones */
.btn_base {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn {
  /*color: #707070;*/
  cursor: pointer;
  background-color: transparent;
  font-size: 0.75rem;
}
.btn:hover {
  color: #707070;
}
.btn-primary {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.btn-primary:hover {
  color: var(--secondary);
  background-color: var(--contrast-color);
  border-color: var(--base-color);
}
.btn-primary:focus, .btn-primary.focus {
  color: var(--secondary);
  background-color: var(--contrast-color);
  border-color: var(--base-color);
  box-shadow: 0 0 0 0.2rem rgba(40, 189, 189, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: #017272;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 189, 189, 0.5);
}
.btn-secondary {
  color: #212529;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-success:focus, .btn-success.focus {
  color: var(--secondary);
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:focus, .btn-info.focus {
  color: var(--secondary);
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:focus, .btn-danger.focus {
  color: var(--secondary);
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:focus, .btn-light.focus {
  color: #0F0E0E;
  background-color: var(--secondary);
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  background-color: var(--secondary);
  border-color: #28a745;
}
.btn-light {
  color: #0F0E0E;
  background-color: var(--secondary);
  border-color: var(--gris);
}
.btn-light:hover {
  color: #0F0E0E;
  background-color: var(--secondary);
  border-color: var(--gris);
}
.btn-dark:focus, .btn-dark.focus {
  color: var(--secondary);
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: var(--base-color);
  border-color: var(--base-color);
}
.btn-outline-primary:hover {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--base-color);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.5);
}
.btn-outline-secondary {
  color: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: var(--secondary);
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .65625rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-icono:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--base-color);
}
.btn-industrias {
  margin-right: 0.2rem;
  cursor: pointer;
}
.btn-industrias.abierto {
  transform: rotate(90deg);
}
.btn-industrias.cerrado {
  transform: rotate(0deg);
}
.btn-texto-detalle {
  font-size: 0.687rem;
}
.btn-pie-formulario {
  font-size: 0.937rem;
  padding: 0.5rem 2rem;
  border-radius: 1.25rem;
}
.btn-opciones-interior {
  border-radius: 1.25rem;
  /*font-size: 1rem;*/
  /*padding: 0;*/
}
.btn-opciones-interior.activo {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.btn-opciones-interior.activo:hover {
  color: var(--base-color);
  border-color: var(--base-color);
  background-color: var(--secondary);
}
.eliminar_adjunto {
  cursor: pointer;
}
/* Botón menú - hamburguesa */
.btn-menu, .navbar-toggler {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--base-color) !important;
  border-radius: 0.25rem !important;
  padding: 0px !important;
  /*font-size: 1.3rem !important;*/
  width: 2rem !important;
  height: 2rem !important;
  font-size: 1.114rem !important;
}
.btn-menu:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--base-color);
}
/* botones ficha */
a.btn.btn-outline-primary.btn-pie-formulario.mt-1.mr-md-1 i:hover {
  color: var(--secondary);
  text-decoration: none;
}
.cancelar:hover {
  background-color: var(--secondary);
  color: #dc3545;
  border-color: #dc3545;
}
/* Botón superior cerrar modal */
.btn-cierre, .btn-cierre i {
  color: var(--base-color);
  font-size: 1.114rem;
  opacity: inherit;
}
.btn-cierre:hover, .btn-cierre i:hover {
  color: var(--base-color);
  opacity: 0.5;
}
/* botones footer */
.btn-pie-formulario {
  font-size: 0.75rem;
  padding: 0.4rem 1.3rem;
  border-radius: 1.25rem;
}
/* Estrellas - calificación */
.calificacion {
  padding: 0;
  background-color: unset;
}
.calificacion .btn-icono {
  height: inherit;
  font-size: 0.937rem;
  width: inherit;
}
.puntuacion .rating-container .empty-stars {
  color: var(--base-color);
}
.puntuacion .rating-container .filled-stars {
  color: var(--base-color);
}
/* Buscador */
.busqueda {
  background-color: #e6e6e6;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
}
#btn-busqueda {
  margin-left: 0.5rem;
}
#btn-busqueda.activo {
  background-color: var(--base-color);
  border-color: var(--base-color);
  color: var(--secondary);
  font-size: initial;
}
/* Menús */
#barrasuperior li.nav-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.75rem;
  list-style: none;
  background-color: var(--secondary);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu {
  color: #707070;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--base-color);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  pointer-events: none;
}
.dropdown-header {
  font-size: 0.65625rem;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--secondary);
  background-color: var(--base-color);
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-toggler {
  font-size: 0.9375rem;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-item .nav-link {
  color: #e6e6e6;
  background-color: initial;
  margin-bottom: 1px;
}
.nav-item .nav-link .linea-inferior {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  height: 0.2rem;
}
.nav-item .nav-link.active {
  color: #555555;
}
.nav-item .nav-link.active .linea-inferior {
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
  border-radius: 0.3rem;
  height: 0.25rem;
}
#formClient nav div button {
  margin-top: 0.26rem;
}
/* Menú superior solo */
.logo-menu-sup {
  width: 6rem;
}
/* Notificaciones */
.nav-notificaciones .nav-item-notificacion {
  padding: 0 0.27rem;
}
.nav-notificaciones .btn-notificacion {
  border-radius: 0;
  color: var(--base-color);
  font-size: 1.5rem;
  position: relative;
}
.nav-notificaciones .btn-usuario {
  color: var(--secondary);
  padding: 0;
  background-color: var(--base-color);
  border-color: var(--base-color);
  border-radius: 0.6rem;
  width: 2.313rem;
  height: 2.313rem;
}
.nav-notificaciones .badge {
  padding: 0.1rem;
  min-width: 18px;
  height: 18px;
}
.nav-notificaciones .badge-light {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 10px;
  padding-top: 3px;
  background-color: #EE830F;
  color: white;
  font-size: 0.7rem;
}
/* Esquema barra lateral y contenido */
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 0;
}
#barralateral {
  width: 200px;
  position: fixed;
  top: 0;
  display: block;
  left: -300px;
  height: 100vh;
  z-index: 999;
  background: var(--base-color);
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 0.2rem 0 1.5rem rgba(0, 0, 0, 0.2);
}
#barralateral .contenedor-img-marca {
  width: 100%;
  border-radius: 0.6rem;
  background-color: var(--secondary);
}
#barralateral .dropdown-divider {
  border-top: 1px solid #0B2339;
  margin: 0.4rem 0;
}
#barralateral li.nav-item, #barrasuperior li.nav-item {
  font-size: 0.75rem;
  /*font-size: 1.2rem; <-- Desktop*/
  padding: 0.5rem 0.5rem;
}
#barralateral li.nav-item:last-child {
  padding-bottom: 0;
}
#barralateral li.nav-item a.nav-link {
  color: var(--secondary);
  margin: 0;
  padding: 0;
}
#barralateral li.nav-item a.nav-link span {
  vertical-align: middle;
  font-family: "Roboto";
  font-weight: 500;
  color: var(--secondary);
}
#barrasuperior li.nav-item a.nav-link span {
  vertical-align: middle;
  font-family: "Roboto";
  font-weight: 500;
  color: var(--base-color);
}
#barralateral li.nav-item a.nav-link .item i /*se cambiÃ³ el 'svg' por 'i'*/ {
  color: var(--secondary);
  font-size: 1rem;
  /*font-size: 1.5rem;*/
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 1.4rem;
}
/* menu superior completo */
#barrasuperior li.nav-item a.nav-link .item i {
  font-size: .8rem;
  margin-right: .3rem;
  vertical-align: text-bottom;
}
#barrasuperior li.nav-item a.nav-link span:hover, #barrasuperior li.nav-item a.nav-link span.active {
  color: var(--contrast-color);
  text-shadow: var(--gris) 1px 1px 3px;
}
#barralateral li.nav-item a.nav-link span.btn-alternar {
  color: #0B2339;
}
#barralateral li.nav-item a.nav-link::after, #barrasuperior li.nav-item a.nav-link::after {
  content: unset;
}
#barralateral .dropdown-menu {
  background-color: unset;
  border: unset;
}
#barralateral .dropdown-menu.show {
  display: inline;
}
#barralateral.active {
  left: 0;
}
#abrirbarralateral {
  width: 1.714rem;
  height: 1.714rem;
}
#cerrarbarralateral {
  background-color: var(--base-color);
  color: #0B2339;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contenido {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
/* Cards */
.card-body {
  min-height: 1px;
}
.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
/* Acordeones */
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
/* Paginador */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--base-color);
  background-color: var(--secondary);
  border: 1px solid var(--base-color);
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: var(--base-color);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.25);
}
.page-item.active .page-link {
  z-index: 3;
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.5;
}
/* Badge */
.badge {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge-primary {
  color: var(--secondary);
  background-color: var(--base-color);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: var(--secondary);
  background-color: var(--base-color);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 177, 177, 0.5);
}
.badge-secondary {
  color: #212529;
  background-color: var(--secondary);
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
a.badge-success:hover, a.badge-success:focus {
  color: var(--secondary);
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  background-color: var(--base-color);
}
a.badge-info:hover, a.badge-info:focus {
  color: var(--secondary);
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
a.badge-danger:hover, a.badge-danger:focus {
  color: var(--secondary);
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
a.badge-dark:hover, a.badge-dark:focus {
  color: var(--secondary);
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* Alertas */
.alert-dismissible {
  padding-right: 3.625rem;
}
.alert-primary {
  color: #015c5c;
  background-color: #ccefef;
  border-color: #b8e9e9;
}
.alert-primary hr {
  border-top-color: #a5e3e3;
}
.alert-primary .alert-link {
  color: #002a2a;
}
.alert-secondary {
  color: #858585;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6c6c6c;
}
/* Progress bar*/
.progress {
  font-size: 0.5625rem;
}
.progress-bar {
  background-color: var(--base-color);
}
/* Listas */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
}
.list-group-item-action:active {
  color: #707070;
}
.list-group-item.disabled, .list-group-item:disabled {
  pointer-events: none;
}
.list-group-item.active {
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #015c5c;
  background-color: #b8e9e9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #015c5c;
  background-color: #a5e3e3;
}
.list-group-item-primary.list-group-item-action.active {
  color: var(--secondary);
  background-color: #015c5c;
  border-color: #015c5c;
}
.list-group-item-secondary {
  color: #858585;
  background-color: var(--secondary);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: var(--secondary);
  background-color: #858585;
  border-color: #858585;
}
/* Cerrar */
/*
.close {
  float: right;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 var(--secondary);
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
} 

a.close.disabled {
  pointer-events: none;
} */
/* Toast */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
/* Modal - Estructura */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  border-radius: 1.5rem;
}
.modal-backdrop {
  width: 100vw;
  height: 100vh;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(1.5rem - 1px);
  border-top-right-radius: calc(1.5rem - 1px);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: -0.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1.5rem - 1px);
  border-bottom-left-radius: calc(1.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
/* .ss-modal .close {
  opacity: unset;
  padding: inherit;
  margin: inherit;
}
.ss-modal .close:hover {
  opacity: 0.5;
} */
/* Tooltip */
.tooltip {
  font-size: 0.65625rem;
}
.popover {
  font-family: "Roboto";
  font-size: 0.65625rem;
  border: 1px solid var(--base-color);
}
/* Popover */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: var(--base-color);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: var(--secondary);
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: var(--base-color);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: var(--base-color);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: var(--secondary);
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 .5rem .5rem;
  border-left-color: var(--base-color);
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .75rem;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #707070;
}
/* Carrusel */
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-control-prev, .carousel-control-next {
  z-index: 1;
  transition: opacity 0.15s ease;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  box-sizing: content-box;
  background-color: var(--secondary);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}
/* Spinner */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
/*color degradado*/
.bg-info-subtle {
  background-color: var(--base-color);
  color: #F2F2F2;
  /*background-color: #cff4fc;*/
}
.bg-info-red {
  background-color: #C7070A;
}
/* Colores (Alejandra) */
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}
/* Colores - Luana */
.company-color {
  color: var(--base-color);
}
.company-bg {
  background-color: var(--base-color);
}
.company-color-dark {
  color: #0B2339;
}
.company-bg-dark {
  background: #0B2339;
}
.icon-color {
  color: var(--base-color);
}
.icon-bg {
  background: var(--base-color);
}
.agregar_user, .quitar_user, .agregar_rubrica, .quitar_rubrica, .agregar_lista, .quitar_lista, .agregar_curso, .quitar_curso {
  cursor: pointer;
}
.quitar_user, .quitar_rubrica, .quitar_curso {
  color: #dc3545;
}
.agregar_user:hover, .quitar_user:hover, .agregar_rubrica:hover, .quitar_rubrica:hover, .agregar_lista:hover, .quitar_lista:hover, .agregar_curso:hover, .quitar_curso:hover {
  background: var(--base-color);
  color: #ffffff;
}
.verde-claro {
  color: #80d8d8;
}
.destacado-bg {
  background: var(--base-color);
}
.borde-verde {
  border: 1px solid var(--base-color);
}
.borde-verde-claro {
  border: 1px solid #80d8d8;
}
.border-company {
  border-color: var(--base-color);
}
.borde-redondeado {
  border-radius: 0.6rem;
}
.gris {
  color: #BABABA;
}
.bg-rojo {
  background: #dc3545;
}
.txt-rojo {
  color: #dc3545;
}
.icon-seleccionado {
  color: #EE830F;
  /*color: #981b27;*/
}
.bg-seleccionado {
  background: #EE830F;
  /*color: #981b27;*/
}
/* Interlineado */
.interlineado1 {
  line-height: 1.3 !important;
}
/* Border */
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
/* Embed */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
/* Alineamiento */
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.sr-only {
  margin: -1px;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/* texto config */
.text-wrap {
  white-space: normal !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.text-body {
  color: #707070 !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
/* Upload archivos*/
.subir-archivos .btn {
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
}
.subir-archivos .list-group {
  background-color: var(--secondary);
}
.subir-archivos ul {
  background-color: var(--secondary) !important;
}
.subir-archivos ul li .btn {
  background-color: inherit;
  border: inherit;
  color: var(--base-color);
  font-size: 0.8rem;
}
/* Widgets */
.widget-comentarios .descripcion .item-titulo, .widget2 .descripcion .item-titulo, .widget1 .descripcion .item-titulo, .widget-fecha .descripcion .item-titulo {
  color: var(--base-color);
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}
.widget-comentarios .icono, .widget2 .icono, .widget1 .icono {
  border: 2px solid var(--base-color);
  border-radius: 1.7rem;
  color: var(--base-color);
  font-size: 1.5rem;
  height: 46px;
  line-height: 44px;
  text-align: center;
  width: 46px;
  flex-shrink: 0;
}
.widget-comentarios .descripcion, .widget2 .descripcion, .widget1 .descripcion {
  padding-left: 0.4rem;
}
.widget-fecha {
  align-items: center;
  background-color: var(--base-color);
  border-radius: 0.7rem;
  color: var(--secondary);
  display: flex;
  padding: 0.3rem;
}
.widget-fecha .icono {
  font-size: 1.4rem;
  padding: 0.3rem;
}
.widget-fecha .fecha p {
  font-size: 0.625rem;
  margin: 0;
  padding-left: 0.3rem;
}
.widget1 {
  display: flex;
  align-items: center;
}
.widget1 .descripcion p {
  margin: 0;
}
.widget2 {
  display: flex;
  position: relative;
}
.widget2 .descripcion p {
  margin: 0;
}
.widget2 .descripcion p a {
  text-decoration: underline;
}
.widget-comentarios {
  display: flex;
  position: relative;
}
.widget-comentarios .descripcion p {
  margin: 0;
}
.widget-comentarios .descripcion p.texto-comentario {
  padding: 10px;
  background-color: #e6e6e6;
  color: #000000;
  border-radius: 0.7rem;
}
/* Popover */
.popover-container-table .popover-header {
  padding: 0.2rem;
  color: var(--base-color);
  text-align: center;
  background-color: initial;
}
.popover-container-table .popover-body {
  padding: 0.4rem 0;
}
.popover-container-table .list-group .list-group-item {
  padding: 0.2rem 0.8rem;
  font-size: 0.75rem;
  border: 0;
  color: #555555;
}
.popover-container-table .list-group .list-group-item span {
  width: 1.2rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.popover-container-table .list-group .list-group-item svg {
  color: var(--base-color);
  font-size: 1rem;
}
/* Oportunidades */
.oportunidades-filtros {
  border-top: 1px solid var(--base-color);
}
.oportunidades-filtros select.form-control, .oportunidades-filtros select.busqueda, .oportunidades-filtros select.form-data {
  height: 1.25rem;
  border-color: var(--base-color);
}
.form-calendario .form-control, .form-calendario .busqueda, .form-calendario .form-data {
  border-radius: 0.3rem !important;
  max-width: 25%;
  margin-right: 0.4rem;
}
.form-calendario .btn-icono {
  background-color: inherit;
  border: none;
  color: var(--base-color);
  font-size: inherit;
  height: inherit;
  padding: 0px;
  width: inherit;
}
.seccion-proyeccion-oportunidad div.titulo {
  background-color: var(--base-color);
  color: var(--secondary);
}
.seccion-proyeccion-oportunidad div.titulo .periodo {
  font-size: 0.65rem;
}
div.seccion-forecast table.tabla1 tr td input[type=number] {
  padding: 0 0.4rem;
}
.opportunity .btn-secondary:not(:disabled):not(.disabled).active {
  color: #EE830F;
  background-color: transparent;
  border-color: transparent;
}
.opportunity .btn-secondary:not(:disabled):not(.disabled):active {
  color: #e6e6e6;
  background-color: transparent;
  border-color: transparent;
}
.opportunity .btn-secondary:focus, .btn-secondary.focus {
  color: #e6e6e6;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}
.opportunity .btn-secondary:hover {
  color: #e6e6e6;
  background-color: white !important;
  border-color: white !important;
}
/*bandera oportunidades*/
.opportunity .btn-secondary {
  color: #e6e6e6;
}
/*Diagramaciones especiales*/
/* Secciones */
.seccion-proyeccion-oportunidad .titulo, .seccion-forecast .titulo, .seccion1 .titulo {
  color: #000;
  border-radius: 0.7rem;
  padding: 0.25rem 0;
}
.seccion-proyeccion-oportunidad .titulo h3, .seccion-forecast .titulo h3, .seccion1 .titulo h3 {
  border-radius: 0.4rem;
  font-size: 1rem;
  line-height: 2.2rem;
  padding-left: 0.8rem;
  font-family: "Roboto";
  font-weight: 700;
}
.seccion-proyeccion-oportunidad .titulo .titulo-desc, .seccion-forecast .titulo .titulo-desc, .seccion1 .titulo .titulo-desc {
  font-size: 0.7rem;
}
.seccion-proyeccion-oportunidad .titulo .titulo-desc .nombre, .seccion-forecast .titulo .titulo-desc .nombre, .seccion1 .titulo .titulo-desc .nombre {
  font-weight: bold;
}
.seccion-proyeccion-oportunidad .titulo .titulo-desc2 a, .seccion-forecast .titulo .titulo-desc2 a, .seccion1 .titulo .titulo-desc2 a {
  font-size: 1rem;
  color: var(--base-color);
  font-weight: normal;
}
.seccion-proyeccion-oportunidad .titulo .titulo-desc2 a .nombre, .seccion-forecast .titulo .titulo-desc2 a .nombre, .seccion1 .titulo .titulo-desc2 a .nombre {
  font-size: 0.6rem;
  color: #000000;
  font-weight: normal;
}
/*Sección 1: Ficha ver contacto: Compromiso y Ultimo contacto
* Ficha Oportunidades: Estado oportunidad
*/
.seccion1 .titulo {
  background-color: var(--base-color);
}
.seccion1 .titulo .titulo-desc {
  font-size: 0.7rem;
}
.seccion1 .titulo .titulo-desc .nombre {
  font-weight: bold;
}
.seccion1 .titulo .titulo-desc2 a {
  font-size: 1rem;
  color: var(--base-color);
  font-weight: normal;
}
.seccion1 .titulo .titulo-desc2 a .nombre {
  font-size: 0.6rem;
  color: #000000;
  font-weight: normal;
}
.seccion1 .linea-vertical1 {
  width: 1px;
  height: calc(100% - 3rem);
  left: 1.45rem;
  position: absolute;
  top: 3rem;
  border: dashed 1px var(--base-color);
}
.seccion1 .form-group .label-data.importante {
  color: var(--base-color);
}
.seccion1 .form-group .label-data.valor {
  color: #000000;
}
.seccion1 .texto-porcentaje-exito {
  color: var(--base-color);
  font-size: 1.3rem;
  font-family: "Roboto";
  font-weight: 700;
}
/* Forecast */
.seccion-forecast div.titulo {
  font-family: "Roboto";
  /*background-color: var(--base-color);*/
  /*color: var(--secondary);*/
}
.seccion-forecast div.titulo .monto {
  line-height: 1.8rem;
  /*font-size: 0.875rem;*/
}
.seccion-forecast .fila1 p {
  margin: 0;
}
.seccion-forecast .fila1 p.titulo {
  font-size: 0.687rem;
  margin-bottom: 0.2rem;
}
.seccion-forecast .fila1 p.monto {
  font-family: "Roboto";
  color: #000000;
  margin-top: 0.2rem;
  font-weight: 700;
}
.seccion-forecast .fila1 div.borde-superior {
  border-top: 1px solid #e6e6e6;
}
.seccion-forecast table.tabla1 {
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color)57;
  border-left: 1px solid var(--base-color)57;
  border-right: 1px solid var(--base-color)57;
}
.seccion-forecast table.tabla1 tr.titulo th {
  padding-left: 0.8rem;
}
.seccion-forecast table.tabla1 tr td, .seccion-forecast table.tabla1 tr th {
  border: 0;
}
.seccion-forecast table.tabla1 .btn-icono {
  background-color: inherit;
  border: none;
  color: var(--base-color);
  font-size: inherit;
  height: inherit;
  padding: 0px;
  width: inherit;
}
.seccion-forecast table.tabla1 .form-control, .seccion-forecast table.tabla1 .busqueda, .seccion-forecast table.tabla1 .form-data {
  padding: 0px;
  height: 1.7rem;
}
.seccion-forecast table.tabla1 input[type=text].form-control, .seccion-forecast table.tabla1 input[type=text].busqueda, .seccion-forecast table.tabla1 input[type=text].form-data {
  padding: 0 0.4rem;
  height: 1.7rem;
  /*max-width: 7rem; se borrÃ³ por campos en oportunidades*/
  text-align: right;
}
.seccion-forecast table.tabla1 thead {
  font-weight: inherit;
}
.seccion-forecast table.tabla1 thead .titulo th {
  background-color: var(--base-color);
  color: var(--base-color);
  font-size: 0.688rem;
}
.seccion-forecast table.tabla1 thead .titulo-columna th {
  font-size: 0.688rem;
  font-weight: inherit;
  color: #555555;
}
.seccion-forecast table.tabla1 thead .titulo-columna th.fecha {
  width: 5.8rem;
}
.seccion-forecast table.tabla1 thead .titulo-columna th.boton-opciones {
  width: 1rem;
}
.seccion-forecast table.tabla1 thead .titulo-columna th.monto {
  width: 6.5rem;
}
.seccion-forecast table.tabla1 tbody {
  border-top: 1px solid var(--base-color);
}
.seccion-forecast table.tabla1 tbody tr td:first-child {
  padding-left: 0.5rem;
}
.seccion-forecast table.tabla1 tbody tr td:first-child input {
  margin-left: 0.2rem;
}
.seccion-forecast table.tabla1 tbody tr td:last-child button {
  padding-right: 0.3rem;
}
.seccion-forecast table.tabla1 tfoot td[colspan] a {
  color: var(--base-color);
  font-size: 0.5rem;
}
/* The ribbons */
.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1031;
}
/* Ribbons - Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
/* Ribbons - Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* Firma */
#firmaModificacion {
  background-color: #eee;
}
.firmaModificacion {
  cursor: pointer;
}
/* Link Master */
table.table.table-striped.table-bordered.table-hover.dt-responsive.dataTable.dtr-inline tr td a {
  text-decoration: underline;
  color: var(--base-color);
}
table.table.table-striped.table-bordered.table-hover.dt-responsive.dataTable.dtr-inline tr td a.fa-star {
  text-decoration: none;
}
/* Diseño master */
.cajaMaster {
  display: block;
  /*border-top: 1px solid var(--base-color);*/
}
.agregar-master, .btn-importante-titulo {
  font-size: 21px;
  padding: 0.5rem 0 0.6rem 0.35rem;
}
#btn-filtro:hover, #btn-busqueda:hover, .agregar-master:hover, #btn-busquedaC:hover, #btn-filtroC:hover, #btn-busquedaS:hover, #btn-filtroS:hover, #btn-busquedaL:hover, #btn-filtroL:hover {
  color: #EE830F;
}
/*.cajaMaster::before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.1rem;
	vertical-align: middle;
	color: var(--base-color);
	
}*/
/*.cajaMaster::after {
	content: '\A';
	white-space: pre;
}*/
.dataTables_info {
  padding-bottom: 1rem;
}
/* Paginación */
.dataTables_paginate {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem
}
/* Ordenador master */
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting:before {
  top: 0.05rem;
  right: 0.47em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  top: 0.4rem;
  right: 0.35rem;
  display: block;
}
.dataTables_length {
  text-align: left !important;
}
div.dataTables_wrapper div.dataTables_length {
  text-align: left !important;
}
/* Bordes tabla */
/*table.table.table-striped.table-bordered.table-hover.dt-responsive.dataTable.dtr-inline thead th:nth-child(2) {
    border-radius: unset;
}*/
/* Expandir contenido en tabla */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 5.3px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  /*text-indent: 0 !important;*/
  /*font-family: 'Courier New', Courier, monospace;*/
  line-height: 14px;
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 700;
  background-color: var(--base-color);
}
/* Seguimiento */
.seccion-historial-conversaciones {
  border-radius: 0.6rem;
}
.seccion-historial-conversaciones .card, .seccion-historial-conversaciones .card-header {
  background-color: var(--secondary);
}
.sombra-titulo {
  border-radius: 0;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.titulo-historial {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 700;
}
.separador {
  border-left: 1px solid var(--base-color);
  margin: 0 0.5rem;
  width: 1px;
  white-space: pre;
  height: 25px;
}
#formSeguimiento h3 span {
  line-height: 1.2rem;
}
.checkin:hover i {
  color: var(--secondary);
}
/* Acordeón */
.seccion-historial-conversaciones .accordion .card, #compromisos-escritorio .accordion .card, #oportunidades-escritorio .accordion .card, body .accordion .card {
  border-color: var(--base-color)57 !important;
  border-radius: 0.5rem !important;
  border-bottom: 1px solid var(--base-color)57 !important;
}
.acordeon-historial .card .card-header, #compromisos-escritorio .accordion .card .card-header, #oportunidades-escritorio .accordion .card .card-header, body .accordion .card .card-header {
  background-color: unset !important;
  border-bottom: 1px solid var(--base-color)57 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgba(2, 177, 177, 0.34) !important;
  font-family: "Roboto" !important;
  font-weight: 700 !important;
}
.btn-accordion {
  text-align: left;
  white-space: initial;
  text-decoration: none;
  padding: .375rem .75rem;
  font-size: 0.75rem;
}
.btn-accordion {
  text-align: left;
  white-space: initial;
  text-decoration: none !important;
  padding: .375rem .75rem;
  font-size: 0.75rem;
}
.titulo-card, h2 {
  font-family: "Roboto";
  font-weight: 700;
}
.texto-descripcion {
  color: #000000;
  background-color: #e6e6e6;
  border-radius: 0.7rem;
  padding: 0.536rem;
}
/* Calendario seguimiento */
.fc-button-primary, .fc-button-primary:disabled {
  color: var(--base-color);
  background-color: var(--secondary);
  border-color: #dee2e6;
}
.fc-button:disabled {
  opacity: inherit;
}
.fc-button-group button:not(:disabled).fc-button-active, .fc-button-primary:hover, .fc-button-primary:disabled:hover {
  color: var(--secondary);
  background-color: var(--base-color);
  border-color: var(--base-color);
}
.fc-view.fc-dayGridMonth-view.fc-dayGrid-view table thead th, .fc-row.fc-widget-header table thead th, .fc-scroller table td.fc-widget-header {
  background: var(--base-color);
  color: var(--secondary);
  border: solid 1px #dee2e6;
}
.fc-unthemed td.fc-today {
  background: var(--base-color);
}
/* Kanban */
.jumbotron2 {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto";
}
.jumbotron2 .container2 {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  display: inline-table
}
.jumbotron2 .container2 .panel {
  /*min-height: 500px !important;*/
  display: inherit;
  height: 100%;
  width: 16.6666666667%;
  padding: 0;
  min-height: 90%;
  list-style-type: none;
  float: left;
  font-size: 1.2em;
  border-left: 1px solid #DEE0DE;
  border-right: 1px solid #DEE0DE;
}
.panel i {
  width: 15px;
  text-align: center;
}
.titulo_kanban {
  background-color: var(--base-color)33;
  color: var(--base-color) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.panel .line {
  padding: 2px 10px;
}
.panel a {
  color: var(--base-color) !important;
}
.ui-state-disabled {
  padding: 5px;
  font-size: 1.2em;
  width: 100%;
  background-color: greenyellow;
  text-decoration-color: black;
}
.ui-state-default {
  color: var(--base-color);
}
.panel .progress-bar {
  background-color: var(--base-color);
}
.jumbotron2 .container2 ol {
  background-color: var(--base-color);
  color: white;
  width: 90%;
  opacity: 100;
  text-align: center;
  border: 0;
  margin: 0 5%;
}
.jumbotron2 .container2 li {
  width: 90%;
  margin: 10px 5%;
  font-size: 10pt;
  height: max-content;
  background-color: var(--secondary);
  overflow: hidden;
  padding-bottom: 10px;
  border-color: var(--base-color);
}
.jumbotron2 .container2 hr {
  width: 90%;
  margin: 0 5%;
  height: 10px;
}
.jumbotron2 .container2 .azul {
  background-color: #0E60D0;
}
.jumbotron2 .container2 .verde {
  background-color: #65AF00;
}
.jumbotron2 .container2 .amarillo {
  background-color: #EBCB00;
}
.jumbotron2 .container2 .naranjo {
  background-color: #EA8401;
}
.jumbotron2 .container2 .cerrado {
  background-color: #918D91;
}
.jumbotron2 .container2 .blanco {
  background-color: #DEE0DE;
}
.jumbotron2 .container2 .b-azul {
  border-bottom: 5px solid #0E60D0;
}
.jumbotron2 .container2 .b-verde {
  border-bottom: 5px solid #65AF00;
}
.jumbotron2 .container2 .b-amarillo {
  border-bottom: 5px solid #EBCB00;
}
.jumbotron2 .container2 .b-naranjo {
  border-bottom: 5px solid #EA8401;
}
.jumbotron2 .container2 .b-cerrado {
  border-bottom: 5px solid #918D91;
}
.jumbotron2 .container2 .b-blanco {
  border-bottom: 5px solid #DEE0DE;
}
.container2 .total_venta, .container2 .total_exito {
  font-size: 0.6em;
}
.container2 .total_venta {
  font-weight: 700;
}
/* Dashboard 
.inner {
  color: var(--secondary);
  background-color: var(--base-color);
  border-radius: 0.6rem 0.6rem 0 0;
}*/
.small-box {
  border-radius: 0.25rem;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: var(--secondary);
}
.small-box > .small-box-footer {
  background-color: #b2e8e8;
  border-radius: 0 0 0.6rem 0.6rem;
  color: #006666;
  font-family: "Roboto";
  font-weight: 700;
}
.small-box > .small-box-footer:hover {
  color: #006666;
  background: #80d8d8;
}
.small-box > .small-box-footer i {
  margin-left: 1rem;
}
.small-box p {
  font-size: 1rem;
}
.tabla-pipeline tr th {
  font-weight: 400;
  font-size: 0.7rem;
  color: #6c757d;
}
#dashboard p {
  font-size: 1rem;
}
#dashboard .card-title {
  font-size: 1.1rem;
}
#dashboard h3.company-color {
  font-size: 1rem;
}
.secciones-dashboard .card-header {
  border-radius: 0.7rem;
}
/* Escritorio */
.contacto {
  font-size: 0.65rem;
}
.verSeguimiento, .verOportunidad {
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  z-index: 10;
}
.verSeguimiento a:hover, .verOportunidad a:hover {
  color: var(--base-color);
}
.card-body hr {
  border-top: 1px solid var(--base-color);
}
#compromisos-escritorio .form-data, #oportunidades-escritorio .form-data {
  border: 0;
  border-bottom: 1px solid var(--base-color);
  border-radius: 0;
}
#compromisos-escritorio p span a:hover, #oportunidades-escritorio p span a:hover {
  color: var(--base-color);
}
#compromisos-escritorio hr, #oportunidades-escritorio hr {
  margin-top: -1em;
}
/* Informes */
#table_company_filter, #table_sell_filter, #table_lost_filter {
  display: inline-flex;
}
div #table_company_filter, div #table_sell_filter, div #table_lost_filter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.rango_fecha {
  width: 13rem;
  display: flex !important;
  align-items: center !important;
}
.rango_fecha p {
  margin: 0;
}
.rango_fecha input {
  border-top-left-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
  height: 2rem;
}
.rango_fecha .input-group-append .input-group-text.icon-bg {
  height: 2rem !important;
}
#load {
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  overflow: hidden;
  z-index: 99999;
}
/* Caja feedback */
.alert {
  width: 45%;
  padding: 1.8rem .2rem;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: 30%;
  left: 27%;
  overflow: hidden;
  display: none;
  z-index: 99999;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.alert2 {
  width: 45%;
  padding: 1.8rem .2rem;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: 30%;
  left: 27%;
  overflow: hidden;
  z-index: 99999;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
/* Datos modificación */
#firmaModificacion {
  /* background: #0B2339;*/
  background: #EFF1F8;
  padding: 1.5rem 1rem 1.5rem 0.5rem;
  color: #0B2339;
  border-radius: 0.4rem;
}
#firmaModificacion p.form-data {
  background-color: transparent;
  color: #707070;
}
#firmaModificacion span.input-group-text {
  background-color: transparent;
  font-size: 0.9rem;
}
span.aFirma {
  display: block;
  margin-top: 10px;
  font-size: 70%;
  padding: 0 20px;
}
/* Caja con borde */
.ficha-borde {
  border: 1px solid var(--base-color);
  border-radius: 1rem;
  height: calc(100% - 2.25rem);
}
/* Páginas Mantenimiento */
.mensaje {
  font-size: 20px;
  font-weight: 400;
}
.fondo-logo {
  border-radius: 0.8rem;
  background-color: var(--secondary);
  padding: 10px 20px;
  margin-top: 7rem;
}
.caja-logo-maintanence {
  max-width: 280px;
  padding: 15px;
  margin: 0 auto;
}
.contenido h1 {
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.link:hover {
  color: #EE830F;
}
/* Cotizador */
.botones-exportar button:hover i {
  color: var(--secondary);
}
/* Gráficos */
.highcharts-container {
  width: 100% !important;
}
.highcharts-root {
  width: 100% !important;
}
#container_garph {
  height: 400px;
}
.highcharts-figure, .highcharts-data-table table {
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 700;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
/*.highcharts-container{
	margin: auto;
	width: 100%!important;
}*/
/* INICIO MEDIA QUERYS */
/* MQ Alejandra */
/* General 
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
*/
.logo-print {
  display: none;
}
@media print {
  .corner-ribbon, .footer, .ui-helper-hidden-accessible, .ui-tooltip, #editarFicha, #deshacer {
    display: none;
  }
  .bg-info-subtle {
    background-color: var(--base-color);
    color: #F2F2F2;
  }
  .logo-print {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .btn {
    font-size: 1.2rem;
  }
}
@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .form-data, .busqueda {
    transition: none;
  }
}
@media (min-width: 576px) {
  .form-inline label, .form-inline .label-data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .form-data, .form-inline .busqueda {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
/* MQ Menú */
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
/* Cards */
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* MQ Badge */
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
/* MQ Progress bar*/
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
/* Listas */
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
/* Modal */
@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* Carrusel */
@media (prefers-reduced-motion: reduce) {
  .carousel-item, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right, .carousel-control-prev, .carousel-control-next, .carousel-indicators li {
    transition: none;
  }
}
/* Spinner */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
/* MQ Estructurales */
@media (min-width: 576px) {
  html {
    font-size: 1.1666rem;
  }
  #barralateral {
    width: 250px;
  }
  #abrirbarralateral {
    width: 1.469rem;
    height: 1.469rem;
  }
  .btn-icono {
    font-size: 1.114rem;
  }
  .nav-item-notificacion {
    padding: 0 0.231rem;
  }
  .nav-notificaciones .btn {
    font-size: 0.643rem;
  }
  .nav-notificaciones .btn-notificacion {
    font-size: 1.286rem;
    width: 1.714rem;
    height: 1.714rem;
  }
  .nav-notificaciones .btn-notificacion .badge.badge-light {
    font-size: 0.6rem;
  }
  .nav-notificaciones .btn-usuario {
    width: 2rem;
    height: 2rem;
  }
  table.listado tbody tr td .btn-detalles {
    height: 1.2rem;
    font-size: 0.56rem;
    width: 1.2rem;
  }
  table.listado tbody tr td .btn-opciones {
    height: 1.114rem;
    font-size: 0.6rem;
    width: 1.114rem;
  }
}
/* MQ SoluSales */
@media (min-width: 769px) {
  .alert {
    width: 17%;
    padding: 2rem .5rem;
    top: 35%;
    left: 41.5%;
  }
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    display: block;
    width: 100%;
  }
  .form-datatable, .rango_fecha {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #table_company_filter, #table_sell_filter, #table_lost_filter {
    display: flex;
    flex-direction: column;
  }
  .rango_fecha p {
    width: 100%;
    padding: 0 !important;
  }
  .rango_fecha input {
    margin: 0 !important;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 5.3px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    /*text-indent: 0 !important;*/
    /*font-family: 'Courier New', Courier, monospace;*/
    line-height: 14px;
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    background-color: var(--base-color);
  }
  #formClient nav, #formCompany nav, #fichaContactos div.navbar, #fichaOportunidades nav.navbar {
    display: block;
  }
  #formClient .caja-form div.col-12.col-md-6.mb-3.aqui {
    margin-top: 1rem;
  }
  #formClient nav div a, #formCompany nav div a, #fichaContactos div.navbar a, #fichaOportunidades nav.navbar div a {
    display: block;
  }
  #formCompany nav div a, #fichaContactos div.navbar a, #fichaOportunidades nav.navbar div a {
    display: block;
    margin-top: 0.25rem;
  }
  #formClient nav div button, #formCompany nav div button {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    float: right;
    margin-top: 0.25rem;
  }
  .caja-form {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .caja-form div.col-12.col-md-6 {
    padding-right: 0;
    padding-left: 0;
    margin: auto;
  }
  #formCompany .ficha-borde {
    padding: 1.25rem;
  }
  #formSeguimiento .seccion-historial-conversaciones {
    margin-bottom: 1rem;
  }
  .checkbox-industria div.col-4 {
    width: 100%;
  }
  /* calendario seguimiento */
  #calendar {
    margin-bottom: 1rem;
  }
  #calendar .fc-toolbar.fc-header-toolbar {
    display: block;
    text-align: center;
  }
  #calendar .fc-toolbar.fc-header-toolbar .fc-left {
    /*width: 100%;*/
  }
  #calendar .fc-toolbar.fc-header-toolbar .fc-center {
    /*width: 50%;*/
    margin-bottom: 1rem;
  }
  #calendar .fc-toolbar.fc-header-toolbar .fc-right {
    /*width: 100%;*/
    margin-bottom: 1rem;
  }
  /* Tablas en fichas */
  .modal-body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Cotizador */
  .botones-exportar button {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
  }
}