*,
*: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;

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

::selection {
  color: #ffffff;
  background: #00bce7;
}

::-moz-selection {
  color: #ffffff;
  background: #00bce7;
}

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

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;
}

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

.paginator li {
  display: inline-block;
}

.paginator li span,
.paginator li a {
  font-size: 0.8em;
  display: inline-block;
  padding: 6px 12px;
  background: #006699;
  margin: 0 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #006699;
}

.paginator li a:hover {
  background: #0e96e5;
}

.paginator li span {
  background: #888;
  text-shadow: 1px 1px #333;
}

/* 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%;
}

.display-none {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

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

.clear {
  clear: both;
}

/*
TRIGGER
Personaliza mensagens do sistema
*/
.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 */
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.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;
}

.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: 0 2.3% 0 0;
}

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

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

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

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

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

@media (max-width: 30em) {

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

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

  .box2,
  .box3,
  .box4,
  .box5 {
    width: 49%;
    margin: 0 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) {

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

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