
 :root {
	 --g-primary: #3977db;
	 --g-secondary: #749fe6;
	 --g-tertiary: #a0beee;
	 --g-light: #d1dff7;
}
/* // Dark mode $font: #bbbbbb;
 $c100:#000000;
 $c95: #050505;
 $c92: #0c0c0c;
 $c90: #111111;
 $c85: #222222;
 $c80: #353535;
 $c75: #444444;
 $c70: #505050;
 $c65: #666666;
 $c55: #777777;
 $c50: #8a8a8a;
 $c35: #aaaaaa;
 $c20: #c2c2c2;
 $c0: #ffffff;
 */
 @font-face {
	 font-family: Montserrat-light;
	 src: url(/assets/fonts/Montserrat-Light.ttf);
}
 @font-face {
	 font-family: Montserrat-regular;
	 src: url(/assets/fonts/Montserrat-Regular.ttf);
}
 @font-face {
	 font-family: Montserrat-medium;
	 src: url(/assets/fonts/Montserrat-SemiBold.ttf);
}
 @font-face {
	 font-family: Montserrat-bold;
	 src: url(/assets/fonts/Montserrat-Bold.ttf);
}
 ::-webkit-scrollbar {
	 width: 10px;
	 height: 10px;
	 background-color: #fafafa;
}
 ::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	 background-color: #fafafa;
}
 ::-webkit-scrollbar-thumb {
	 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	 border-radius: 5px;
	 background-color: #ddd;
}
 ::-webkit-scrollbar-thumb:hover {
	 background: #cacaca;
}
 .none {
	 display: none;
}
 body {
	 margin: 0 !important;
}
 body * {
	 font-family: Calibri, sans-serif !important;
	 color: #444;
	 outline: 0;
}
 body a {
	 text-decoration: none;
	 color: inherit;
}
 body a:hover {
	 color: inherit;
}
 .bg {
	 background-color: #fff;
}
 .activated {
	 color: #4caf50;
}
 .disabled {
	 color: #f44336;
}
 .valid {
	 border-bottom: 1px solid #4caf50 !important;
	 -webkit-box-shadow: 0 1px 0 0 #4caf50 !important;
	 box-shadow: 0 1px 0 0 #4caf50 !important;
}
 .invalid {
	 border-bottom: 1px solid #f44336 !important;
	 -webkit-box-shadow: 0 1px 0 0 #f44336 !important;
	 box-shadow: 0 1px 0 0 #f44336 !important;
}
 .invalid-text {
	 color: #f44336;
}
 .error {
	 height: auto;
	 margin: 0;
	 color: #f44336;
}
 .error:empty {
	 height: 0;
}
 button, input[type="button"], input[type="submit"], input[type="reset"] {
	 padding: 4px 15px;
	 border: 1px solid #0069d9;
	 border-radius: 100px !important;
	 color: #0069d9;
	 text-transform: uppercase !important;
	 background-color: #fff;
	 font-size: 1rem;
	 font-weight: bold;
	 margin: 5px 0 2px 0;
	 cursor: pointer;
	 transition: 0.3s;
	 outline: 0 !important;
	 line-height: 1.5em;
}
 button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:hover:focus, input[type="button"]:hover:focus, input[type="submit"]:hover:focus, input[type="reset"]:hover:focus {
	 background-color: #0069d9;
	 color: #fff;
	 border-color: #fff;
	 box-shadow: none;
}
 button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
	 box-shadow: 0px 0px 12px -2px #0069d9;
}
 button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover, button:disabled:focus, input[type="button"]:disabled:focus, input[type="submit"]:disabled:focus, input[type="reset"]:disabled:focus {
	 border: 1px solid #cacaca;
	 color: #cacaca;
	 background-color: #fff;
}
 button svg path, input[type="button"] svg path, input[type="submit"] svg path, input[type="reset"] svg path {
	 color: #0069d9 !important;
	 transition: 0.3s;
}
 button:hover svg path, input[type="button"]:hover svg path, input[type="submit"]:hover svg path, input[type="reset"]:hover svg path, button:focus svg path, input[type="button"]:focus svg path, input[type="submit"]:focus svg path, input[type="reset"]:focus svg path {
	 color: #fff !important;
}
 button:disabled svg path, input[type="button"]:disabled svg path, input[type="submit"]:disabled svg path, input[type="reset"]:disabled svg path, button:disabled:hover svg path, input[type="button"]:disabled:hover svg path, input[type="submit"]:disabled:hover svg path, input[type="reset"]:disabled:hover svg path {
	 color: #cacaca !important;
}
 button.agree, input[type="button"].agree, input[type="submit"].agree, input[type="reset"].agree {
	 border: 1px solid #4caf50;
	 color: #4caf50;
}
 button.agree:hover, input[type="button"].agree:hover, input[type="submit"].agree:hover, input[type="reset"].agree:hover, button.agree:focus, input[type="button"].agree:focus, input[type="submit"].agree:focus, input[type="reset"].agree:focus {
	 color: #fff;
	 background-color: #4caf50;
}
 button.disagree, input[type="button"].disagree, input[type="submit"].disagree, input[type="reset"].disagree {
	 border: 1px solid #f44336;
	 color: #f44336;
}
 button.disagree:hover, input[type="button"].disagree:hover, input[type="submit"].disagree:hover, input[type="reset"].disagree:hover, button.disagree:focus, input[type="button"].disagree:focus, input[type="submit"].disagree:focus, input[type="reset"].disagree:focus {
	 color: #fff;
	 background-color: #f44336;
}
 button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
	 border: 1px solid #cacaca;
	 color: #cacaca;
	 cursor: default;
}
 button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover, button:disabled:focus, input[type="button"]:disabled:focus, input[type="submit"]:disabled:focus, input[type="reset"]:disabled:focus {
	 color: #cacaca;
	 background-color: transparent;
}
 .link {
	 color: #0069d9 !important;
}
 .link:hover, .link:focus {
	 border-bottom: 1px solid #cacaca;
	 cursor: pointer;
}
 .hidden {
	 display: none;
}
 .space {
	 line-height: 3rem;
}
 .tooltip-error-right:after, .tooltip-error-down {
	 background-color: #3d3d3d;
	 border-radius: 5px;
	 padding: 0 7px;
	 color: #fff;
}
 .tooltip-error-right:after {
	 content: attr(title);
	 max-width: 200px;
	 position: absolute;
	 top: 50%;
	 right: 0;
	 transform: translateY(-50%) translateX(calc(100% + 10px));
	 transition: 0.3s;
}
 .tooltip-error-down {
	 width: 200px;
	 text-align: center;
	 margin: -1px auto 3px auto !important;
	 display: none;
}
 .tooltip-error-down.show {
	 display: block;
}
 .trselected td {
	 background-color: #ccd0da;
}
 .tooltip-error-right {
	 position: relative;
}
 .statusTable.activated, .statusTable.activated path {
	 color: #4caf50 !important;
}
 .statusTable.disabled, .statusTable.disabled path {
	 color: #f44336 !important;
}
 .statusTable {
	 position: relative;
	 top: -1px;
	 font-size: 0.65rem;
	 margin-right: 10px;
}
 #surveys.dataTable tr {
	 display: grid;
	 grid-template-columns: 0 3fr 2fr 2fr 3fr minmax(110px, 1fr) minmax(120px, 1fr);
	 width: 100%;
	 min-width: 800px;
}
 #surveys.dataTable tr th {
	 width: calc(100% - 33px) !important;
	 word-wrap: break-word;
}
 #configuration_hotels.dataTable tr td, #documents_hotels.dataTable tr td, #hotels.dataTable tr td {
	 vertical-align: middle;
}
 #configuration_hotels.dataTable tr td:nth-of-type(2), #configuration_hotels.dataTable tr td:nth-of-type(4), #documents_hotels.dataTable tr td:nth-of-type(2), #documents_hotels.dataTable tr td:nth-of-type(4), #hotels.dataTable tr td:nth-of-type(2), #hotels.dataTable tr td:nth-of-type(4) {
	 padding-top: 8px !important;
	 padding-bottom: 8px !important;
	 text-align: center;
}
 .dataTables_wrapper tbody tr.no-hover:hover {
	 cursor: default;
}
 #results_surveys_hotels_wrapper {
	 overflow: hidden;
}
 #results_surveys_hotels {
	 overflow: auto;
	 display: block;
}
 #results_surveys_hotels .editable input {
	 padding: 0 5px;
	 font-size: 1rem;
	 margin: -4px 0;
	 width: 100%;
}
 #results_surveys_hotels tbody tr td:last-child {
	 text-align: center;
}
 .answers-table .dataTables_wrapper td {
	 padding: 0px 18px 0px 15px !important;
}
 .answers-table table input {
	 width: 100%;
}
/* Copyright (c) 2020 by Fran PÃŠrez (https://codepen.io/mrrocks/pen/EiplA) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
 .materialSpinner .spinner {
	 animation: rotator 1.4s linear infinite;
}
 @keyframes rotator {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(270deg);
	}
}
 .materialSpinner .path {
	 stroke-dasharray: 187;
	 stroke-dashoffset: 0;
	 transform-origin: center;
	 animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
 @keyframes colors {
	 0% {
		 stroke: #4285f4;
	}
	 25% {
		 stroke: #de3e35;
	}
	 50% {
		 stroke: #f7c223;
	}
	 75% {
		 stroke: #1b9a59;
	}
	 100% {
		 stroke: #4285f4;
	}
}
 @keyframes dash {
	 0% {
		 stroke-dashoffset: 187;
	}
	 50% {
		 stroke-dashoffset: 46.75;
		 transform: rotate(135deg);
	}
	 100% {
		 stroke-dashoffset: 187;
		 transform: rotate(450deg);
	}
}
 .material-icons {
	 font-family: 'Material Icons' !important;
}
 path {
	 color: #757575;
}
 .nav-arrow path {
	 color: #afafaf;
}
 .drag svg path {
	 color: #999 !important;
}
 .remove svg path {
	 color: #cacaca !important;
}
 .remove svg:hover path {
	 color: #999 !important;
}
 .table-icon {
	 position: relative;
	 top: 2px;
	 margin: -5px 15px -10px 0;
	 font-size: 1.3rem;
}
 .table-icon.no-margin {
	 margin: -5px 0 -10px 0;
}
 .table-icon-hover:hover {
	 cursor: pointer;
}
 .table-icon-hover:hover path {
	 color: #3d3d3d;
}
 .reload svg path {
	 color: #999;
	 transition: 0.2s;
}
 .reload:hover svg path, .reload:focus svg path {
	 color: #757575;
}
 #survey .images label span svg path {
	 fill: #fff;
}
 .positive.active svg path {
	 fill: #4caf50;
}
 .negative.active svg path {
	 fill: #f44336;
}
 .dashboard .card svg path {
	 fill: #fff;
}
 .mat-ink-bar, .mat-form-field.mat-focused .mat-form-field-ripple {
	 background-color: #0069d9 !important;
}
 .mat-form-field.mat-focused .mat-form-field-label {
	 color: #0069d9 !important;
}
 .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
	 background-color: rgba(0, 105, 255, 0.54);
}
 .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
	 background-color: #3c42bf;
}
 .mat-slide-toggle.mat-checked .mat-ripple-element, mat-radio-button .mat-ripple-element {
	 background-color: #407dff !important;
}
 .type .mat-select-value-text, .type .mat-form-field-label, .mat-form-field-label, .mat-input-element {
	 color: #555 !important;
	 font-size: 1.2rem !important;
}
 mat-hint {
	 font-size: 0.9rem !important;
}
 simple-snack-bar span:nth-child(1) {
	 width: 100%;
	 text-align: center;
	 font-size: 1.2rem;
	 color: #fff;
}
 .mat-input-element {
	 caret-color: #0069d9 !important;
}
 .mat-radio-button.mat-accent .mat-radio-inner-circle {
	 background-color: #0069d9 !important;
}
 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	 border-color: #0069d9 !important;
}
 #chains_edit_delete .mat-form-field-label {
	 top: 1.15em !important;
}
 .mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
	 background-color: #3c42bf !important;
}
 .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
	 background-color: #0069d9 !important;
}
 .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
	 color: #3c42bf !important;
}
 .mat-progress-bar-buffer, .mat-progress-bar-background {
	 fill: #a1bfff !important;
	 background-color: #a1bfff !important;
}
 .mat-progress-bar-fill::after {
	 background-color: #3c42bf !important;
}
 #surveyForm #survey mat-form-field label {
	 font-size: 1.1rem !important;
	 top: 1.1em;
}
 #surveyForm .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, #surveyForm #survey mat-form-field.mat-form-field-type-mat-select label {
	 top: 1.28125em !important;
}
 mat-option .flag {
	 width: 15px;
	 margin-right: 10px;
}
 .mat-calendar-body-selected {
	 background-color: #0069d9 !important;
}
 .mat-form-field-prefix {
	 align-self: flex-end;
	 margin-bottom: 3px;
	 margin-right: 5px;
}
 .mat-form-field-prefix mat-icon {
	 font-size: 130% !important;
}
 .mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill {
	 background-color: #0069d9;
}
 .mat-slider-thumb-label-text {
	 color: #fff !important;
}
 #survey .grid mat-radio-group label {
	 margin-bottom: 0;
}
 .font-tooltip {
	 font-size: 1rem !important;
}
 .bootstrap-select {
	 width: 100% !important;
	 min-width: 250px;
}
 .bootstrap-select .dropdown-toggle {
	 border-radius: 0.25rem !important;
	 background-color: transparent !important;
	 border: 1px solid #ced4da;
}
 .bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus {
	 background-color: inherit;
}
 .bootstrap-select .dropdown-toggle:after {
	 display: none !important;
}
 .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	 text-transform: none;
}
 .bootstrap-select .dropdown-item.active .text, .bootstrap-select .dropdown-item:active .text {
	 color: #fff;
}
 .country .bootstrap-select .dropdown-menu:not(.inner) {
	 padding: 0 !important;
	 width: 400px !important;
	 max-height: 300px !important;
	 transform: translate3d(-50px, -300px, 0px) !important;
}
 .country .bootstrap-select .dropdown-menu > .inner {
	 max-height: 300px !important;
	 overflow-x: hidden;
}
 .country .bootstrap-select .dropdown-menu .dropdown-item {
	 padding: 0.25rem 0.75rem;
}
 .country .bootstrap-select .dropdown-menu .dropdown-item .flag {
	 width: 15px;
	 vertical-align: baseline;
	 margin-right: 10px;
}
 .bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
	 border-color: #f44336;
}
 .toggle {
	 height: 30px !important;
}
 .toggle:hover label, .toggle:focus label {
	 color: #fff;
}
 .toggle .toggle-group > label {
	 line-height: 1 !important;
	 padding: 0.375rem 0.75rem 0.425rem 0.75rem !important;
}
 .toggle .toggle-group > label.toggle-on {
	 padding-right: 1.5rem !important;
}
 .toggle .toggle-group > label.toggle-off {
	 padding-left: 1.5rem !important;
}
 .toggle[class*=btn-outline]:hover .toggle-handle {
	 background-color: #a1bfff !important;
	 opacity: 1 !important;
}
 .toggle.off[class*=btn-outline]:hover .toggle-handle {
	 background-color: #afafaf !important;
	 opacity: 1 !important;
}
 :not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected), .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-semi-selected) {
	 background-color: rgba(0, 0, 0, 0.04);
}
 :not(.mat-calendar-body-disabled):hover > .mat-calendar-body-semi-selected, .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-semi-selected, .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-semi-selected {
	 background-color: #3f51b5;
	 color: white;
}
 .mat-calendar-body-begin-range:not(.mat-calendar-body-end-range) {
	 border-radius: 100% 0 0 100%;
	 background-color: #c5cae9;
}
 .mat-calendar-body-end-range:not(.mat-calendar-body-begin-range) {
	 border-radius: 0 100% 100% 0;
	 background-color: #c5cae9;
}
 .mat-calendar-body > tr .mat-calendar-cell-semi-selected ~ .mat-calendar-cell-semi-selected {
	 border-radius: 0;
}
 .mat-calendar-cell-semi-selected {
	 background-color: #c5cae9;
}
 .mat-calendar-cell-over > .mat-calendar-body-cell-content {
	 border: #3f51b5 1px solid;
}
 .mat-calendar-controls button:hover, .mat-calendar-controls button:focus {
	 background-color: #ddd;
	 color: #444;
}
 .calendar-bootstrap {
	 border-radius: 4px;
	 border: 1px solid #cacaca;
}
 .calendar-bootstrap > div {
	 padding: 0 !important;
}
 .calendar-bootstrap .mat-form-field-underline {
	 display: none;
}
 .calendar-bootstrap .mat-form-field-label {
	 left: 10px !important;
	 color: #555 !important;
}
 .calendar-bootstrap input {
	 padding-left: 10px;
}
 .calendar-bootstrap.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
	 display: none;
}
 .calendar-bootstrap .mat-form-field-infix {
	 border: 0 !important;
}
 .calendar-bootstrap .mat-form-field-suffix {
	 margin-right: 5px;
}
 #startLegal p {
	 margin: 0;
}
 #startWelcome p, #finishMessage p {
	 font-size: 1.4rem;
	 max-width: 400px;
	 margin: 0 auto;
	 text-align: center;
}
 #surveyMessage {
	 text-align: center;
	 margin-top: -30px;
	 margin-bottom: 50px;
}
 .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element, .mat-checkbox-checked.mat-accent .mat-checkbox-background, .custom-control-input:checked ~ .custom-control-label::before, .form #survey .pagination .pages .bubble button.current, .mat-ink-bar, .mat-form-field.mat-focused .mat-form-field-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb, .mat-slide-toggle.mat-checked .mat-ripple-element, mat-radio-button .mat-ripple-element, .mat-calendar-body-selected, .mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label, .mat-accent .mat-slider-track-fill, .mat-progress-bar-fill::after {
	 background-color: var(--g-primary) !important;
	/*primario*/
}
 button svg path, input[type="button"] svg path, input[type="submit"] svg path, input[type="reset"] svg path, .mat-form-field.mat-focused .mat-form-field-label, .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
	 color: var(--g-primary) !important;
	/*primario*/
}
 .custom-control-input:checked ~ .custom-control-label::before, .form #survey .pagination .pages .bubble button.done, #survey .rating .face.active, .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	 border-color: var(--g-primary) !important;
	/*primario*/
}
 .mat-input-element {
	 caret-color: var(--g-primary) !important;
	/*primario*/
}
 .form #survey .pagination .pages .bubble button:not(.current):hover, .mat-progress-bar-buffer, .mat-progress-bar-background, .toggle[class*=btn-outline]:hover .toggle-handle {
	 background-color: var(--g-tertiary) !important;
	/*terciario*/
}
 .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	 outline: 1px solid var(--g-tertiary) !important;
}
 button, input[type="button"], input[type="submit"], input[type="reset"], .toggle.btn-outline-primary .toggle-handle, .btn-outline-primary, .btn-outline-primary:hover {
	 border-color: var(--g-primary);
	/*primario*/
}
 button, input[type="button"], input[type="submit"], input[type="reset"], .btn-outline-primary {
	 color: var(--g-primary);
	/*primario*/
}
 .toggle.btn-outline-primary .toggle-handle, .btn-outline-primary:hover, .btn-outline-primary:hover, button:hover, button:focus, button:hover:focus, input[type="button"]:hover, input[type="button"]:hover:focus, input[type="submit"]:hover, input[type="submit"]:hover:focus, input[type="reset"]:hover, input[type="reset"]:hover:focus, .dropdown-item.active, .dropdown-item:active {
	 background-color: var(--g-primary);
	/*primario*/
}
 input[type=range]::-webkit-slider-thumb {
	 background-color: var(--g-primary);
	/*primario*/
}
 input[type=range]::-moz-range-thumb {
	 background-color: var(--g-primary);
	/*primario*/
}
 input[type=range]::-ms-thumb {
	 background-color: var(--g-primary);
	/*primario*/
}
 .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
	 background-color: var(--g-secondary);
	/*secundario*/
}
 .form-control:focus {
	 border-color: var(--g-secondary);
	/*secundario*/
	 box-shadow: 0 0 0 0.2rem var(--g-light);
	/*light*/
}
 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	 background-color: var(--g-tertiary);
	 border-color: var(--g-tertiary);
}
 .custom-control-input:focus ~ .custom-control-label::before {
	 box-shadow: 0 0 0 0.2rem var(--g-light);
}
 