﻿@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Open+Sans|Roboto");

body {
  margin: 0 0 0 0;
  font-family: Open Sans, Arial;
  min-width: 340px;
}
iframe {
  width: 100%;
  height: 100%;
  float: left;
  border: 0px;
  background-color: #fff;
}
#telaEmpresa {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#telaFrame {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.material-icons,
.material-symbols-outlined {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fecharTodosModais,
.fecharTodosModaisframe {
  float: left;
  margin-left: 15px;
  cursor: pointer;
  color: #fff;
}

.topo {
  float: left;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #3e5052;
  margin: 0 0 0 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.logo {
  height: 42px;
  width: 138px;
  margin-left: 4px;
}

.fundoPreto,
.fundoPretoAvisoPopUP {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

select {
  outline: none;
}

input {
  outline: none;
}

input radio {
  outline: none;
}


.modalFrame,
.modalDetalheCotacao {
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  min-width: 0;
  background-color: #fafafa;
  height: 100%;
  cursor: default;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px 2px rgba(0, 0, 0, 0.59);
  overflow: auto;
  overflow-x: hidden;
}
.modalAviso {
  z-index: 11;
  position: fixed;
  top: 0;
  right: -500px;
  max-width: 370px;
  width: 80%;
  background-color: #fafafa;
  height: 100%;
  cursor: default;
  visibility: hidden;
  transition: all 1s;
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px 2px rgba(0, 0, 0, 0.59);
  overflow: auto;
  overflow-x: hidden;
  transform: scale(0.85);
}

.avisoQuadro {
  background-color: #fff;
  float: left;
  width: auto;
  height: auto;
  border: 1px solid #dadce0;
  border-left: 2px solid #4285f4;
  min-width: 94%;
  margin-left: 10px;
  margin-right: 14px;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.28);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.28);
}
.avisoQuadro .linha {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.avisoQuadro .centro {
  float: left;
  padding: 10px 15px;
  width: 92%;
  min-width: 200px;
}
.avisoQuadro .centro h1 {
  font-size: 18px;
  color: #4e5255;
  width: 90%;
}
.avisoQuadro .centro p {
  font-size: 14px;
}
.avisoQuadro .centro h2 {
  font-size: 8px;
  color: #80868b;
  line-height: 2px;
  float: right;
}

.avisoQuadro .excluir {
  margin-top: 0px;
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #808080;
}
.avisoSemReg {
  text-align: center;
  margin-top: 40px;
  font-weight: 800;
  color: #6c757d;
  font-size: 18px;
  padding: 10px;
}

.modalEmpresa {
  z-index: 11;
  position: fixed;
  top: 0;
  left: -500px;
  max-width: 370px;
  width: 80%;
  background-color: #fafafa;
  height: 100%;
  cursor: default;
  visibility: hidden;
  opacity: 0.5;
  transition: all 1s;
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  transform: scale(0.85);
}

.linhafecha {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  float: left;
  margin-top: 10px;
}

.modalAjuda,
.modalUser {
  z-index: 11;
  position: absolute;
  width: 270px;
  height: 290px;
  margin-left: -225px;
  margin-top: 8px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  color: #000;
}

.modalAjuda {
  margin-left: -141px;
  height: 320px;
}

.modalUser {
  width: 380px;
  margin-left: -339px;
  height: 240px;
}

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

.fotoPerfil {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #3e5052;
  border-radius: 60px;
}

.centraliza {
  text-align: center;
}

.nomeuser,
.emailuser {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  height: 20px;
  line-height: 20px;
  word-wrap: break-word;
  overflow: hidden;
}
.nomeuser {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
}
.emailuser {
  font-size: 11px;
  color: #5f686d;
}
.edit {
  border: 3px solid #3e5052;
  border-radius: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: fixed;
  margin-top: -28px;
  margin-left: 16px;
  background-color: #fff;
}

.seta-cima {
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  float: right;
  margin-top: -14px;
  margin-right: 9px;
}
.modalAjuda .seta-cima {
  margin-right: 90px;
}

.modalUser .topoh1 {
  float: left;
  height: 30px;
  width: 100%;
  color: #888888;
  font-size: 16px;
  text-indent: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.linhaMenuMovelCentro {
  display: flex;
  align-items: center;
  text-align: left;
  height: 57px;
  color: #7e7e7e;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.linhaMenuMovelCentro:hover {
  background-color: #e6f1fd;
}

.linhaMenuMovelCentro .icone {
  min-width: 40px;
  margin-left: 20px;
}

.linhaMenuMovelCentro .texto {
  width: 100%;
  color: #535353;
  font-size: 14px;
  font-weight: 700;
}

.linhaMenuMovelCentro .seta {
  min-width: 12px;
  min-height: 20px;
  margin-right: 20px;
}

.avisoMenu {
  background-color: #d12828;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  font-weight: 500;
}

.balao {
  cursor: default;
  text-align: center;
  background-color: #3e5052;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border-radius: 5px;
}
.captionBalao {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

.menuBotao {
  float: left;
  width: 60px;
}
.quadrologo {
  float: left;
  width: 140px;
  display: flex;
  padding: 7px 3px;
}

.barraEmpresa {
  display: flex;
  color: #fff;
  line-height: 0px;
  width: auto;
  cursor: pointer;
  min-width: 300px;
  height: 30px;
  padding: 10px 10px;
}

.fonteIcone {
  color: #fff;
  font-size: 38px;
}

.user,
.avisos,
.ajuda {
  float: right;
  width: 38px;
  height: 46px;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
}

.avisos .contadorAviso,
.ajuda .contadorAviso {
  position: absolute;
  margin-left: 24px;
  width: 20px;
  height: 20px;
  background-color: #000;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  transition: background 0.5s linear;
}

#alertAvisos {
  position: absolute;
  margin-left: 200px;
  margin-top: 10px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  transition: all 1s linear;
  opacity: 0.6;
}

.limitetexto {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 10px;
  height: 16px;
}

.captionEmpresa {
  width: auto;
  padding: 10px 4px;
  font-size: 14px;
}
.captionEmpresa b {
  font-size: 10px;
  color: #ccc;
}
.captionLoja {
  width: auto;
  padding: 10px 30px;
  font-size: 14px;
}
.captionLoja b {
  font-size: 10px;
  color: #ccc;
}

.conteudo {
  background-color: #fff;
  width: 100%;
  display: flex;
  height: auto;
  margin-top: 60px;
}

@media (max-width: 700px) {
  .barraEmpresa {
    float: left;
    width: 100%;
    height: 54px;
    margin-top: 0px;
    background-color: #3e5052;
    padding: 0px 10px;
  }
  #alertAvisos {
    margin-top: 60px;
  }
  .conteudo {
    margin-top: 110px;
  }
}

.LojaNaoInformanda {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #535353;
}
.LojaNaoInformanda .ico {
  float: right;
  margin-right: 15px;
}
.LojaNaoInformanda p {
  float: left;
  width: 100%;
}

.iconeMenu {
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 44px;
}

.modalMenu {
  z-index: 9;
  position: fixed;
  top: 0;
  left: -400px;
  max-width: 370px;
  width: 80%;
  background-color: #fff;
  height: 100%;
  cursor: default;
  visibility: hidden;
  transition: all 0.8s, opacity 0s, left 0.4s cubic-bezier(0, 0, 0.24, 0.75);
  transform: scale(0.85);
}

.sombra2 {
  -webkit-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -5px 0px 11px -2px rgba(0, 0, 0, 0.59);
  box-shadow: 5px 0px 11px -2px rgba(0, 0, 0, 0.59);
}

.modalMenu .conteudo {
  overflow: auto;
  float: left;
  height: 100%;
  width: 100%;
}

.modalMenu .topo {
  float: left;
  height: auto;
  width: 95%;
  max-height: 300px;
  min-height: 100px;
  margin-left: 10px;
}

.modalMenu .topo ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.topMenu {
  background-color: #3399ff;
  float: left;
  height: auto;
  width: 100%;
  color: #fff;
}

.botaoContaPedido {
  float: left;
  width: 48%;
  height: 42px;
  background-color: #3e5052;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
}

.topMenu a {
  color: #fff;
}

.topMenu .user {
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  width: 90%;
  margin-top: 5px;
  font-size: 14px;
}

.topMenu .user img {
  float: left;
}

.topMenu .user strong {
  float: left;
  margin-left: 10px;
  line-height: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.topMenu .linha {
  float: left;
  height: 3px;
  width: 100%;
  background-color: #0e559a;
}

.subm {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 95%;
  max-width: 370px;
  background-color: #fff;
}

.opcaoMenuMovel {
  float: left;
  width: 100%;
}

.opcaoMenuMovelCentro {
  display: flex;
  align-items: center;
  text-align: left;
  height: 57px;
  color: #7e7e7e;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.opcaoMenuMovelCentro:hover {
  background-color: #e6f1fd;
}

.opcaoMenuMovelCentro .icone {
  min-width: 40px;
  margin-left: 10px;
}

.opcaoMenuMovelCentro .texto {
  width: 100%;
  color: #535353;
  font-size: 13px;
  font-weight: 700;
}
.opcaoMenuMovelCentro .seta {
  min-width: 12px;
  min-height: 20px;

  margin-right: 20px;
}

.opcaoMenuMovelCentro .textoVoltar {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
  text-align: center;
}
.opcaoMenuMovelCentro .setaVoltar {
  min-width: 12px;
  min-height: 20px;
  background: url("../../publico/imagens/setavoltar.png");
  margin-left: 15px;
}

.logoPrecodeMenu {
  position: absolute;
  bottom: 8px;
  left: 26%;
  width: 185px;
  height: 40px;
}

.imguser {
  float: right;
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #e8ecf2;
}
.imgusergrande {
  width: 78px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  border-radius: 60px;
  border: 3px solid #fff;
}

.divisaoauto {
  flex: 1;
}
.selecioneLoja {
  text-align: center;
  margin-top: 30px;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 3px;
}
legend {
  font-size: 14px;
  color: #535353;
  font-weight: 700;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.modal:target {
  opacity: 1;
  pointer-events: auto;
}

.modal:target .centroModal {
  opacity: 1;
  max-width: 400px;
  width: 80%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.centroModal {
  opacity: 0;
  max-width: 400px;
  width: 70%;
  position: relative;
  background: #fff;
  border-radius: 5px;
}

#avisoModalAlert h2 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 22px;
  color: #6c757d;
  margin-top: 0px;
}

#avisoModalAlert h4 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 14px;
  color: #6c757d;
  margin-top: -20px;
}

#avisoModalAlert p {
  height: auto;
  padding: 10px 18px;
}

#avisoModalAlert .btFechar {
  border-top: 1px solid #e9ecef;
  padding: 18px 18px;
  height: 20px;
}
#avisoModalAlert .botaoFechar {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 72px;
  height: 38px;
  background-color: #8a4e4f;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
}
#avisoModalAlert .botaoFechar:hover {
  background-color: #3e5052;
}

.centroModal h2 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 22px;
  color: #6c757d;
  margin-top: 0px;
}

.centroModal h4 {
  border-bottom: 1px solid #e9ecef;
  padding: 18px 18px;
  font-size: 14px;
  color: #6c757d;
  margin-top: -20px;
}

.centroModal p {
  height: auto;
  padding: 10px 18px;
}

.centroModal .btFechar {
  border-top: 1px solid #e9ecef;
  padding: 18px 18px;
  height: 20px;
}
.centroModal .botaoFechar {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 72px;
  height: 38px;
  background-color: #8a4e4f;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
}
.centroModal .botaoFechar:hover {
  background-color: #3e5052;
}

.fechar {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 5px;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  margin-right: 5px;
}

.centralizaConteudo {
  padding: 12px 18px;
  margin-top: -8px;
}

.centroModal .btOK {
  border-top: 1px solid #e9ecef;
  padding: 18px 18px;
  height: 20px;
}

.centroModal .botaoOK {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 92px;
  height: 38px;
  background-color: #00a2ff;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  text-indent: 0;
}
#avisoModalAlert .botaoOK {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 92px;
  height: 38px;
  background-color: #00a2ff;
  text-align: center;
  color: #fcfcfc;
  line-height: 38px;
  border-radius: 5px;
  font-size: 14px;
  text-indent: 0;
}

.centroModal .botaoOK:hover {
  background-color: #1cc88a;
}

#alerta {
  color: red;
  font-weight: 800;
}

#avisoModalAlert {
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -80%) scale(0.7);

  max-width: 400px;
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.alertCentro {
  width: 100%;
}

.tippy-box[data-animation="scale"][data-placement^="top"] {
  transform-origin: bottom;
}
.tippy-box[data-animation="scale"][data-placement^="bottom"] {
  transform-origin: top;
}
.tippy-box[data-animation="scale"][data-placement^="left"] {
  transform-origin: right;
}
.tippy-box[data-animation="scale"][data-placement^="right"] {
  transform-origin: left;
}
.tippy-box[data-animation="scale"][data-state="hidden"] {
  transform: scale(0.5);
  opacity: 0;
}

/* checkbox interruptor */
.interruptor {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.centralidaCheck {
  margin-left: auto;
  margin-right: auto;
}

.ligadesliga {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.interruptor-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #e3e3e3;
  transition: background-color 0.3s ease-in;
}
.interruptor-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.ligadesliga:checked + .interruptor-label {
  background-color: #8ce196;
}
.ligadesliga:checked + .interruptor-label,
.ligadesliga:checked + .interruptor-label:before {
  border-color: #6dc878;
}
.ligadesliga:checked + .interruptor-label:before {
  right: 0px;
}
/* FIM checkbox interruptor */

/* alerta rodape com tempo */
#alertaRodapePosicao {
  position: fixed;
  height: auto;
  width: auto;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.alertaRodapeBox {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 220px;
  text-align: center;
  z-index: 9999;
}
.alertaRodapeSucesso {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}
.alertaRodapeErro {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
}

.alertaRodapeAviso {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  display: none;
}
/* FIM alerta rodape com tempo */

/* Flex */
.flex {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}
.item-fixo-0 {
  flex: 0;
}
.item-fixo-1 {
  flex: 1;
}
.item-fixo-2 {
  flex: 2;
}
.item-dinamico {
  flex-grow: 1;
}

.tipoTD {
  padding: 7px;
  font-size: 14px;
  color: #4e5255;
  font-weight: 800;
  line-height: 30px;
  height: 30px;
}

/* paginação */
.paginacao {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  font-size: 14px;
  font-weight: 500;
}
.paginacao li {
  display: inline;
  position: relative;
  float: left;
  padding: 10px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paginacao a li:hover {
  z-index: 1;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.paginacao .inativa {
  color: #777;
  cursor: not-allowed;
  background-color: #fefefe;
  border-color: #ddd;
}
.paginacao .selecionado {
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* fim paginacao */

#telaCarregando {
  margin: 0 0 0 0;
  background-color: #f3f1ef;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  opacity: 0.9;
  top: 0;
  left: 0;
  display: none;
  z-index: 1212;
}

.destaqueAzulEscuro {
  font-weight: 700;
  color: #6b9cc8;
}

.destaqueAzul {
  font-weight: 700;
  color: #0d6efd;
}
.destaqueVermelho {
  font-weight: 700;
  color: #9c5e5e;
}

.destaqueEscuro {
  font-weight: 700;
  color: #002363;
}

.instrucoes {
  line-height: 18px;
}
.instrucoes h1 {
  font-size: 20px;
  color: #80868b;
}
.instrucoes h2 {
  font-size: 16px;
  color: #80868b;
}

.icoDetalhesAzul {
  color: #6b9cc8;
}
.icoDetalhesBranco {
  color: #fff;
}
