a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    overflow-y: scroll;
    font-size: 15px;
}
.brand,
.btn,
.btn-simple,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.85;
}
p:not(:last-child) {
    margin-bottom: 1.25em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1.35;
    color: initial;
}
h1 {
    margin-top: 0;
    font-size: 2.852em;
}
h2 {
    font-size: 2.125em;
}
h3 {
    font-size: 1.853em;
}
h4 {
    font-size: 1.563em;
}
h5 {
    font-size: 1.126em;
}
.text_small,
small {
    font-size: 0.8em;
}
b,
strong {
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
}
.badge {
    display: inline;
    font-size: 80%;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
a {
    color: #3264f5;
    text-decoration: none !important;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.ptb-100 {
    padding: 100px 0;
}
.pt-100 {
    padding-top: 100px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ptb-150 {
    padding: 150px 0;
}
.pt-150 {
    padding-top: 150px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-00 {
    padding-bottom: 0;
}
.mb-00 {
    margin-bottom: 0 !important;
}
.mb--50 {
    margin-bottom: -50px;
}
.mb--100 {
    margin-bottom: -100px;
}
.mt--120 {
    margin-top: -120px;
}
.mt-25 {
    margin-top: 25px;
}
.z-index-2 {
    z-index: 2;
}
.gray-light-bg {
    background: #f7f7f7;
}
.badge-primary,
.primary-bg {
    background: #3264f5;
}
.gradient-bg {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
}
.secondary-bg {
    background: #7202bb;
}
.color-primary {
    color: #3264f5;
}
.color-secondary {
    color: #7202bb;
}
.white-bg {
    background: #fff;
}
.icon-sm {
    font-size: 30px;
    line-height: 30px;
}
.icon-md {
    font-size: 40px;
    line-height: 40px;
}
.icon-lg {
    font-size: 50px;
    line-height: 50px;
}
.outline-btn,
.outline-white-btn,
.primary-solid-btn,
.solid-btn,
.solid-btn2,
.solid-white-btn {
    padding: 10px 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    border-radius: 30px;
}
.primary-solid-btn {
    border-color: #3264f5;
    background: #3264f5;
    color: #fff;
}
.primary-solid-btn:hover {
    background: 0 0;
    color: #3264f5;
    border-color: #3264f5;
}
.solid-btn {
    color: #fff;
    background: #3264f5;
    border: 2px solid #3264f5;
}
.solid-btn:hover {
    background: 0 0;
    color: #202877;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.solid-btn2 {
    color: #fff;
    background: #3264f5;
    border: 2px solid #3264f5;
}
.solid-btn2:hover {
    background: 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.outline-btn {
    color: #3264f5;
    display: inline-block;
    border: 2px solid #3264f5;
}
.outline-btn:hover {
    color: #fff;
    background: #3264f5;
}
.gradient-bg p,
.primary-bg h1,
.primary-bg p {
    color: #fff;
}
.solid-white-btn {
    background: #fff;
    border-color: #fff;
    color: #3264f5;
}
.solid-white-btn:hover {
    background: 0 0;
    color: #fff;
}
.outline-white-btn {
    border-radius: 30px;
    color: #fff;
    border-color: #fff;
}
.outline-white-btn:hover {
    background: #fff;
    color: #3264f5;
}
button:focus {
    outline: 0;
}
.btn-not-rounded.outline-btn,
.btn-not-rounded.outline-white-btn,
.btn-not-rounded.primary-solid-btn,
.btn-not-rounded.solid-btn,
.btn-not-rounded.solid-btn2,
.btn-not-rounded.solid-white-btn {
    border-radius: 4px !important;
}
.form-control {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: calc(2.52em + 0.75rem + 2px);
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
input[type]::-webkit-input-placeholder,
select.form-control.has-value,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9a9a9a !important;
    font-size: 14px;
}
input[type]:-moz-placeholder,
select.form-control.has-value,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9a9a9a;
    font-size: 14px;
}
input[type]::-moz-placeholder,
select.form-control.has-value,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9a9a9a;
    font-size: 14px;
}
input[type]:-ms-input-placeholder,
select.form-control.has-value,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9a9a9a;
    font-size: 14px;
}
.section-heading h2 span {
    font-weight: 700;
}
.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}
.custom-nav.affix,
.white-bg.affix {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 0.8;
}
.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}
.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}
.bg-transparent.affix {
    background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb) !important;
}
.navbar-toggler {
    color: #fff;
}
.header nav.navbar {
    padding: 0 1rem;
    transition: all 0.3s ease-in-out;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}
.menu {
    display: block;
}
.menu li {
    display: inline-block;
    position: relative;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    opacity: 0.8;
}
.menu li a:hover,
.menu li:hover > a {
    opacity: 1;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0, 20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    text-transform: inherit;
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #424141;
    padding: 5px 15px;
    font-family: "Work Sans", sans-serif;
}
.menu ul li a:hover,
.menu ul li:hover > a {
    color: #fff;
    background: #3264f5;
}
.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover {
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover {
    border-radius: 0;
}
.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}
.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background-image: linear-gradient(to left, #3264f5, #305be4, #3b4fe2, #4740de, #7202bb) !important;
        padding: 0.45rem 1rem !important;
    }
    .menu li {
        display: block;
    }
    .custom-nav.affix,
    .navbar.white-bg,
    .white-bg.affix {
        background: #fff !important;
        border-bottom: 1px solid #ebebeb;
    }
    .custom-nav ul li a,
    .white-bg.custom-nav ul li a {
        color: #081d43 !important;
    }
    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }
    .ptb-100 {
        padding: 55px 0;
    }
    .pt-100 {
        padding-top: 55px;
    }
    .pb-100 {
        padding-bottom: 55px;
    }
}
@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid transparent;
        background: 0 0;
        -o-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
        -webkit-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
        -moz-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
        transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }
    .menu ul {
        top: 37px;
    }
    .menu li a {
        padding: 8px 15px;
    }
    a.homer {
        background: #374147;
    }
}
@media (max-width: 767px) {
    .responsive-menu {
        display: block;
    }
    .header nav.navbar {
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    nav {
        margin: 0;
        background: 0 0;
    }
    .menu li {
        display: block;
        margin: 0;
    }
    .menu li a {
        padding: 8px 15px;
    }
    .menu li a:hover,
    .menu li:hover > a {
        background: #3264f5;
        color: #fff;
    }
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu ul ul {
        left: 0;
        transform: initial;
    }
    .menu li > ul ul:hover {
        transform: initial;
    }
}


.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.countdown-wrap h2,
.countdown-wrap h5 {
    color: #fff !important;
}
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}
@media (min-width: 320px) and (max-width: 767px) {
    .error-content .notfound-404 {
        height: auto;
        display: block;
        position: relative;
    }
    .error-content .notfound-404 h1 {
        font-size: 80px;
        position: relative;
    }
}
.login-signup-content {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-signup-wrap h1 {
    font-size: 35px;
}
.vh-100 {
    height: 100vh !important;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.ml-n3,
.mx-n3 {
    margin-left: -0.98rem !important;
}
.small,
small {
    font-size: 90%;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: 0.375rem;
}
.form-control:focus {
    border-color: #3264f5;
}
.btn.border-radius {
    border-radius: 4px;
}
.login-signup-form .form-group {
    position: relative;
}
.login-signup-form .form-group label {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 88%;
}
.login-signup-form .form-group .input-group.input-group-merge > .form-control {
    text-indent: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + 0.75rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge > .form-control:focus {
    z-index: inherit;
}
.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}
.input-icon span {
    padding: 18px 15px;
    border-left: 2px solid #3264f5;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}
.login-signup-card {
    position: relative;
    z-index: 2;
}
.custom-control-label {
    line-height: 1.5;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.author-info {
    display: flex;
    align-items: center;
}
.subscribe-form-footer.subscribe-form-two {
    top: 0;
}
.h1-a {
    margin-top: 0;
    font-size: 2.452em;
}
.padding-fotos {
    padding: 15px;
}
.contato_box {
    color: #6c757d;
}
.contato_box:hover {
    color: #fff;
}
.pf10 {
    font-size: 10px;
}
