@font-face {
    font-family: Nexa;
    src: url("../../../emails/fonts/NEXA%20LIGHT.OTF");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Nexa;
    outline: none;
}

body {
    border-top: 6px solid #0099db;
    border-bottom: 6px solid #ca463f;
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 20px;
    background-color: #eaeaea;
    height: auto;
}

.logo, img {
    width: 100%;
}

.logo {
    padding: 3% 25% 0;
}

.content:after {
    content: "";
    display: table;
    clear: both;
}

.content, .logo {
    text-align: center;
    /*background-color: #eaeaea;*/
    background-color: #fff;
}

.content, .footer {
    padding: 3% 10%;
    margin-top: -6px;
}

.content * {
    padding: 5px 0;
    text-align: center;
}

.content h1, .content h2 {
    text-transform: uppercase;
}

.content p, ul, ul * {
    text-align: justify !important;
    font-size: 20px;
}

ul li {
    padding: 2px 50px !important;
    list-style-position: inside;
}

.btn {
    float: right;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 35px;
    background-color: #0099db;
    color: #fff;
    text-decoration: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
}

.content, .content a.btn {
    border-radius: 3px;
}

.content a.btn:hover {
    background-color: #008ccc;
    transition-duration: .2s;
}

.red {
    background-color: #ca463f;
}

.red:hover {
    background-color: #bd443d !important;
}

.default {
    background-color: rgba(0, 0, 0, 0.30);
}

.default:hover {
    background-color: rgba(0, 0, 0, 0.40) !important;
}

.footer {
    background-color: #fff;
    padding: 5% 10%;
    display: block;
}

.left {
    float: left !important;
    text-align: left !important;
}

.right {
    float: right !important;
    text-align: right !important;
}

.clearfix::after {
    content: "";
    clear: both;
}

hr {
    height: 1px;
    padding: 0px !important;
    margin: 10px 0;
    background-color: #eaeaea;
    border: 0;
}

label {
    float: left;
}

textarea,
select, select:hover, select:focus,
input, input:hover, input:focus {
    border: 1px solid #eaeaea;
    padding: 15px 20px !important;
    font-size: 20px;
}

select:focus,
input:focus {
    border: 1px solid #aeaeae;
    transition: .2s;
}

label input {

}

label, input, select, .block, textarea {
    display: block;
    width: 100%;
    text-align: justify !important;
    margin: 5px 0px;
    padding: 0px;
}

input[type="checkbox"], input[type="checkbox"] *,
input[type="radio"], input[type="radio"] * {
    float: left;
    width: 30px;
    margin: 6px;
    margin-left: 0px;
    padding: 0px;
}

.block * {
    padding: 5px 0;
}

.meia {
    margin-right: 2%;
    float: left;
    width: 49%;
}

.no-margin {
    margin-right: -2%;
}

.cinza {
    display: block;
    clear: both;
    background-color: #eaeaea;
    padding: 13px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.content a.disabled {
    background-color: rgba(0, 181, 255, 0.45);
}

.content a.disabled:hover {
    background-color: rgba(0, 181, 255, 0.45);
}

td {
    border-bottom: 1px solid #eaeaea;
}

table {
    width: 100%;
}

.action *, .btn.center {
    float: none !important;
}

