@font-face {
    font-family: "bandaBold";
    src: url("../fonts/bold.otf");
}

@font-face {
    font-family: "banda_Semi_Bold";
    src: url("../fonts/semi_bold.otf");
}

@font-face {
    font-family: "bandaRegular";
    src: url("../fonts/regular.otf");
}

@font-face {
    font-family: "regularItalic";
    src: url("../fonts/regularitalic.otf");
}

@font-face {
    font-family: 'porvenir-icons';
    src: url("../fonts/porvenir-icons.eot?93bzzu");
    src: url("../fonts/porvenir-icons.eot?93bzzu#iefix") format("embedded-opentype"), url("../fonts/porvenir-icons.ttf?93bzzu") format("truetype"), url("../fonts/porvenir-icons.woff?93bzzu") format("woff"), url("../fonts/porvenir-icons.svg?93bzzu#porvenir-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.titulo_depuracion_masiva_1 {

    color: #406b2b;
    font-size: 31px;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "bandaBold";
}

.parrafo_depuracion_masiva_1 {

    line-height: 1.5;
    color: #666666;
    font-size: 16px;
    font-family: "bandaRegular";
}

body {
    padding-right: 0 !important;
}

.parrafo_depuracion_masiva_1 {

    padding-right: 0px !important;
}

.intro {
    height: 70px;
    margin-bottom: 25px;
}

.col-md-12.title, .col-md-12.descripcion {
    padding: 0;
}

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

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

.center-item-3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.contenedor_pestanas {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    width: 100%;
    height: 82px;
}

.tabSize {
    width: 31.7%;
}

.tab_spec {
    border: 3px solid #bdbcbd;
    font-family: "bandaBold";
    border-radius: 5px;
    font-size: 16px;
    height: 52px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.tab_spec_active {
    border: 3px solid #406b2b;
}

.tab_spec_success {
    border: 3px solid #e4e292;
}

.tab_number {
    background:  #bdbcbd;
    color: #9a9a9b;
    height: 100%;
    width: 15%;
    font-size: 34px;
    line-height: 1;
}

.tab_number_active {
    background:  #406b2b;
    color: #fff;
}

.tab_number_success {
    background:  #e4e292;
    color: #fff;
}

.tab_number_success:after {
    font-family: "porvenir-icons";
    content: "\e90c";
    font-size: 25px;
    color: #b5bc47;
    line-height: 1;
}

.tab_text {
    height: 100%;
    width: 85%;
    color: #9a9a9b;
    font-family: "banda_Semi_Bold";
    font-size: 18px;
    line-height: 1;
}

.tab_text_active {
    color: #406b2b;
}

.tab_text_success {
    color:  #b5bc47;
}

.pestana_1.pestana_de_despliegue_registros_user {
    width: 100%;
    background-color: #fff;
    height: 29px;
    position: relative;
    bottom: 4px;
    border-left: 3px solid #406b2b;
    border-right: 3px solid #406b2b;
    border-bottom: none;
    z-index: 1;
}

.cont-main {
    width: 90%;
    min-height: 150px;
    height: auto;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding: 10px 0 40px 0;
}

.cont-info-emp {
    width: 100%;
    min-height: 100px;
    height: auto;
    font-family: "bandaRegular";
    font-size: 16px;    
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    padding: 15px;
    margin-bottom: 30px;
}

.cont-icon-emp {
    height: auto;
    width: 10%;
    display: flex;
    justify-content: flex-end;
}

.icon-emp {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.info-emp {
    width: 85%;
    height: auto;
}

.label-form {
    font-family: "banda_Semi_Bold";
    color: #406b2b;
    font-size: 18px;
    margin-bottom: 5px;
}

.label-info-emp {
    width: 100%;
    height: auto;
    margin: 5px 0;
}


.label-info-emp span {
    font-family: "banda_Semi_Bold";
    color: #525154;
}

.contenedor_depuracion_masiva_1 {
    margin: 0 auto;
    max-width: 1024px;
    min-height: 200px;
    margin-top: 30px;
}

.texto_cesantias_depuracion_masiva_1 {
    text-align: center;
    color: #fff;
    font-family: "bandaRegular";
}

.contenedor_informacion {
    border: 3px solid #406b2b;
    padding: 30px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 200px;
    height: auto;
    margin-bottom: 120px;
    width: 100%;
    border-radius: 10px;
    font-family: "bandaRegular";
}

.contenedor_informacion-2 {
    border: 3px solid #406b2b;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 200px;
    height: auto;
    margin-bottom: 120px;
    width: 100%;
    margin-top: -8px;
    border-radius: 0px 10px 10px 10px;
}


.container--datos_ingresos.f-inicio {
	height: 266px;
}

.g-recaptcha {
    transform: scale(0.8) !important;
    transform-origin: 0 0;
    margin-left: 60px;
}

.cont-input {
    width: 100%;
    height: 105px;
}

select.form__select.error {
    border: 2px solid #DE4227 !important;
}

.cont-main .container--form{
    width: 100%;
    border: 1px solid #406b2b;
    border-radius: 11px;
}

.cont-main .panel-body{
 	padding: 30px 30px 15px 30px;
}

.cont-main .row--container {
    height: 58px;
    display: flex;
    margin-bottom: 25px;
}

.cont-main .form__label {
    color: #406B2B;
    display: block;
    font-family: "banda_Semi_Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 17px;
}

.cont-main .form__select, .cont-main .form__text {
    border-radius: 9px;
    margin-bottom: 0;
}

.cont-main  .form__select.error {
    border: 2px solid #ef441d;
    color: #ef441d;
    margin-bottom: 0;
}

.cont-main span.zt-icon-sugerencia:before {
    content: "?";
    position: absolute;
    color: #ffff;
    font-size: 17px;
    z-index: 9;
    right: 0px;
    top: 25px;
    font-weight: bold;
    cursor: pointer;
}

.cont-main span.zt-icon-sugerencia:after {
    content: "";
    position: absolute;
    color: #ffff;
    width: 20px;
    height: 20px;
    background-color: #E95A0C;
    border-radius: 50%;
    top: 27px;
    right: -7px;
    cursor: pointer;
}

.cont-main span.zt-icon-sugerencia {
    position: relative;
    top: 0px;
    left: 275px;
}

.subtitulo-sec-2 {
    font-family: "banda_Semi_Bold";
    font-size: 25px;
    color: #406b2b;
    height: auto;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.cont-main .codigo-field--edit {
    margin: 30px 0;
}

.cont-main .codigo-field--edit a {
    text-decoration: underline;
    color: #E95A0C;
}

div#checkError {
    position: absolute;
    right: -62px;
}

.fx-label-l {
    line-height: 1;
    margin-top: 5px;
}

#usuarioExiste {
	position: relative !important;
	top: -8px !important;
}

.cont-opcs {
    width: 65%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: "bandaRegular";
    font-size: 16px;
}

.txt-decrip-box {
    width: 75%;
    height: 30%;
    margin: 0 auto;
    text-align: center;
    font-family: "banda_Semi_bold";
    color: #406b2b;
}

.txt-decrip-box span {
    color: #ffa400;
}

.cont-boxes {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
}

.ind-opc {
    width: 48%;
    height: 100%;
    background: #f7f7f7;
    border-radius: 9px;
    box-shadow: 3px 3px 5px -1px rgb(0, 0, 0, 0.6);
    cursor:pointer;
}

.ind-opc:hover {
    border: 2px solid #406b2b;
}

.ind-opc:active {    
    box-shadow: 5px 5px 5px -1px rgb(0, 0, 0, 0.6);
}

.opc-cont-icon {
    width: 100%;
    height: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-opc-1 {
    height: 120px;
    width: 120;
}

.opc-cont-text {
    width: 100%;
    height: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #406b2b;
}

.opc-cont-text span {
    color: #b6bf48;
}

button {
    border: none;
    text-decoration: none;
    outline: none;
}

.cont-footer {
    height: 95px;
    width: 100%;
    position: relative;
}

.footer-bt {
    height: 100%;
    width: 100%;
}

.fondo-1 {
    height: 100%;
    background:  #F2F3F3;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 10px;
}

.fondo-2-1 {
    height: 100%;
    background:  rgba(169, 180, 23, 0.19);
    display: flex;
    align-items: center;
    border-bottom-left-radius: 10px;
}

.fondo-2-2 {
    height: 100%;
    background:  rgba(169, 180, 23, 0.19);
    display: flex;
    align-items: center;
    border-bottom-right-radius: 5px;
}

.btn-detalle {
    width: 35%;
    height: 60%;
    border-radius: 17px;
    border: 2px solid #406b2b;
    background: #406b2b;
    font-family: "bandaBold";
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 405px;
}

.btn-detalle:hover {
    border: 2px solid #659a41;
    background: #659a41;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
}

.icon-detalle:after {
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-family: "FontAwesome";
    content: "\f054";
    display: block;
    position: absolute;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 1px;
    transform: rotate(0deg);
    top: -2px;
    right: -12px;
    padding-top: 10px;
    padding-left: 2px;
}

button.btn-descargar.btn-descargar .col-md-11 {
    margin-left: -10px;
}

.btn-volver {
    width: 75%;
    height: 60%;
    border-radius: 17px;
    border: 2px solid #3f3f3f;
    font-family: "bandaBold";
    font-size: 16px;
    color:#3f3f3f;
    display: flex;
    align-items: center;
    margin-left: 20px;
    line-height: 1.2;
    padding-left: 8px;
}

.icon-volver:after {
    border-radius: 100%;
    border: 2px solid #3f3f3f;
    color: #3f3f3f;
    font-family: "FontAwesome";
    content: "\f054";
    display: block;
    position: absolute;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 1px;
    transform: rotate(-180deg);
    top: -12px;
    right: -5px;
    padding-top: 11px;
    padding-left: 7px;
}

.btn-volver:hover {
    background: #3f3f3f;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
}

.btn-volver:hover .icon-volver:after {
    border: 2px solid #fff;
    color: #fff;
}

.modal-dialog.zt-modal-dialog.modal-dialog-centered.modal--style-2 {
    max-width: 500px !important;
    line-height: 1.2;
}

a.btn.btn-green.btn--next.mod-w {
    width: 33% !important;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px !important;
}

h3.modal-title.zt-modal-title.text-green.mod-l-h {
    line-height: 1.2;
    padding-bottom: 7px;
}

.modal-footer.zt-modal-footer.mod-p-t {
    padding-top: 17px;
}

a.close.mod-p-x:before {
    position: absolute;
    top: 7px;
    left: 8px;
}

.modal-header {
  display: block;
}

h3.modal-title.zt-modal-title.text-green.margin-title-archivo-3 {
    max-width: 95%;
}

.modal-descripcion {
    padding: 0px 30px;
}

.text-center.text-gray.modal--general--verificar--datos {
    line-height: 1.5 !important;
    color: #3f3f3f;
    font-family: "bandaRegular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    max-width: 330px !important;
    margin: 0px auto 0px auto !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.modal-footer{
	border-top: none;
}

.modal-footer.zt-modal-footer-descargar.modal-archivo {
    padding: 0px 0 15px 0;
}

.zt-modal.modal--general .zt-modal-body{
    padding: 0px 0px;
}

.modal-footer.zt-modal-footer-descargar.adj-margin-b {
    margin-bottom: 10px;
}

.botones_separador {
    width: 30px;
    height: 30px;
}

.button-font {
    font-family: "banda_Semi_Bold";
}

.link-ingreso{
    font-family: "bandaBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.boton_continuar {
    padding: 11px 17px 14px 47px;
    color: #fff;
    font-family: "banda_Semi_Bold";
    background-color: #406b2b;
    border-radius: 10px;
    font-size: 17px;
    transition: all .4s;
    cursor: pointer;
    height: 37px;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 140px;
}

.boton_continuar:hover {
    background: #659A41;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
}

.boton_volver {
    padding: 11px 17px 14px 47px;
    color: #fff;
    font-family: "banda_Semi_Bold";
    background-color: #e46849;
    border-radius: 10px;
    font-size: 17px;
    transition: all .4s;
    cursor: pointer;
    height: 37px;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 140px;
}

.icono-btn-volver:after {
    border-radius: 100%;
    border: 1px solid  #fff;
    color:  #fff;
    font-family: "FontAwesome";
    content: "\f054";
    display: block;
    position: absolute;
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 1px;
    transform: rotate(-180deg);
    padding-top: 10px;
    padding-left: 2px;
}

.icono-btn-seguir:after {
    border-radius: 100%;
    border: 1px solid  #fff;
    color:  #fff;
    font-family: "FontAwesome";
    content: "\f054";
    display: block;
    position: absolute;
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 1px;
    transform: rotate(0deg);
    padding-top: 9px;
    padding-left: 2px;
}


.theme {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

/*-------------Estilos Generales Modales---------------------------*/
.ztem-modal .ztem-modal-dialog {
    overflow: visible;
    min-height: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.ztem-modal-content {
    border: 5px solid #A7B437;
    height: auto;
    overflow: inherit;
    margin-bottom: 40px !important;
}

.ztem-modal-header {
    background: transparent;
    border-bottom: 0;
    position: relative;
}

.ztem-modal-header .close {
    position: absolute;
    background: #A7B437;
    border-radius: 100%;
    color: #406B2B;
    font-size: 0;
    opacity: 1;
    top: -10px;
    right: -10px;
    margin: 0 !important;
    padding: 0 !important;
    height: 25px;
    width: 25px;
}

.ztem-modal-header .close:before {
    content: "\e901";
    font-family: "porvenir-icons";
    font-size: 11px;
}

.ztem-modal-footer {
    border-top: 0;
    padding: 0 0 20px 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal-backdrop {
    background-color: #000;
}

.modal-dialog-centered .modal-dialog::before,
.modal-dialog-centered.modal-dialog::before,
.modal-header {
    height: auto;
}

.modal-footer {
    justify-content: center;
}

.modal-header {
    justify-content: center;
    padding-top: 12px;
}

.ztem-modal.modal--general .ztem-modal-dialog,
.ztem-modal.modal--general--icon .ztem-modal-dialog {
    display: flex;
}

.modal-dialog {
    position: absolute;
}

/*-------------Estilos Generales Modales---------------------------*/

/*-------------Estilos Modal confirmacion--------------------------*/
.modalConfirmar .ztem-modal-dialog {
    max-width: 520px;
}

.modalConfirmar .ztem-modal-title {
    font-family: "bandaBold";
    font-size: 20px;
    color: #406b2b;
    text-align: center;
    margin: auto;
    padding: 23px 0px 0px 0px;
}

.modalConfirmar .ztem-modal-body {
    padding-top: 0;
}

.modalConfirmar .ztem-modal-footer {
    padding-bottom: 25px;
}

.modalConfirmar .modal-descripcion {
    width: 400px;
    font-family: "bandaRegular";
    font-size: 14px;
    color: #3F3F3F;
    line-height: 1.4;
    margin: auto;
    
}

.modalConfirmar .cont-botones {
    height: auto;
    width: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalConfirmar .cont-botones .btn-volver-m,
.modalConfirmar .cont-botones .btn-confirmar-m {
    width: 140px;
    height: 37px;
    font-family: "banda_Semi_Bold";
    font-size: 14px;
    color: #fff;       
    border-radius: 10px;
    padding: 0 14px;
    cursor: pointer;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: space-between; 
} 

.modalConfirmar .cont-botones .btn-volver-m {    
    background-color: #e46849;  
    padding-right: 25px;
}

.modalConfirmar .cont-botones .btn-volver-m:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #fff;    
    border-radius: 100%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    transform: rotate(-180deg);
    line-height: 1;
    padding-top: 5px;
    padding-left: 2px;
}

.modalConfirmar .cont-botones .btn-volver-m:hover {
    background-color: #f1854a;
}

.modalConfirmar .cont-botones .btn-confirmar-m {    
    background-color: #406b2b;       
}

.modalConfirmar .cont-botones .btn-confirmar-m:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #fff;    
    border-radius: 100%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 1;
    padding-top: 4px;
    padding-left: 1px;
}

.modalConfirmar .cont-botones .btn-confirmar-m:hover {
    background: #659A41;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
}
/*-------------Estilos Modal confirmacion--------------------------*/

/*-------------Estilos Modal exito---------------------------------*/
.modalExito .ztem-modal-dialog {
    max-width: 530px;
}

.modalExito .ztem-modal-title {
    font-family: "bandaBold";
    font-size: 20px;
    color: #406b2b;
    text-align: center;
    margin: auto;
    padding: 23px 0px 10px 0px;
}

.modalExito .ztem-modal-body .modal-descripcion p a {
	font-family: "bandaBold";
    text-decoration: underline;
}

.modalExito .btn-aceptar-m {
    width: 140px;
    height: 37px;
    font-family: "banda_Semi_Bold";
    font-size: 14px;
    color: #fff;
    background: #406b2b;
    border-radius: 10px;
    padding: 0 14px;
    cursor: pointer;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.modalExito .btn-aceptar-m:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 1;
    padding-top: 4px;
    padding-left: 1px;
    position: relative;
    right: -5px;
}

.modalExito .btn-aceptar-m:hover {
    background: #659A41;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
}
/*-------------Estilos Modal exito---------------------------------*/