@font-face {
    font-family: 'icomoon';
    src: url('../icons/fonts/icomoon.eot?qj4c4c');
    src: url('../icons/fonts/icomoon.eot?qj4c4c#iefix') format('embedded-opentype'), url('../icons/fonts/icomoon.ttf?qj4c4c') format('truetype'), url('../icons/fonts/icomoon.woff?qj4c4c') format('woff'), url('../icons/fonts/icomoon.svg?qj4c4c#icomoon') format('svg');
}

.icon-help-with-circle:before {
    font-family: 'icomoon';
    content: "\e900";
    color: #87297F;
    font-size: 16px !important;
}

/* --------------------------------------------------------------------------------- */
/*  INICIO TITULO */

.formulario h1 {
    font-family: Calibri, system-ui;
    font-weight: bold;
    color: #3c3c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px !important;
}
.formulario p{
    color: #959595;
    font-size: 14px;
}

.formulario hr.new1 {
    border-top: 2px solid;
    color: #3c3c3c;
    width: 98%;
}

.formulario .cardInicial {
    padding-bottom: 10px;
}


/*  FIN TITULO */


/* --------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------- */

.formulario .inputCorreo {
    max-width: 100%;
    width: 100%;
}


/*  INICIO FORM-CONTROL */

.formulario .form-control {
    border-color: #e0e0e0;
    color: #5a5a59;
    background-color: #ffffff;
}

.formulario .form-control:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #251b88 !important;
    border-width: 1px 1px 4px 1px;
}

.formulario .form-control.is-invalid {
    background-image: none !important;
    background-color: transparent !important;
    border-color: #FA1E1E;
    border-width: 1px 1px 4px 1px;
}

.formulario .form-control.is-invalid:focus {
    box-shadow: 0 0 0 0rem transparent !important;
    background-color: transparent !important;
    border-color: #FA1E1E !important;
    border-width: 1px 1px 4px 1px;
}


/*  FIN FORM-CONTROL */


/* --------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------- */


/*  INICIO INPUTS */

.formulario label {
    font-family: Calibri, system-ui;
    color: #333333;
    padding: 3px;
}

.formulario input[type=text] {
    height: 45px;
    /* width: 95%;
    max-width: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px; */
    font-size: 16px;
}

.formulario input {
    border-color: #e0e0e0;
    color: #5a5a59;
    background-color: #ffffff;
    height: 45px;
    /* width: 95%;
    max-width: 95%;
    margin-top: 15px; */
    margin-bottom: 20px;
}

.formulario input:active {
    border: 1px solid #009A48;
    background-color: #FFFFFF;
}

.formulario .col-3 {
    padding-right: 0;
}

.formulario .inputIcon {
    border-color: #e0e0e0;
    color: #5a5a59;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    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;
    align-items: center;
    justify-content: center;
}

.formulario .inputIcon input {
    flex: 1;
    border: none;
    outline: none;
    text-align: left;
    color: #5a5a59;
    font-family: Calibri, system-ui;
    font-style: normal;
    opacity: 1;
}

.formulario .text-area-documento {
    background-color: #fff;
    font: normal normal normal 17px/24px Calibri, system-ui;
    border-radius: 5px;
    opacity: 1;
    color: #787477
}

.formulario .text-area-documento:focus {
    background-color: #fff;
    border-color: #3C3C3C;
    outline: 0;
    border-width: 1px 1px 4px 1px;
    border-color: #251B88;
    height: 100px;
    color: black;
    width: 95%;
}

.formulario [type="datetime-local"]:disabled {
    border: 1px solid #979797;
    color: #5a5a59;
    height: 45px;
    width: 95%;
    max-width: 95%;
    background: #f1f2f5 url(../../icons/Calendar.svg) 97% 50% no-repeat;
    background-size: 24px;
}

.formulario [type="date"]:disabled {
    border: 1px solid #979797;
    color: #5a5a59;
    height: 45px;
    background: #f1f2f5 url(../../icons/Calendar.svg) 97% 50% no-repeat;
    background-size: 24px;
}

.formulario input[type=text]:disabled {
    cursor: no-drop;
    background: #F1F2F5;
    color: #a7a9bc;
}

.formulario input[type=text]:disabled {
    cursor: no-drop;
    background: #F1F2F5;
    color: #a7a9bc;
}

.formulario input[type=email]:disabled {
    cursor: no-drop;
    background: #F1F2F5;
    color: #a7a9bc;
    width: 95%;
    max-width: 95%;
}

.formulario select:disabled {
    cursor: no-drop;
    background: #F1F2F5;
    color: #a7a9bc;
}


/*  FIN INPUTS */


/* --------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------- */


/*  INICIO INPUTS ERROR */

.formulario .input-error {
    border: 1px solid #FF0000;
    border-width: 1px 1px 4px 1px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 5px;
    opacity: 1;
}

.formulario .error {
    font-family: Calibri, system-ui;
    font-size: 17px;
    color: #FA1E1E;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
}


/*  FIN INPUTS ERROR */


/* --------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------- */


/*  INICIO SELECT */

.formulario .select-css {
    color: black;
    display: block;
    padding: .4em 1.4em .3em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('/o/formulario-registro/icons/down-arrow.svg'), linear-gradient(to bottom, #ffffff 100%, #f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 5%;
    border: 1px solid #e0e0e0;
    height: 45px;
    /* margin-top: 15px; */
    margin-bottom: 20px;
}

.formulario .select-css::-ms-expand {
    display: none;
}

.formulario .select-css:hover {
    border: 2px solid #8b8b8b;
}

.formulario .select-css:focus {
    color: #000;
    outline: none;
}

.formulario .select-css option {
    font-weight: normal;
    color: #000;
}

.formulario .content-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formulario .content-select select::-ms-expand {
    display: none;
}

.formulario .content-select {
    width: 95%;
    max-width: 95%;
    position: relative;
}

.formulario .content-select select {
    display: inline-block;
    width: 95%;
    max-width: 95%;
    cursor: pointer;
    padding: 7px 10px;
    height: 45px;
    border-radius: .3em;
    background: #ffffff;
    color: #000000;
    font-family: Calibri, system-ui;
    border: 1px solid #e0e0e0;
    position: relative;
    transition: all 0.25s ease;
    margin-top: 15px;
    margin-bottom: 15px;
}

.formulario .content-select select:hover {
    border: 2px solid #8b8b8b;
}

.formulario .content-select select:focus {
    color: #000;
    outline: none;
}

.formulario .content-select select option {
    font-weight: normal;
    color: #000;
}


/* 
   Crea la fecha que aparece a la izquierda del select.
*/

.formulario .content-select i {
    position: absolute;
    right: 12%;
    top: calc(50% - 10px);
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(-45deg);
    /* Giramos el cuadrado */
    transition: all 0.25s ease;
}

.formulario .content-select:hover i {
    margin-top: 3px;
}

.formulario span.dropdown-btn {
    width: 95% !important;
    max-width: 95% !important;
}


/* -------------------------------------------------------------------------------- */


/* INICIO MULTISELECT */

.formulario .multiselect-dropdown {
    /* width: 95% !important; */
    border: 1px solid #e0e0e0;
    border-radius: .3em;
    background-image: url('/o/formulario-registro/icons/down-arrow.svg'), linear-gradient(to bottom, #ffffff 100%, #f7f7f7 100%);
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 5%;
    height: 45px;
    /* margin-top: 15px; */
}

.formulario .multiselect-dropdown:hover {
    border: 2px solid #8b8b8b !important;
}

.formulario .multiselect-dropdown:focus {
    border: 2px solid #8b8b8b !important;
}

.formulario span.selected-item {
    background: #140E51 !important;
    margin-top: 2px;
}

.formulario .multiselect-item-checkbox input[type='checkbox']:checked+div:before {
    animation: borderscale 200ms ease-in;
    background: #140E51 !important;
}

.formulario .multiselect-item-checkbox input[type='checkbox']+div:before {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border: 2px solid #140E51 !important;
    text-align: center;
    transition: all 0.4s ease;
}

.formulario .dropdown-btn {
    width: 100% !important;
    color: black;
    display: block;
    padding: .4em 1.4em .3em .8em;
    max-width: 95% !important;
    box-sizing: border-box;
    margin: 0;
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none !important;
    min-height: 44px;
}

.formulario .dropdown-multiselect__caret {
    display: none !important;
}


/* FIN MULTISELECT */


/* -------------------------------------------------------------------------------- */


/* CHECKBOX */

.formulario input[type=checkbox]+label {
    cursor: pointer;
}

.formulario input[type=checkbox] {
    display: none;
}

.formulario input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    padding-left: 0.2em;
    padding-bottom: -0.2em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

.formulario input[type=checkbox]+label:active:before {
    transform: scale(1);
}

.formulario input[type=checkbox]:checked+label:before {
    background-color: #140E51;
    color: #fff;
}

.formulario input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #140E51;
}

.formulario .terminos {
    margin-left: 12%;
    margin-right: 12%;
}


/* BOTONES */

.formulario .btn-group,
.btn-group {
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
}

.formulario .btn-sec-group,
.btn-sec-group {
    text-align: right;
    margin-right: 1rem;
}

.formulario #actionButton {
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 0px;
    background-color: transparent;
    color: transparent;
    margin-left: 2px !important;
    margin-right: 2px !important;
    outline: none;
}

.formulario .btn-prim,
.btn-prim {
    color: #ffff;
    background: #140E51;
    border-radius: 5px;
    margin: 3px;
    height: 45px;
    font: normal normal bold 16px Calibri, system-ui;
}

.formulario .btn-prim:hover,
.btn-prim:hover {
    background: #251B88;
    color: #ffff;
    font: normal normal bold 16px Calibri, system-ui;
}

.formulario .btn-prim:active,
.btn-prim:active {
    background: #130E46;
    font: normal normal bold 16px Calibri, system-ui;
}

.formulario .btn-prim:focus,
.btn-prim:focus {
    background: #251B88;
    font: normal normal bold 16px Calibri, system-ui;
}

.formulario .btn-secundario,
.btn-secundario {
    color: #87297F;
    background: #ffff;
    border: 1px solid #87297F;
    font: normal normal bold 16px Calibri, system-ui;
    border-radius: 5px;
    margin: 3px;
    height: 45px;
}

.formulario .btn-secundario:hover,
.btn-secundario:hover {
    background: #87297F22 0% 0% no-repeat padding-box;
    border: 1px solid #87297F;
    opacity: 1;
    font: normal normal bold 16px/23px Calibri, system-ui;
    color: #87297F;
}

.formulario .btn-secundario:active,
.btn-secundario:active {
    background: #87297F !important;
    opacity: 1 !important;
    font: normal normal bold 16px/23px Calibri, system-ui !important;
    color: #FFFFFF !important;
    border: 1px solid #87297F;
    vertical-align: middle;
}

.formulario .btn-secundario:focus,
.btn-secundario:focus {
    color: #87297F;
    background: #ffff;
    border-radius: 5px;
    border: 1px solid #87297F;
    font: normal normal bold 16px Calibri, system-ui;
}

.formulario .divActive:focus-within,
.divActive:focus-within {
    display: inline-block;
    border-style: dashed;
    border-width: 1px;
    border-color: #707070;
    border-radius: 5%;
    margin-left: 7px !important;
    margin-right: 7px !important;
    margin-top: 1px;
    outline: 0px solid transparent;
}

.formulario .divActive,
.divActive {
    display: inline-block;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.formulario #registrar,
#registrar {
    width: 25%;
}

/* .formulario #volver,
#volver {
    width: 98%;
} */

.formulario #validar,
#validar {
    margin: auto;
}

.formulario #reg,
#reg {
    width: 98%;
}

.formulario .cargar {
    padding: .375rem;
    background: #ffffff;
    color: #3C3C3C;
    height: 45px;
    width: 100%;
    /* margin-top: 1rem; */
    border: 1px solid #e0e0e0;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

.formulario .cargar:hover {
    background: #e0e0e0;
    border: 1px solid #3C3C3C;
}

.formulario .cargar:focus {
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
}

.formulario .cargar-icon {
    width: 15%;
    height: 90%;
    color: #e0e0e0;
    opacity: 1;
    float: right;
}


/*  INICIO DROPZONE */

.formulario .custom-dropzone {
    margin: .375rem;
    display: flex;
    align-items: center;
    height: 180px;
    background: #fff;
    cursor: pointer;
    color: #0000003D;
    border: 1px dashed #0000003D;
    border-radius: 5px;
    font-size: 16px;
    font-family: Calibri, system-ui;
    font-style: inherit;
    overflow-x: auto;
}

.formulario ngx-dropzone-preview {
    min-height: 20px !important;
    max-height: 50px !important;
    min-width: 90% !important;
    font-family: Calibri, system-ui;
    font-size: 10px;
    color: #3C3C3C;
    text-align: left;
    margin: 0;
    padding: 0;
}

.formulario content-popup {
    padding-left: 38%;
    padding-right: 38%;
}


/*  FIN DROPZONE */


/* --------------------------------------------------------------------------------- */

.recaptcha {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}


/*  INICIO POPUP-MESSAGE */

.formulario .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    left: 30%;
    top: -10%;
    width: 45%;
    min-width: 200px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    min-width: 200px;
}

@media screen and (max-width: 1200px){
    .modal-open .modal {
        width: 40%;
    }
}

@media screen and (max-width: 767px){
    .modal-open .modal {
        width: 90%;
    } 
}

.formulario .centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
    height: 52px;
    width: 52px;
}
/* --------------------------------------------------------------------------------- */
/* INICIO TOOLTIP */
.btn-tooltip-nuevo {
    border: none;
    outline: none;
    background-color: transparent;
    height:24px;
    width:16px;
    top:-10%;
    left: -3%;
}
.toolTipMessage{
    width:150%; 
}
   
.toolTipMessage .tooltip-inner {
   background-color: #140E51; 
   box-shadow: 1px 1px 20px white; 
   text-align: center;  
   width:100%; 
   padding:10px;  
}

.toolTipMessage .arrow::before {
   border-top-color: #140E51;
}

/* --------------------------------------------------------------------------------- */
/* FIN TOOLTIP */

/* --------------------------------------------------------------------------------- */


/*  INICIO LOADER */

.progress-loader {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
}

.background>.wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-multiple>div {
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}


/*  FIN LOADER */

.tag {
    font-family: Calibri, system-ui;
    padding: 2px 15px 2px 15px;
    border-radius: 5px;
    background-color: white;
    color: #140e51;
    align-items: center;
    margin: 0 3px 5px 0;
    border: solid 1px #140e51;
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }

  .tag:last-child:not(:first-child) {
    margin: 5px 0 0 0;
  }
  .tag:first-child:not(:last-child) {
    margin: 0 3px 5px 0;
  }
  .tag .tag-exit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    border: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,0);
    transition: background-color .2s ease;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  .tag .tag-exit img {
      width: 12px;
      height: 12px;
      /* color: white;
      font-size: 14px;
      display: inline-flex;
      justify-content: center;
      align-items: center; */
  }
  .tag .tag-exit:hover {
    background-color: rgb(20 14 81 / 20%);
  }
  .tag .tag-exit:active {
    transition: 0;
    background-color: rgb(20 14 81 / 30%);
  }

  .email{
    border: solid 1px #140e51;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    margin: 15px 0;
    overflow-y: auto;
    height: auto;
    max-height: 125px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 99%;
    flex-wrap: wrap;
  }

  .boxButton{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-plus{
    height: 45px;
    width: 50px;
    margin-top: 30px !important;

  }

.btn-plus:hover {
    text-align: center !important;
}

.inactive::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 92%;
    width: 100%;
    background-color: #e0e0e05e;
    z-index: 10;
    border-radius: 9px;
}


.btn-limpiar{
    border: none;
    /* padding: 5px 18px; */
    margin: 0;
    color: #87297F;
    font-size: 16px;
    font-weight: 400;
    background: #FFF;
}