input[type="number"] {
    -moz-appearance: textfield !important; 
    /* Firefox */
  }  

  input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}


.sub-text , .sc-icon{
    font-size: 15px !important;
}

.logoIDPI{
    height: 100px !important;
}

.bajaIni{
    margin-top: 15% !important;
    margin-left: 5% !important;
}

.acomodoTUs{
    margin-left: 100% !important;
}

.justifica{
    text-align: justify !important; 
}

.cambioStart{
    text-align: start !important;
}

.imgTama{
    width: 100% !important;
}

.quitaEspacioT{
    margin-top: 0 !important;
}

.quitaEspacioB{
    margin-bottom: 0 !important;
}

.nivelAlto{
    z-index: 10 !important;
}

.mueveTitulo{
    margin-left: -35%;
    margin-top: -15%;
}

.mueveTexto{
    margin-left: -25%;
    width: 40%;
}

.cambiaFondo{
    background: black !important;
    opacity: .6 !important;
}

.espacioA{
    margin-top: 10% !important;
}

circle{
    fill: none;
    stroke: rgb(187, 77, 14);
    stroke-width: 20 !important;
    stroke-dasharray: var(--porcen) 100 !important;
    transform: rotate(-90deg) !important;
    transform-origin: 50% !important;
}

.agranda{
    width: 100% !important;
}

.letraG{
    font-size: 20px !important;
}

.mitad{
    width: 80% !important;
}

.acomoda{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.chico{
    width: 180% !important;
}

.fondoB{
    background-color: white !important;
}

.letraB{
    color: white !important;
}

.letraN{
    color: black !important;
}

.fondoN{
    background-color: black !important;
}

.capitalizar {
    text-transform: capitalize !important;
  }

  .alineaCV{
    display: flex !important;
    align-items: center !important;
  }