.inputtextr{
    width: 100%;
    background:#ECECEC;
    height: 3rem;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
}

label{
    font-size:12px;
    color:#878787;
    margin-bottom: 1rem;
}

.textescorttarea{
    background:#ECECEC;
    width: 100%;
    height: 10rem;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.flexformescort{
    gap: 10vw;
}

.selecxxx{
    background:#ECECEC;
    height: 3rem;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    color:#878787;
}

select::-ms-expand{
    padding-right: 2rem;
}

.maximoimg{
    color:#AFAFAF;
    font-size: 12px;
}

.subirf{
    font-size: 15px;
    color:#000;
    margin-right: 2rem;
}

#originalesf{
    color:#C85C5C;
    font-size: 15px;
    font-weight: 500;
}

@media(min-width:768px){
    .btn-guardar{
        width: 30% !important;
    }
}


@media(max-width:767px){
    .btn-guardar{
        width: 65% !important;
    }
}

.btn-guardar{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    background: #21A125 !important;
    padding: 17px 10px !important;
    margin-bottom: 90px !important;
}

.t-numero{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 6px 18px;
    font-size: 31px;
    font-weight: bold;
}

.p-b-10{
    margin-bottom: 10px;
}