@font-face {
    font-family: AlbertsthalTypewriter;
    src: url(../fonts/albertsthal_typewriter/AlbertsthalTypewriter.ttf);
}
body{
font-family:AlbertsthalTypewriter;
font-size: 20px;
background-color: black;
}
.contenido{
    margin: 5px;
    background-color: #FFFFFF;
    padding: 10px 80px;
    /*height: 100vh;*/
}
.datos-cliente{
    margin-bottom: 10px;
    position: relative;
}
.text-container{
    margin: 0 auto;
    position: relative;
    display: block;
    width: 90vw;
    float: none;
}
.errorShow{
    color:red;
    position: absolute;
    right: 40px;
}
#counter{
    margin-top:1px;
    width: 235px;
    height: 20px;
    text-align: center;
    color:white;
    border: 1px solid black;
    overflow: hidden;
}
.porcentaje{
    height: 20px;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 0px
}
.avance{
    position: relative;
    width: 100%;
}
.contador{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 20px;
    font-size: 15px;
    line-height: 15px;
}

.form-control {
    padding: 0.175rem 0.35rem;
    font-size: 1rem;
    line-height: 1.2rem;
    border: 1px solid #FFFFFF;
}

.form-floating>label{
    padding: 0;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(2.5rem + 2px);
    line-height: 1.25;
}
textarea {
    resize: none;
    width: 100%;
    border: 1px solid #000000;
    min-height: 200px;
}
textarea::placeholder{
padding-left: 10px;
padding-top: 5px;;
}
.tabla,.uniqueness,.plazo,.notas{
    border:5px solid #000000;
}
.h-uniqueness{
    margin-top: 20px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}

@media (min-width: 1920px){
    body{
        font-size: 20px;
        }
    .movil-text-center {
        text-align: center!important;
    }
}

@media (min-width: 1200px){
    .display-7 {
        font-size: 2.8rem;
    }
}
@media (max-width: 480px){
    textarea::placeholder{
        font-size: 15px;
    }
    .errorShow {
        right: 0px;
        font-size: 8px;
        top: -10px;
    }
    .contenido {
        padding: 10px 30px;
       
    }
    .movil-text-center {
        text-align: center!important;
    }
}