:root {
    --color1: #53AE80;
    --color2: #167c9b;
    --color3: #bd1c1c;
    --fondo1: #0D9399;
    --fondo2: #53AE80;
  }

@media (min-width: 960px) and (min-resolution: 130dpi) {
  .logo_web {
    max-width: 160px!important;
  }
  .iconodenuncia {
    height: 2.5rem!important;
  }
  body{
    font-size: 90%!important;
  }
}



a{
    color: var(--color1);
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

h5{
    font-weight: 700;
    margin-bottom: 1.5rem;
}

body{
    font-family: 'Montserrat', 'Arial';
}

.accordion-button{
    font-size: 0.8rem!important;
    font-weight: bold!important;
}

.accordion-body{
    font-size: 0.7rem!important;
    color: #828181;
}

label{
    font-weight: 500;
}

form{
    color: #4E4C4C;
    font-size: 0.8rem;
}

.right-panel{background-color: #EBEBEB;border-radius: 0px 2rem 2rem 0px;padding: 1rem; min-height: 30rem}

.button-idioma{
    font-weight: 600;
    background: none;
    border: none;
    margin: 0rem 1rem;
    color: #828181;
    font-size: 0.8rem;
}

.button-idioma-active{
    color: black;
    border-bottom: 2pt solid var(--fondo1);
}

.footer{
    padding-top: 1rem;
    color: #878787;
    font-size: 0.8rem;
    text-decoration: underline;
}

.footer a{
    color: #878787;
}

.button-principal{
    border: 1pt solid #DDDDDD;
    padding: 1.5rem;
    border-radius: 2rem;
    display: block;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb),.075)!important;
    color: #A4A4A4;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.5s ease-out 100ms
}

.button-principal:hover{
    background-color: #f1f1f1;
}

.textos-info{
    font-size: 0.8rem;
    text-decoration: underline;
}

.bg-header{
    background-image: linear-gradient(to right, var(--fondo1) , var(--fondo2));
}

.color1{
    color: var(--color1);
}

.color2{
    color: var(--color2);
}

.color3{
    color: var(--color3);
}

.bg1{
    background-color: var(--color1); color: white;
}

.bg2{
    background-color: var(--color2); color: white;
}

.bg3{
    background-color: var(--color3); color: white;
}

.seccion-form{
  padding: 0.5rem 0;
  font-weight: 700;
  border-bottom: thick solid var(--color1);
}

.close{
    border: none;
    background-color: var(--color3);
    color: white;
    border-radius: 2em;
    font-size: 1.5rem;
    padding: 0rem 0.7rem;
}

.imgnuevadenuncia{
    color: tint(#BADA55, 42%);
}

.iconodenuncia{
    height: 3rem;
}

/*LOADING*/
.waitpage {
    background-color:rgba(256, 256, 256, 0.5);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display:none;
  }
  
  .waitpage-box {
    left: 50%;
    overflow: auto;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 99999;
    margin: -64px 0 0 -64px;
  }
  .waitpage-box p img {
    max-width: 100px;
    color: #d0622b;
    float: none;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
  
  }
  .waitpage-box p span {
    float: left;
    font-size: .8125em;
    font-weight: bold;
    padding: 6px 0 0 12px;
    white-space: nowrap;
  }

  .estado{
    font-size: 0.9rem;
    font-weight: 500;
  }
  
  .estado *{
    background: inherit;  
    background-clip: text; 
    -webkit-background-clip: text; 
    color: transparent; 
    filter: invert(1) grayscale(1) contrast(200); 
    -webkit-filter: invert(1) grayscale(1) contrast(200);
  }

  /* TIMELINE */

  
.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
  }
  
  .timeline::before {
    border-radius: 0.25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
  }
  
  .timeline > div {
    margin-bottom: 15px;
    position: relative;
  }
  
  .timeline > div::before, .timeline > div::after {
    content: "";
    display: table;
  }
  
  .timeline > div > .timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    color: #495057;
    margin-left: 60px;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  
  .timeline > div > .timeline-item > .time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
  }
  
  .timeline > div > .timeline-item > .timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
  }
  
  .timeline > div > .timeline-item > .timeline-header > a {
    font-weight: 600;
  }
  
  .timeline > div > .timeline-item > .timeline-body,
  .timeline > div > .timeline-item > .timeline-footer {
    padding: 10px;
  }
  
  .timeline > div > .timeline-item > .timeline-body > img {
    margin: 10px;
  }
  
  .timeline > div > .timeline-item > .timeline-body > dl,
  .timeline > div > .timeline-item > .timeline-body ol,
  .timeline > div > .timeline-item > .timeline-body ul {
    margin: 0;
  }
  
  .timeline > div > .timeline-item > .timeline-footer > a {
    color: #fff;
  }
  
  .timeline > div > .fa,
  .timeline > div > .fas,
  .timeline > div > .far,
  .timeline > div > .fab,
  .timeline > div > .fal,
  .timeline > div > .fad,
  .timeline > div > .svg-inline--fa,
  .timeline > div > .ion {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
  }
  
  .timeline > div > .svg-inline--fa {
    padding: 7px;
  }
  
  .timeline > .time-label > span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
  }
  
  .timeline-inverse > div > .timeline-item {
    box-shadow: none;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
  }
  
  .timeline-inverse > div > .timeline-item > .timeline-header {
    border-bottom-color: #dee2e6;
  }
  
  .dark-mode .timeline::before {
    background-color: #6c757d;
  }
  
  .dark-mode .timeline > div > .timeline-item {
    background-color: #343a40;
    color: #fff;
    border-color: #6c757d;
  }
  
  .dark-mode .timeline > div > .timeline-item > .timeline-header {
    color: #ced4da;
    border-color: #6c757d;
  }
  
  .dark-mode .timeline > div > .timeline-item > .time {
    color: #ced4da;
  }
  
  
.time-label{
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0.1em 0.1em 0.2em #e3e3e3;
  }
  
  .time-label *{
    background: inherit;  
    background-clip: text; 
    -webkit-background-clip: text; 
    color: transparent; 
    filter: invert(1) grayscale(1) contrast(200); 
    -webkit-filter: invert(1) grayscale(1) contrast(200);
    background-color: inherit!important;
  }
  
  .timeline-fa{
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
  }
  
  .timeline-fa *{
    background: inherit;  
    background-clip: text; 
    -webkit-background-clip: text; 
    color: transparent; 
    filter: invert(1) grayscale(1) contrast(200); 
    -webkit-filter: invert(1) grayscale(1) contrast(200);
    background-color: inherit!important;
  }

  #denuncia_paso label{
    font-size: 1.1rem;
    font-weight: 600;
  }

  #denuncia_paso textarea{
    margin-bottom: 1rem;
  }

  .previous{
    background: none!important;
    color: #999999!important;
  }

  .logo_web{max-width: 190px;max-height: 120px;vertical-align: middle!important;position: absolute;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);}
  
  @media screen and (max-width: 600px){
    .logo_web{max-width: 190px;max-height: 120px;vertical-align: middle!important;position: relative;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);}

    .bg-header{
      border-radius: 0px!important;
      padding: 1rem!important;
      margin-top: 2rem!important;
    }
    .principal1{
      margin-bottom: 1.5rem;
    }

    .right-panel{
      border-radius: 2rem 2rem 2rem 0px;
    }
  }

  @media screen and (min-width: 960px) and (max-width: 1300px) {
    .logo_web {
      max-width: 160px!important;
    }
    .iconodenuncia {
      height: 2.5rem!important;
    }
    body{
      font-size: 90%!important;
    }
  }

