#permutaForm{
    position: relative;
}
#permutaFormLoading{
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 10;
    padding-top: 100px;
}
.permutaPlate{
    margin: 0 0 50px;
}
.noPlate{
    margin-bottom: 80px;
}
.permutaPlateTitle{
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
}
.permutaPlate input{
    height: 50px;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    border-color: #E2051C;
}
.permutaPlate input::placeholder {
    text-transform: none;
}
.btnPermuta1{
    width: 100%;
    background-color: #fff;
    border: 2px solid #E2051C;
    border-radius: 26px;
    color: #E2051C;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 5px;
    text-align: left;
    transition: all .3s;
}
.btnPermuta1:hover{
    background-color: #E2051C;
    color: #fff;
}
.rowInfopermuta{
    display: flex;
}
.rowInfopermuta > div{
    width: 25%;
    background-color: #E2051C;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 6px 10px;
    color: #fff;
}
.rowInfopermuta > div.none{
    background-color: #fff;
}
.rowInfopermuta small{
    display: block;
}
.rowInfopermuta b{
    display: block;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infopermuta{
    margin-bottom: 60px;
    margin-top: 20px;
}
#permutaForm .spacer{
    margin: 25px 0;
}
#permutaForm .spacer2{
    margin: 35px 0;
}
#permutaForm input[name="km"]{
    border-radius: 0;
    height: 45px;
}
#permutaForm .chooseBox{
    display: flex;
    flex-wrap: wrap;
}
#permutaForm .chooseBox button{
    width: calc(25% - 10px);
    margin: 5px;
}
#permutaForm .privacyBox{
    font-size: 14px;
}



@media (max-width: 767px){
    #permutaForm{
        position: relative;
    }
    #permutaFormLoading{
        position: absolute;
        background-color: rgba(255,255,255,0.7);
        text-align: center;
        height: 100%;
        width: 100%;
        z-index: 10;
        padding-top: 100px;
    }
    .permutaPlate{
        margin: 30px 0 50px;
    }
    .noPlate{
        margin-bottom: 80px;
    }
    .permutaPlateTitle{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .permutaPlate input{
        height: 50px;
        border-radius: 0;
        font-size: 20px;
        text-transform: uppercase;
    }
    .permutaPlate input::placeholder {
        text-transform: none;
    }
    .btnPermuta1{
        width: 100%;
        font-size: 18px;
        border-radius: 0;
        padding: 10px;
        margin-bottom: 5px;
        border: 0;
        text-align: left;
        transition: all .3s;
    }
    .btnPermuta1:active{
        background-color: #0096eb;
    }
    .rowInfopermuta{
        display: flex;
        flex-wrap: wrap;
    }
    .rowInfopermuta > div{
        width: 48%;
        margin-bottom: 3px;
        margin-right: 5px;
        padding: 6px 10px;
    }
    .rowInfopermuta > div.none{
        background-color: #fff;
    }
    .rowInfopermuta small{
        display: block;
        color: #858585;
    }
    .rowInfopermuta b{
        display: block;
        font-weight: 400;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .infopermuta{
        margin-bottom: 40px;
        margin-top: 10px;
    }
    #permutaForm .spacer{
        margin: 25px 0;
    }
    #permutaForm .spacer2{
        margin: 25px 0;
    }
    #permutaForm input[name="km"]{
        border-radius: 0;
        height: 45px;
    }
    #permutaForm input{
        border: 1px solid #d4d4d4 !important;
        padding-left: 7px;
        padding-right: 7px;
    }
    #permutaForm input + span,
    #permutaForm textarea + span{
        top: 13px;
        left: 10px;
    }
    #permutaForm .inputWi span.active{ left: 7px; top: 3px }
    .radioIntersted .radio{ margin-bottom: 10px; }
    #permutaForm .dropFile span{
        top: 30%;
    }
    #permutaForm .chooseBox{
        display: flex;
        flex-wrap: wrap;
    }
    #permutaForm .chooseBox button{
        width: calc(50% - 10px);
        margin: 5px;
    }
}