@charset "UTF-8";
/*$light: $ss-verde;*/
/*$theme-colors: (
  "ss-verde": $ss-verde
);*/
/*$custom-file-text: "Subir documento";*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --ss-verde: #c58db8;
  --primary: #c58db8;
  --secondary: #FFFFFF;
}


/* general */
html {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparbtnent;
}

body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: left;
  background-color: #fff;
}

[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: #33587C;*/
  color: #696969!important;
  padding-left: 1.2rem;
  padding-top: 1.3rem;
  font-size: 1.25rem;
  font-family: 'Source Sans Pro', sans-serif;
}

h3, .h3 {
  font-size: 1.3125rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

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 #ced4da;
}

.blockquote {
  font-size: 0.9375rem;
}

.blockquote-footer::before {
  content: "— ";
}

.shadow-sm {
  box-shadow: 0 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* 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;
	min-height: calc(100vh - 70px - 69.66px)!important;
}

/* footer */
.dataTables_filter{
    display: none;
}
.footer {
	background-color: #f8f9fa;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #95989A
}
.footer-logo {
	width: 15%;
}

/* Mantiene footer pegado en el pié de página */
main.container-fluid {
    min-height: calc(100vh - 65.31px - 69.66px)!important;
}

.genera_contrato, .caja-contrato {
	min-height: calc(100vh - 69.66px)!important;
}

/* footer login */
.footer-login {
	z-index: -1;
	background-color: #f8f9fa;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #95989A;
	position: absolute;
}

/* Mantiene footer pegado en el pié de página en login*/
.caja-login {
    min-height: calc(100vh - 69.66px - 70px)!important;
    padding-top: .5rem;
}

/* 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: #fff;
  border-color: #fff;
  /*color: #33587C;*/
  color: #696969;
  border-radius: 0.25rem;
  padding: 0px;
  font-size: 1.3rem;
  width: 2rem;
  height: 2rem;
}

.table .thead-light th {
  color: #FFFFFF;
  /*background-color: #33587C;*/
  background-color: #652D90;
  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: #02B1B11E;
  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: 'Source Sans Pro', sans-serif;
  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: #FFFFFF;
}
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: #02B1B1;
  font-family: 'Source Sans Pro', sans-serif;
  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: #02B1B1;
  text-align: center;
  width: 30px;
}
table.listado tbody tr td:last-child {
  color: #02B1B1;
  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: #02B1B1;
  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: #02B1B1;
  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: #02B1B11E;
}

/* Elementos y clases de formularios */
label.custom-control-label {
     cursor: pointer;
}

.input-group-text {
  border: 1px solid #33587C;
  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: #02B1B1;
  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: #fff;
  background-clip: padding-box;
  /*border: 1px solid #33587C;*/
  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 #33587C;*/
  border-bottom: 1px solid #ced4da;
  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: #fff;
  border-color: #c58db8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}
.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;
}

.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: #c58db8;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  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: #fff;
  border-color: #c58db8;
  background-color: #c58db8;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(197, 141, 184, 0.5);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(197, 141, 184, 0.5);
  border-color: rgba(197, 141, 184, 0.5);
}

.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: #c58db8;
  background-color: #c58db8;
}

.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: #fff 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 #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #c58db8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}

.custom-select:focus::-ms-value {
  color: #0F0E0E;
  background-color: #fff;
}

.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(197, 141, 184, 0.5);
}

.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 #ced4da;
  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: #FFFFFF;
  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 #fff, 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}

.custom-range::-webkit-slider-thumb {
  background-color: #02B1B1;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #68fdfd;
}

.custom-range::-moz-range-thumb {
  background-color: #02B1B1;
}

.custom-range::-moz-range-thumb:active {
  background-color: #68fdfd;
}

.custom-range::-ms-thumb {
  background-color: #02B1B1;
}

.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: #02B1B11E;
  border: 0;
}

.custom-file-label::after {
  background-color: #c58db8;
  color: #FFFFFF;
}

#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: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(197, 141, 184, 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(197, 141, 184, 0.5);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c58db8;
    background-color: #c58db8;
}

.custom-control-label::before {
    position: absolute;
    top: 0.0625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    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: #fff; */
	/* 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: #00864E!important;
  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='%2300864E' 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: #00864E;
  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='%2300864E' 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") #fff 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: #00864E;
  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: #b30737!important;
  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='%23b30737' 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='%23b30737' 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: #b30737;
  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='%23b30737' 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='%23b30737' stroke='none'/%3e%3c/svg%3e") #fff 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: #b30737;
  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: #b30737;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b30737;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b30737;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}



/* Botones */
.btn {
  /*color: #707070;*/
  cursor: pointer;
  background-color: transparent;
  font-size: 0.75rem;
}

.btn:hover {
  color: #707070;
}

.btn-primary {
  color: #fff;
  background-color: #c58db8;
  border-color: #c58db8;
  border-radius: 1.25rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: #652D90;
  border-color: #652D90;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #652D90;
  border-color: #652D90;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #696969;
  border-color: #696969;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #652D90;
  border-color: #652D90;
}
.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(197, 141, 184, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.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: #FFFFFF;
  border-color: #FFFFFF;
}
.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: #fff;
  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: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 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: #fff;
  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: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  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);
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  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: #c58db8;
  	border-color: #c58db8;
	border-radius: 1.25rem;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #c58db8;
  border-color: #c58db8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #c58db8;
  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: #fff;
  background-color: #c58db8;
  border-color: #c58db8;
}
.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(197, 141, 184, 0.5);
}

.btn-outline-secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.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: #FFFFFF;
  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: #FFFFFF;
  border-color: #FFFFFF;
}
.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, .btn-icono a i:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c58db8;
}

.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: #FFFFFF;
  background-color: #c58db8;
  border-color: #c58db8;
}
.btn-opciones-interior.activo:hover {
  color: #c58db8;
  border-color: #c58db8;
  background-color: #FFFFFF;
}

.eliminar_adjunto {
	cursor: pointer;
}

/* Botón menú - hamburguesa */
.btn-menu, .navbar-toggler {
	background-color: #fff!important;
	border-color: #fff!important;
	/*color: #33587C!important;*/
	color: #652D90!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: #fff;
  	border-color: #fff;
  	color: #33587C;
}

/* botones ficha */
a.btn.btn-outline-primary.btn-pie-formulario.mt-1.mr-md-1 i:hover {
	color: #fff;
	text-decoration: none;
}

.cancelar:hover, .cancelar-proceso a:hover,  .cancelar-proceso:hover a {
	background-color: #fff;
	color: #b30737;
	border-color: #b30737;
	text-decoration: none;
}
.cancelar-proceso a{
	color: #c58db8;
}

.btn-remover-trash {
	background-color: #fff;
	color: #b30737;
	border-color: #b30737;
}
.btn-remover-trash:hover {
	background-color: #b30737;
	color: #fff;
	border-color: #b30737;
}
.btn-remover-trash:hover i.fa-trash-alt, .btn-remover-trash i.fa-trash-alt:hover {
	color: #fff!important;
}

/* Botón superior cerrar modal */
.btn-cierre, .btn-cierre i {
  	/*color: #33587C;*/
  	color: #696969;
	font-size: 1.114rem;
	opacity: inherit;
}

.btn-cierre:hover, .btn-cierre i:hover {
  	color: #33587C;
	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: #c58db8;
}
.puntuacion .rating-container .filled-stars {
  color: #c58db8;
}

/* Buscador */
.busqueda {
  background-color: #e6e6e6;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
}

#btn-busqueda {
  margin-left: 0.5rem;
}

#btn-busqueda.activo {
  background-color: #33587C;
  border-color: #33587C;
  color: #FFF;
  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: #fff;
    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: #c58db8;
}

.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: #fff;
  background-color: #c58db8;
}

.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: #652D90;
  border: 1px solid #652D90;
  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: #c58db8;
  font-size: 1.5rem;
  position: relative;
}
.nav-notificaciones .btn-usuario {
  color: #fff;
  padding: 0;
  /*background-color: #33587C;*/
  background-color: #652D90;
  /*border-color: #33587C;*/
  border-color: #652D90;
  border-radius: .6rem;
  width: 2.313rem;
  height: 2.313rem;
  font-family: 'Source Sans Pro', sans-serif!important;
  font-size: .75rem!important;
  letter-spacing: 1px!important;
}
.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: #33587C;*/
  background: #652D90;
  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: #FFFFFF;
}
#barralateral .dropdown-divider {
  /*border-top: 1px solid #0B2339;*/
  border-top: 1px solid #FFF;
  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: #FFFFFF;
  margin: 0;
  padding: 0;
}
#barralateral li.nav-item a.nav-link span {
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  color: #FFF;
}

#barrasuperior li.nav-item a.nav-link span {
    vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  color: #33587C;
}
#barralateral li.nav-item a.nav-link .item i /*se cambiÃ³ el 'svg' por 'i'*/ {
  color: #FFFFFFB3;
  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;
  /*font-size: 1.5rem;*/
  margin-right: .3rem;
  vertical-align: text-bottom;
  color: #33587C;
}

#barralateral li.nav-item a.nav-link span.btn-alternar {
  /*color: #0B2339;*/
  color: #FFF;
}
#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: #33587C;*/
  background-color: #652D90;
  /*color: #0B2339;*/
  color: #FFF;
  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: #33587C;
  background-color: #fff;
  border: 1px solid #33587C;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #33587C;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  /*background-color: #33587C;*/
  background-color: #696969;
  /*border-color: #33587C;*/
  border-color: #696969;
}

.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: #fff;
  background-color: #c58db8;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #017f7f;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #FFFFFF;
}

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: #fff;
  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);
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 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: #fff;
  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: #fff;
  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: #fff;
  border-color: #fff;
}

.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6c6c6c;
}

.alert-success {
    background-color: #ccffea;
    color: #00864E;
    border-color: #b3ffdf;
}

.alert-danger {
    background-color: #fdcedb;
    color: #b30737;
    border-color: #fcb6ca;
}

/* Progress bar*/
.progress {
  font-size: 0.5625rem;
}

.progress-bar {
  background-color: #c58db8;
}

/* 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: #c58db8;
  border-color: #c58db8;
}

.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: #c58db8;
  background-color: rgba(197, 141, 184, 0.5);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #c58db8;
  border-color: #c58db8;
}

.list-group-item-secondary {
  color: #858585;
  background-color: #fff;
}
.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: #fff;
  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 #fff;
  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: 'Source Sans Pro', sans-serif;
  font-size: 0.65625rem;
  border: 1px solid #33587C;
}

/* 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: #c58db8;
}
.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: #fff;
}

.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: #c58db8;
}

.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: #c58db8;
}

.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: #fff;
}

.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: #c58db8;
}

.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: #fff;
  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;
}

/* Acordeón */
.seccion-historial-conversaciones .accordion .card, #compromisos-escritorio .accordion .card, #oportunidades-escritorio .accordion .card, body .accordion .card {
    border-color: #c58db8!important;
	border-radius: 0.5rem!important;
	border-bottom: 1px solid #c58db8!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 #c58db8!important;
    border-bottom-width: 1px!important;
    border-bottom-style: solid!important;
    border-bottom-color: rgba(197, 141, 184, 0.5)!important;
    font-family: 'Source Sans Pro', sans-serif!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: 'Source Sans Pro', sans-serif;
  font-weight: 700;      
}

.texto-descripcion {
	color: #000000;
    background-color: #e6e6e6;
    border-radius: 0.7rem;
    padding: 0.536rem;
}

/* 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: #33587C;*/
	color: #696969;
}

.border-top-gris {
	border-top: solid 2px #696969!important;
}

.company-bg {
	background-color: #c58db8;
}

.border-company-light {
	border: solid 1px #c58db8;
}

.company-color-dark {
	color: #652D90;
}

.border-top-company-dark {
	border-top: solid 2px #652D90!important;
}

.company-bg-dark {
	background: #652D90;
}

.icon-color {
	color: #c58db8;
}

.icon-bg {
	background: #c58db8;
}

.verde-claro {
	color: #80d8d8;
}

.destacado-bg {
	background: #f8f9fa;
}

.borde-verde {
	border: 1px solid #c58db8;
}

.borde-verde-claro {
	border: 1px solid #c58db8;
}

.borde-redondeado {
	border-radius: 0.6rem;
}

.gris {
	color: #BABABA;
}

.bg-rojo {
	background: #b30737;
}

.txt-rojo {
	color: #b30737;
}
.bg-pink {
    background-color: #d0098c;
}
.txt-pink {
    color: #d0098c;
}
.icon-seleccionado {
    color: #EE830F;
	/*color: #981b27;*/
}

.bg-seleccionado {
    background: #EE830F;
	/*color: #981b27;*/
}

.badge-compay-dark {
  color: #fff;
  background: #652D90;
}
.badge-compay-light {
  color: #fff;
  background: #c58db8;
}

/* colores pruebas */
.bg-dark-informe-pi {
  background: #36baa0;
}
.bg-light-informe-pi {
  background: #ebf9f6;
}
.border-pi {
  border-color: #36baa0!important;
}

.bg-dark-informe-rc {
  background: #3c388e;
}
.bg-light-informe-rc {
  background: #ededf8;
}
.border-rc {
  border-color: #3c388e!important;
}

.bg-dark-informe-ct {
  background: #ffc200;
}
.bg-light-informe-ct {
  background: #fff9e6;
}
.border-ct {
  border-color: #ffc200!important;
}

.bg-dark-informe-dv {
  background: #c14040;
}
.bg-light-informe-dv {
  background: #f9ecec;
}
.border-dv {
  border-color: #c14040!important;
}

.bg-dark-informe-eyp {
  background: #ff6c4a;
}
.bg-light-informe-eyp {
  background: #ffeae6;
}
.border-eyp {
  border-color: #ff6c4a!important;
}

.bg-dark-informe-sf {
  background: #652d90;
}
.bg-light-informe-sf {
  background: #f3ecf9;
}
.border-sf {
  border-color: #652d90!important;
}

.bg-dark-informe-ap {
  background: #b3b3b3;
}
.bg-light-informe-ap {
  background: #f2f2f2;
}
.border-ap {
  border-color: #b3b3b3!important;
}
/*Procesos icono ojo (feedback)*/
.si_toma_prueba{
	color: #c58db8;
}
.si_final_proceso{
	color: #652D90;
}
.icon_disabled{
	color: #cecece;
	cursor: default!important;
}
.no{
	color: #707070!important;
}
.nowrap{
	white-space: nowrap!important;
}
/*Table de asignación de postulantes*/
#tabla_asignacion_list > thead > tr> th {
    color: #FFFFFF;
    background-color: #652D90;
    border-color: #dee2e6;
	vertical-align: middle;
}
#tabla_asignacion_list th, #tabla_asignacion_list td{
	padding: .3rem;
	vertical-align: middle;
}
.thead_ct{
	background: #ffc209!important;
	border-bottom: solid 3px #ffc200!important;
}
.tfoot_ct{
	/*background: #ffc209!important;*/
	border-top: solid 3px #ffc200!important;
}
.thead_pi{
	border-bottom: solid 3px #36baa0!important;
	background: #36baa0!important;
}
.tfoot_pi{
	border-top: solid 3px #36baa0!important;
	/*background: #36baa0!important;*/
}
.thead_dv{
	border-bottom: solid 3px #c14040!important;
	background: #c14040!important;
}
.tfoot_dv{
	border-top: solid 3px #c14040!important;
	/*background: #c14040!important;*/
}
.thead_rc{
	border-bottom: solid 3px #3c388e!important;
	background: #3c388e!important;
}
.tfoot_rc{
	border-top: solid 3px #3c388e!important;
	/*background: #3c388e!important;*/
}

.thead_tl{
	border-bottom: solid 3px #3e70c1!important;
	background: #3e70c1!important;
}
.tfoot_tl{
	border-top: solid 3px #3e70c1!important;
	/*background: #c14040!important;*/
}
.thead_eyp{
	border-bottom: solid 3px #ff6c4a!important;
	background: #ff6c4a!important;
}
.tfoot_eyp{
	border-top: solid 3px #ff6c4a!important;
	/*background: #ff6c4a!important;*/
}
.thead_ap{
	border-bottom: solid 3px #b3b3b3!important;
	background: #b3b3b3!important;
}
.tfoot_ap{
	border-top: solid 3px #b3b3b3!important;
	/*background: #b3b3b3!important;*/
}
.enviar_invitacion{
	color: #c58db8;
	font-size: 1.1rem;
}
.enviar_invitacion:hover{
	color: #652D90;
	cursor: pointer;
}

.pasaporte {
	color: #fff;
    background-color: #c58db8;
    border-color: #c58db8;
    border-radius: .3rem;
}

/* 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: #33587C;
  border: 1px solid #33587C;
}
.subir-archivos .list-group {
  background-color: #FFFFFF;
}
.subir-archivos ul {
  background-color: #FFFFFF !important;
}
.subir-archivos ul li .btn {
  background-color: inherit;
  border: inherit;
  color: #c58db8;
  font-size: 0.8rem;
}

/* TESTS PAI */
.preguntas h4 {
    font-weight: bold;
}
.btn-outline-test {
    border: solid 1px #c58db8!important;
    background: none!important;
    color: #c58db8!important;
}

.btn-outline-test:hover {
    border: solid 1px #652D90!important;
    color: #fff!important;
    background: #652D90!important;
}

.btn-outline-test:focus, .btn-outline-test.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 141, 184, 0.5);
}

.border-card-test {
    border: solid 1px #c58db8!important;
}

.icon-color-test {
	color: #c58db8;
}

a.tipo:hover span i.fa-circle {
	color: #652D90;
}

.eliminar_opcion i {
    color: #652D90;
}

/* Widgets */
.widget-comentarios .descripcion .item-titulo, .widget2 .descripcion .item-titulo, .widget1 .descripcion .item-titulo, .widget-fecha .descripcion .item-titulo {
  color: #c58db8;
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}

.widget-comentarios .icono, .widget2 .icono, .widget1 .icono {
  border: 2px solid #02B1B1;
  border-radius: 1.7rem;
  color: #c58db8;
  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: #c58db8;
  border-radius: 0.7rem;
  color: #fff;
  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: #c58db8;
  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: #c58db8;
  font-size: 1rem;
}

/* Oportunidades */
.oportunidades-filtros {
  border-top: 1px solid #c58db8;
}
.oportunidades-filtros select.form-control, .oportunidades-filtros select.busqueda, .oportunidades-filtros select.form-data {
  height: 1.25rem;
  border-color: #33587C;
}

.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: #c58db8;
  font-size: inherit;
  height: inherit;
  padding: 0px;
  width: inherit;
}

.seccion-proyeccion-oportunidad div.titulo {
  background-color: #c58db8;
  color: #fff;
}
.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;
}

/*Procesos - Solicitudes */
#aplicar_pruebas hr, #datos_proceso hr, #datos_solicitante hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #dee2e6;
}
#aplicar_pruebas ul>li {
    list-style: none!important;
}

/*#table_postulante_length, #table_postulante_info, #table_postulante_paginate, #table_asignacion_length, #table_asignacion_info, #table_asignacion_paginate, .datos-modificacion {
    display: none;
}*/

.datos-modificacion {
    display: none;
}

.carga-masiva-postulantes {
    color: #696969;
    font-size: 21px;
    padding: 0.5rem 0 0.6rem 0.35rem;
}
.carga-masiva-postulantes:hover {
    color: #696969;
    font-size: 21px;
    padding: 0.5rem 0 0.6rem 0.35rem;
}

.yes_feedback, .no_feedback {
    cursor: pointer;
}

div#acordeon-resumen div.card div.card-header {
    background-color: #f8f9fa!important;
    border-bottom: 1px solid #c58db8!important;
    border-bottom-width: 1px!important;
    border-bottom-style: solid!important;
    border-bottom-color: rgba(197, 141, 184, 0.5)!important;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-weight: 700!important;
    color: #696969!important;
}

div#acordeon-resumen div.card div.card-header h5 button{
    font-weight: 700!important;
    font-size: 1rem;
    color: #696969!important;
}

div#acordeon-resumen div.card div.card-header h5 img{
    width: 2.5rem;
}

.link_informe {
	color: #c58db8;
	text-decoration: underline;
}
.link_informe:hover {
	color: #c58db8;
	text-decoration: underline;
}

/*#aplicar_pruebas ul>li {
    padding-left: 0!important;
}*/

/*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: 'Source Sans Pro', sans-serif;
	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: #c58db8;
  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: #c58db8;
}
.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: #c58db8;
  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 #c58db8;
}
.seccion1 .form-group .label-data.importante {
  color: #c58db8;
}
.seccion1 .form-group .label-data.valor {
  color: #000000;
}
.seccion1 .texto-porcentaje-exito {
  color: #c58db8;
  font-size: 1.3rem;
  font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

/* Forecast */
.seccion-forecast div.titulo {
  font-family: 'Source Sans Pro', sans-serif;
  /*background-color: #c58db8;*/
  /*color: #fff;*/
}
.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: 'Source Sans Pro', sans-serif;
  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 #02B1B1;
  border-bottom: 1px solid #02B1B157;
  border-left: 1px solid #02B1B157;
  border-right: 1px solid #02B1B157;
}
.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: #c58db8;
  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: #02B1B11E;
  color: #02B1B1;
  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 #02b1b1;
}
.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: #02B1B1;
  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: 999;
}

/* 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;
}
.text-info {
	color: #c58db8!important;
}

/* Link Master */
a.link_rosado  {
	text-decoration: underline;
	color: #c58db8;
}
table.dataTable tr td a {
	text-decoration: underline;
	color: #c58db8;
}

table.table.table-striped.table-bordered.table-hover.dt-responsive.dataTable.dtr-inline tr td a.fa-star {
	text-decoration: none;
}

/* Diseño master */
/* Íconos 'agregar' y 'eliminar'*/
body i.fa.fa-check {
    color: #00864E;
}

body i.fas.fa-minus-square, .text-danger {
    color: #b30737!important;
}

#btn-filtro:hover, #btn-busqueda:hover, .agregar-master:hover, i.fas.fa-plus-square:hover, #btn-busquedaC:hover, #btn-filtroC:hover, #btn-busquedaS:hover, #btn-filtroS:hover, #btn-busquedaL:hover, #btn-filtroL:hover, .carga-masiva-postulantes:hover {
	color: #c58db8!important;	
}

.cajaMaster {
    display: block;
    /*border-top: 1px solid #33587C;*/
}

.agregar-master, .btn-importante-titulo {
	font-size: 21px;
	padding: 0.5rem 0 0.6rem 0.35rem;
}

/* agregar outline */

body i.fas.fa-plus-square {
    color: #00864E!important;
}

.btn-agregar, #pagar_plan, #renovar_plan {
    font-size: 0.837rem;
    padding: .20rem .8rem;
    border-radius: 1.25rem;
    border: solid 1px #00864E;
    color: #00864E;
}

.btn-agregar:hover {
    border: solid 1px #00864E;
    color: #fff;
    background: #00864E;
}

.btn-agregar:hover i.fa-plus-square, .btn-agregar i.fa-plus-square:hover {
    color: #fff!important;
}

.switch_rut {
    cursor: pointer;
}

/* agregar solid 
.btn-agregar {
    font-size: 0.837rem;
    padding: 0.15rem .8rem;
    border-radius: 1.25rem;
    border: solid 1px #00864E;
    color: #fff;
    background: #00864E;
}

.btn-agregar i.fa-plus-square {
    color: #fff!important;
}

.btn-agregar:hover {
    border: solid 1px #c58db8;
    color: #fff;
    background: #c58db8;
}

.btn-agregar:hover i.fa-plus-square, .btn-agregar i.fa-plus-square:hover {
    color: #fff!important;
}
*/


/*.cajaMaster::before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.1rem;
	vertical-align: middle;
	color: #02B1B1;
	
}*/

/*.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: #c58db8;
}

/* Seguimiento */
.commitment h3 {
    color: #fff;
}

.seccion-historial-conversaciones {
    border-radius: 0.6rem;
}

.seccion-historial-conversaciones .card, .seccion-historial-conversaciones .card-header{
    background-color: #fff;
}

.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: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
	font-weight: 700;
}

.separador {
    border-left: 1px solid #02B1B1;
    margin: 0 0.5rem;
    width: 1px;
    white-space: pre;
    height: 25px;
}

#formSeguimiento h3 span {
	line-height: 1.2rem;
}

.checkin:hover i {
    color: #fff;
}



/* Calendario seguimiento */
.fc-button-primary, .fc-button-primary:disabled {
    color: #33587C;
    background-color: #fff;
    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: #fff;
    background-color: #33587C;
    border-color: #33587C;
}

.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: #33587C;
	color: #fff;
	border: solid 1px #dee2e6;
}

.fc-unthemed td.fc-today {
    background: #02B1B11E;
}

/* Kanban */
.jumbotron2{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0 ;
    font-family: 'Source Sans Pro', sans-serif;
}
.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: #02b1b133;
    color: #33587C !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    
}
.panel .line{
    padding: 2px 10px;
}
.panel a{
    color: #33587C !important;
}

.ui-state-disabled {
	padding: 5px;
	font-size: 1.2em;
	width: 100%;
	background-color: greenyellow;
	text-decoration-color: black;
}
.ui-state-default{
   	color: #33587C;        
} 

.panel .progress-bar{
    background-color: #33587C;
}    

.jumbotron2 .container2 ol  {
	background-color: #33587C;
	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: #FFF;
  	overflow: hidden;
  	padding-bottom: 10px;
	border-color: #02b1b14d;
      
}

.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: #FFFFFF;
    background-color: #02B1B1;
    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: #fff;
}
.small-box > .small-box-footer {
  background-color: #b2e8e8;
  border-radius: 0 0 0.6rem 0.6rem;
  color: #006666;
  font-family: 'Source Sans Pro', sans-serif;
	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: #02B1B1; 
}

.card-body hr {
	border-top: 1px solid #652D90;
}

.highcharts-credits {
	display: none;
}


#compromisos-escritorio .form-data, #oportunidades-escritorio .form-data {
	border: 0;
    border-bottom: 1px solid #02B1B1;
    border-radius: 0;
}

#compromisos-escritorio p span a:hover, #oportunidades-escritorio p span a:hover {
	color: #02B1B1;
}

#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;
}

/* 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);
}

/* ESCRITORIO ACCESO DE POSTULANTES */
img.img_card {
	width: 5rem;
}
.escritorio-evaluado div.card-img-overlay h3 {
	letter-spacing: .2rem;
}
.escritorio-evaluado div.card-img-overlay p {
	font-size: 1rem!important;
}

.escritorio-evaluado .card-img-overlay {
	height: 5rem;
}

.btn-testimonio {
    font-size: 0.837rem;
    padding: .2rem .8rem;
	border-radius: 1.25rem;
    border: solid 1px #c58db8;
    color: #c58db8;
}

.btn-testimonio:hover {
    border: solid 1px #c58db8;
    color: #fff;
    background: #c58db8;
}

.btn-testimonio:hover i, .btn-testimonio i:hover {
    color: #fff!important;
}

/*.escritorio-evaluado .card{
	width: 30%;
}
#procesos_participando .card{
	width: 30%;
}*/

#procesos_participando .card, #procesos_participando .card .card-footer, .main-configuration .card{
    background: #fcfcfc;
}

#procesos_participando .card#editar_perfil{
    border: solid 2px #652D90;
    background: #652D90;
    color: #fff;
}

#procesos_participando .card#editar_perfil .card-footer {
	background: #652D90;
}

#procesos_participando .card#editar_perfil .card-footer a.btn.btn-primary.btn-pie-formulario {
	background: #fff;
	color: #c58db8;
}
#procesos_participando .card#editar_perfil .card-footer a.btn.btn-primary.btn-pie-formulario:hover {
	background: #c58db8;
	color: #fff;
}

/*#procesos_participando .card-deck:first-of-type .card:first-of-type .btn{
    border: solid 2px #652D90;
    background: #652c90!important;
    color: #fff;
}*/

/* ESCRITORIO CLIENTES */
.escritorio .card, .escritorio .card .card-footer {
	background: #fcfcfc;
}

#card_miPlan .col-5 {
	margin: .2rem!important;
}

.escritorio table thead{
	background-color: #652D90;
	color: #fff;
}

.escritorio a.ver_mas {
	color: #c58db8;
}

.escritorio a.ver_mas i {
	padding: 0 0 .034rem .1rem;
}

.escritorio .caja_datoPlan {
	border-radius: 20px;
}




/* 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 #c58db8;
    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: #FFFFFF;
	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: #fff;
}

/* 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;
}*/

/*PÁGINA GENERAR CONTRATOS*/
.genera_contrato{
	margin-top: -70px;
}
.btn-login{
    cursor: pointer;
    background-color: white;
    font-size: 0.75rem;
	color: #c58db8;
    border-color: #c58db8;
}

.body_contrato .info-prueba{
	border-radius: 30px;
	background: #652d90;
	color: #fff;
}
.body_contrato #paso-3 p{
	font-size: 1rem;
}
.body_contrato #paso-3 a{
	color: #007bff;
}
.body_contrato .fonts{
	font-size: 2rem;
}
.body_contrato .btn-pie-formulario{
	font-size: 0.75rem;
}
/*PÁGINA TÉRMINOS Y CONDICIONES*/
.content_termino{
	margin-top: -70px;
}
.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
    margin-right: -20px;
    margin-left: 20px;
    text-align: center;
    margin-top: 30%;
}
.vertical-text2 {
    transform: rotate(270deg);
    transform-origin: left top 0;
    margin-right: -20px;
    margin-left: 20px;
    text-align: center;
    margin-top: 45%;
}
#guardadas i{
    cursor: pointer;
}


/* 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;
  }
}
*/

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media (min-width: 300px) {
	.body_contrato{
		font-size: 0.90rem;
	}
	.body_contrato .btn-pie-formulario{
		font-size: 1rem;
	}
	
}
@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: #c58db8;
	}
	
	#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;
    }
	
}



