@font-face {
  font-family: 'gobCLBold';
  src: url(../fonts/gobcl_bold.eot);
  src: url(../fonts/gobcl_bold.ttf);
  src: url(../fonts/gobcl_bold.woff);
}

@font-face {
  font-family: 'gobCLHeavy';
  src: url(../fonts/gobcl_heavy.eot);
  src: url(../fonts/gobcl_heavy.ttf);
  src: url(../fonts/gobcl_heavy.woff);
}

@font-face {
  font-family: 'gobCLLight';
  src: url(../fonts/gobcl_light.eot);
  src: url(../fonts/gobcl_light.ttf);
  src: url(../fonts/gobcl_light.woff);
}

@font-face {
  font-family: 'gobCLRegular';
  src: url(../fonts/gobcl_regular.eot);
  src: url(../fonts/gobcl_regular.ttf);
  src: url(../fonts/gobcl_regular.woff);
}

/*----LOGIN MODAL----*/
.loginmodal-container {
  background-color: #f7f7f7;
  border-radius: 2px;
  -ms-border-radius: 2px 2px;
  -moz-border-radius: 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  font-family: 'gobCLRegular',Tahoma,Verdana,'Segoe',sans-serif;
  margin: 0 auto;
  max-width: 350px;
  overflow: hidden;
  padding: 30px;
  width: 100% !important;
}

.loginmodal-container h3 {
  font-family: 'gobCLBold',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 1em;
  text-align: center;
}

.loginmodal-container input[type=submit] {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.loginmodal-container input[type=text],
input[type=password] {
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  /* border-radius: 2px; */
  background: #fff;
  border-top: 1px solid #c0c0c0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  font-size: 16px;
  height: 44px;
  margin-bottom: 10px;
  padding: 0 8px;
  width: 100%;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
  border-top: 1px solid #a0a0a0;
  border: 1px solid #b9b9b9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal-container h3 {
  color: #999;
  font-size: 16px !important;
}

.loginmodal {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  text-align: center;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
    user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  background-color: #0f69b4;
  border: 0px;
  color: #fff;
  font-family: 'gobCLLight',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 14px;
  padding: 17px 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  background-color: #357ae8;
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  color: #666;
  display: inline-block;
  font-weight: 400;
  opacity: 0.6;
  text-align: center;
  text-decoration: none;
  transition: opacity ease 0.5s;
}

.login-help {
  font-size: 16px;
}

.logo-acceso {
  display: block;
  margin: auto;
  width: 93%;
}

img.logo-bn {
  display: block;
  margin: auto;
}

/*----FIN LOGIN MODAL----*/


/*_______________________________________________________________________________________________________________________________*/


/*---NUEVA POSTULACIÓN Y SANEAMIENTO---*/

/*a.btn.btn-default.button-sesion {
  background: #0f69b4;
  border: #0f69b4;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 34px 0;
  border-radius: 10px;
  transition: background 0.5s;
  margin: auto;
  text-shadow: none;
  box-shadow: none;
  width: 288px;
  height: 110px;
  display: block;
  box-shadow: 0px 5px 15px #888888;
}

a.btn.btn-default.button-sesion:hover {
  background: #2f98ef;
  padding: 34px 0;
}*/

.btn > img:nth-child(1) {
  width: 80%;
  margin: -18px auto;
}

header#masthead {
  height: 300px;
  position: inherit;
  overflow: hidden;
  margin-bottom: 30px;
}

body > div > header#masthead {
  height: 200px;
  position: inherit;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
}

#wp-custom-header > img {
  height: 300px;
  position: inherit;
}

.custom-header-media {
  height: 300px;
}

.panel.panel-default {
  border: none;
  box-shadow: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.form-inline .form-group {
  margin-right: 10px;
}

.well-primary {
  background-color: rgb(66, 139, 202);
  border-color: rgb(53, 126, 189);
  color: rgb(255, 255, 255);
}

.glyphicon {
  margin-right: 5px;
}

.form-group {
  margin-bottom: 75px;
}

h3,
h4 {
  font-family: 'gobCLRegular',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 22px !important;
  font-weight: 100 !important;
}
/*.panel-body>h4 {
  margin-bottom: 30px
}*/
.panel-body div label h4,
h3 {
  font-family: 'gobCLRegular',Tahoma,Verdana,'Segoe',sans-serif;
  color: #4273b4;
}

.panel-heading {
  background: #0f69b4 !important;
  color: white !important;
}

.panel-heading a:hover,
.panel-heading a:focus {
  text-decoration: none !important;
}

.acf-input h5 {
  color: #999;
  font-family: 'gobCLRegular',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 17px;
  text-transform: none;
  font-weight: 100;
  letter-spacing: inherit;
}

#txt-direccion > div.acf-label > h5 {
  padding: inherit;
  margin-bottom: -13px;
}

.acf-field.acf-field-message.acf-field-59e660200bd63.col-md-12,
.acf-field.acf-field-message.acf-field-59e6605c0bd64.col-md-12 {
  margin-bottom: -38px;
  clear: left;
}

div.acf-date-picker.acf-input-wrap span.input-group-addon {
  display: inline-table;
  position: relative;
  float: right;
  top: -34px;
  height: 34px;
  border-left: 1px solid #ccc;
}

i.glyphicon.glyphicon-calendar {
  padding: 2px;
  margin-right: 0;
}

.botonera {
  clear: left;
}

label {
  font-family: 'gobCLBold',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 22px;
}
/*label.radio-inline, label.checkbox-inline, .form-check-label {
  font-family: gobCLRegular,Tahoma,Verdana,Segoe,sans-serif;
  font-size: 17px;
}*/
.btn.btn-default.boton-gris {
  background: #ccc;
  text-shadow: none;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: background 0.2s;
  min-width: 98px;
}

.btn.btn-default.boton-azul {
  background: #0f69b4;
  text-shadow: none;
  border: 1px solid #0f69b4;
  box-shadow: none;
  transition: background 0.2s;
  min-width: 98px;
  color: #fff;
  
}
.starthidden {
    display: none;
  }

#acf-form > div.acf-form-submit > a {
  margin-top: 30px;
}

.btn.btn-default.boton-gris:hover {
  background: #eae8e8;
  border: 1px solid #eae8e8;
}

p {
  color: #83858a;
  font-family: 'gobCLRegular',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 18px;
}

th {
  color: #4273b4 !important;
  font-family: 'gobCLBold',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: 18px;
}

.iconos-acciones {
  max-width: 88px;
}

td {
  font-family: 'gobCLRegular',Tahoma,Verdana,'Segoe',sans-serif;
  font-size: initial;
}

.form-direccion {
  height: 70px;
}

#map {
  height: 100%;
}

button.btn.btn-primary {
  background: #a50a18;
  font-size: 16px;
}

button.btn.btn-primary:hover {
  background: #e42c3d;
}

button.btn.btn-default {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

button.btn {
  background: #0f69b4;
  border: #5d181e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  /*margin-bottom: 20px !important;*/
}

.boton-cancelar {
  margin-bottom: 30px;
}

.acf-field.acf-field-repeater.acf-field-59c54ea6f2d1d.col-md-12.table.table-responsive div > table,
.acf-field.acf-field-repeater.acf-field-59c56290cf8f0.table.table-responsive div > table,
.acf-field.acf-field-message.acf-field-59e8c844702db div > table.table.table-bordered.columna-t,
.acf-field.acf-field-message.acf-field-59ef4ba510fe7.table-responsive div > table,
#documentos > div.acf-input > div > div.acf-field.acf-field-repeater.acf-field-59c51b4ddb08c.table.table-responsive > div.acf-input > div > table,
#tabla-solicitudes > table {
  border: 5px solid #ddd;
}

title {
  width: 100px;
}

span.glyphicon.glyphicon-remove {
  margin-top: 2px;
  font-size: initial;
  color: black;
  float: left;
}

a.btn.btn-default.boton-gris {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}


.asterisco {
  color: #eb3646;
}

.panel-heading {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.panel-group .panel {
  border-radius: 0px;
}

.acf-field.acf-field-message.acf-field-59dfc0965c9c2.col-md-12.alert.alert-warning {
  background: #ffde33;
  border-color: #ffde33;
  margin-bottom: 75px;
  margin-top: -50px;
  display: -webkit-inline-box;
  box-shadow: none;
}

.acf-field.acf-field-message.acf-field-59dfc0965c9c2.col-md-12.alert.alert-warning div p {
  color: #523f1d;
  font-size: 15px;
}

.bt-inscripcion {
  margin-top: 0px;
}

.acf-fields > .acf-field {
  margin-bottom: 44px;
}

h4.panel-title {
  color: white;
  height: 38px;
  cursor: pointer;
}

div#contenedor-btndocumentos,
div#contenedor-solicitantes,
div#contenedor-propiedad,
div#contenedor-posesionmaterial,
div#contenedor-financiamiento,
div#contenedor-documentos,
div#contenedor-btncomprobante {
  height: 48px;
  margin-bottom: 6px;
}
/*div#mapa-javascript {*/
/*clear: right;*/
/*margin-top: -288px;
  height: 476px;*/
/*#contenedor-solicitantes :nth-child(2) {
  top: -18px;
}*/
@media screen and (min-width: 30em) {
  #contenedor-solicitantes :nth-child(2),
  #contenedor-propiedad :nth-child(2),
  #contenedor-posesionmaterial :nth-child(2),
  #contenedor-financiamiento :nth-child(2),
  #contenedor-documentos :nth-child(2),
  #contenedor-comprobantes :nth-child(2) {
    top: -18px;
  }

  .wrap {
    height: 200px;
  }
}

@media screen and (min-width: 48em) {
  #contenedor-solicitantes :nth-child(2),
  #contenedor-propiedad :nth-child(2),
  #contenedor-posesionmaterial :nth-child(2),
  #contenedor-financiamiento :nth-child(2),
  #contenedor-documentos :nth-child(2),
  #contenedor-comprobantes :nth-child(2) {
    top: -4px;
  }

  .wrap {
    height: 200px;
    /*margin-top: -30px;*/
  }
}

@media screen and (max-width: 990px) {
  #contenedor-solicitantes :nth-child(2),
  #contenedor-propiedad :nth-child(2),
  #contenedor-posesionmaterial :nth-child(2),
  #contenedor-financiamiento :nth-child(2),
  #contenedor-documentos :nth-child(2),
  #contenedor-comprobantes :nth-child(2) {
    top: -19px;
  }

  table.table.cabeza-t thead tr :first-child {
    width: 1%;
    min-width: 261px;
  }

  table.table.table-bordered.columna-t thead tr :first-child {
    width: 39%;
    min-width: 261px;
  }

  table.table.cabeza-t thead tr :nth-child(2),
  table.table.cabeza-t > thead tr :nth-child(3) {
    font-size: 14px;
  }

  #contenedor-comprobantes > div.acf-input > div > div:nth-child(2) > a {
    margin-top: 19px !important;
  }
  /*div#mapa-javascript {
      margin-top: -288px;
      height: 499px;
    }*/
}

@media screen and (min-width: 990px) {
  div#cmb-comuna {
    /*top: -398px;*/
    clear: left;
  }

  div#txt-direccion {
    clear: left;
    /*bottom: 820px;*/
  }

  div#radio-tipo-inmueble {
    clear: left;
  }

  .acf-field.acf-field-select.acf-field-59c3e08b79d58.col-md-6,
  .acf-field.acf-field-select.acf-field-59c3e0cd79d5b.col-xs-12.col-md-6,
  .acf-field.acf-field-select.acf-field-59c3e0db79d5c.col-xs-12.col-md-6,
  .acf-field.acf-field-checkbox.acf-field-59c3e0e479d5d.col-xs-12.col-md-6 {
    clear: left;
  }

  table.table.cabeza-t thead tr :first-child {
    width: 32%;
  }

  table.table.table-bordered.columna-t thead tr :first-child {
    width: 39%;
  }

  div#mapa-javascript {
    margin-top: -288px;
    height: 500px;
  }
}

@media screen and (min-width: 1200px) {
  div#mapa-javascript {
    margin-top: -288px;
    height: 476px;
  }
}

@media screen and (max-width: 767px) {
  button.btn.btn-primary {
    margin: 30px 0 0 0;
  }

  button.btn.btn-default.boton-gris.boton-imprimir {
    float: right;
    margin: 0 0 30px 0;
  }

  .site-branding {
    position: absolute !important;
    padding-top: 0 !important;
    width: 100%;
    height: 200px !important;
  }
}
/*.boton-ingresar { 
    margin: 30px 0 0 0;
  }*/
#contenedor-solicitantes > div,
#contenedor-propiedad > div,
#contenedor-posesionmaterial > div,
#contenedor-financiamiento > div,
#contenedor-documentos > div,
#contenedor-comprobantes > div {
  margin: 0px;
}

select,
.acf-field input[type="text"],
.acf-field input[type="number"],
.acf-field input[type="email"] {
  height: 34px;
}

.acf-input > ul li label {
  font-family: 'gobCLLight',Tahoma,Verdana,Segoe,sans-serif;
  font-size: 18px;
}
/*.acf-field.acf-field-message.acf-field-59dfc0965c9c2.alert.alert-warning {
    display: -webkit-inline-box;
}*/
div.acf-label label h5 {
  margin-top: -22px;
}

a.acf-button.button.button-primary,
a.btn.btn-default.button-primary {
  background: #0f69b4;
  border: #0f69b4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px;
  border-radius: 4px;
  float: left;
  transition: background 0.2s;
  margin-top: 20px;
  text-shadow: none;
  box-shadow: none;
}

a.acf-button.button.button-primary:hover,
a.btn.btn-default.button-primary:hover {
  background: #2f98ef;
}

.acf-field.acf-field-repeater.acf-field-59c51b4ddb08c.table.table-responsive,
.acf-field.acf-field-repeater.acf-field-59c56290cf8f0.table.table-responsive,
.acf-field.acf-field-repeater.acf-field-59c54ea6f2d1d.col-md-12.table.table-responsive,
.acf-field.acf-field-message.acf-field-59ef4ba510fe7.table-responsive,
.acf-field.acf-field-message.acf-field-59e8c844702db,
.acf-field.acf-field-message.acf-field-59e8c844702db > div.acf-input > div.table-responsive,
#tabla-solicitudes {
  border: none;
}

table.cabeza-t,
table.table.cabeza-t {
  position: inherit;
  margin: auto;
}
/*table.table.table-bordered.cabeza-t thead tr :first-child {
  width: 39%;
  min-width: 248px;
}
table.table.table-bordered.columna-t thead tr :first-child {
  width: 39%;
  min-width: 248px;
}*/
table.table.cabeza-t thead tr :nth-child(2),
table.table.cabeza-t > thead tr :nth-child(3) {
  width: 25%;
  min-width: 156px;
  text-align: center;
  background: #ddd;
}

table.table.cabeza-t thead tr :nth-child(2) {
  border-right: 1px solid white;
}
/*th.t-subsidio, th.t-aporte {
  width: 25%;
  text-align: center;
}*/
.hide-if-value > p a {
  color: #4273b4;
  border: 1px solid #4273b4;
  padding: 3px;
  margin-left: 5px;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s;
  -moz-transition: border 0.2s ease-in-out, color 0.2s;
  -o-transition: border 0.2s ease-in-out, color 0.2s;
  -ms-transition: border 0.2s ease-in-out, color 0.2s;
  transition: border 0.2s ease-in-out, color 0.2s;
}

.hide-if-value > p a:hover {
  color: #77aaec;
  border: 1px solid #77aaec;
}
/*.acf-error > .acf-error-message {
  background: white;
  color: #f00;
  margin: 0 0 10px;
  display: -webkit-inline-box;
  border-radius: 0px;
  border-left: none;
}*/
.acf-icon.-pencil:before,
.acf-icon.-cancel:before {
  content: '\e803';
  top: 3px !important;
}

.acf-repeater.-empty.-table {
  overflow: auto;
  padding: 0 0 15px;
}

#comprobantes > div.acf-input > div > div.acf-field.acf-field-message.acf-field-59ef4ba510fe7.table-responsive > div.acf-input > table.table.table-bordered.cabeza-t {
  border-bottom: none;
}

#comprobantes > div.acf-input > div > div.acf-field.acf-field-message.acf-field-59ef4ba510fe7.table-responsive > div.acf-input > table:nth-child(2) > tbody > tr:nth-child(1) > td:nth-child(1) {
  min-width: 155px;
}

#comprobantes > div.acf-input > div > div.acf-field.acf-field-message.acf-field-59ef4ba510fe7.table-responsive > div.acf-input {
  overflow: auto;
}
/*#main > div {
  clear: left;
  border: 5px solid #ddd;
}*/
#main > a {
  margin-bottom: 30px;
  margin-top: 30px;
}

#main > div > table > tbody > tr > td > a {
  color: #666;
  margin-right: 27px;
}

#main > div > table > tbody > tr:nth-child(1) > th:nth-child(4) {
  min-width: 115px;
}

.table > tbody > tr > th,
.table > tbody > tr > td,
div.acf-input > div > table > thead > tr > th {
  vertical-align: inherit;
}

input#boton-submit-acf {
  display: none;
}

#breadcrumbs {
  margin: -55px 0 34px;
  color: #475156;
  font-family: sans-serif;
  font-size: 14px;
}

#breadcrumbs ul li {
  float: left;
}

#breadcrumbs ul li.sep {
  margin: 0 5px;
}

#breadcrumbs > ul > li {
  list-style: none;
}

#breadcrumbs > ul > li a:hover {
  text-decoration: underline;
}

.disable-declaracion {
  color: #ccc;
}

.disabled-link {
  color: #ccc;
}

#main > div.titulo-documentos > h1 {
  color: #4273b4;
  font-size: 32px;
  margin-bottom: inherit;
  padding: inherit;
}

#main > div.titulo-documentos > h3 {
  margin: auto;
  font-family: 'gobCLBold',Tahoma,Verdana,'Segoe',sans-serif;
}

div#btn-logout > div.tooltip.fade.top.in {
  left: 10px;
}

#accordion > h3:nth-child(2) {
  padding-top: initial;
}

#btn-generar-comprobante {
  margin-bottom: 30px;
}

#contenedor-comprobantes > div.acf-input > div > div:nth-child(2) > a {
  margin-top: 4px;
}

#c-fecha {
  font-weight: bold;
}
/*---FIN NUEVA POSTULACIÓN Y SANEAMIENTO---*/
/* - campos persona  - */
div#cont-per-natural,
div#cont-per-juridica {
  padding-left: 0px;
}

div#cont-per-natural .acf-fields.-border,
div#cont-per-juridica .acf-fields.-border {
  border: none;
}

div#cont-per-juridica > div.acf-input > div.acf-fields .acf-label,
div#cont-per-juridica > div.acf-input > div.acf-fields .acf-input,
div#cont-per-natural > div.acf-input > div.acf-fields .acf-label,
div#cont-per-natural > div.acf-input > div.acf-fields .acf-input {
  display: inline-block;
}

div#cont-per-natural > div.acf-input > div.acf-fields .acf-input,
div#cont-per-juridica > div.acf-input > div.acf-fields .acf-input {
  float: right;
  margin-right: 50px;
}

div[data-name="estado_civil-arriendo"] > div.acf-input,
div[data-name="estado_civil-arriendo"] > div.acf-label {
  float: left !important;
}

div#cont-per-natural div[data-name="estado_civil-arriendo"] > div.acf-label,
div#cont-per-juridica div[data-name="estado_civil-arriendo"] > div.acf-label {
  margin-right: 165px;
}

div[data-name="razon_social"] > div.acf-input,
div[data-name="rubro_giro"] > div.acf-input {
  width: 555px;
}

div#cont-per-juridica.acf-field.acf-field-group.acf-field-5c057cc206001 div.acf-label label,
div#cont-per-natural.acf-field.acf-field-group.acf-field-5c057c6606000 div.acf-label label {
  padding-left: 12px;
}

div#cont-per-juridica.acf-field.acf-field-group.acf-field-5c057cc206001 div.acf-input div.acf-fields.-top.-border div.acf-field.acf-field-message.acf-field-5c0e78f60c4eb.col-md-12 div.acf-input {
  float: left;
}
/* Posicion mapa */
div#datosinmuebles-grupo,
div#mapa-grupo {
  clear: none !important;
}

div#datosinmuebles-grupo > div.acf-input > div.acf-fields.-top.-border {
  border: none;
}

div#datosinmuebles-grupo > div.acf-input > div.acf-fields.-top.-border div {
  clear: none;
}

.acf-field-number.acf-field-5c19337b11038 {
  clear: none !important;
}

.acf-field-select.acf-field-5c1933b511039 {
  clear: none !important;
}

div#tipo-inmueble {
  height: 107px;
  border-top: none;
}

div#map {
  max-height: 500px;
}

/* Tablas informacion de persona */
div#actividad-economica,
div[data-name="otros_servicios"]{
  clear: none;
}

div[data-name="otros_servicios"]{
  padding-top: 80px;
}

div#actividad-economica.acf-field.acf-field-radio.acf-field-5c054b3e5a6ab div.acf-input ul.acf-radio-list.acf-hl li {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
}

div[data-name="regimen_patrimonial"],
div[data-name="pertenece_a_pueblos_originarios"] {
  width: 33%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
}

div[data-name="domicilio"], 
div[data-name="region"], 
div[data-name="comuna"], 
div[data-name="provincia"],
div[data-name="telefono_fijo"],
div[data-name="telefono_celular"],
div[data-name="correo_electronico"],
div[data-key="field_5c054f3f5a6b9"],
div[data-key="field_5c054f485a6ba"],
div[data-key="field_5c054f505a6bb"],
div[data-key="field_5c0e7e1b722ca"],
div[data-key="field_5c0e7e6a722cb"],
div[data-key="field_5c0e7e87722cc"],
div[data-key="field_5c0803adbe342"],
div[data-key="field_5c0803cfbe343"],
div[data-key="field_5c0803efbe344"]{
  clear: none;
}
div.acf-field.acf-field-text.acf-field-5c054f485a6ba.col-md-3,
div.acf-field.acf-field-text.acf-field-5c054f505a6bb.col-md-4,
div.acf-field.acf-field-text.acf-field-5c0803cfbe343.col-md-3,
div.acf-field.acf-field-text.acf-field-5c0803efbe344.col-md-4,
div.acf-field.acf-field-group.acf-field-5c08039dbe341.row div.acf-input div.acf-fields.-top.-border,
div.acf-field.acf-field-group.acf-field-5c054f345a6b8.row div.acf-input div.acf-fields.-top.-border{
  border: none;
}

/*****************Clave Unica**************/

/*
	BTN Clave Única.
	Estilos gráficos para el botón de clave única.
	V 1.0.0
	por David Barra, DGD.
	09-07-2019
*/

.btn-cu{
	display: inline-block;
	padding: 8px 18px 8px 15px !important;
	background-color: #0F69C4;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	}

.btn-cu .cl-claveunica{
	color:#fff;
	display: inline-block;
	float: left;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/wp-content/uploads/2020/11/claveunica.svg); /* Esta URL debe ser modificada segun donde quede alojado el documento */
	background-size: 24px 24px;
}

	.btn-cu .texto{
		padding-left: 3px;
		text-decoration: underline;
		font-size: 16.3px;
		padding-top: 5px;
		}

	.btn-cu:hover{
		background-color: #0C549C;
		color:#fff;
	}

	.btn-cu:hover.hover-shw{
		background-color: #0F69C4 !important;
		-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
	}

	.btn-cu.s{
		padding: 6px 14px 6px 12px !important;
		font-size: 0.8rem;
	}

	.btn-cu.s .cl-claveunica{
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}

	.btn-cu.l{ 
		padding: 11px 30px 11px 23px !important;
		font-size: 1.25rem;
		}

	.btn-cu.l .cl-claveunica{
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
	}
