*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    letter-spacing: 0em;

    outline: 0;

    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;

    -o-box-sizing: border-box;
}

::selection {
    color: #FFFFFF;
    background: #00BCE7;
}

::-moz-selection {
    color: #FFFFFF;
    background: #00BCE7;
}


body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}

h1 {
    font-size: 2em;
    font-weight: 300;
}

h2 {
    font-size: 1.8em;
    font-weight: 400;
}

h3 {
    font-size: 1.5em;
    font-weight: 500;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0px;
}

mark {
    padding: 5px 10px;
    font-weight: 600;
    background-color: #eee;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

small {
    margin: 10px 0;
    font-size: 0.75em;
}

i {
    transition: 0.4s;
}

a {
    text-decoration: none;
    transition: 0.4s;
}

a:hover {
    color: #00BCE7;
}

a:hover i {
    color: #00BCE7;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    padding-left: 20px;
    border-left: 6px solid #EEEEEE;
}

iframe,
table {
    width: 100%;
    border: 0;
}

video {
    width: 100%;
}

option {
    background-color: #FFFFFF;
}

option:disabled {
    color: #1A1A1A;
    font-weight: bold;
}

button {
    border: none;
}

input {
    border: none;
    box-shadow: none;
}

td {
    margin-right: 10px padding: 10px;
}

/*.bg-red { color: #FFFFFF !important; background-color: #f7c5c5; }*/

.bg-accept {
    border-left: 5px solid #4a9e3e;
}

.bg-infor {
    border-left: 5px solid #09F;
}

.bg-error {
    border-left: 5px solid #EB3E35;
}

.bg-alert {
    border-left: 5px solid #F4DB00;
}

/* COLORS */

/* LINE HEIGHT */
.line-normal {
    line-height: 1;
}

.line-big {
    line-height: 1.5;
}

/* FONT SIZE */
.font-zero {
    font-size: 0em !important;
}

.font-size-small {
    font-size: 0.8em;
}

.font-size1 {
    font-size: 1em !important;
}

.font-size1b {
    font-size: 1.5em !important;
}

.font-size2 {
    font-size: 2em !important;
}

.font-size2b {
    font-size: 2.5em !important;
}

.font-size3 {
    font-size: 3em !important;
}

.font-size3b {
    font-size: 3.5em !important;
}

/*MARGIN*/
.margin-v-20 {
    margin: 15px 0 20px 0;
}

.margin-top {
    margin-top: 10px;
}

.margin-right {
    margin-right: 15px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-left {
    margin-left: 15px;
}

.margin-zero {
    margin: 0;
}

/* HELPERS */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.padding-none {
    padding: 0 !important;
}

.border {
    border: 1px solid black;
}

/*PAGINATOR*/
.paginator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.paginator li {
    display: inline-block;
    margin: 0 6px;
}

.paginator li span,
.paginator li a {
    font-size: 12px;
    display: table-cell;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: var(--light-gray);
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 50%;
    text-decoration: none;
    color: var(--dark-gray);
    font-weight: 300;
}

.paginator li:last-of-type a,
.paginator li:first-of-type a {
    border-radius: 0;
    background-color: transparent;
    color: var(--dark-gray);
    width: auto;
    height: auto;
}

.paginator li a:hover {
    background: var(--light-blue);
    color: var(--white);
}

.paginator li span {
    background: var(--light-blue);
    color: var(--white);
}

/* ASPECT RATIO */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.underline:hover {
    text-decoration: underline;
}

.text-shadow {
    text-shadow: 8px 8px 23px #000;
}

.letter-spacing {
    letter-spacing: 1px;
}

.box-shadow {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -o-border-radius: 5px;
}

.radius-top {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;

    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
}

.radius-bottom {
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -o-border-radius: 50%;
}

.last {
    margin-right: 0 !important;
}

.clear {
    clear: both;
}

/* TEXT ALIGN */
.align-left {
    text-align: left !important;
}

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

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

/* FLOAT */
.float-left {
    float: left !important;
}

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

.float-none {
    float: none !important;
}

/* DISPLAY */
.display-block {
    display: block;
}

.display-inblock {
    display: inline-block !important;
}

.display-inline {
    display: inline !important;
}

.display-flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.display-none {
    display: none;
}

/*
TRIGGER
Personaliza mensagens do sistema
*/
.jwc_return {
    position: relative;
    flex-basis: 100%;
}

.trigger_ajax {
    display: flex;
    flex-basis: 100% !important;
    display: block;
}

.ajax_close {
    display: none !important;
}

.trigger {
    display: block;
    flex-basis: 100%;
    width: 100% !important;
    padding: 15px;
    background: #333;
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 20px;
}

.trigger span {

    font-size: 1.1em;
    border: none !important;
    color: #FFF !important;
}

.trigger_success {
    background-color: #00B494;
}

.trigger_info {
    background-color: #0E96E5;
}

.trigger_alert {
    background-color: #FAAD50;
}

.trigger_error {
    background-color: #F45563;
    color: #FFFFFF;
}

.trigger_none {
    margin-bottom: 0;
}



/* BOX */
.box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .box {float: left;  width: 100%; } */
.box-line {
    float: left;
    width: 100%;
}

.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.align-items-center {
    align-items: center;
    align-self: center;
}

.align-items-start {
    align-items: flex-start;
    align-self: flex-start;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-center {
    justify-content: center;
}

.box25 {
    width: 25%;
    float: left;
}

.box25-5 {
    width: 25%;
    float: left;
    padding-left: 2.5%;
}

.box30 {
    width: 30%;
    float: left;
}

.box50 {
    width: 50%;
    float: left;
}

.box70 {
    width: 70%;
    float: left;
}

.box80 {
    width: 80%;
    margin-bottom: 2%;
}

.box75 {
    width: 75%;
    float: left;
}

.box100 {
    width: 100%;
}

.box1 {
    width: 100%;
    margin: 15px 0 15px 0;
}

.box2 {
    width: 48%;
    margin: 0 4% 0 0;
}

.box2:nth-of-type(2n+0) {
    margin-right: 0;
}

.box3 {
    width: 31.8%;
    margin: 70px 2.30% 0 0;
}

.box3:nth-of-type(3n+0) {
    margin-right: 0;
}

.box4 {
    width: 23.5%;
    margin: 1% 1.5% 1% 0;
}

.box4:nth-of-type(4n+0) {
    margin-right: 0;
}

.box5 {
    width: 18.4%;
    margin: 1% 2% 1% 0;
}

.box5:nth-of-type(5n+0) {
    margin-right: 0;
}

@media (max-width: 30em) {

    .box70,
    .box75,
    .box30,
    .box50,
    .box25 {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .box75 {
        padding-right: 0;
    }

    .box2,
    .box3,
    .box4,
    .box5 {
        width: 100%;
        margin: 15px 0 15px 0 !important;
    }
}

@media (min-width: 30em) and (max-width: 48em) {

    .box70,
    .box75,
    .box30,
    .box50,
    .box25 {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .box75 {
        padding: 0 1% !important;
    }

    .box2,
    .box3,
    .box4,
    .box5 {
        width: 49%;
        margin: 1% 1% 1% 0 !important;
    }

    .box2:nth-of-type(2n+0),
    .box3:nth-of-type(2n+0),
    .box4:nth-of-type(2n+0),
    .box5:nth-of-type(2n+0) {
        margin-right: 0 !important;
    }
}

@media (min-width: 48em) and (max-width: 64em) {
    .box70 {
        width: 100%;
    }

    .box70 .box70 {
        width: 70%;
    }

    .box30 {
        width: 30%;
    }

    .box4,
    .box5 {
        width: 22.75%;
        margin: 1% 1.5% 1% 0 !important;
    }

    .box4:nth-of-type(4n+0),
    .box5:nth-of-type(4n+0) {
        margin-right: 0 !important;
    }
}

@media (min-width: 64em) and (max-width: 80em) {
    .box70 {
        width: 70%:
    }

    .box30 {
        width: 30%;
    }
}