.help {
    color: #666;
    margin: 2px 0 5px 0;
    font-size: 12px;
    font-style: italic;
    font-family: sans-serif;
    display: block;
}



.us-nav-style_9{
    font-size: 1.2rem;
    line-height: 1.25!important;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 6em;
    padding: 0.6em 1.6em;
    background: var(--color-content-link);
    border-color: transparent;
    color: #0a43e5!important;
}

.us-btn-style_9:hover {
    
      font-size: 14px;
    line-height: 1.2!important;
    font-style: normal;
    color: #ffffff;

    background: #0a43e5;
    
    
}
.texto {


color: rgb(0, 11, 48);
cursor: pointer;
display: inline;
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 700;
height: auto;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
text-align: left;
text-size-adjust: 100%;
width: auto;
}

.required{

border-bottom-color: rgb(255, 0, 0);
border-bottom-style: none;
border: none;
color: rgb(255, 0, 0);
cursor: pointer;
display: inline;
text-align: left;
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 700;
height: auto;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
 
text-size-adjust: 100%;
}

.us-btn-style_99 {
    font-size: 0.8rem;
    line-height: 1.2!important;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 6em;
    padding: 0.8em 1.3em;
    background: #0a43e5;
 
    color: #ffffff!important;

}


.help {
    color: #666;
    margin: 2px 0 5px 0;
    font-size: 12px;
    font-style: italic;
    font-family: sans-serif;
    display: block;
}



.us-nav-style_9{
    font-size: 1.2rem;
    line-height: 1.25!important;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 6em;
    padding: 0.6em 1.6em;
    background: var(--color-content-link);
    border-color: transparent;
    color: #0a43e5!important;
}

.us-btn-style_9:hover {
    
      font-size: 14px;
    line-height: 1.2!important;
    font-style: normal;
    color: #ffffff;

    background: #0a43e5;
    
    
}
.texto {


color: rgb(0, 11, 48);
cursor: pointer;
display: inline;
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 700;
height: auto;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
text-align: left;
text-size-adjust: 100%;
width: auto;
}

.required{

border-bottom-color: rgb(255, 0, 0);
border-bottom-style: none;
border: none;
color: rgb(255, 0, 0);
cursor: pointer;
display: inline;
text-align: left;
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 700;
height: auto;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
 
text-size-adjust: 100%;
}

.us-btn-style_99 {
    font-size: 0.8rem;
    line-height: 1.2!important;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 6em;
    padding: 0.8em 1.3em;
    background: #0a43e5;
 
    color: #ffffff!important;

}

input[type="text"],
input[type="number"],
input[type="file"],
input[type="submit"],
input[type="reset"] {
    max-width: 250px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus {
    transform: scale(1.05);
    outline: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}


input[type="submit"],
input[type="reset"] {
    background-color: #0a43e5;
    color: #fff;
    cursor: pointer;
    border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #063a9d;
}

input[type="submit"]:active,
input[type="reset"]:active {
    background-color: #002879;
}
