@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/roboto/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body {
  color: #00418D;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

* {
  outline: none;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  word-break: break-word;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FDC180;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00418D;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wr {
  flex-wrap: wrap;
}

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

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

.flex-bv {
  align-items: flex-end;
}

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

.flex-sp {
  justify-content: space-between;
}

.flex-sa {
  justify-content: last-baseline;
  padding-top: 50px;
}

.flex-cv {
  align-items: center;
}

.bt {
  background: #4EB0FA;
  border-radius: 10px;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.bt.azul {
  background: #4EB0FA;
}
.bt.borda {
  background: none;
  border: solid 3px #4EB0FA;
}
.bt:hover {
  font-weight: 600;
}
.bt:hover img {
  left: 0;
}
.bt span {
  margin-right: 15px;
}
.bt img {
  position: relative;
  left: -15px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tooltip-senac {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.tooltip-senac:hover .txt {
  opacity: 1;
  visibility: visible;
}
.tooltip-senac .txt {
  position: absolute;
  width: 320px;
  right: -260px;
  max-width: 415px;
  font-size: 12px;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .bt {
    padding: 15px;
    font-size: 15px;
  }
  .bt img {
    width: 12px;
  }
  .tooltip-senac {
    position: unset;
  }
  .tooltip-senac .txt {
    width: 250px;
    max-width: calc(100vw - 30px);
    right: 10px;
  }
}
footer {
  background: #00418D;
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 12;
}
footer p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 768px) {
  footer p {
    font-size: 12px;
  }
}
header {
  padding: 20px 0;
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 99;
}
header h3 img {
  cursor: pointer;
  margin-left: 15px;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
header h3 img:hover {
  opacity: 0.5;
}
header h3 img.config {
  margin-right: 15px;
  margin-left: 15px;
}
header .bt-menu {
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 18px;
  color: #00418D;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 992px) {
  header {
    z-index: 12;
  }
  header .logo {
    width: 65px;
  }
}
@media (max-width: 768px) {
  header div.flex > i {
    display: none;
  }
  header div.flex > img {
    width: 55px;
  }
}
section.nova-campanha {
  padding: 50px 0;
  min-height: calc(100vh - 193px);
  background: #f5f5f5;
  position: relative;
  z-index: 0;
}
section.nova-campanha .bt.disparo {
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
  text-align: center;
  margin-left: 10px;
  width: auto !important;
}
section.nova-campanha .bt.disparo:hover {
  color: #fff;
  background: #FDC180;
  font-weight: normal;
}
section.nova-campanha .esq {
  width: calc(70% - 60px);
  margin-top: 70px;
}
section.nova-campanha .esq > h2 {
  text-transform: uppercase;
  font-size: 34px;
}
section.nova-campanha .esq > p {
  font-size: 14px;
  color: #A3A3A3;
}
section.nova-campanha .esq > p i {
  font-style: normal;
  color: #FC4629;
  font-size: 18px;
}
section.nova-campanha .esq .pags {
  position: relative;
  overflow: hidden;
}
section.nova-campanha .esq .pags .pag {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-bottom: 15px;
  border-top: dashed 1px rgba(163, 163, 163, 0.5);
  padding-top: 30px;
  margin-top: 30px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.nova-campanha .esq .pags .pag:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
section.nova-campanha .esq .pags .pag.ativo {
  opacity: 1;
  visibility: visible;
  position: relative;
}
section.nova-campanha .esq .pags .pag.pag15 .data {
  margin: 20px 0;
}
section.nova-campanha .esq .pags .pag.pag15 .data .campo {
  width: 100%;
}
section.nova-campanha .esq .pags .pag.pag15 .data .campo .input-group {
  width: 100%;
}
section.nova-campanha .esq .pags .pag.pag15 .data .campo input {
  text-align: left;
}
section.nova-campanha .esq .pags .pag.pag16 > label {
  margin-top: 15px;
  border-bottom: dashed 1px rgba(163, 163, 163, 0.5);
  padding-bottom: 30px;
}
section.nova-campanha .esq .pags .pag.pag16 .data {
  margin: 20px 0;
}
section.nova-campanha .esq .pags .pag.pag16 .data .campo {
  width: 100%;
}
section.nova-campanha .esq .pags .pag.pag16 .data .campo .input-group {
  width: 100%;
}
section.nova-campanha .esq .pags .pag.pag16 .data .campo input {
  text-align: left;
}
section.nova-campanha .esq .pags .pag h2.big {
  font-size: 48px;
  font-weight: 800;
  width: 100%;
  background: url(../assets/bg-h2.svg) repeat-x center right;
  margin-bottom: 20px;
}
section.nova-campanha .esq .pags .pag h2.big span {
  background: #f5f5f5;
  text-transform: uppercase;
  padding-right: 22px;
}
section.nova-campanha .esq .pags .pag label,
section.nova-campanha .esq .pags .pag .label {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
section.nova-campanha .esq .pags .pag label > div,
section.nova-campanha .esq .pags .pag .label > div {
  width: 100%;
}
section.nova-campanha .esq .pags .pag label > div span,
section.nova-campanha .esq .pags .pag .label > div span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #00418D;
  width: 100%;
  font-size: 18px;
}
section.nova-campanha .esq .pags .pag label > div span i,
section.nova-campanha .esq .pags .pag .label > div span i {
  color: #FC4629;
  margin-right: 3px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
}
section.nova-campanha .esq .pags .pag label > div span u,
section.nova-campanha .esq .pags .pag .label > div span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
section.nova-campanha .esq .pags .pag label > div span img,
section.nova-campanha .esq .pags .pag .label > div span img {
  margin-left: 5px;
  cursor: pointer;
}
section.nova-campanha .esq .pags .pag label > div input,
section.nova-campanha .esq .pags .pag .label > div input {
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  color: #A3A3A3;
  font-weight: normal;
  background: #fff;
  border: solid 2px #4EB0FA;
  border-radius: 10px;
}
section.nova-campanha .esq .pags .pag label > div input[readonly],
section.nova-campanha .esq .pags .pag .label > div input[readonly] {
  background: #EDEDED;
  color: #00418D;
}
section.nova-campanha .esq .pags .pag .select > span {
  font-size: 18px;
}
section.nova-campanha .esq .pags .pag .select > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
section.nova-campanha .esq .pags .pag .select .combo {
  position: relative;
  color: #fff;
  margin-top: 5px;
}
section.nova-campanha .esq .pags .pag .select .combo h4 {
  background: #00418D;
  border-radius: 7px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
section.nova-campanha .esq .pags .pag .select .combo h4 img {
  transform: rotate(180deg);
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.nova-campanha .esq .pags .pag .select .combo h4 img.ativo {
  transform: rotate(0deg);
}
section.nova-campanha .esq .pags .pag .select .combo ol {
  background: #023571;
  padding: 0 15px;
  border-radius: 7px;
  padding-top: 20px;
  padding-bottom: 5px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  max-height: 250px;
  overflow-y: auto;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.nova-campanha .esq .pags .pag .select .combo ol.ativo {
  height: auto;
  opacity: 1;
}
section.nova-campanha .esq .pags .pag .select .combo ol li {
  font-size: 18px;
  padding: 15px;
  border-bottom: solid 1px #00418D;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.nova-campanha .esq .pags .pag .select .combo ol li:hover, section.nova-campanha .esq .pags .pag .select .combo ol li.ativo {
  background: rgba(255, 255, 255, 0.1);
}
section.nova-campanha .esq .pags .pag .busca > span {
  font-size: 18px;
}
section.nova-campanha .esq .pags .pag .busca > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
section.nova-campanha .esq .pags .pag .busca .combo {
  position: relative;
  color: #fff;
  margin-top: 5px;
}
section.nova-campanha .esq .pags .pag .busca .combo h4 {
  background: #fff;
  color: #A3A3A3;
  border-radius: 7px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: solid 2px #4EB0FA;
}
section.nova-campanha .esq .pags .pag .busca .combo h4 input {
  background: none;
  width: 100%;
  padding: 5px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
section.nova-campanha .esq .pags .pag .busca .combo ol {
  background: #023571;
  padding: 0 15px;
  border-radius: 7px;
  padding-top: 20px;
  padding-bottom: 5px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  max-height: 250px;
  overflow-y: auto;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.nova-campanha .esq .pags .pag .busca .combo ol.ativo {
  height: auto;
  opacity: 1;
}
section.nova-campanha .esq .pags .pag .busca .combo ol li {
  font-size: 18px;
  padding: 15px;
  border-bottom: solid 1px #00418D;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.nova-campanha .esq .pags .pag .busca .combo ol li:hover, section.nova-campanha .esq .pags .pag .busca .combo ol li.ativo {
  background: rgba(255, 255, 255, 0.1);
}
section.nova-campanha .esq .pags .pag .busca .combo .selecionados .item {
  background: #00418D;
  border: solid 2px #4EB0FA;
  border-radius: 7px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.nova-campanha .esq .pags .pag .busca .combo .selecionados .item i {
  background: url(../assets/excluir-selecao.svg) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.nova-campanha .esq .pags .pag .busca .combo .selecionados .item i:hover {
  opacity: 0.5;
}
section.nova-campanha .esq .pags .pag .data > span {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
section.nova-campanha .esq .pags .pag .data > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
section.nova-campanha .esq .pags .pag .data > span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
section.nova-campanha .esq .pags .pag .data > span img {
  margin-left: 5px;
  cursor: pointer;
}
section.nova-campanha .esq .pags .pag .data .campo {
  width: 230px;
  margin-right: 15px;
  margin-bottom: 15px;
}
section.nova-campanha .esq .pags .pag .data .campo > span {
  font-size: 18px;
  margin-right: 10px;
  min-width: 30px;
}
section.nova-campanha .esq .pags .pag .data .campo input {
  background: #fff;
  width: 100%;
  padding: 5px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  border: solid 2px #4EB0FA;
  padding: 15px 30px;
  border-radius: 7px;
  text-align: center;
}
section.nova-campanha .esq .pags .pag .data .campo .input-group-addon {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
section.nova-campanha .esq .pags .pag .data.msg-erro {
  padding: 15px;
  border: solid 1px #FC4629;
  border-radius: 7px;
}
section.nova-campanha .esq .pags .pag .checkbox.msg-erro {
  padding: 15px;
  border: solid 1px #FC4629;
  border-radius: 7px;
}
section.nova-campanha .esq .pags .pag .checkbox > span {
  font-size: 18px;
}
section.nova-campanha .esq .pags .pag .checkbox > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
section.nova-campanha .esq .pags .pag .checkbox label {
  width: 33.33%;
  padding: 10px;
  color: #A3A3A3;
  border-radius: 7px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: rgba(0, 65, 141, 0);
  border: solid 2px rgba(78, 176, 250, 0);
}
section.nova-campanha .esq .pags .pag .checkbox label.ativo {
  background: #00418D;
  border: solid 2px #4EB0FA;
  color: #fff;
}
section.nova-campanha .esq .pags .pag .checkbox label input {
  border: solid 1px #FC4629;
  background: #fff;
  color: #A3A3A3;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  position: relative;
  margin-right: 7px;
  border-radius: 2px;
  pointer-events: none;
}
section.nova-campanha .esq .pags .pag .checkbox label input:checked {
  background: #fff url(../assets/ico-check.svg) no-repeat center center;
}
section.nova-campanha .esq .pags .pag .checkbox label span {
  display: block;
  width: calc(100% - 25px);
}
section.nova-campanha .esq .pags .pag .radios-img {
  padding-top: 30px;
  border-bottom: dashed 1px rgba(163, 163, 163, 0.5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section.nova-campanha .esq .pags .pag .radios-img.msg-erro {
  padding: 15px;
  border: solid 1px #FC4629;
  border-radius: 7px;
}
section.nova-campanha .esq .pags .pag .radios-img .campos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.nova-campanha .esq .pags .pag .radios-img .campos label {
  width: 100%;
}
section.nova-campanha .esq .pags .pag .radios-img .campos label .txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
section.nova-campanha .esq .pags .pag .radios-img .campos label .txt input {
  border: solid 1px #f7941d;
  background: #fff;
  color: #A3A3A3;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  position: relative;
  margin-right: 7px;
  border-radius: 100%;
  pointer-events: none;
  top: -3px;
  padding: 0;
}
section.nova-campanha .esq .pags .pag .radios-img .campos label .txt input:checked {
  background: #00418D;
  border: solid 2px #4EB0FA;
}
section.nova-campanha .esq .pags .pag .radios-img .campos label img {
  width: 100%;
}
section.nova-campanha .esq .pags .pag .radios-img .campos label iframe {
  width: 100%;
  min-height: 500px;
  border: solid 1px #00418D;
}
section.nova-campanha .esq .pags .pag label b,
section.nova-campanha .esq .pags .pag .label b,
section.nova-campanha .esq .pags .pag .select b,
section.nova-campanha .esq .pags .pag .checkbox b,
section.nova-campanha .esq .pags .pag .busca b,
section.nova-campanha .esq .pags .pag .data b,
section.nova-campanha .esq .pags .pag .radios-img b {
  font-size: 14px;
  color: #FC4629;
  font-weight: 500;
  padding: 10px;
  display: none;
  min-height: 55px;
}
section.nova-campanha .esq .pags .pag label .emojis,
section.nova-campanha .esq .pags .pag .label .emojis,
section.nova-campanha .esq .pags .pag .select .emojis,
section.nova-campanha .esq .pags .pag .checkbox .emojis,
section.nova-campanha .esq .pags .pag .busca .emojis,
section.nova-campanha .esq .pags .pag .data .emojis,
section.nova-campanha .esq .pags .pag .radios-img .emojis {
  margin-top: 15px;
  display: inline-block;
}
section.nova-campanha .esq .pags .pag label .emojis b,
section.nova-campanha .esq .pags .pag .label .emojis b,
section.nova-campanha .esq .pags .pag .select .emojis b,
section.nova-campanha .esq .pags .pag .checkbox .emojis b,
section.nova-campanha .esq .pags .pag .busca .emojis b,
section.nova-campanha .esq .pags .pag .data .emojis b,
section.nova-campanha .esq .pags .pag .radios-img .emojis b {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
}
section.nova-campanha .esq .pags .pag .msg-erro {
  position: relative;
}
section.nova-campanha .esq .pags .pag .msg-erro input {
  border: solid 2px #FC4629;
}
section.nova-campanha .esq .pags .pag .msg-erro b {
  display: block;
  position: relative;
  width: 100%;
}
section.nova-campanha .esq .pags .pag .box-thumbs.msg-erro {
  border: solid 2px #FC4629;
  padding: 10px;
  border-radius: 10px;
}
section.nova-campanha .esq .pags .pag .box-thumbs.msg-erro b {
  display: block;
  position: relative;
  width: 100%;
}
section.nova-campanha .esq .pags .pag .box-thumbs h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}
section.nova-campanha .esq .pags .pag .box-thumbs h2 i {
  color: #FC4629;
  margin-right: 3px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
}
section.nova-campanha .esq .pags .pag .box-thumbs .thumbs {
  overflow-x: auto;
  margin-bottom: 25px;
  padding: 7px;
}
section.nova-campanha .esq .pags .pag .box-thumbs .thumbs img {
  height: 100px;
  width: auto;
  margin-right: 15px;
  border-radius: 10px;
  cursor: pointer;
}
section.nova-campanha .esq .pags .pag .box-thumbs .thumbs img:last-child {
  margin: 0;
}
section.nova-campanha .esq .pags .pag .box-thumbs .thumbs img.ativo, section.nova-campanha .esq .pags .pag .box-thumbs .thumbs img:hover {
  border: solid 3px;
  box-shadow: 0 0 7px;
}
section.nova-campanha .esq .pags .pag .box-thumbs b {
  font-size: 14px;
  color: #FC4629;
  font-weight: 500;
  padding: 10px;
  display: none;
  min-height: 55px;
}
section.nova-campanha .esq .pags .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
section.nova-campanha .esq .pags .box-bt {
  width: 100%;
  margin-top: 15px;
}
section.nova-campanha .esq .pags .box-bt > a {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #00418D;
}
section.nova-campanha .esq .pags .bt {
  width: 200px;
  margin-bottom: 10px;
  background: #7C7C7C;
}
section.nova-campanha .esq .pags .bt.azul {
  background: #4EB0FA;
}
section.nova-campanha .esq .pags .bt span {
  color: #fff;
  width: auto;
}
section.nova-campanha .esq .box-count {
  margin: 30px 0;
}
section.nova-campanha .esq .box-count.ok .count-publico {
  background: #00418D;
  border: solid 2px #4EB0FA;
}
section.nova-campanha .esq .box-count.ok .count-publico img {
  opacity: 1;
}
section.nova-campanha .esq .box-count.ok small {
  display: none;
}
section.nova-campanha .esq .box-count > span {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
section.nova-campanha .esq .box-count > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
section.nova-campanha .esq .box-count > span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
section.nova-campanha .esq .box-count > span img {
  margin-left: 5px;
  cursor: pointer;
}
section.nova-campanha .esq .box-count > span button {
  background: #4EB0FA;
  border: none;
  border-radius: 100px;
  padding: 3px 7px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  display: inline-block;
}
section.nova-campanha .esq .box-count .count-publico {
  background: #FC4629;
  border: solid 2px #EE1A5D;
  position: sticky;
  top: 117px;
  z-index: 9;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  margin: 10px 0;
}
section.nova-campanha .esq .box-count .count-publico img {
  opacity: 0;
}
section.nova-campanha .esq .box-count small {
  color: #FC4629;
  font-size: 12px;
}

.etapas-campanha {
  width: 100vw;
  top: 0;
  right: 0;
  overflow-x: hidden;
}
.etapas-campanha .dir {
  width: 360px;
  height: 100vh;
  margin-bottom: -100vh;
  background: #fff;
  position: fixed;
  top: 0;
  padding: 30px;
  padding-top: 110px;
  z-index: 11;
}
.etapas-campanha .dir::before {
  content: "";
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
}
.etapas-campanha .dir .box img {
  width: 100%;
  position: relative;
}
.etapas-campanha .dir .box ol {
  padding-top: 20px;
}
.etapas-campanha .dir .box ol li {
  font-size: 14px;
  opacity: 0.3;
  color: #00418D;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  transform: scale(1);
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.etapas-campanha .dir .box ol li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #4EB0FA;
  border-radius: 100%;
  margin-right: 5px;
}
.etapas-campanha .dir .box ol li.ativo {
  opacity: 0.99;
  transform: scale(1.3) translateX(11%);
}

.datepicker table th.dow:first-child,
.datepicker table th.dow:last-child {
  min-width: 32px;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.load.ativo {
  opacity: 1;
  visibility: visible;
}
.load svg {
  width: 50px;
}

.modal-visualizar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  padding: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  opacity: 0;
  visibility: hidden;
  top: 100px;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.modal-visualizar.ativo {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.modal-visualizar h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-visualizar a {
  color: #FDC180;
  text-decoration: underline;
}
.modal-visualizar .faixa-topo {
  width: 100vw;
  margin: -30px;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.modal-visualizar .faixa-topo > div {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-visualizar .faixa-topo[data-status="1"] {
  background: #7784AC;
}
.modal-visualizar .faixa-topo[data-status="1"] i {
  background: url(../assets/consulta/modal/analise.svg) no-repeat;
}
.modal-visualizar .faixa-topo[data-status="1"] .item-1 {
  display: flex;
}
.modal-visualizar .faixa-topo[data-status="2"] {
  background: #F91567;
}
.modal-visualizar .faixa-topo[data-status="2"] i {
  background: url(../assets/consulta/modal/recusada.svg) no-repeat;
}
.modal-visualizar .faixa-topo[data-status="2"] .item-2 {
  display: flex;
}
.modal-visualizar .faixa-topo[data-status="3"] {
  background: #4EB0FA;
}
.modal-visualizar .faixa-topo[data-status="3"] i {
  background: url(../assets/consulta/modal/aprovada.svg) no-repeat;
}
.modal-visualizar .faixa-topo[data-status="3"] .item-3 {
  display: flex;
}
.modal-visualizar .faixa-topo[data-status="4"] {
  background: #4F7AFB;
}
.modal-visualizar .faixa-topo[data-status="4"] i {
  background: url(../assets/consulta/modal/disparado.svg) no-repeat;
}
.modal-visualizar .faixa-topo[data-status="4"] .item-4 {
  display: flex;
}
.modal-visualizar .faixa-topo[data-status="5"] {
  background: #FC4629;
}
.modal-visualizar .faixa-topo[data-status="5"] i {
  background: url(../assets/consulta/modal/cancelada.svg) no-repeat;
}
.modal-visualizar .faixa-topo[data-status="5"] .item-5 {
  display: flex;
}
.modal-visualizar .faixa-topo i {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 10px;
}
.modal-visualizar .faixa-topo span {
  font-size: 12px;
  display: block;
  width: calc(100% - 42px);
}
.modal-visualizar .faixa-topo span strong {
  font-size: 12px;
  border: solid 1px;
  padding: 5px 10px;
  margin-left: 15px;
  background: #fff;
  display: inline-block;
  color: #F91567;
  border-radius: 5px;
}
.modal-visualizar .esq {
  width: 20%;
}
.modal-visualizar .meio {
  width: 50%;
  padding: 0 20px;
  text-align: center;
  height: 100%;
  min-height: calc(100% - 60px);
  max-width: 745px;
}
.modal-visualizar .meio img {
  width: 100%;
}
.modal-visualizar .meio iframe {
  width: 100%;
  height: 100%;
  border: solid 1px;
  background: #fff;
}
.modal-visualizar .dir {
  width: 30%;
  justify-content: space-between;
  flex-direction: column;
}
.modal-visualizar .dir.a-top {
  justify-content: flex-start;
}
.modal-visualizar .dir .top ol {
  margin-top: 15px;
}
.modal-visualizar .dir .top ol li {
  margin-bottom: 10px;
}
.modal-visualizar .dir .top ol li span {
  background: #FDC180;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-right: 7px;
}
.modal-visualizar .dir .registro-alteracao {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 20px;
}
.modal-visualizar .dir .registro-alteracao ol {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  max-height: 135px;
  overflow-y: auto;
}
.modal-visualizar .dir .registro-alteracao ol li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.modal-visualizar .dir .registro-alteracao ol li:last-child {
  border: none;
  margin-bottom: 0;
}
.modal-visualizar .dir .registro-alteracao ol li > span {
  display: block;
}
.modal-visualizar .dir .registro-alteracao label strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
}
.modal-visualizar .dir .registro-alteracao label textarea {
  width: 100%;
  color: #000;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  resize: vertical;
}
.modal-visualizar .dir form {
  background: #fff;
  color: #393939;
  margin-left: -20px;
  padding: 15px 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 0 10px 10px 0;
}
.modal-visualizar .dir form p {
  margin: 0;
  font-size: 16px;
}
.modal-visualizar .dir form p strong {
  display: block;
  font-size: 12px;
}
.modal-visualizar .dir form .bts {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.modal-visualizar .dir form .bts button {
  background: #00418D;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(33.33% - 5px);
  padding: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
.modal-visualizar .dir form .bts button:hover, .modal-visualizar .dir form .bts button.ativo {
  background: #4EB0FA;
}
.modal-visualizar .dir form .bts button img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
.modal-visualizar .dir form textarea {
  border: solid 1px #A3A3A3;
  border-radius: 7px;
  padding: 10px;
  width: 100%;
  resize: none;
}
.modal-visualizar .dir form .bt {
  opacity: 0.3;
  pointer-events: none;
}
.modal-visualizar .dir form .bt.ativo {
  opacity: 1;
  pointer-events: initial;
}
.modal-visualizar .dir .bt {
  font-size: 14px;
  padding: 10px 15px;
}
.modal-visualizar .dir .bt:hover img {
  left: 0;
}
.modal-visualizar .dir .bt.azul {
  margin-left: 15px;
}
.modal-visualizar .dir .bt img {
  width: 10px;
  left: -10px;
}

@media (max-width: 1200px) {
  .etapas-campanha .dir {
    width: 305px;
  }
}
@media (max-width: 992px) {
  .etapas-campanha .dir {
    padding-top: 80px;
  }
  .etapas-campanha .dir {
    width: 230px;
  }
}
@media (max-width: 768px) {
  section.nova-campanha {
    min-height: calc(100vh - 157px);
  }
  section.nova-campanha .esq .pags .pag h2.big {
    font-size: 32px;
  }
  section.nova-campanha .esq .pags .pag .checkbox label {
    width: 100%;
  }
  section.nova-campanha .esq .pags .pag .data .campo {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0;
  }
  section.nova-campanha .esq .pags .pag .data .campo .input-group {
    width: 100%;
  }
  .etapas-campanha .dir {
    height: auto;
    width: 100%;
    padding: 0 15px;
    padding-top: 50px;
    left: 0;
  }
  .etapas-campanha .dir img {
    display: none;
  }
  .etapas-campanha .dir .box ol li.ativo {
    margin-right: 25px;
  }
  .etapas-campanha .dir .box ol li {
    display: inline-flex;
    margin-right: 15px;
    font-size: 12px;
  }
  section.nova-campanha .esq {
    width: 100%;
    margin-top: 20px;
  }
  section.nova-campanha .esq > h2 {
    font-size: 24px;
  }
  .modal-visualizar .esq,
  .modal-visualizar .meio,
  .modal-visualizar .dir {
    width: 100%;
    padding: 0;
  }
  .modal-visualizar .meio {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .modal-visualizar .meio img {
    width: 100%;
    max-height: unset;
  }
  .modal-visualizar .dir .bt {
    width: 100%;
  }
  .modal-visualizar .dir .bt.azul {
    margin-left: 0;
    margin-top: 15px;
  }
  .modal-visualizar .dir form .bts button {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-visualizar .dir form {
    margin-left: 0;
    border-radius: 10px;
  }
}
body.consulta-campanhas header i {
  display: none;
}

section.consulta-campanhas {
  padding: 50px 0;
  min-height: calc(100vh - 215px);
  background: #f5f5f5;
}
section.consulta-campanhas h2.big {
  font-size: 34px;
  font-weight: 800;
  width: 100%;
  margin-bottom: 10px;
  background: url(../assets/bg-h2.svg) repeat-x center right;
}
section.consulta-campanhas h2.big span {
  background: #f5f5f5;
  text-transform: uppercase;
  padding-right: 22px;
}
section.consulta-campanhas h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}
section.consulta-campanhas p {
  font-size: 18px;
}
section.consulta-campanhas .cards-campanhas {
  gap: 10px;
  align-items: flex-start;
}
section.consulta-campanhas .cards-campanhas .card-campanha {
  background: #00418D;
  width: calc(16.66% - 10px);
  border-radius: 10px;
  color: #fff;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.consulta-campanhas .cards-campanhas .card-campanha[data-status="1"] i {
  background: url(../assets/consulta/ico-recusada.svg) no-repeat;
}
section.consulta-campanhas .cards-campanhas .card-campanha[data-status="2"] i {
  background: url(../assets/consulta/ico-em-analise.svg) no-repeat;
}
section.consulta-campanhas .cards-campanhas .card-campanha[data-status="3"] i {
  background: url(../assets/consulta/ico-aprovada.svg) no-repeat;
}
section.consulta-campanhas .cards-campanhas .card-campanha[data-status="4"] i {
  background: url(../assets/consulta/ico-disparado.svg) no-repeat;
}
section.consulta-campanhas .cards-campanhas .card-campanha[data-status="5"] i {
  background: url(../assets/consulta/ico-cancelada.svg) no-repeat;
}
section.consulta-campanhas .cards-campanhas .card-campanha[data-status="4"] .faixa {
  background: #4F7AFB;
}
section.consulta-campanhas .cards-campanhas .card-campanha h4 {
  font-size: 18px;
  font-weight: 300;
}
section.consulta-campanhas .cards-campanhas .card-campanha p {
  font-size: 12px;
  font-weight: 600;
}
section.consulta-campanhas .cards-campanhas .card-campanha .faixa {
  background: #181C49;
  padding: 15px;
  margin: 10px -15px;
  display: flex;
  align-items: center;
}
section.consulta-campanhas .cards-campanhas .card-campanha .faixa i {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 10px;
}
section.consulta-campanhas .cards-campanhas .card-campanha .faixa span {
  font-size: 12px;
  display: block;
  width: calc(100% - 42px);
}
section.consulta-campanhas .cards-campanhas .card-campanha .faixa span strong {
  font-size: 10px;
}
section.consulta-campanhas .cards-campanhas .card-campanha ul {
  background: #fff;
  margin: -15px;
}
section.consulta-campanhas .cards-campanhas .card-campanha ul li {
  border-bottom: solid 1px #f5f5f5;
}
section.consulta-campanhas .cards-campanhas .card-campanha ul li.inativo {
  opacity: 0.3;
  pointer-events: none;
}
section.consulta-campanhas .cards-campanhas .card-campanha ul li:last-child {
  border: none;
}
section.consulta-campanhas .cards-campanhas .card-campanha ul li a {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  color: #393939;
  font-size: 12px;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.consulta-campanhas .cards-campanhas .card-campanha ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
section.consulta-campanhas .cards-campanhas .card-ver-todas {
  width: calc(16.66% - 10px);
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.consulta-campanhas .cards-campanhas .card-ver-todas:hover {
  opacity: 0.5;
}
section.consulta-campanhas .cards-campanhas .card-ver-todas.ativo img.seta {
  transform: rotate(180deg);
}
section.consulta-campanhas .cards-campanhas .card-ver-todas img {
  width: 100%;
}
section.consulta-campanhas .cards-campanhas .card-ver-todas img.seta {
  width: auto;
  position: absolute;
  bottom: 12%;
  left: 30%;
  transform: rotate(0deg);
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

section.todas-solicitacoes {
  padding: 0;
  min-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.todas-solicitacoes.ativo {
  height: auto;
  min-height: calc(100vh - 215px);
  opacity: 1;
  padding: 50px 0;
}
section.todas-solicitacoes h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}
section.todas-solicitacoes .box-filtro {
  margin-bottom: 20px;
  gap: 12px 0;
}
section.todas-solicitacoes .box-filtro > * {
  margin-right: 15px;
}
section.todas-solicitacoes .box-filtro strong {
  color: #393939;
}
section.todas-solicitacoes .box-filtro select {
  appearance: unset;
  background: url("../assets/consulta/seta-select.svg") no-repeat calc(100% - 10px) center;
  border: solid 1px #878787;
  border-radius: 5px;
  padding: 7px 20px;
  min-width: 100px;
  cursor: pointer;
}
section.todas-solicitacoes .box-filtro label,
section.todas-solicitacoes .box-filtro .label {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
section.todas-solicitacoes .box-filtro label > div,
section.todas-solicitacoes .box-filtro .label > div {
  width: 100%;
}
section.todas-solicitacoes .box-filtro label > div span,
section.todas-solicitacoes .box-filtro .label > div span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #00418D;
  width: 100%;
  font-size: 18px;
}
section.todas-solicitacoes .box-filtro label > div span i,
section.todas-solicitacoes .box-filtro .label > div span i {
  color: #FC4629;
  margin-right: 3px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
}
section.todas-solicitacoes .box-filtro label > div span u,
section.todas-solicitacoes .box-filtro .label > div span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
section.todas-solicitacoes .box-filtro label > div span img,
section.todas-solicitacoes .box-filtro .label > div span img {
  margin-left: 5px;
  cursor: pointer;
}
section.todas-solicitacoes .box-filtro label > div input,
section.todas-solicitacoes .box-filtro .label > div input {
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  color: #A3A3A3;
  font-weight: normal;
  background: #fff;
  border: solid 2px #4EB0FA;
  border-radius: 10px;
}
section.todas-solicitacoes .box-filtro label > div input[readonly],
section.todas-solicitacoes .box-filtro .label > div input[readonly] {
  background: #EDEDED;
  color: #00418D;
}
section.todas-solicitacoes .box-filtro .data > span {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
section.todas-solicitacoes .box-filtro .data > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
section.todas-solicitacoes .box-filtro .data > span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
section.todas-solicitacoes .box-filtro .data > span img {
  margin-left: 5px;
  cursor: pointer;
}
section.todas-solicitacoes .box-filtro .data .campo {
  width: 180px;
  margin-right: 15px;
  margin-bottom: 0;
}
section.todas-solicitacoes .box-filtro .data .campo > span {
  font-size: 18px;
  margin-right: 10px;
}
section.todas-solicitacoes .box-filtro .data .campo input {
  background: #fff;
  width: 100%;
  padding: 5px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: solid 2px #4EB0FA;
  padding: 5px 10px;
  border-radius: 7px;
  text-align: center;
}
section.todas-solicitacoes .box-filtro .data .campo .input-group-addon {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
section.todas-solicitacoes .box-filtro .data.msg-erro {
  padding: 15px;
  border: solid 1px #FC4629;
  border-radius: 7px;
}
section.todas-solicitacoes .box-filtro label b,
section.todas-solicitacoes .box-filtro .label b,
section.todas-solicitacoes .box-filtro .select b,
section.todas-solicitacoes .box-filtro .checkbox b,
section.todas-solicitacoes .box-filtro .busca b,
section.todas-solicitacoes .box-filtro .data b,
section.todas-solicitacoes .box-filtro .radios-img b {
  font-size: 14px;
  color: #FC4629;
  font-weight: 500;
  padding: 10px;
  display: none;
  min-height: 55px;
}
section.todas-solicitacoes .box-filtro .msg-erro {
  position: relative;
}
section.todas-solicitacoes .box-filtro .msg-erro input {
  border: solid 2px #FC4629;
}
section.todas-solicitacoes .box-filtro .msg-erro b {
  display: block;
  position: relative;
  width: 100%;
}
section.todas-solicitacoes .box-filtro .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
section.todas-solicitacoes .box-filtro input[type=text] {
  border: solid 1px #878787;
  border-radius: 5px;
  padding: 7px 20px;
  min-width: 100px;
}
section.todas-solicitacoes .box-filtro .bt {
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 0;
}
section.todas-solicitacoes .box-filtro .bt:hover img {
  left: 0;
}
section.todas-solicitacoes .box-filtro .bt img {
  width: 10px;
  left: -5px;
}
section.todas-solicitacoes .box-filtro .limpar {
  background: none;
  border: none;
  color: #00418D;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
section.todas-solicitacoes .table-responsive table {
  width: calc(100% - 30px);
  min-width: 650px;
}
section.todas-solicitacoes .table-responsive table thead th {
  background: #023571;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(1) {
  min-width: 45px;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(2) {
  min-width: 145px;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(4) {
  min-width: 100px;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(5) {
  min-width: 125px;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(6) {
  min-width: 100px;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(7) {
  min-width: 100px;
}
section.todas-solicitacoes .table-responsive table thead th:nth-child(8) {
  min-width: 140px;
}
section.todas-solicitacoes .table-responsive table tbody tr {
  background: rgba(239, 239, 239, 0.2);
}
section.todas-solicitacoes .table-responsive table tbody tr:nth-child(odd) {
  background: rgba(163, 163, 163, 0.15);
}
section.todas-solicitacoes .table-responsive table tbody td {
  font-size: 12px;
  color: #393939;
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  position: relative;
}
section.todas-solicitacoes .table-responsive table tbody td:last-child {
  text-align: left;
  background: #E0E0E0;
}
section.todas-solicitacoes .table-responsive table tbody td:first-child {
  text-wrap: nowrap;
}
section.todas-solicitacoes .table-responsive table tbody td .flex {
  flex-wrap: wrap;
}
section.todas-solicitacoes .table-responsive table tbody td .flex img {
  margin-right: 10px;
  max-width: 32px;
}
section.todas-solicitacoes .table-responsive table tbody td .flex span strong {
  display: block;
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bt-cancelar {
  background: #FC4629;
  border: none;
  border-radius: 100px;
  padding: 3px 7px;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
  width: 100%;
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bt-cancelar img {
  margin-right: 5px !important;
  width: 12px;
  height: auto;
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bts {
  position: absolute;
  left: 100%;
  bottom: 0;
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bts button {
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bts button:hover {
  background-color: #4EB0FA;
  opacity: 0.5;
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bts button.ver-solicitacao {
  background: #023571 url(../assets/consulta/ico-olho-branco.svg) no-repeat center center;
}
section.todas-solicitacoes .table-responsive table tbody td .flex .bts button.ver-resultados {
  background: #7C7C7C url(../assets/consulta/ico-resultado-branco.svg) no-repeat center center;
  margin-top: 2px;
}

@media (max-width: 992px) {
  section.consulta-campanhas .cards-campanhas .card-campanha,
  section.consulta-campanhas .cards-campanhas .card-ver-todas {
    width: calc(25% - 10px);
  }
  section.todas-solicitacoes .box-filtro > * {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  section.consulta-campanhas h2.big {
    font-size: 26px;
    background: none;
  }
  section.consulta-campanhas .cards-campanhas .card-campanha,
  section.consulta-campanhas .cards-campanhas .card-ver-todas {
    width: 100%;
  }
  section.todas-solicitacoes .box-filtro select,
  section.todas-solicitacoes .box-filtro input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  section.todas-solicitacoes .box-filtro .data {
    width: 100%;
    margin-right: 0;
  }
  section.todas-solicitacoes .box-filtro .data .campo {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0;
  }
  section.todas-solicitacoes .box-filtro .data .campo .input-group {
    width: 100%;
  }
}
section.login {
  padding: 50px 0;
  min-height: calc(100vh - 215px);
}
section.login .esq {
  width: calc(70% - 10px);
}
section.login .esq p {
  font-size: 18px;
}
section.login .esq .pags {
  position: relative;
}
section.login .esq .pags > div {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 100px;
  width: 100%;
  height: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.login .esq .pags > div.ativo {
  top: 0;
  position: relative;
  height: auto;
  opacity: 1;
  z-index: 1;
}
section.login .esq .pags > div.ativo h2 {
  opacity: 1;
  top: 0;
  transition-delay: 300ms;
}
section.login .esq .pags > div.ativo .form {
  opacity: 1;
  top: 0;
  transition-delay: 600ms;
}
section.login .esq .pags > div.pag2 .form {
  align-items: unset;
}
section.login .esq .pags > div h2 {
  font-size: 34px;
  text-transform: uppercase;
  padding-left: 15px;
  position: relative;
  opacity: 0;
  top: 50px;
  z-index: 1;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 1200ms;
}
section.login .esq .pags > div h3 {
  display: block;
  width: 100%;
}
section.login .esq .pags > div .form {
  background: #FDC180;
  padding: 35px;
  border-radius: 19px;
  margin-top: -10px;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  top: 50px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 1200ms;
}
section.login .esq .pags > div .form.msg-erro label {
  margin-bottom: 40px;
}
section.login .esq .pags > div .form label,
section.login .esq .pags > div .form .label {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
section.login .esq .pags > div .form label > div,
section.login .esq .pags > div .form .label > div {
  width: 100%;
}
section.login .esq .pags > div .form label > div.msg-erro,
section.login .esq .pags > div .form .label > div.msg-erro {
  position: relative;
}
section.login .esq .pags > div .form label > div.msg-erro input,
section.login .esq .pags > div .form .label > div.msg-erro input {
  border: solid 2px #FC4629;
}
section.login .esq .pags > div .form label > div.msg-erro b,
section.login .esq .pags > div .form .label > div.msg-erro b {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
section.login .esq .pags > div .form label > div span,
section.login .esq .pags > div .form .label > div span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #00418D;
  width: 100%;
}
section.login .esq .pags > div .form label > div input,
section.login .esq .pags > div .form .label > div input {
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  color: #A3A3A3;
  background: #fff;
  border: solid 2px #4EB0FA;
  border-radius: 10px;
}
section.login .esq .pags > div .form label > div input[readonly],
section.login .esq .pags > div .form .label > div input[readonly] {
  background: #EDEDED;
  color: #00418D;
}
section.login .esq .pags > div .form label > div b,
section.login .esq .pags > div .form .label > div b {
  font-size: 14px;
  color: #FC4629;
  font-weight: 500;
  padding: 10px;
  display: none;
  min-height: 55px;
}
section.login .esq .pags > div .form label > div .bt,
section.login .esq .pags > div .form .label > div .bt {
  width: 100%;
}
section.login .esq .pags > div .form label > div .bt span,
section.login .esq .pags > div .form .label > div .bt span {
  color: #fff;
  width: auto;
}
section.login .esq .pags > div .form .box-bt {
  width: 100%;
  margin-top: 15px;
}
section.login .esq .pags > div .form .box-bt > a {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #00418D;
}
section.login .esq .pags > div .form .bt {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
section.login .esq .pags > div .form .bt span {
  color: #fff;
  width: auto;
}
section.login .esq .pags > div .form a {
  color: #00418D;
}
section.login .esq .input-pass {
  position: relative;
}
section.login .esq .input-pass input {
  padding-right: 50px !important;
}
section.login .esq .input-pass.show-pass .bt-eye {
  background: url(../assets/eye_slash_icon.svg) no-repeat center center;
}
section.login .esq .input-pass .bt-eye {
  content: "";
  display: block;
  position: absolute;
  background: url(../assets/eye_vision_view_icon.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  bottom: 12px;
  right: 15px;
  cursor: pointer;
  border: none;
}
section.login .dir {
  width: calc(30% - 10px);
}
section.login .dir img {
  width: 100%;
}

@media (max-width: 992px) {
  section.login .esq .pags > div .form label,
  section.login .esq .pags > div .form .label {
    width: 100%;
    margin-bottom: 20px;
  }
  section.login .esq .pags > div .form.msg-erro label {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.login {
    padding-top: 0;
  }
  section.login .dir {
    width: 100%;
  }
  section.login .dir img {
    width: 100%;
    max-width: 275px;
    display: block;
    margin: 0 auto;
  }
  section.login .esq {
    width: 100%;
  }
  section.login .container > .flex {
    flex-direction: column-reverse;
  }
  section.login .esq .pags > div h2 {
    font-size: 26px;
  }
  section.login .esq .pags > div.ativo h2 {
    top: -3px;
  }
  section.login .esq .pags > div .form .bt {
    width: 100%;
  }
  section.login .esq .pags > div .form label > div b,
  section.login .esq .pags > div .form .label > div b {
    font-size: 11px;
    padding: 5px;
  }
  section.login .esq .pags > div .form .renv-cod > a {
    margin-bottom: 15px;
  }
}
section.home {
  padding: 50px 0;
  min-height: calc(100vh - 215px);
  padding-top: 100px;
}
section.home .esq {
  width: calc(70% - 10px);
  margin-top: 70px;
  z-index: 11;
}
section.home .esq p {
  font-size: 18px;
}
section.home .esq .box-laranja {
  background: #FDC180;
  padding: 35px;
  border-radius: 19px;
  align-items: flex-start;
  width: calc(100% + 150px);
  position: relative;
  gap: 0 15px;
}
section.home .esq .box-laranja .bt {
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  text-align: center;
}
section.home .esq .box-laranja .bt.azul-400 {
  background: #00418D;
}
section.home .esq .box-laranja .bt.laranja-400 {
  background: #f7941d;
}
section.home .esq .box-laranja .bt.desativado {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #A3A3A3;
}
section.home .esq .box-laranja .bt.desativado:hover img {
  opacity: 1;
  left: -10px;
}
section.home .esq .box-laranja .bt.desativado:hover span {
  left: 0px;
}
section.home .esq .box-laranja .bt.desativado img {
  width: 20px;
  height: 20px;
  margin: 0;
  left: 20px;
  opacity: 0;
}
section.home .esq .box-laranja .bt.desativado span {
  position: relative;
  left: -10px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.home .esq .box-laranja .bt.dropdown {
  justify-content: space-between;
  align-items: center;
  display: flex;
  background: #A3A3A3;
}
section.home .esq .box-laranja .bt.dropdown img {
  margin: 0;
  left: 0;
  top: -3px;
}
section.home .esq .box-laranja .bt span {
  margin: 0;
}
section.home .dir {
  width: calc(30% - 10px);
  margin-top: -120px;
  z-index: 10;
}
section.home .dir img {
  width: 100%;
}

@media (max-width: 992px) {
  section.home .container > .flex {
    flex-direction: column-reverse;
  }
  section.home .dir {
    width: 100%;
    margin-top: -70px;
  }
  section.home .dir img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  section.home .esq {
    width: 100%;
    margin-top: 70px;
  }
  section.home .esq .box-laranja {
    width: 100%;
  }
  section.home .esq .box-laranja .bt {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  section.home .dir {
    margin-top: -50px;
  }
  section.home .dir img {
    width: 100%;
    max-width: 275px;
  }
  section.home .esq .box-laranja .bt {
    width: 100%;
  }
  section.home .esq {
    margin-top: 20px;
  }
}
body.faq header i {
  display: none;
}

section.faq .titulo {
  background-color: #f5f5f5;
  padding: 30px 0;
}
section.faq .titulo h2.big {
  font-size: 48px;
  font-weight: 800;
  width: 100%;
  background: url(../assets/bg-h2.svg) repeat-x center right;
}
section.faq .titulo h2.big span {
  background: #f5f5f5;
  text-transform: uppercase;
  padding-right: 22px;
}
section.faq .itens-faq {
  padding: 30px 0;
}
section.faq .itens-faq .item {
  display: flex;
  align-items: center;
  border-bottom: solid 3px #f5f5f5;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.faq .itens-faq .item.ativo {
  align-items: flex-start;
}
section.faq .itens-faq .item.ativo::after {
  content: "";
  background: url(../assets/mais-faq-laranja.svg);
  transform: rotate(45deg);
}
section.faq .itens-faq .item.ativo b {
  color: #f7941d;
}
section.faq .itens-faq .item:not(.ativo):hover {
  opacity: 0.5;
}
section.faq .itens-faq .item::after {
  content: "";
  background: url(../assets/mais-faq-azul.svg);
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 0;
  transform: rotate(0deg);
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.faq .itens-faq .item b {
  color: #4EB0FA;
  font-size: 34px;
  font-weight: 900;
  min-width: 45px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
section.faq .itens-faq .item .dir {
  width: calc(100% - 80px);
}
section.faq .itens-faq .item .dir h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  padding-right: 10px;
}
section.faq .itens-faq .item .dir .txt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  color: #393939;
  padding-right: 10px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.faq .itens-faq .item .dir .txt.ativo {
  height: auto;
  opacity: 1;
}
section.faq .itens-faq .item .dir .txt p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}

@media (max-width: 768px) {
  section.faq .titulo h2.big {
    font-size: 32px;
    background: none;
  }
  section.faq .itens-faq .item .dir h3,
  section.faq .itens-faq .item .dir .txt p {
    font-size: 14px;
  }
}
section.solicitacao-enviada {
  padding: 50px 0;
  min-height: calc(100vh - 215px);
}
section.solicitacao-enviada .esq {
  width: calc(70% - 10px);
  margin-top: 70px;
  z-index: 11;
}
section.solicitacao-enviada .esq h2 {
  text-transform: uppercase;
  font-size: 34px;
}
section.solicitacao-enviada .esq p {
  font-size: 18px;
}
section.solicitacao-enviada .esq p strong {
  color: #f7941d;
}
section.solicitacao-enviada .esq .box-laranja {
  background: #FDC180;
  padding: 35px;
  border-radius: 19px;
  align-items: flex-start;
  width: calc(100% + 150px);
  position: relative;
}
section.solicitacao-enviada .esq .box-laranja .bt {
  width: calc(33.33% - 10px);
  margin-bottom: 10px;
  text-align: center;
}
section.solicitacao-enviada .esq .box-laranja .bt.azul-400 {
  background: #00418D;
}
section.solicitacao-enviada .esq .box-laranja .bt.laranja-400 {
  background: #f7941d;
}
section.solicitacao-enviada .esq .box-laranja .bt.desativado {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #A3A3A3;
}
section.solicitacao-enviada .esq .box-laranja .bt.desativado:hover img {
  opacity: 1;
  left: -10px;
}
section.solicitacao-enviada .esq .box-laranja .bt.desativado:hover span {
  left: 0px;
}
section.solicitacao-enviada .esq .box-laranja .bt.desativado img {
  width: 20px;
  height: 20px;
  margin: 0;
  left: 20px;
  opacity: 0;
}
section.solicitacao-enviada .esq .box-laranja .bt.desativado span {
  position: relative;
  left: -10px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.solicitacao-enviada .esq .box-laranja .bt.dropdown {
  justify-content: space-between;
  align-items: center;
  display: flex;
  background: #A3A3A3;
}
section.solicitacao-enviada .esq .box-laranja .bt.dropdown img {
  margin: 0;
  left: 0;
  top: -3px;
}
section.solicitacao-enviada .esq .box-laranja .bt span {
  margin: 0;
}
section.solicitacao-enviada .dir {
  width: calc(30% - 10px);
  margin-top: -120px;
  z-index: 10;
}
section.solicitacao-enviada .dir img {
  width: 100%;
}

.modal-aviso {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.modal-aviso.ativo {
  opacity: 1;
  visibility: visible;
}
.modal-aviso.ativo .box {
  top: 0;
}
.modal-aviso .box {
  background: #fff;
  padding: 30px;
  color: #00418D;
  max-width: 400px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  top: 100px;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.modal-aviso .box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.modal-aviso .box p {
  font-size: 18px;
}
.modal-aviso .box .fechar {
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
.modal-aviso .box .fechar:hover {
  opacity: 0.5;
}

@media (max-width: 992px) {
  section.solicitacao-enviada .container > .flex {
    flex-direction: column-reverse;
  }
  section.solicitacao-enviada .dir {
    width: 100%;
    margin-top: -70px;
  }
  section.solicitacao-enviada .dir img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  section.solicitacao-enviada .esq {
    width: 100%;
    margin-top: 70px;
  }
  section.solicitacao-enviada .esq .box-laranja {
    width: 100%;
  }
  section.solicitacao-enviada .esq .box-laranja .bt {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  section.solicitacao-enviada .dir {
    margin-top: -50px;
  }
  section.solicitacao-enviada .dir img {
    width: 100%;
    max-width: 275px;
  }
  section.solicitacao-enviada .esq .box-laranja .bt {
    width: 100%;
  }
  section.solicitacao-enviada .esq {
    margin-top: 20px;
  }
}
body.resultado-campanhas header i {
  display: none;
}
body.resultado-campanhas h2.big {
  font-size: 34px;
  font-weight: 800;
  width: 100%;
  margin-bottom: 10px;
  background: url(../assets/bg-h2.svg) repeat-x center right;
}
body.resultado-campanhas h2.big span {
  background: #f5f5f5;
  text-transform: uppercase;
  padding-right: 22px;
}
body.resultado-campanhas h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}
body.resultado-campanhas h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
body.resultado-campanhas .box-filtro {
  margin-bottom: 20px;
}
body.resultado-campanhas .box-filtro > * {
  margin-right: 15px;
}
body.resultado-campanhas .box-filtro strong {
  color: #393939;
}
body.resultado-campanhas .box-filtro select {
  appearance: unset;
  background: url("../assets/consulta/seta-select.svg") no-repeat calc(100% - 10px) center;
  border: solid 1px #878787;
  border-radius: 5px;
  padding: 7px 20px;
  padding-right: 30px;
  min-width: 100px;
  cursor: pointer;
}
body.resultado-campanhas .box-filtro label,
body.resultado-campanhas .box-filtro .label {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
body.resultado-campanhas .box-filtro label > div,
body.resultado-campanhas .box-filtro .label > div {
  width: 100%;
}
body.resultado-campanhas .box-filtro label > div span,
body.resultado-campanhas .box-filtro .label > div span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #00418D;
  width: 100%;
  font-size: 18px;
}
body.resultado-campanhas .box-filtro label > div span i,
body.resultado-campanhas .box-filtro .label > div span i {
  color: #FC4629;
  margin-right: 3px;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
}
body.resultado-campanhas .box-filtro label > div span u,
body.resultado-campanhas .box-filtro .label > div span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
body.resultado-campanhas .box-filtro label > div span img,
body.resultado-campanhas .box-filtro .label > div span img {
  margin-left: 5px;
  cursor: pointer;
}
body.resultado-campanhas .box-filtro label > div input,
body.resultado-campanhas .box-filtro .label > div input {
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  color: #A3A3A3;
  font-weight: normal;
  background: #fff;
  border: solid 2px #4EB0FA;
  border-radius: 10px;
}
body.resultado-campanhas .box-filtro label > div input[readonly],
body.resultado-campanhas .box-filtro .label > div input[readonly] {
  background: #EDEDED;
  color: #00418D;
}
body.resultado-campanhas .box-filtro .data > span {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
body.resultado-campanhas .box-filtro .data > span i {
  color: #FC4629;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  margin-right: 3px;
}
body.resultado-campanhas .box-filtro .data > span u {
  background: #FDC180;
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  min-height: 0;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: none;
}
body.resultado-campanhas .box-filtro .data > span img {
  margin-left: 5px;
  cursor: pointer;
}
body.resultado-campanhas .box-filtro .data .campo {
  width: 180px;
  margin-right: 15px;
  margin-bottom: 0;
}
body.resultado-campanhas .box-filtro .data .campo > span {
  font-size: 18px;
  margin-right: 10px;
}
body.resultado-campanhas .box-filtro .data .campo input {
  background: #fff;
  width: 100%;
  padding: 5px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: solid 2px #4EB0FA;
  padding: 5px 10px;
  border-radius: 7px;
  text-align: center;
}
body.resultado-campanhas .box-filtro .data .campo .input-group-addon {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
body.resultado-campanhas .box-filtro .data.msg-erro {
  padding: 15px;
  border: solid 1px #FC4629;
  border-radius: 7px;
}
body.resultado-campanhas .box-filtro label b,
body.resultado-campanhas .box-filtro .label b,
body.resultado-campanhas .box-filtro .select b,
body.resultado-campanhas .box-filtro .checkbox b,
body.resultado-campanhas .box-filtro .busca b,
body.resultado-campanhas .box-filtro .data b,
body.resultado-campanhas .box-filtro .radios-img b {
  font-size: 14px;
  color: #FC4629;
  font-weight: 500;
  padding: 10px;
  display: none;
  min-height: 55px;
}
body.resultado-campanhas .box-filtro .msg-erro {
  position: relative;
}
body.resultado-campanhas .box-filtro .msg-erro input {
  border: solid 2px #FC4629;
}
body.resultado-campanhas .box-filtro .msg-erro b {
  display: block;
  position: relative;
  width: 100%;
}
body.resultado-campanhas .box-filtro .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body.resultado-campanhas .box-filtro input[type=text] {
  border: solid 1px #878787;
  border-radius: 5px;
  padding: 7px 20px;
  min-width: 100px;
}
body.resultado-campanhas .box-filtro .bt {
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 0;
}
body.resultado-campanhas .box-filtro .bt:hover img {
  left: 0;
}
body.resultado-campanhas .box-filtro .bt img {
  width: 10px;
  left: -5px;
}
body.resultado-campanhas .box-filtro .limpar {
  background: none;
  border: none;
  color: #00418D;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
body.resultado-campanhas .table-responsive table {
  width: 100%;
  min-width: 650px;
}
body.resultado-campanhas .table-responsive table thead th {
  background: #023571;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  min-width: 100px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(1) {
  min-width: 45px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(2) {
  min-width: 145px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(2) {
  min-width: 145px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(4) {
  min-width: 100px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(5) {
  min-width: 125px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(6) {
  min-width: 100px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(7) {
  min-width: 100px;
}
body.resultado-campanhas .table-responsive table thead th:nth-child(8) {
  min-width: 140px;
}
body.resultado-campanhas .table-responsive table tbody tr {
  background: rgba(239, 239, 239, 0.2);
}
body.resultado-campanhas .table-responsive table tbody tr:nth-child(odd) {
  background: rgba(163, 163, 163, 0.15);
}
body.resultado-campanhas .table-responsive table tbody td {
  font-size: 12px;
  color: #393939;
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  position: relative;
}
body.resultado-campanhas .table-responsive table tbody td:first-child {
  text-wrap: nowrap;
}
body.resultado-campanhas .table-responsive table tbody td .flex img {
  margin-right: 10px;
}
body.resultado-campanhas .table-responsive table tbody td .flex span strong {
  display: block;
}
body.resultado-campanhas .table-responsive table tbody td .flex .bts {
  position: absolute;
  left: 100%;
  bottom: 0;
}
body.resultado-campanhas .table-responsive table tbody td .flex .bts button {
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -moz-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  -o-transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
  transition: all 700ms cubic-bezier(0, 0, 0.38, 1);
}
body.resultado-campanhas .table-responsive table tbody td .flex .bts button:hover {
  background-color: #4EB0FA;
  opacity: 0.5;
}
body.resultado-campanhas .table-responsive table tbody td .flex .bts button.ver-solicitacao {
  background: #023571 url(../assets/consulta/ico-olho-branco.svg) no-repeat center center;
}
body.resultado-campanhas .table-responsive table tbody td .flex .bts button.ver-resultados {
  background: #7C7C7C url(../assets/consulta/ico-resultado-branco.svg) no-repeat center center;
  margin-top: 2px;
}

section.resultado-campanhas {
  padding: 50px 0;
  min-height: calc(100vh - 215px);
  background: #f5f5f5;
}
section.resultado-campanhas .bt {
  font-size: 14px;
  margin-top: 20px;
  padding: 7px 15px;
}
section.resultado-campanhas .bt img {
  left: 0;
  width: 15px;
  margin-left: 5px;
}
section.resultado-campanhas .bt-back {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
}
section.resultado-campanhas .bt-back img {
  width: 20px;
  height: auto;
}

section.todos-resultados {
  padding: 50px 0;
}
section.todos-resultados .table-responsive table.com-bt thead tr th:last-child {
  background: none;
}
section.todos-resultados .table-responsive table.com-bt tbody tr td:last-child {
  background: #4EB0FA;
  padding: 0;
}
section.todos-resultados .table-responsive table.com-bt tbody tr td .bt {
  font-size: 14px;
  padding: 7px;
}
section.todos-resultados .table-responsive table.com-bt tbody tr td .bt img {
  left: 0;
  width: 15px;
  margin-left: 5px;
}
section.todos-resultados .bt {
  font-size: 14px;
  margin-top: 20px;
  padding: 7px 15px;
}
section.todos-resultados .bt img {
  left: 0;
  width: 15px;
  margin-left: 5px;
}

@media (max-width: 992px) {
  section.resultado-campanhas .cards-campanhas .card-campanha,
  section.resultado-campanhas .cards-campanhas .card-ver-todas {
    width: calc(25% - 10px);
  }
  section.todas-solicitacoes .box-filtro > * {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  section.resultado-campanhas h2.big {
    font-size: 26px;
    background: none;
  }
  section.resultado-campanhas .cards-campanhas .card-campanha,
  section.resultado-campanhas .cards-campanhas .card-ver-todas {
    width: 100%;
  }
  section.todas-solicitacoes .box-filtro select,
  section.todas-solicitacoes .box-filtro input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  section.todas-solicitacoes .box-filtro .data {
    width: 100%;
    margin-right: 0;
  }
  section.todas-solicitacoes .box-filtro .data .campo {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0;
  }
  section.todas-solicitacoes .box-filtro .data .campo .input-group {
    width: 100%;
  }
  body.resultado-campanhas .table-responsive table tbody td {
    min-width: 100px;
  }
  section.todos-resultados .table-responsive table.com-bt tbody tr td:last-child {
    min-width: auto;
  }
}
body .dropdown-menu {
  background-color: #00418D;
  color: #fff;
}
body .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top: 6px solid #00418D;
}
body .bootstrap-datetimepicker-widget table td.active, body .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f7941d;
}
body .bootstrap-datetimepicker-widget a[data-action] {
  color: #fff;
}