:root {
	/* Colores BBVA */
	--white: #ffffff;
	--black: #1A1A1A;
	--red: #b92a45;
	--main-color-1: #595B5C;
	/* --main-color-1: #6fb653;
	--main-color-2: #6fb653; */
	--main-color-2: #595B5C;
	--second-color-1:#888B8D;
    --second-color-2: #888B8D;
    --light-color: #d5752d;
    --light-gray: #666;
}

.main-color {
    color: var(--main-color-1) !important;
}

.p-color {
    color: var(--dark-light) !important;
}

.bg-main-color {
    background-color: var(--main-color-1) !important;
}

.light-gray {
    color: var(--light-gray) !important;
}

.lineProgress {
	height: 13px;
	width: 50%;
    background-color: var(--main-color-1);
    position: relative;
    top: 94px;
}
/* Para que no se pueda copiar ningún elemento de la página */
* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
* input {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    margin: 0;
    background-color: #e6e6e6;
}
/* Para evitar que la imagen sea arrastrada */
img {
    pointer-events: none;
}
/* Para evitar que se descuadre el encabezado por pasos */
li.error {
    padding: 0px;
}
/* Restringe realizar click al usuario */
li.last {
    pointer-events: none;
}
.page-content {
    /* height: 100vh; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.foundScheduledTickets {
    margin: 35px 35px;
}
.wizard-v3-content {
    background: #fff;
    width: 780px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 50px 0px 50px 0px;
    font-family: "Barlow";
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.wizard-v3-content .wizard-form {
    width: 100%;
}
.wizard-form .wizard-header {
    text-align: left;
    padding: 10px 10px 10px 10px;
}
.wizard-form .wizard-header .heading {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0px 0 10px;
}
.wizard-form .wizard-header p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.form-register .steps {
    margin-bottom: 0px;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
   /*  padding-left: 81px; */
    /* padding-left: 108px; */
    padding-left: 176px;
}
.form-register .steps li,
.form-register .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
}
.form-register .steps li .current-info {
    display: none;
}
.form-register .steps li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title span {
    display: block;
}

.step-icon {
    position: relative;
    bottom: 8px;
}

.step-icon-marker {
    position: relative;
    bottom: 3px;
}
.form-register .steps li a .title .step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 25.6px;
    /* margin-right: 76px; */
    margin-right: 108px;
}
.form-register .steps li a .step-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.form-register .steps li .step-icon::before,
.form-register .steps li:last-child .step-icon::after {
    position: absolute;
    content: "";
    background: #e5e5e5;
    /* width: 76px !important; */
    width: 108px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.form-register .steps li .step-icon::before {
    right: 100%;
}
.form-register .steps li:last-child .step-icon::after {
    left: 100%;
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
    background: var(--main-color-2);
}
.form-register .steps .current .step-icon::before,
.form-register .steps .current:last-child .step-icon::after,
.form-register .steps .done .step-icon::before {
    background: var(--main-color-2);
}
.form-register .steps li a .step-text,
.form-register .steps li a .step-text-1 {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    padding: 14px 0 8px;
}
.form-register .steps li a .step-text-1 {
    padding: 0 15px;
}
.form-register .steps .current .step-text,
.form-register .steps .done .step-text {
    color: var(--main-color-2);
}
.form-register .content {
    margin: 0 20px 0 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px 30px;
}
.form-register .content h2 {
    display: none;
}
.form-register .content .inner h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 5px;
}
.form-register .content .form-total-p-1 .inner h3 {
    padding-bottom: 13px;
    padding-top: 0;
}
.form-register .content #form-total-p-3 .inner h3 {
    padding-bottom: 5px;
}
.form-register .content .inner h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.inner .form-row {
    display: flex;
    margin: 0 -12px;
    position: relative;
}
.inner .alert {
    padding: 1px 0 34px;
    color: #dc3545;
   /*  margin-top: -35px; */
}
.form-row.form-row-date.form-row-date-1 {
    margin-top: 50px;
    margin-bottom: -18px;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 35px;
    position: relative;
}
.inner .form-row .form-holder-3 {
    width: 44%; /* width: 33%; */
    padding: 0 12px;
    margin-bottom: 35px;
    position: relative;
}
/* .text-rigth {
	text-align: right;
} */
.inner .form-row .form-holder.form-holder-1 {
    width: 84.1%;
}
.inner .form-row .form-holder.form-holder-2 {
    width: 100%;
    position: relative;
}
.inner .form-row .form-holder.form-holder-2 p {
    font-size: 12px;
    color: #5c5c5c;
}
.input-group-text {
    float: right;
    z-index: 1000;
    margin: -33px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 8px;
    /* padding: .375rem .75rem; */
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.text-center {
    text-align: center !important;
}
.dropdown-menu {
    /* width: 19rem;
    position: absolute;
    z-index: 1000;
    background: #fff; */

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
    top: 83px !important;
    bottom: auto;
    left: 12px;
    right: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
    top: auto;
    bottom: 30px !important;
    left: 12px;
    right: auto;
}
.policy {
    margin-top: 30px;
    color: #595959;
    font-size: 16px;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.policy a {
    color: #595959;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 20px 0px 20px 0px;
    background-color: #00000059;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 5.5rem;
    pointer-events: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    border: none;
    margin: -15px;
    margin-top: -42px;
}
.close:hover {
    background-color: #5c5c5c;
}
.inner .form-row .form-row-inner {
    position: relative;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
    outline: 0;
    top: -40px !important; /*30px*/
    /* bottom: 60px; */
}
.modal-header {
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-title {
    text-align: center;
    margin: 0;
    font-family: "Barlow";
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#customText,
#customTextPhone {
    display: none;
}
/* Personalizar calendario*/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--main-color-1);
    border: 1px solid #424344;
}
.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: var(--main-color-1);
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
    top: 83px !important;
    bottom: auto;
    left: 12px;
    right: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
    top: auto;
    bottom: 30px !important;
    left: 12px;
    right: auto;
}
.bootstrap-datetimepicker-widget table td {
    background-color: var(--main-color-1);
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.day:hover {
    background: #05602c !important;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none !important;
}

/* Fin personalizar calendario*/
.inner .form-row .form-holder .label {
    position: absolute;
    top: -18px;
    /* width: 195px; */
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color-1);
    transform-origin: 0 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    z-index: 1000
}
.inner .form-row .form-holder .border {
    position: absolute;
    bottom: 31px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #6bc734;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
}
.inner .form-row #radio {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 12px;
}
.inner .form-row .checkbox {
    margin: 10px 0 28px 11px;
    font-size: 15px;
    color: var(--main-color-1);
    font-weight: 400;
}

/* The container */
.container {
    position: relative;
    padding-left: 22px;
    margin-bottom: -33px;
    cursor: pointer;
    font-size: 16px;
    color: #595959;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container a {
    color: var(--main-color-1);
    transform-origin: 0 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    border: solid 1px #496845;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: var(--main-color-1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: inline;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inner .form-row .checkbox::before {
    border-radius: 0.25rem;
}
.inner .form-row .checkbox:checked ~ .checkbox::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.inner .form-row .checkbox:indeterminate ~ .checkbox::before {
    border-color: #007bff;
    background-color: #007bff;
}
.inner .form-row .checkbox:indeterminate ~ .checkbox::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.inner .form-row .form-holder label.special-label {
    display: inline-block;
    /* float: left; */
    margin-top: 25px;
    padding-right: 20px;
    color: var(--main-color-1);
    font-size: 16px;
    font-weight: 400;
}
.inner .form-row .form-holder label.pay-1-label,
.inner .form-row .form-holder label.pay-2-label {
    width: 190px;
    height: 95px;
    border: 1px solid #e5e5e5;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.inner .form-row .form-holder label.pay-1-label img,
.inner .form-row .form-holder label.pay-2-label img {
    padding-top: 15px;
    padding-bottom: 8px;
}
.inner .form-row.form-row-date .form-holder select {
    float: left;
    width: 19%;
    margin-right: 20px;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 13px 10px 8px;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: "Barlow";
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color: transparent;
}
.inner .form-row .form-holder input {
    font-size: 18px;
    color: #333;
    /* font-weight: 700; */
}
.inner .form-row .form-holder input#pay-1,
.inner .form-row .form-holder input#pay-2 {
    display: none;
}
.inner .form-row .form-holder select {
    font-size: 16px;
    color: #666;
    background: #fff url("../img/selectIcon.png") no-repeat scroll;
    background-position: right 0 center;
    z-index: 1;
    cursor: pointer;
    position: relative;
}
.inner .form-row .form-holder select:focus {
    border-bottom: 2px solid var(--main-color-1);
}
.inner .form-row .form-holder .form-control1:focus,
.inner .form-row .form-holder .form-control1:valid {
    border-bottom: 2px solid var(--main-color-1);
    margin-top: 15px;
}

.inner .form-row .form-holder .form-control2:focus,
.inner .form-row .form-holder .form-control2:valid {
    border-bottom: 2px solid var(--main-color-1);
    margin-top: 15px;
}
.inner .form-row .form-holder .form-control1:focus + .label,
.inner .form-row .form-holder .form-control1:valid + .label {
    transform: translateY(-20px) scale(1);
    -o-transform: translateY(-20px) scale(1);
    -ms-transform: translateY(-20px) scale(1);
    -moz-transform: translateY(-20px) scale(1);
    -webkit-transform: translateY(-20px) scale(1);
    /* color: var(--main-color-1); */
}
.inner .form-row .form-holder .form-control2:focus + .label,
.inner .form-row .form-holder .form-control2:valid + .label {
    transform: translateY(-20px) scale(1);
    -o-transform: translateY(-20px) scale(1);
    -ms-transform: translateY(-20px) scale(1);
    -moz-transform: translateY(-20px) scale(1);
    -webkit-transform: translateY(-20px) scale(1);
    /* color: var(--main-color-1); */
}
.inner .form-row .form-holder .form-control1:focus + .border,
.inner .form-row .form-holder .form-control1:valid + .border {
    transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.inner .form-row .form-holder .form-control2:focus + .border,
.inner .form-row .form-holder .form-control2:valid + .border {
    transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
/* input {
    
} */
.form-control1 {
    border-bottom: 2px solid var(--main-color-1);
    margin-top: 30px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px;
}

.form-control2 {
    border-bottom: 2px solid var(--main-color-1);
    margin-top: 30px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px;
}

.inner .form-row .form-holder input#pay-1:checked + label,
.inner .form-row .form-holder input#pay-2:checked + label {
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.error {
    color: #dc3545; /* var(--main-color-1); */
    position: relative;
    padding-left: 11px;
    /* float: right; */
    padding-top: 19px;
}
.error:focus {
    margin-top: 10px;
}
.inner .form-row.table-responsive {
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 27px 0 -25px;
}
.inner .table-responsive .table {
    width: 100%;
}
.inner .table-responsive tbody {
    text-align: left;
}
.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
    padding: 17px 30px 14px; /*17px 20px 14px*/
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.inner .table-responsive tr.space-row:last-child > td,
.inner .table-responsive tr.space-row:last-child > th {
    border-bottom: none;
    font-family: "Barlow";
}
.inner .table-responsive tbody th {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    width: 30%;
}
.inner .table-responsive tbody td {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow";
}
#address {
    width: 65%;
}
.actions ul {
    list-style: none;
    padding-left: 0;
    padding: 0 20px;
    margin: 20px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.actions ul li.disabled {
    opacity: 0;
}
.actions ul li {
    padding: 0;
    border: none;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-flex;
    height: 38px;
    /* width: 140px; */
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: var(--main-color-1)e0;
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.actions ul li:hover {
    background: var(--main-color-1)e0;
}
.actions ul li:first-child {
    background: #ccc;
    margin-left: 60.9%;
    border-radius: 20px;
}
.actions ul li:first-child:hover {
    background: #666;
}
.actions ul li a {
    color: #fff;
    text-decoration: none;
    padding: 13px 33px;
    background: var(--main-color-1);
    border-radius: 20px;
}

valid {
    border-color: #6bc734;
}

invalid {
    border-color: #007bff;
}

.cancelAppointment p {
    /* margin: -79px 29px 5px; */
    text-align: center;
}
.sweetButtonAttractive {
    border: none;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: var(--main-color-1);
    color: #ffffff;
    font-family: "Barlow";
    font-weight: 400;
    padding: 0px !important;
    height: 45px !important;
    width: 145px !important;
    margin: 10px !important;
    font-size: 19px !important;
}
/* .sweetButtonAttractive:hover {
    background: #5d0000;
} */
.buttonActions,
.sweetButton,
.sweetButton1 {
    padding: 0;
    border: none;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-flex;
    height: 38px;
    width: 140px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: var(--main-color-1);
    color: #ffffff;
    /* margin: 0 21px 10px; */
    /* margin: 0 320px 8px; */
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
#accountUno,
#accountDos {
    margin: 0 218px 8px !important;
}
.sweetButton {
    padding: 12px !important;
    height: 44px !important;
    width: 193px !important;
    margin: 10px !important;
    font-size: 14px !important;
}
.swal2-title,
.swal2-icon-text {
    /* text-align: center; */
    font-family: "Barlow";
}

.swal2-popup #swal2-content {
    /* text-align: center; */
    font-family: "Barlow";
    font-size: 16.9px;
    font-weight: 400;
    padding: 20px 20px 20px 20px;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 6px solid #0abb21 !important;
    color: #0abb21 !important;
}
.swal2-icon.swal2-info {
    border-color: #0abb21 !important;
    color: #0abb21 !important;
}
.swal2-icon.swal2-success {
    border-color: solid #0abb21 !important;
    color: #0abb21 !important;
}
.swal2-icon.swal2-error {
    border-color: #dc3545 !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #0abb21 !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #3085d6 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.swal2-icon.swal2-warning {
    border: 6px solid #26349f !important;
    color: #26349f !important;
}
a {
    text-decoration: none;
}
.even,
.odd {
    text-align: center;
    font-family: "Barlow";
}
.dataTables_info,
.dataTables_filter,
.dataTables_length,
.sorting,
.sorting_asc,
#scheduledTicketsList_previous,
#scheduledTicketsList_next {
    font-family: "Barlow";
}
#scheduledTicketsTable {
    display: none;
    font-family: "Barlow";
    text-align: center;
    margin: 20px 2px 20px;
}
#scheduledTicketsTable td {
    text-align: center;
}
.buttonActionsCancel {
    align-items: center;
    background: var(--main-color-1);
    color: #ffffff;
    padding: 6px 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-family: "Barlow";
}
#searchScheduledTickets {
    margin-left: 507px;
}
.arrow {
    content: "\f301";
    font-size: 15px;
    font-family: "Barlow";
    color: var(--main-color-1);
    display: none;
}
.zmdi-long-arrow-right:before {
    content: "\f301";
    font-size: 17px;
}
.authorize {
    margin: 10px 10px;
    margin-top: 30px;
    color: #595959;
}
.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}
.radio input {
    display: none;
}
.radio input + span {
    line-height: 22px;
    height: 15px;
    padding-left: 22px;
    display: block;
    position: relative;
    bottom: 10px;
}
.radio input + span:not(:empty) {
    padding-left: 30px;
}
.radio input + span:before,
.radio input + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}
.radio input + span:before {
    background: #d1d7e3;
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: var(--main-color-1);
}
.radio input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.radio:hover input + span:before {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}
.radio:hover input + span:after {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
}
.radio:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}
.form-row-login {
    margin: 0 30px !important;
}
.d-none {
    display: none !important; 
}
.text-red {
    color: var(--main-color-1) !important;
}
/* Responsive */
@media screen and (max-width: 1366px) {
    .modal-content {
        top: 284px;
    }
}
@media screen and (max-width: 1199px) {
    #searchScheduledTickets {
        margin-left: 353px;
    }
    .modal-content {
        top: 134px;
    }
}
@media screen and (max-width: 991px) {
    .form-register .steps ul {
        padding-left: 0;
        justify-content: space-around;
        -o-justify-content: space-around;
        -ms-justify-content: space-around;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .form-register .steps li a .title {
        text-align: center;
    }
    .form-register .steps li a .title .step-icon,
    .form-register .steps li a .title .step-icon {
        margin: 0 auto;
    }
    .form-register .steps li a .title .step-icon::before,
    .form-register .steps li:last-child a .title .step-icon::after {
        content: none;
    }
    .actions ul li:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .inner .form-row.form-row-date .form-holder select {
        width: 17.5%;
        margin-right: 20px;
    }
    .inner .form-row .form-holder label.pay-1-label,
    .inner .form-row .form-holder label.pay-2-label {
        margin-bottom: 15px;
    }
    #searchScheduledTickets {
        margin-left: 217px;
    }
    /* .cancelAppointment .buttonCancel {
        margin: 0px 115px 8px;
    } */
}
@media screen and (max-width: 820px) {
    .wizard-v3-content {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .wizard-form .wizard-header img {
        width: 100%;
    }
    .inner .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }
    .inner .form-row .form-holder {
        width: 100%;
    }
    .inner .form-row .form-holder.form-holder-1 {
        width: 100%;
    }
    .inner .form-row .form-holder {
        padding: 0;
    }
    .inner .form-row .form-holder label.special-label {
        float: none;
    }
    .inner .form-row.form-row-date .form-holder select {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        display: block;
    }
    .form-register .steps li a .title .step-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .form-register .steps li a .step-text,
    .form-register .steps li a .step-text-1 {
        font-size: 12px;
    }
    .form-register .steps li a .step-text-1 {
        line-height: 0px;
    }
    .form-register .content {
        padding: 35px 30px 35px;
    }
    .inner .form-row #radio {
        margin-left: -2px;
    }
    .inner .form-row #checkbox {
        margin-left: 0;
    }
    .actions ul li {
        width: 120px;
    }
    .actions ul li a {
        padding: 15px 24px;
    }
    .cancelAppointment .buttonCancel {
        margin: 0px 100px 8px;
    }
    .buttonActions,
    .sweetButton1 {
        margin: 0 94px 10px;
    }
    .modal-content {
        width: 323px !important;
        margin-left: -70px;
        top: 15px !important;
    }
    #searchScheduledTickets {
        margin-left: 75px;
    }
    .buttonActionsCancel {
        width: 149px;
        padding: 10px 15px;
    }
    /* .sweetButton {
        top: -6px !important;
    } */
}

@media screen and (max-width: 420px) and (min-width: 380px) {
    .cancelAppointment .buttonCancel {
        margin: 0px 92px 8px !important;
    }
    .modal-content {
        width: 371px !important;
        margin-left: -71px;
        top: 46px !important;
    }
    .buttonActions,
    .sweetButton1 {
        margin: 0px 114px 10px;
    }
    #searchScheduledTickets {
        margin-left: 102px;
    }
}
@media screen and (max-width: 379px) and (min-width: 370px) {
    .modal-content {
        width: 335px !important;
    }
}
@media screen and (max-width: 340px) and (min-width: 300px) {
    .cancelAppointment .buttonCancel {
        margin: 0px 70px 8px;
    }
    .modal-content {
        width: 284px !important;
        top: -27px !important;
    }
    .buttonActions,
    .sweetButton1 {
        margin: 0 70px 10px;
    }
    #searchScheduledTickets {
        margin-left: 56px;
    }
}
@media screen and (max-width: 299px) and (min-width: 240px) {
    .actions ul li a {
        padding: 14px 16px;
    }
    .buttonActions,
    .sweetButton1 {
        margin: 0 46px 10px;
    }
}
@media screen and (max-width: 239px) {
    .actions ul li a {
        padding: 14px 16px;
    }
    .buttonActions,
    .sweetButton1 {
        margin: 0 44px 10px;
    }
}

#reCaptcha {
    margin-top: 2rem;
    margin-left: 40px;
}

#reCaptchaAdmin {
    margin-top: 2rem;
    margin-left: 40px;
}

/* style Check Radio */

:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    /* --dark-blue: #1f2029; */
    --dark-light: #353746;
    --middle-grey: #636c7563;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
    --light-blue: var(--main-color-1);
    --dark-blue: #597763;
    --green2: #05602c;
}

::selection {
    color: var(--white);
    background-color: var(--black);
}
::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}
mark {
    color: var(--white);
    background-color: var(--black);
}
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}

.background-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.checkbox:checked ~ .background-color {
    background-color: var(--white);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background: var(--main-color-1);
    z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: "unicons";
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/* .checkbox:not(:checked) + label:before {
    content: "\eac1";
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
} */
.checkbox:checked + label:before {
    content: "\eb8f";
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p {
    color: var(--dark-blue);
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 26px;
    width: 130px;
    height: 72px;
    font-size: 19px;
    line-height: 19px;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.checkbox-tools:not(:checked) + label {
    /* background: linear-gradient(700deg, var(--light-color), var(--main-color-1)); */
    background-color: var(--second-color-1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}
.checkbox-tools:checked + label {
    /* background: linear-gradient(700deg, var(--light-color), var(--main-color-1)); */
    background: var(--second-color-1) !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /* background-image: linear-gradient(693deg, var(--main-color-1), var(--main-color-2));  */
    z-index: -1;
    color: #000;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 260px;
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.checkbox-budget:not(:checked) + label {
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-budget:checked + label {
    background: linear-gradient(90deg, rgb(65, 155, 198) 0%, rgb(9, 9, 121) 45%, rgb(65, 155, 198) 100%) !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(138deg, var(--light-blue), var(--green2));
    z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.checkbox-budget:not(:checked) + label span::before {
    max-height: 0;
}
.checkbox-budget:checked + label span::before {
    max-height: 100%;
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label {
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

/* Posición de los números en el encabezado de pasos */
.numbersForm {
    display: block;
    margin-left: -52% !important;
    margin-bottom: -6% !important;
    padding: 15px 68px 15px 68px;
    top: -20px;
    position: relative;
    text-align: center;
}

/* .step-number-1 {
    position: relative;
    text-align: center;
    background: #ccc;
    left: -156px;
    padding: 21px 101px;
}

.step-number-2 {
    background: #ccc;
    position: relative;
    text-align: center;
    margin-left: -155px;
    padding: 21px 111px;
}
 */
@media screen and (max-width: 991px) {
    .main-logo {
        width: 30% !important;
        margin: 5% 0 2% 0 !important;
    }
    .main-logo-admin {
        width: 46% !important;
    }
   /*  .numbersForm {
        display: none;
    } */
    element.style {
        padding: 0;
    }
}

/* Logo */
/* .main-logo {
    width: 68% !important;
}
 */
/* .main-logo-admin {
    width: 46%;
    margin: 2% 0 0 0;
} */

@media screen and (max-width: 600px) {
    .main-logo {
        width: 46% !important;
        margin: 5% 0 0 0;
    }
    .main-logo-admin {
        width: 46% !important;
        margin: 10% 0 0 0;
    }
    .wizard-header {
        padding: 0px 0px 11px 0px !important;
    }
    .wizard-v3-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .checkbox-tools:checked + label,
    .checkbox-tools:not(:checked) + label {
        /* width: 100px; */
        height: 60px;
    }
    .form-register {
        width: 344px !important;
    }
    #reCaptcha {
        margin-left: -30px !important;
    }
    #reCaptchaAdmin {
        margin-left: 5% !important;
    }
    .rc-anchor-normal {
        width: 287px !important;
    }
}

#loadingDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15%;
    background-color: #e6e6e6;
    text-align: center;
    text-align: -webkit-center;
    height: 75vh;
}

.loader {
    color: var(--main-color-1);
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Para clickear cualquier botón del menú*/
.steps ul {
    pointer-events: none;
}

.icon-calendar {
    color: var(--main-color-1);
}

.mb-2 {
    margin-bottom: 2rem;
}

.custom-input-file {
    background-color: var(--main-color-1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 0;
    min-height: 15px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 400px;
  }
  
  .custom-input-file .input-file {
   border: 10000px solid transparent;
   cursor: pointer;
   font-size: 10000px;
   margin: 0;
   opacity: 0;
   outline: 0 none;
   padding: 0;
   position: absolute;
   right: -1000px;
   top: -1000px;
  }

  .filesProcedure {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    left: 0;
    height: 70px !important;
    top: 0
}
.file-upload {
    color: white;
    background: #0033A0;
    padding: 15px;
    width: 10%;
    border-radius: 5px;
    float: right;
}
.file-upload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
    z-index: 10;
	font-size: 20px;
	cursor: pointer;
	height: 36px;
	opacity: 0;
	filter: alpha(opacity=0); 
}
.file-style{
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 13px;
}
p{    
  padding: 15px;
  font-size: 120% !important;
  padding-left: 0;
 }

 .text-decoration {
    text-decoration: underline;
    text-decoration-color: var(--main-color-1);
 }


 .loadingDocs {
    font-size: 7px;
    /* margin: 45% auto; */
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    bottom: 50px;
  }
  @-webkit-keyframes load4 {
    0%,
    100% {
      box-shadow: 0em -3em 0em 0.2em var(--main-color-1), 2em -2em 0 0em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 0em var(--main-color-1);
    }
    12.5% {
      box-shadow: 0em -3em 0em 0em var(--main-color-1), 2em -2em 0 0.2em var(--main-color-1), 3em 0em 0 0em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    25% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 0em var(--main-color-1), 3em 0em 0 0.2em var(--main-color-1), 2em 2em 0 0em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    37.5% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 0em var(--main-color-1), 2em 2em 0 0.2em var(--main-color-1), 0em 3em 0 0em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    50% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 0em var(--main-color-1), 0em 3em 0 0.2em var(--main-color-1), -2em 2em 0 0em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    62.5% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 0em var(--main-color-1), -2em 2em 0 0.2em var(--main-color-1), -3em 0em 0 0em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    75% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 0em var(--main-color-1), -3em 0em 0 0.2em var(--main-color-1), -2em -2em 0 0em var(--main-color-1);
    }
    87.5% {
      box-shadow: 0em -3em 0em 0em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 0em var(--main-color-1), -3em 0em 0 0em var(--main-color-1), -2em -2em 0 0.2em var(--main-color-1);
    }
  }
  @keyframes load4 {
    0%,
    100% {
      box-shadow: 0em -3em 0em 0.2em var(--main-color-1), 2em -2em 0 0em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 0em var(--main-color-1);
    }
    12.5% {
      box-shadow: 0em -3em 0em 0em var(--main-color-1), 2em -2em 0 0.2em var(--main-color-1), 3em 0em 0 0em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    25% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 0em var(--main-color-1), 3em 0em 0 0.2em var(--main-color-1), 2em 2em 0 0em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    37.5% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 0em var(--main-color-1), 2em 2em 0 0.2em var(--main-color-1), 0em 3em 0 0em var(--main-color-1), -2em 2em 0 -0.5em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    50% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 0em var(--main-color-1), 0em 3em 0 0.2em var(--main-color-1), -2em 2em 0 0em var(--main-color-1), -3em 0em 0 -0.5em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    62.5% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 0em var(--main-color-1), -2em 2em 0 0.2em var(--main-color-1), -3em 0em 0 0em var(--main-color-1), -2em -2em 0 -0.5em var(--main-color-1);
    }
    75% {
      box-shadow: 0em -3em 0em -0.5em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 0em var(--main-color-1), -3em 0em 0 0.2em var(--main-color-1), -2em -2em 0 0em var(--main-color-1);
    }
    87.5% {
      box-shadow: 0em -3em 0em 0em var(--main-color-1), 2em -2em 0 -0.5em var(--main-color-1), 3em 0em 0 -0.5em var(--main-color-1), 2em 2em 0 -0.5em var(--main-color-1), 0em 3em 0 -0.5em var(--main-color-1), -2em 2em 0 0em var(--main-color-1), -3em 0em 0 0em var(--main-color-1), -2em -2em 0 0.2em var(--main-color-1);
    }
  }

textarea {
    resize: none;
}

.text-decoration-under { 
    text-decoration: underline !important;
}

.swal2-popup .swal2-styled.swal2-confirm, .swal2-popup .swal2-styled.swal2-cancel {
    padding: 0 !important;
    border: none !important;
    border-radius: 18px !important;
    -o-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -webkit-border-radius: 18px !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 9px 26px !important;
    background: var(--main-color-1) !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    font-family: "Barlow" !important;
}

.main-button {
    padding: 12px !important;
    height: 60px !important;
    width: 250px !important;
    margin: 10px !important;
    font-size: 14px !important;
    box-shadow: 2px 3px 6px -1px rgb(0 0 0 / 23%);
    -o-box-shadow: 2px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 3px 6px -1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 3px 6px -1px rgb(0 0 0 / 23%);
    border-radius: 8px !important;
    -o-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    color: var(--main-color-1) !important;
    border: none;
    background-color: white;
    font-family: "Barlow";
    cursor: pointer;
}

.main-button-active {
    border: 2px solid #6b8568 !important;
}
.span-main-button {
    background: #e5eefe;
    border-radius: 35px;
    padding: 7px 8px 8px 11px;
}

.form-control-special {
    border-radius: 5px !important;
    border-top: 1px solid var(--main-color-1) !important;
    border-bottom: 1px solid var(--main-color-1) !important;
    border-left: 1px solid var(--main-color-1) !important;
    border-right: 1px solid var(--main-color-1) !important;
}

.change-password {
    color: white !important;
    position: relative;
    margin-top: 16px;
    top: -9px;
}