html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  /*padding-bottom: 6rem;*/
  min-height: 100%;
  background:#FFF;
  height: auto !important;
}


#pagina_base{
  min-height: 589px;
}

.wraper-denuncia {
  margin: 0 auto;
  font-size: 14px;
  padding-bottom:40px;
  min-height: calc(100vh - 89px);
}
.footer-denuncia {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  font-size: 14px;
}
.top-option{
  position: fixed;
  top:0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: inline-table;
  display: none;
}

.top-option figcaption{
    /*overflow: auto;*/
    width: 550px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 10%;
    /*bottom: 0px;*/
    left: 0px;
    right: 0px;
    margin: auto;
    /*max-height: 50%;*/
    padding: 0 10px 10px 10px;
}

.top-option.toplayer-exportar figcaption{
  height: 360px !important;
}

.top-option figcaption .close{
  position: absolute;
  top: -18px;
  right: -18px;
  background: #009530;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding:9px;
  padding-bottom:15px;
  font-size: 25px;
  margin: 0px;
  line-height: 10px;
  cursor: pointer;
}


.top-option figcaption h3{
  text-align: center;
  border-bottom: 1px solid #009530;
  margin: 10px auto;
  font-size: 19px;
  padding-bottom: 5px;
  margin-top: 47px;
  color: #009530;
  margin-bottom: 30px;
}

.top-option figcaption .btns{
  padding: 0px;
  width: 100%;
  list-style-type: none;
  text-align: center;

}
.top-option figcaption ul{
  margin-bottom:20px;
}
.top-option figcaption .btns li{
  width: 57%;
  height: auto;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #012353;
  margin:15px auto;
  text-transform: uppercase;
}
.top-option figcaption .btns li a{
  display: block;
  color: #fff;
  /*line-height: 30px;*/
}


.header-denuncia .border-top{
  background-color: #FFF;
  min-height:  95px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.header-denuncia .border-top img{
    max-width: 240px;
    max-height: 100px;
    display: block;
}

.header-denuncia .logo{
  width: 160px;
  max-width: none;
  position: absolute;
  left: 5%;
  top:5%;
}


.center-denuncias{
  width: 60%;
  margin:0px auto;
  /*background: #000;*/
  /*height:500px;*/
  margin-top: 80px;
}

.bloq-img{
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
    border: 3px solid #2A5294;
}

.bloq-text{
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: auto;
  /*background: blue;*/
  color: #676767;
  font-size: 16px;
  font-weight: normal;
}
.bloq-text p{
  line-height: 22px;
}


.bloq-text h1{
  color: #636363;
  font-weight: 400;
  margin:10px 0;
  font-size: 30px;
}

.bloq-input{
  display: inline-block;
  vertical-align: top
}
.eliminar-dato-denunciado{
  align-self: center;
}
 .datos-denunciados-indice{
  display: block;
  width: 20px;
  height: 20px;
  background-color: #009530;
  border-radius: 50%;
  color:#FFF;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  flex-shrink: 0;
  align-self:center
}



.info-datos .bloq h3{
  color: #262626;
  font-size: 18px;
  margin:  2% auto;
}


.margin-2{
  margin:2% auto;
}

.info-datos .bloq h3 span{
  font-family: 'Open Sans', cursive;
  font-weight: lighter;
}

input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}


input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
  color: #666666;
}


input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width: 1.5em;
  height: 1.5em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid #009530;
  border-radius    : 100%;
  /*background       : rgb(224,224,224);*/
  /*  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));*/
  vertical-align   : bottom;
}


input[type=radio   ]:not(old):checked + label > span{
/*  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));*/
}


input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width: 0.8em;
  height: 0.8em;
  margin: 0.29em;
  border           : 0.0625em solid #009530;
  border-radius    : 100%;
  background       : #009530;
}

.bloq{
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #009530;
}

.bloq-input-2 input,
.bloq-input-2 textarea{
    width: 240px;
    padding: 11px 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    border: 1.5px solid #009530;
}



.bloq .select-style {
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    background: #fff url(/img/sitio/arrow.png) no-repeat 97% 50%;
    padding: 2px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    border: 1.5px solid #009530;
    max-width: 50% !important;
}

.bloq .select-style select {
    padding: 11px 11px;
    /*width: 130%;*/
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 30px;
    color: #666666;
}

.bloq .select-style select:focus {
    outline: none;
}

/*.bloq .select-style:nth-child(3){
  margin-left: 20px;
  //width: 280px;
}
*/


.file-donwload{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: auto !important;
  text-align: center;
  padding:10px;
  color: #fff;
  background: #009530;
  font-size: 12px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.bloq-input-2.solo input{
  /*margin:0 0 0 12%;*/
  max-width: 600px;
  width:100%;
  padding:11px 11px;
}

.bloq-input-2.solo textarea{
  width: 100%;
  max-width: 700px;
  height: 100px;
  padding:10px;
}


.top-file{
  width: auto;
  height: auto;
  padding:10px;
  background: #009530;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  margin-top: 20px;
  cursor: pointer;
}

.top-file img,
.top-file p{
  display: inline-block;
  vertical-align: middle;
  margin:0px 5px;
}

.bloq input[type="submit"]{
    width: auto;
  height: auto;
  padding:16px 25px;
  background: #009530;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  border:0px;
  margin-left: 20px;
  margin-top: 20px;
}



.cont-upload{
  position: fixed;
  z-index: 99999;
  background: rgba(256,256,256,.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
    display: none;
}


.cont-upload .cont{
  width: 700px;
  height: 500px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
}
.cont-upload .cont .cont-border{
  width: 95%;
  height: 95%;
    position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
  border: 3px dashed gray;
  text-align:center;
  display: inline-table;
}


.cont-upload .cont .cont-border .center{
  display: table-cell;
  vertical-align: middle;
}
.cont-upload .cont .cont-border .center h4{
    font-size: 35px;
    font-weight: lighter;
    color: #929191;
    margin:0px;
}
/*.cont-upload .cont .cont-border .center input{
     width: auto;
  height: auto;
  padding:16px 25px;
  background: #2A5294;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  border:0px;
  margin-top: 20px;
}
*/

.input-file-container {
  position: relative;
  width: auto;
  text-align: center;
  margin: 0px auto;
  display:inline-block;
}
.js .input-file-trigger {
  display: block;
  padding: 14px 45px;
   background: #2A5294;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #39D2B4;
}

.anonimo{
  text-align: center;
  display: none;
}
.anonimo p{
  color: #009530;
  width: 90%;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 14px;
}
.anonimo h4{
    color: #009530;
  text-align: center;
}


.anonimo input[type="text"]{
    width: 100%;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
}
.margin-top{
  margin-top:10px;
}

.anonimo input[type="submit"]{
  width: auto;
  height: auto;
  padding:12px 20px;
  background: #2A5294;
  display: inline-block;
  border: 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}





.codigo{
  text-align: center;
  display: block;
}
.codigo p{
  color: #009530;
  width: 90%;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 14px;
}
.codigo h4{
  padding:10px 20px;
  color: #009530;
  text-align: center;
}


.codigo input[type="text"]{
    width: 200px;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
}

.codigo input[type="submit"]{
  width: auto;
  height: auto;
  padding:12px 20px;
  background: #2A5294;
  display: inline-block;
  border: 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
}

.codigo hr{
  width: 80%;
  margin:0px auto;
  margin-top: 8px;
  margin-bottom: 10px;
}

.codigo .link a{
  color: inherit;
}
.codigo .link{
  margin-top: 11px;
  display: block;
  color: #FEA800

}

.codigo .text,
.codigo .info{
  display: inline-block;
  text-align: left;
  margin: 5px auto;
}

.codigo .text{
  width: 150px;
}
.codigo .info{
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  border: 1px solid #a7bccf;
  padding: 5px 5px;
  font-size: 12px;
  border: 1px solid #009530;
}


.miestado .bloq{
  border-bottom: 0px
}

.miestado .bloq input[type="submit"]{
  padding: 10px 29px;
}


.miestado .inline{
  display: inline-block;
  vertical-align: top;
}
.miestado .inline span{
  display: block;
  color:#009530;
  margin: 10px auto;
}

.info-datos.ver{
  display: none;
}

.miestado .ver span{
  display: inherit;
}
.miestado .ver .cnt-in{
  width: auto;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
  border: 1px solid #a7bccf;
  padding: 7px 15px;
  background: #fff;
  display: inline-block;
  color: #009530;
  margin-left: 2px
}

.miestado .ver .cnt-in:nth-child(2){
  margin-right: 10px
}
.miestado .ver .bloq-input-2 p:first-child{
  color: #009530;
  margin: 0px;
  margin-bottom: 10px;
}


.miestado .ver .inline span{
  margin: 0px
}
.miestado .ver .bloq{
  width: auto;
  background: #F9F9F9;
  padding: 12px 20px;
  display: inline-block;
}

.miestado .ver .bloq input[type="submit"]{
  margin-left:0px;
}

.load{
  position: fixed;
  background: rgba(256,256,256,.8);
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: inline-table;
  display: none;
}
.load img{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto
}

.continuar{
    padding: 10px 25px;
    background: #009530;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border:none;
}

.bloq-masinfo{
  display: none;
}

.bloq-masinfo p:first-child{
  color: #004573;
  font-weight: 600
}

.bloq-masinfo textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    width: 500px;
    max-width: 500px;
    height: 150px
}

.miestado .bloq .bloq-masinfo input[type="submit"]{
      padding: 14px 29px;
      margin-left: 30px;
}
.miestado .bloq .bloq-masinfo .top-file img{
  width: 32px
}



/*////////////////////////////// */
/*/          PLATAFORMA          */


.header-plataforma{
  width: 100%;
  height: 117px;
  margin:0px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.header-plataforma .logo{
  flex-basis: auto;
  padding:0 1em;
  width: 200px;
}

.header-plataforma .logo img{
  max-width: 120px;
  width: 100%;
}

.header-plataforma .titulo{
  flex:1;
  color: #636363;
}
.header-plataforma .titulo p{
  font-size: 25px;
  font-weight: 300;
  margin:0;

}


.right-user{
  text-align: left;
  margin: auto;
  color: #636363;
  display: block;
  line-height: 1.5em;
  font-size: 14px;
  padding:0 2em;
  width: 200px;
}
.right-user img{
  max-width:15px;
  width: 100%;
  display: inline-block;
  margin:0 5px 0 0;
  filter: brightness(.6);
}
.right-user a{
  color: #636363;
  text-decoration: none;
}
.right-user .bloque{
  margin-bottom: .3em;
  text-align: left;
}
.right-user .bloque .flex,
.right-user .bloque.flex{
  display: flex;
  line-height: 1.1em;
  align-items: center;
  gap:2px;
  flex-wrap: wrap;
  justify-content: center;
}

.cont-bienvenido{
  max-width: 540px;
  width: 100%;
  background: #fff;
  margin: 0px auto;
  margin-top: 100px;
  padding:40px;
  text-align: left;
}

.cont-bienvenido p{
  font-size: 22px;
  color: #009530;
}


.cont-bienvenido legend{
  color: #009530;
  font-weight: 400;
  margin-top:10px;
  /*text-transform: capitalize;*/
}
.cont-bienvenido input[type="text"],
.cont-bienvenido input[type="password"]{
     max-width: 450px;
     width:100%;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    margin-bottom: 12px;
  font-size: 14px;
}

.input-enviar{
  float: left;
  width: auto;
  padding: 8px 22px;
  background: #009530;
  border: 0px;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align: middle;
}

.check-recordar{
  vertical-align: middle;
  float: right;
    color: #2A5294
}


.cont-tabla-denuncias{
  background: #fff;
  padding:60px;
  width: auto;
  margin:0px auto;
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
}
.cont-tabla-denuncias table{
  width: 100%;
  margin:0px auto;
  border-collapse: collapse;
}

.cont-tabla-denuncias table tr:nth-child(even){
  background: #EBEBEB
}

.cont-tabla-denuncias table tr:nth-child(odd){
  background: #DBDBDB
}

.cont-tabla-denuncias table .table-hd{
  background: #009530 !important;
  color: #fff;
}
.cont-tabla-denuncias table .table-hd td{
  color:#fff;
  border: 0px;
}

.cont-tabla-denuncias table tr td{
  padding: 10px;
  border-right: 1px solid #859FB7;
  border-top: 1px solid #859FB7;
  border-bottom: 1px solid #859FB7;
}

.cont-tabla-denuncias table tr td:last-child{
  border-right: 0px;
}

.cont-tabla-denuncias .bloq-icon{
  width: 30px;
  height: 30px;
  background: #002D6C;
  position: relative;
  margin: 0px
}

.cont-tabla-denuncias .buscar{
  font-size: 0px;
  float: right;
  margin-bottom: 20px;
}

.cont-tabla-denuncias .buscar .bloq-icon,
.cont-tabla-denuncias .buscar input{
  display: inline-table;
  vertical-align: middle;
}
.cont-tabla-denuncias .buscar input{
  margin: 0px;
  padding:6px 2px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
border: 1px solid #a7bccf;
border-left: 0px;
margin-left: 0px;
}


.cont-tabla-denuncias .buscar .bloq-icon img{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin:auto;
}


.cont-tabla-denuncias table tr td:nth-child(1){
  /*background: red;*/
  width: 150px;
  padding:2px;

}
.cont-tabla-denuncias table tr td:nth-child(7){
  /*background: red;*/
  width: 300px
}

.cont-tabla-denuncias table tr td:nth-child(8){
  /*background: red;*/
  width: 100px;
  padding:2px;
}


.list-denuncias .select-style {
    padding: 0;
    margin: 0;
    width: 90%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    background:  url("/img/sitio/arrow.png") no-repeat 97% 50%;
    padding: 2px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
}
.list-denuncias .select-style select {
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-weight: bold;
    padding: 5px 30px 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            text-align: center;
}
.list-denuncias .select-style select:focus {
    outline: none;
}
.list-denuncias .select-style:nth-child(3){
  margin-left: 20px;
  width: 280px;
}

.color-1{
  color: #F95F1F;
}
.color-3{
  color: #008A10;
}


.cont-accordion{
  background: #fff;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  text-align: left;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}

.cont-accordion #accordion{
  width: 100%;
}
.cont-accordion #accordion .ui-widget-content{
  border: 0px;
}


.cont-accordion #accordion .ui-icon.iconOpen {
    background:url('/img/sitio/arrowup.png') no-repeat center;
    background-size: contain !important;
    /*background-size:20px;*/
    width:20px;
    height:20px;
}
.cont-accordion #accordion .ui-icon.iconClosed {
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAASCAYAAACnxdXaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxRjQ5M0RFODMzMjExRTU5ODlFQTMyODc2MjE5QkJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxRjQ5M0RGODMzMjExRTU5ODlFQTMyODc2MjE5QkJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDFGNDkzREM4MzMyMTFFNTk4OUVBMzI4NzYyMTlCQkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDFGNDkzREQ4MzMyMTFFNTk4OUVBMzI4NzYyMTlCQkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6nN/eAAAABJklEQVR42mL4//8/AxC7A/FpIP4KxBeBOB0qTikGmXMZiL9BzQfZwwCScAXiP/8xwSQgZiTTMpC+iVjMBNnjClJw4j9uMIMMi0Hqp+Ex8wRI0ff/+MFcIGYmwcJZBMz7AVL48D9hsJgIi0Hy84kw6yFIce1/4sBKIGbFY+FiIs2phWnYSKSG9UDMhmYhCxCvIFI/yB5mmEaQQauJ1LgViDnI0LcW5mD0IFpOpAE7gFgAiDeQEDUsMLuwxc1CIg36QKS6JeiJEFuiYCIi2RMLFmBL9fjy2xQKLZwN9QADsZbCLO4h08Jp+EoyYkqZdhItJFhmE1ueNhJpYQ8x5pFSkFcSsLCDWLNIrbKKgfgfFgubSTGHnLoyFFoxg+rGG0AcR6oZAAEGAKFBG45usv5CAAAAAElFTkSuQmCC') no-repeat center;
    background-size: contain !important;
    /*background-size:30px;*/
    width:20px;
    height:20px;
}


.cont-accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    position: absolute;
    right: .5em !important;
    left: inherit !important;
    top: 50%;
    margin-top: -8px;
}

.cont-accordion #accordion h3{
  background: #009530;
  padding: 13px;
  color: #fff;
}
.cont-accordion .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.cont-accordion .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
  -webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.cont-accordion .title-caso{
  display: block;
  /*margin-left: 10px;*/
  color: #009530;
  text-align: center;
  margin-bottom:10px;
  font-weight: bold;
  font-size: 16px;
}




.cont-accordion .title-caso:nth-child(1){
  font-size: 18px;
  font-weight: bold;
}



.cont-accordion .bloq{
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
}

.cont-accordion .bloq.asignado{
 color: #2A5294 !important;
 margin-top:0 !important;
}

.cont-accordion .bloq-info{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    padding: 5px 10px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    font-size: 14px !important;
    color: #727272 !important;
    font-weight: 400 !important;
    word-break:break-word;
}

.cont-accordion .bloq-info.margin{
  margin-top: 5px;
  margin-bottom: 10px;
}

.table-detalle-2 {
  border-collapse: collapse;

}
.table-detalle-2 td{
  padding:0.5em 0.75em !important;
  font-size: .9em !important;
}
.table-detalle-2 label{
  display: block;
  font-weight: bold;
  margin-bottom: .3em;
}
.table-detalle-2 .bloq-info{
  width: 100%;
}
.cont-accordion #accordion div{
  overflow: hidden;
}

.cont-accordion table{
  width: 100%;
}
.cont-accordion table td:nth-child(2){
  text-align: left;
  width: 60%;
}

.bloq-icon{
  display: inline-block;
  font-size: 13px !important;
  color: #2A5294 !important;
  margin-top: 10px;
  margin-right: 5px;
}

.cont-accordion .donwload{
  width: 100%;
  text-align: right;
  border-top: 1px solid #BFC0BF;
  padding-top: 5px;
  font-size: 14px !important;
  font-weight: 400 !important
}

.cont-accordion a{
  color: inherit !important;
}


.cont-accordion .textarea-comentario{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    border: 1px solid #a7bccf;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    height: 100px;
    display:block;
    font-size: 14px !important;
    color: #727272 !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-top: 5px;
}

div.browse-wrap {
  top:0;
  left:0;
  margin:20px;
  cursor:pointer;
  overflow:hidden;
  padding:10px 10px;
  text-align:center;
  position:relative;
  background-color:#009530;
  border:solid 1px #d2d2d7;
      display: inline-block;
    vertical-align: middle;
    color: #fff !important;
}

div.title {
    color:#fff !important;
    font-size:14px;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
  }

input.upload {
    right:0;
    margin:0;
    bottom:0;
    padding:0;
    opacity:0;
    height:300px;
    outline:none;
    cursor:inherit;
    position:absolute;
    font-size:1000px !important;
  }

span.upload-path {
    text-align: center;
    margin:20px;
    display:block;
    font-size: 80%;
    color:#fff !important;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
}


@media screen and (max-width: 1600px){
    .cont-tabla-denuncias table{
      font-size: 14px !important;
    }

    .cont-tabla-denuncias{
      width: 80%;
    }
}


@media screen and (max-width: 1400px){
  .bloque img{
    width: 15px;
  }
  .header-plataforma p{
    font-size: 20px;
  }
  .right-user{
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1380px){
  .top-option figcaption h3{
    font-size: 17px
  }

  .top-option figcaption .btns li a{
    font-size: 14px
  }

  .bloq-img{
    width: 80px;
    height: 80px;
  }

  .bloq-text h1{
    font-size: 23px;
  }

  .bloq-text{
    font-size: 14px;
  }
  .info-datos .bloq h3{
    font-size: 18px
  }

  .bloq-input-2{
    margin-top: 15px;
  }

    .cont-tabla-denuncias{
      width: 85% !important;
    }

}

@media screen and (max-width: 1300px){
  /*.center-denuncias{
    width: 90% !important;
  }*/

  .bloq-input-2.solo textarea{
    width: 100%
  }

}

@media screen and (max-width: 1200px){
  .cont-tabla-denuncias {
    width: 100% !important;
    padding: 0px;
}
}
@media screen and (max-width: 1100px){
  .center-denuncias{
    width: 90% !important;
  }
  .header-denuncia .logo {
     position: inherit !important;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}
.footer-denuncia .pez img{
  width: 100px;
}

}
@media screen and (max-width: 1000px){
  .miestado .ver .bloq {
    display: block;
    width:100% !important;
  }
}
@media screen and (max-width: 920px){

  .header-plataforma .titulo p{
    font-size: 20px;
    display: block;
  }
  .bloque {
    text-align: center;
    font-size: 12px;
  }
  .bloque img{
    vertical-align: middle;
  }
}
@media screen and (max-width: 800px){
  .wraper-denuncia{
    min-height: auto;
  }
  .bloq-img{display: none;}
  .bloq-input-2.solo input{
    width: 100%;
  }
  .bloq-input-2 input, .bloq-input-2 textarea{
    width: 100%;
    margin-left: 0px !important;
  }

  .bloq-input-2 input:last-child{
    margin-left: 0px;
  }

  .bloque-datos {
     /* margin: 0 0 0 12%;*/
    margin-left: 0px !important;
  }



  .codigo-etica{
    float: none !important;
    text-align: center !important;
  }

  .bton_pagina {
    text-align: center !important;
  }


  .bloque-datos .form-group {
  display: block;
  }

  .bloq .select-style:nth-child(3),
  .bloq .select-style{
    width: 100%;
    max-width: 100% !important;
    margin-left: 0px;
    margin-top:5px;
  }

   .file-donwload{
    margin-left: 0px;
    margin-top: 20px;
  }

  .info-datos,
  .bloq-text{
    width: 100%;
    margin: 20px 0 10px 0;
  }

  .cont-upload .cont{
    width: 100%;
  }

  .cont-upload .cont .cont-border .center h4{
    display: none
  }

  .cont-tabla-denuncias table {
      font-size: 10px !important;
  }
  body{
    padding-bottom: 0;
  }
  .footer-denuncia {
      position: inherit !important;
  }
  .cont-accordion .bloq-info{
    width:100%;
    margin:5px 0;
  }
  .cont-accordion .table-detalle:not(.table) td,
  .cont-accordion .table-detalle:not(.table) td:nth-child(2){
    width:100%;
    display: block;
  }

  .cont-accordion .table td,
  .cont-accordion .table td:nth-child(2){
    display: table-cell !important;
  }


}



@media screen and (max-width: 768px){
  .header-plataforma{
    flex-direction:column;
    height: auto;
    gap:.5em;
    padding:0 20px 20px 20px;
  }
  .header-plataforma .logo{
    padding:0;
    width: 100%;
  }
  .right-user{
    margin-top:.5em;
    width: 100%;
    display: flex;
    gap:4px;
    padding:0;
    align-items: center;
  }
  .header-plataforma .titulo{
    margin-bottom: .5em;
  }
  .header-plataforma .titulo p{
    font-size: 16px;
    font-weight: bold;
  }
  .right-user .bloque{
    flex: 1;
    text-align: center;
  }
  .right-user .bloque a{
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ui-accordion .ui-accordion-content{
    padding:0 !important;
  }
}
@media screen and (max-width: 650px){
  .footer-denuncia ul li{
    display: block;
    margin-bottom:20px;
    text-align: center;
  }
  .footer-denuncia ul li:first-child{
    margin-right: 0 !important;
  }
  .footer-denuncia .pez{
    display: none;
  }
  .top-option.toplayer-exportar figcaption,
  .top-option figcaption{
    max-width: 550px !important;
    width: 90% !important;
    max-height: 100%;
    top:5%;
  }

/*  .top-option figcaption .close{
    top: 0px;
    right: 0px;
        -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    width: 15px;
    height: 10px;
  }*/

  .link-cerrar{
    display: inline-block !important;
  }
  .top-option figcaption h3 {
      font-size: 14px;
  }

  .top-option figcaption .btns li a{
    font-size: 13px;
  }

  .top-option figcaption .btns li {
    padding: 10px 14px;
  }

  .top-option figcaption h4{
    margin-top: 45px;
  }

  .codigo .text, .codigo .info{
    display: block;
  }

  .info-datos .bloq h3{
    font-size:  15px;
  }

  .top-file img{
    width: 30px;
    display: none;
  }

  .top-file p{
    font-size: 14px;
  }

  .bloq input[type="submit"]{
    font-size: 14px;
    padding: 13px 25px;
  }

  .cont-tabla-denuncias table img {
    width: 12px;
}

.list-denuncias .select-style select{
  font-size: 9px;
}

}


@media screen and (max-width: 600px) {
   .header-denuncia {
    text-align: center;
   }
   .header-denuncia .logo {
      float: none;
      margin:20px auto;
  }
    .cont-tabla-denuncias table img {
    width: 9px;
}

.list-denuncias .select-style select{
  font-size: 7px;
}

  .cont-tabla-denuncias table {
      font-size: 7px !important;
  }

  .cont-tabla-denuncias table td{
    width: 10%;
  }

  .cont-table {
    width: 100%;
    overflow: auto;
  }






}

.plantas .lista_compania li{
}

.plantas .lista_compania .sub_texto ul{
  transform: skewX(-46deg);
    -webkit-transform: skewX(-46deg);
    -moz-transform: skewX(-46deg);
    -o-transform: skewX(-46deg);
    -ms-transform: skewX(-46deg);
}

.plantas .lista_compania .sub_texto li{
    color: #004573;
    font-size: 18px;
    font-weight: lighter;
}

.golfo a{
  color: #2A5294;
}

.has-error{
    border: 1px solid #009530 !important;
  }
  .toplayer-denuncia{
    padding:0 20px;
  }


.mensaje-obligatorios{
  color: #343434;
}

.codigo-etica{
    /*margin: 0 0 10px 53%;*/
    display: block;
    float: right;
    margin: 0 0 10px 0;
}
.codigo-etica a{
   margin: 0 0 0 2px !important;
 }

 .form-group {
    display: inline-block;
     vertical-align: top;
}



.bloque-datos .form-group{
  margin: 10px auto;
}
.bloque-datos label{
  display: block;
  padding:0 1em .5em 1em;
  font-weight: bold;
  font-size: .9em;
}


.bloq-flex:not(.solo) {
  display: flex;
  gap:1em;
  flex-wrap: wrap;
  margin-top: 1em;
}
.bloq-flex .form-group {
  flex:1;
  margin:0 ;
}
.bloq-flex textarea,
.bloq-flex input {
  width:100%;
  max-width: 100% !important;
  flex:1;
}

.bloq-flex .eliminar a{
  text-decoration: none;
}

.bloq-input .error, .bloq-input-2 .error, .bloque-input .error {
    color: #FF0000;
    font-size: 13px;
    display: block;
    text-align: left;
}

.configuracion .form-group{
  display: block;
}

.enviar-denuncia{
    background-color: #009530;
    color: #fff;
    font-weight: bold;
     padding: 5px 15px;
     width: 30%;
     border: none;
}

#enviar-finalizado{
    border: 0px solid;
    background-color: #009530;
    color: #fff;
    width: 150px;
    height: 25px;
    font-weight: bold;
}


@media screen and (max-width: 410px) {
   .file-donwload {
      font-size: 10px;
    }


  .top-option.toplayer-exportar figcaption, .top-option figcaption {
    max-height: 80%;
    max-width: 91%;
  }

}

.link-cerrar{
    display: block;
    margin: 20px auto 0;
    width: 30%;
    background: #009530;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
#asignar-button{
    padding: 10px 20px;
    border: 1px solid #009530;
    color: #FFF;
    background: #009530;
}
.archivos-cargados p{
  border-bottom:1px solid #dedede;
  padding:0 0 10px 0;
}
.plupload_start {
	display: none !important;
}
.texto-justificado{
  text-align: justify !important;
}


/* .bloq-input-2{
  margin-left: 8%;
} */

.bloque-categoria-tipo-denuncia{
  display: flex;
  gap: .5em;
}
.bloque-categoria-tipo-denuncia >div{
  flex-grow: 1;
}

.archivos-denuncia{
  padding:.5em 0;
  display: flex;
  gap: .5em;
}
.archivos-denuncia a{
  display: block;
}
.archivos-denuncia a .file-donwload{
  width: 100% !important;
  margin:0;
}
.listado-tipo-denuncias li {
  padding:.3em 0;
}
.listado-tipo-denuncias li a{
  display: inline;
  color:#009530
}


@media (max-width:768px){
  .bloque-categoria-tipo-denuncia{
    display: block;
  }
  .bloq-flex {
    flex-direction: column;
    align-items: normal !important;
  }
}

@media (max-width:500px){
  .archivos-denuncia{
    flex-direction: column;
  }
}

.radio-input input[type=radio ]{
  height: 0;
  width: 0;
}
.radio-input input[type=radio ]:not(old) + label{
  margin-left: 0;
}

/* Bulma table styles */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #363636;
  border-collapse: collapse;
  border-spacing: 0;
}
.table td,
.table th {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border: 1px solid #dbdbdb;
}
.table th {
  color: #363636;
}
.table thead th {
  color: #363636;
  border-bottom-width: 2px;
}
.table tfoot td,
.table tfoot th {
  border-top-width: 2px;
}
.table tbody tr {
  border-bottom: 1px solid #dbdbdb;
}
.table tbody tr:last-child {
  border-bottom-width: 2px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:hover {
  background-color: #f5f5f5;
}
.table.is-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}