﻿@charset "UTF-8";
@font-face {
  font-family: 'Amino';
  /* texto geral */
  src: url("/font/Amino-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Amino-regular10';
  /* texto geral */
  src: url("/font/Amino-Regular10.otf") format("opentype"); }

@font-face {
  font-family: 'Amino-regular';
  /* texto geral */
  src: url("/font/Amino-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Amino-alt-regular-7';
  /* texto geral */
  src: url("/font/AminoAlt-Regular7.otf") format("opentype"); }

@font-face {
  font-family: 'Axiforma-regular';
  /* texto geral */
  src: url("/font/Axiforma-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Axiforma';
  /* Titulos */
  src: url("/font/Axiforma-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Axiforma-book';
  /* Titulos */
  src: url("/font/Axiforma-Book.otf") format("opentype"); }

@font-face {
  font-family: 'Axiforma-light';
  /* Titulos */
  src: url("/font/Axiforma-Light.otf") format("opentype"); }

@font-face {
  font-family: 'Axiforma-thin';
  /* Titulos */
  src: url("/font/Axiforma-Thin.otf") format("opentype"); }

@font-face {
  font-family: 'Axiforma-medium';
  /* Titulos */
  src: url("/font/Axiforma-Medium.otf") format("opentype"); }

/*Fontes*/
.Amino {
  font-family: "Amino" !important; }

.Amino-regular10 {
  font-family: "Amino-regular10" !important; }

.Amino-regular {
  font-family: "Amino-regular" !important; }

.Amino-alt-regular-7 {
  font-family: "Amino-alt-regular-7" !important; }

.Axiforma {
  font-family: "Axiforma" !important; }

.Axiforma-book {
  font-family: "Axiforma-book" !important; }

.Axiforma-book {
  font-family: "Axiforma-book" !important; }

.Axiforma-light {
  font-family: "Axiforma-light" !important; }

.Axiforma-thin {
  font-family: "Axiforma-thin" !important; }

.Axiforma-medium {
  font-family: "Axiforma-medium" !important; }

.div-text-left * {
  text-align: left; }

.elipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.card-elipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.traco {
  background-color: #4C2582; }

.height-3px {
  height: 3px !important; }

.cinza, i.cinza::before {
  color: #6b6a6a; }

.mt-07em {
  margin-top: 0.7em !important; }

.mt-13em {
  margin-top: 1.3em !important; }

.height-inherit {
  height: inherit; }

.width-inherit {
  width: inherit; }

.opaco {
  opacity: 0.5; }

.fundo-cinza-2 {
  background-color: #fafafa; }

.noResize {
  resize: none; }

.display-flex {
  display: flex; }

/*Classes para ressaltar itens*/
#FundoOpaco {
  background-color: rgba(246, 246, 246, 0.5);
  z-index: 1000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }

.resaltado {
  z-index: 1001; }

.resaltadoMenu {
  z-index: 1002; }

/*Hexágono*/
.hexagon-wrapper {
  text-align: center;
  margin: 20px;
  position: relative;
  display: inline-block; }

.hexagon.roxo {
  background-color: #4C2582; }

.hexagon {
  height: 30px;
  width: calc(30px * 0.57735);
  display: inline-block; }

.hexagon:before {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(60deg); }

.hexagon:after {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(-60deg); }

.hexagon > .texto {
  color: white;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  font-size: 18px;
  font-weight: 600;
  top: -1px;
  text-align: center; }

/*Input dos rastreios multiplos*/
.no-border {
  border: none; }

.border-bottom-roxo {
  border-bottom: 1px solid #4C2582 !important; }

.inputRastreio {
  font-size: 18px;
  vertical-align: bottom;
  padding-top: 18px;
  background-color: #fafafa; }

.hidden {
  display: none; }

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.c-colapse {
  max-height: 75px !important; }
  .c-colapse:not(.c-colapsed) img {
    opacity: 0; }

.c-colapsed {
  height: auto;
  max-height: 600px !important; }

.row-colapse-rastreio:last-child .c-colapse:not(.c-colapsed) {
  opacity: 0; }

.headerContent button i:before {
  color: #4C2582; }

.copyRight .privacidade a {
  color: #4C2582; }

.copyRight .copy {
  color: #874f96; }

header.banner {
  width: 100%;
  height: 565px;
  background: url(../../../img/encaminhei/bannerRastreio.png) no-repeat 50% 50%;
  background-size: auto; }

.headerContent {
  max-width: 1200px;
  color: white;
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

header.header {
  width: 100%;
  height: 500px;
  background: url(../../../img/encaminhei/bannerRastreio.png) no-repeat 50% 50%;
  background-size: cover; }

.headerContent p {
  font-size: 12px; }
