:root {
  --BottomOffset: -3px;
  --LineHeight: 2px;
  --Linewidth: 20px;
  --LineColor: #a0ff00;
}

html {
  min-height: 100%;
  position: relative;
}

*{
    color: #fff;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

select,
option {
  color: black!important;
}

.grafico{
  background-color: #28293f;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.custom-input-file {
  background-color: #a0ff00;
  color: #000!important;
  cursor: pointer;
  margin: 0 auto 0;
  border-radius: 5px;
  min-height: 15px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
}

.custom-input-file .input-file {
 border: 10000px solid transparent;
 cursor: pointer;
 font-size: 10000px;
 margin: 0;
 opacity: 0;
 outline: 0 none;
 padding: 0;
 position: absolute;
 right: -1000px;
 top: -1000px;
}

.form-radio {
   display: inline-block;
   width: 90%;
   box-sizing: border-box;
   float: left;
}

.modalst{
  background: url(img/cuatro.png) no-repeat;
  background-size: cover;
  background-position: center center;
background-attachment: fixed;
}

.modalusr{
  background: url(img/dos.png) no-repeat;
  background-size: cover;
  background-position: center center;
background-attachment: fixed;
}


.bindex{
  background: url(img/index.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  background-attachment: fixed;
}

.bdos{
  background: url(img/dos.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  background-attachment: fixed;
}

.btres{
  background: url(img/tres.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  background-attachment: fixed;
}

nav{
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 40px 50px;
}

.logo{
    height: 70px;
    transition: all 0.8s;
}

.logo:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	max-width: 100%;
}

.logopart{
    width: 65%;
    transition: all 0.8s;
}

.logopart:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	max-width: 70%;
}

nav ul{
    float: right;
    margin-right: 140px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 15px;
}
nav ul li a{
  color: #fff!important;
  position: relative;
  z-index: 1;
}

nav ul li a:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    background: var(--LineColor);
    width: 0;
    height: var(--LineHeight);
    bottom: var(--BottomOffset);
	  border-radius:var(--LineHeight);
    left: 50%;
    transition: 0.4s cubic-bezier(0.25, 0.1, 0, 2.02);
}

nav ul li a:hover:before {
    width: calc(100% + var(--Linewidth));
    left: calc(var(--Linewidth) / -2);
}

nav ul li a.active:before{
  width: calc(100% + var(--Linewidth));
  left: calc(var(--Linewidth) / -2);
}

.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

.titleInt{
  font-size: 1.5em;
  font-weight: 500;
}

.title{
  margin-top: 3.5rem!important;
  font-style: italic;
  font-size: 2em;
  font-weight: 500;

}

.titleDenuncia{
  margin-top: 5.5rem!important;
  margin-bottom: 1.5rem!important;
  font-style: italic;
  font-size: 2em;
  font-weight: 500;
}

.subtitleResumen{
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
}

.hashResumen{
  color: #a0ff00!important;
  font-size: 1em;
  font-weight: 700;
}

.subtitle{
  margin-top: .5rem!important;
  font-style: italic;
  font-size: 2em;
  font-weight: 400;
}

.subtitleDenuncia{
  margin-top: 2rem!important;
  margin-bottom: 4rem!important;
  font-style: italic;
  font-weight: 400;
}

.hash{
  color: #a0ff00!important;
  font-size: 2em;
  font-weight: 700;
}
.box {
   color: black;
}
.squareSomos{
  padding: 1%;
  margin-top: 5vh;
  margin-bottom: 13vh;
  border: #fff 4px solid;
  border-radius: 20px;
  font-weight: 300;
}

.squareOpinion{
  padding: 1%;
  margin-top: 10vh;
  margin-bottom: 25vh;
  border: #fff 4px solid;
  border-radius: 20px;
  font-weight: 300;
}

.squareDenuncia{
  margin-left: 5px;
  margin-right: 5px;
  padding: 1%;
  border: #fff 4px solid;
  border-radius: 20px;
  font-weight: 300;
}

.squareDenuncia2{
  padding: 2% 2% 0;
  border: #fff 4px solid;
  border-radius: 20px;
  font-weight: 300;
}

.btnDenuncia{
  position: relative;
  bottom: 2%
}

.textSomos{
  margin: 3%;
}

.clos{
  font-weight: 500;
  color: #a0ff00;
    padding:2px 10px;
    float:left;
    display:inline-block;
}

.next {
  font-weight: 500;
  color: #a0ff00;
    padding:2px 10px;
    float:right;
    display:inline-block;
}


.countersq{
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 5%;
  border: #a0ff00 4px solid;
  border-radius: 20px;

}

.countNumber{
  font-size: 4em;
  font-weight: bold;
  padding: 6%;
}

.countPend{
  font-size: 2em;
  font-weight: bold;
  padding: 12%;
}

.countText{
  font-size: 1.2em;
}

.smallText{
  font-size: 0.7em;
  margin-top: -12px;
}

.centrVert{
  height: 80%;
  width: 100%;
   display: flex;
   align-items: center;

}

.botn{
  font-weight: 500;

  width: 70%;
  margin-top: 4%;
  background-color: #a0ff00;
  border: 1px solid #a0ff00;
  border-radius: 20px;
  color: black;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.footerResumen {
   margin-top: .2rem;
   height:30px;
   width:100%;
   bottom: 0;
}

.footerResumen img {
	width: 1vw;
	margin-left: .5vw;
	margin-right: .5vw;
}

.footer {
   margin-top: .5rem;
   height:40px;
   width:100%;
   bottom: 0;
}

.footer img {
	width: 1.5vw;
	margin-left: .5vw;
	margin-right: .5vw;
}

datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 100%;
}


input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #a0ff00;
        content: '';
        display: inline-block;
        visibility: visible;
    }

    /* Firefox */
input[type="range"]::-moz-range-progress {
  background-color: #a0ff00;
}
input[type="range"]::-moz-range-track {
  background-color: #a0ff00;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #a0ff00;
}
input[type="range"]::-ms-fill-upper {
  background-color: #a0ff00;
}



@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width: 858px){
  .modalst{
    background: url(img/cuatro.png) no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }

  .modalusr{
    background: url(img/dos.png) no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
    .checkbtn{
        display: block;
    }
    ul{
        z-index: 9;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
    }
    #check:checked ~ ul{
        left:0;
    }

    .enlace{
        position: absolute;
        padding: 20px 20px;
    }

    .logo{
        height: 45px;
        transition: all 0.8s;
    }

    .titleInt{
      font-size: 1.5em;
    }

    .title{
      margin-top: 2.5rem!important;
      font-size: 1.5em;
    }

    .titleDenuncia{
      margin-top: 2.5rem!important;
      font-size: 1.5em;
    }

    .subtitle{
      font-size: 1.5em;
    }


    .hash{
      font-size: 1.5em;
    }

    .countersq{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 4%;
      border: #a0ff00 4px solid;
      border-radius: 20px;

    }

    .countNumber{
      font-size: 4em;
      font-weight: bold;
      padding: 5%;

    }

    .footerResumen {
      margin-bottom: 5%;
       height:20px;
       width:100%;
    }

    .footerResumen img {
    	width: 4vw;
    	margin-left: .5vw;
    	margin-right: .5vw;
    }


    .footer {
      margin-bottom: 5%;
  	   left: 0%;
  	   height:20px;
  	   width:100%;
  	}

  	.footer img {
  		width: 4.5vw;
  		margin-left: .8vw;
  		margin-right: .8vw;
  	}
}
