form{
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    border-radius: 7px;

}
form h2
{
    text-align: center;
    letter-spacing: 1px;
    font-family: arial;
    color:#284d68;
}

#formulario label, #formulario2 label
{
    font-size: 19px;
}
input, textarea, select
{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 4px;
}
textarea
{
    height: 150px;
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
}
#perfil
{
    border: none;
}
label #informacion
{
    font-size: 15px;
}
#boton,#boton2,#boton3{
    background: #06d1b3;
    color:#fff;
    padding: 8px;
    font-size: 20px;
    -moz-transition: .4s linear;
    -webkit-transition: .4s ease-out;
    transition: .4s linear;
}
#boton:hover,#boton2:hover,#boton3:hover
{
    cursor:pointer;
    background-color: #04bda2;
    -moz-transition: .4s linear;
    -webkit-transition: .4s ease-out;
    transition: .4s linear;
}
           
.sexo
            {
                float:left;
                overflow: hidden;
            }
            #hombre
            {
                width: 70px;
            }
            #checkbox1
            {
                width: 40px;
                margin-right: 40px;
                margin-top: 5px;
            }
            #mujer
            {
                width: 55px;
                margin-left: 50px;
            }
            #checkbox2
            {
                width: 40px;
                margin-right: 40px;
                margin-top: 5px;
            }
            form a 
            {
                text-decoration: none;
                color:#000;
            }
            #recuperar
            {
                color:#000;
                text-decoration: none;
            }
@media screen and (max-width: 1000px) {
    label
    {
        font-size: 18px;
    }
    input, textarea, select
    {
        padding: 4px;
    }
    #boton
    {
        padding: 6px;
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
   
    form h2
    {
        font-size: 18px;
    }
}
#boton_agregar2
{
    width:100%; 
    color:#fff;
    padding: 4px;
    font-size:17px;
    -moz-transition: .4s linear;
    -webkit-transition: .4s ease-out;
    transition: .4s linear;
    background-color: #07d4b6;
    margin-top: 3px;
    margin-bottom: 3px;
}
#cantidad_pagar
{
    margin-top: 3px;
    margin-bottom: 3px;
}

