body{
    font-family: sans-serif;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

label{
    font-weight: 700;
    color: #333;
}
.heading{
    color: #333;
    font-size: 25px;
    text-align: left;
}

.nv{
    border-top: 3px solid #a04c00;
    border-bottom: 2px solid #e1e1e1;
    margin: 0;
    
}
.form{
   display: flex;
   justify-content: center;
   margin-top: 10px;
   border: 1px solid #d0cfcf;
   width: 390px;
   height: 470px;
   margin: 30px auto 0 auto;

   
   
}
.form2{
    margin-top: 20px;
}
.barra{
    height: 3px;
    width: 40px;
    background-color: #a04c00;
}
form{
    margin-top: 30px;
    width: 350px;
    
   

}
.select{
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c0c0c0;
    color: rgb(116, 115, 115);
    font-size: 15px;

}
.input{
    width: 98%;
    height: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 15px;
    
}
.input2{
    width: 98%;
    height: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c0c0c0;
    margin-top: 10px;
}
.submit{
    margin-top: 40px;
    width: 100%;
    height: 45px;
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid rgb(204, 204, 204);
    background-color: #ec7000;
}
.submit:hover{
    cursor: pointer;
}

.label{
    color: #ED0722;
}
.enlaces{
    
    margin-top: 20px;

    display: flex;
    gap: 2rem;
    justify-content: center;
}
a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 1000;
    color: #009DD6;
}
