
.container-geral{
  position: relative;
  width: 900px;
  min-width: 1px;
  height: auto;
  z-index: 1;
  margin: 0 auto;
}

.wow-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content-loader{
  position: relative;
  margin: 10px 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efefef;
}

.hidden{
  display: none !important;
}

.hidden.none{
  display: block;
}

.content-loader.content-loader-xs{
  height: 50px;
}

.content-loader.content-loader-sm{
  height: 100px;
}

.content-loader.content-loader-md{
  height: 150px;
}

.content-loader.content-loader-lg{
  height: 200px;
}

.model-effect-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.model-effect-loader .content-loader{
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #a0a0a0;
}

.model-effect-loader .content-loader .spinner{
  margin-right: 0;
  border-color: #2d3141;
}

@keyframes spinner-oficial {
  to {transform: rotate(360deg);}
}

.model-effect-loader > .content-loader > .spinner-oficial::before{
  border-top-color: #123b9f;
}  

.modal-effect-loader > .content-loader > .spinner-oficial::before{
  border-top-color: #123b9f;
}

.spinner-oficial{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-oficial::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 2px solid #123b9f;
  border-right: 2px solid transparent;
  animation: spinner-oficial .6s linear infinite;
}

.spinner-oficial.large-spinner{
  width: 45px;
  height: 45px;
}  
.spinner-oficial.medium-spinner{
  width: 40px;
  height: 40px;
}  
.spinner-oficial.small-spinner{
  width: 35px;
  height: 35px;
}  
.spinner-oficial.extra-small-spinner{
  width: 20px;
  height: 20px;
}
.spinner-oficial.large-spinner::before{
  width: 45px;
  height: 45px;
}  
.spinner-oficial.medium-spinner::before{
  width: 40px;
  height: 40px;
}  
.spinner-oficial.small-spinner::before{
  width: 35px;
  height: 35px;
}  
.spinner-oficial.extra-small-spinner::before{
  width: 20px;
  height: 20px;
}

.container-track{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.container-track > .content-track-message{
  position: relative;
  width: 600px;
  min-height: auto;
  background-color: transparent;
}

.container-track > .content-track-message > .alert{
  font-size: 12px;
  line-height: 1.5;
}

.container-track .content-track{
  position: relative;
  width: 600px;
  min-height: auto;
  background-color: #fff;
  box-shadow: rgb(79 79 80 / 15%) 0px 0px 4px;
  padding: 0 50px;
  border-radius: 5px;
  transition: 0.5s all;
}

.container-track .content-track .content-track-space{
  width: 100%;
  min-height: 600px;
}

.container-track .content-track .content-track-header{
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-track .content-track .content-track-header > img{
  height: 100px;
}

.container-track .content-track .content-track-title{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 50px 0;
}

.container-track .content-track .content-track-title .content-track-title-image{
  height: 60px;
}

.container-track .content-track .content-track-title .content-track-title-image > img{
  height: 60px;
}

.container-track .content-track .content-track-title .content-track-title-description{
  width: 100%;
  height: auto;
  text-align: center;
}

.container-track .content-track .content-track-title .content-track-title-description > h4{
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  color: #123b9f;
}

.container-track .content-track .content-track-title .content-track-title-description > p{
  font-size: 14px;
  margin: 0;
  color: #989898;
}

.container-track .content-track .content-track-form{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container-track .content-track .content-track-search-info{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.container-track .content-track .content-track-search-info > div{
  width: 100%;
}

.container-track .content-track .content-track-search-info > div.content-track-search-info-button{
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-track .content-track .content-track-search-status{
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-track .content-track .content-track-search-status > span{
  font-size: 20px;
}

.container-track .content-track .content-track-form > div{
  width: 500px;
}

.container-track .content-track .content-track-form > button{
  margin: 25px 0;
}

.container-track .content-track .content-track-footer{
  position: relative;
  width: 500px;
  height: auto;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  border-top: 1px solid #f9f9f9;
  padding: 50px 0;
}

.container-track .content-track .content-track-footer > p{
  font-size: 10px;
  margin: 0 0 5px 0;
  text-align: center;
}

.container-track .content-track .content-track-footer > a{
  text-decoration: none;
  /* font-style: italic; */
  font-size: 12px;
  text-align: center;
  color: #3a3a3a;
  margin-top: 10px;
}

.table {
  width: 100%;
}

.table thead > tr{
  height: 50px;
}

.td-img-fixed{
  height: 45px;
}

.table thead > tr > th{
  font-size: 12px;
  color: rgb(18 59 159);
  text-align: left;
}

.table tbody > tr{
  height: 40px;
  border-bottom: 1px solid #ededed;
}

.table tbody > tr:nth-child(odd){
  background-color: #f7f7f7;
}

.table tbody > tr:last-child{
  border-bottom: none;
}

.table tbody > tr > td{
  font-size: 10px;
  color: #505050;
}

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

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

.btn-orange{
  position: relative;
  min-width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #123b9f;
  border-radius: 2px;
  border: none;
  transition: 0.5s all;
  line-height: 0;
}

.btn-track{
  position: relative;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #9f9f9f;
  border-radius: 2px;
  transform: scale(1);
  border: none;
  transition: 0.5s all;
  line-height: 0;
  padding: 0 5px;
}

.btn-detail{
  position: relative;
  min-width: 60px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #123b9f;
  border-radius: 2px;
  transform: scale(1);
  border: none;
  transition: 0.5s all;
  line-height: 0;
}

.container-track-timeline{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.container-track-timeline > .content-track-timeline{
  position: relative;
  width: 100%;
  min-height: 100px;
  border-left: 1px dotted #123b9f;
}

.container-track-timeline > .content-track-timeline > .content-track-timeline-title{
  width: 100%;
  height: 40px;
  border-bottom: 1px dotted #123b9f;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
}

.container-track-timeline > .content-track-timeline > .content-track-timeline-title > h4{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.container-track-timeline > .container-track-timeline-detail{
  position: relative;
  width: 400px;
  display: flex;
  padding-left: 30px;
  border-left: 1px dotted #123b9f;
  flex-direction: column;
}

.container-track-timeline > .container-track-timeline-detail > .content-track-timeline-detail{
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  color: #616161;
}

.container-track-timeline-detail > .content-track-timeline-detail > .content-track-timeline-detail-title{
  margin-bottom: 15px;
}

.container-track-timeline-detail > .content-track-timeline-detail > .content-track-timeline-detail-description{
  margin-bottom: 10px;
}

.container-track-timeline-detail > .content-track-timeline-detail > .content-track-timeline-detail-description > h4{
  margin: 0;
  font-size: 18px;
  color: #616161;
}

.container-track-timeline-detail > .content-track-timeline-detail > .content-track-timeline-detail-title > h4{
  margin: 0;
  font-size: 18px;
  color: #123b9f;
}

.container-track-timeline-detail > .content-track-timeline-detail > div{
  margin-bottom: 5px;
}

.container-track-timeline-detail > .content-track-timeline-detail > div > span{
  font-size: 12px;
}

.content-track-timeline > ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.content-track-timeline > ul > li{
  position: relative;
  width: 100%;
  height: auto;
  /* padding: 15px 0; */
  margin-bottom: 30px;
}

.content-track-timeline > ul > li::after{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #123b9f;
  top: 3px;
  left: -28px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.content-track-timeline > ul > li:first-child::after{
  width: 22px;
  height: 22px;
  top: 0px;
  left: -31px;
  border: 4px solid #ff6600;
}

.content-track-timeline > ul > li:first-child > .content-track-timeline-right > h4{
  color: #123b9f;
}

.content-track-timeline > ul > li > .content-track-timeline-right{
  display: flex;
  flex-direction: column;
}

.content-track-timeline > ul > li > .content-track-timeline-right > h4{
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
  color: #616161;
}

.content-track-timeline > ul > li > .content-track-timeline-right > small{
  color: #616161;
}

.content-track-timeline > ul > li > .content-track-timeline-left-circle{
  width: 10px;
  height: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: -5px;
  margin-top: 0;
}

.content-track-timeline > ul > li > .content-track-timeline-left-circle > span{
  width: 10px;
  height: 10px;
  background-color: #123b9f;
  border-radius: 50%;
}

.text-color-red{
  color: #e33939;
}

.text-color-green{
  color: #68b96e !important;
}

.text-color-dark-grey{
  color: #505050 !important;
}


.container-plataform{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.container-plataform:last-child{
  margin-bottom: 0;
}

.container-plataform > .content-plataform-type {
  border-bottom: 1px solid #123b9f;
  padding: 5px 0;
}

.container-plataform > .content-plataform-type > h4{
  margin: 0;
  font-size: 20px;
}


/* ESTILO DA LISTAGEM TRACKING */
.content-tracking-list{
  position: relative;
  width: 100%;
  min-height: 1px;
}

.content-tracking-list .content-tracking-list-unity{
  width: 100%;
  min-height: 60px;
  display: flex;
  border-left: 5px solid #e4edf3;
  margin: 10px 0;
  transition: .2s;
}

.content-tracking-list .content-tracking-list-unity:hover{
  transform: scale(1.03);
  cursor: pointer;
  border-color: #123b9f;
}

.content-tracking-list .content-tracking-list-unity:nth-child(odd){
  background-color: #f8fcff;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-first{
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-second{
  width: calc(100% - 300px);
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #484848;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-second > h4{
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-second > small{
  font-size: 10px;
}

.btn-detail-extra{
  color: #ffffff;
  padding: 0 10px;
  border: none;
  background: none;
  height: 40px;
  font-size: 10px;
  background-color: #123b9f;
  border-radius: 2px;
  border: 1px solid #0b2f85;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-third{
  width: calc(100% - 300px);
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #505050;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-fourth{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #505050;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-fifth{
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-title{
  font-size: 12px;
}

.content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-description{
  font-size: 9px;
  color: #919191;
}

.container-menu-track-template {
  position: fixed;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  z-index: 2;
}

.container-menu-track-template > .menu-track-template {
  width: 100%;
  height: 65px;
  background-color: #9f9f9f;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
  transition: .5s all;
}

.container-menu-track-template > .menu-track-template .box-menu-track-template{
  width: 100%;
  height: 65px;
  display: flex;
}

.container-menu-track-template > .menu-track-template .box-menu-track-template > div {
  width: 50%;
  height: 100%;
  display: flex;
}

.container-menu-track-template > .menu-track-template .box-menu-track-template > div:first-child{
  width: 100%;
  height: 100%;
  align-items: center;
}

.container-menu-track-template > .menu-track-template .box-menu-track-template > div > img{
  height: 35px;
}

.container-geral-track-template {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 65px;
}

.container-geral-track-template > .container-geral-track-template-background{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  /* background-color: #123b9f; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.90;
}

.container-geral-track-template .container-geral-track-template-centro{
  width: 100%;
  min-height: 1px;
  display: flex;
  padding: 35px 0;
}

.container-geral-track-template .container-geral-track-template-centro > div{
  width: 50%;
  
}

.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form{
  position: relative;
  width: 425px;
  min-height: 300px;
  /* background-color: #fff;
  box-shadow: rgb(79 79 80 / 15%) 0px 0px 4px; */
  padding: 75px 0 0 0;
  border-radius: 5px;
}

.container-geral-track-template .container-geral-track-template-centro > div:last-child{
  width: calc(100% - 425px);
}

.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-title{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-title > h4{
  font-size: 35px;
  letter-spacing: -.72px;
  color: #fff;
  margin: 0;
}
.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > form{
  padding: 0;
}

.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > form button{
  width: 100%;
}

.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-description{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-description > p{
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-text{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-direction: column;
}
.container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-text > p{
  font-size: 12px;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.divider-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 50px 0;
}

.divider-wrapper > .divider{
  color: #fff;
  flex: 0 0 auto;
  margin: 0 8px;
}

.divider-wrapper:after, .divider-wrapper:before{
  content: '';
  display: block;
  background-color: rgba(255,255,255,0.4);
  height: 1px;
  width: 1px;
  flex: 1;
}

.container-footer-track-template{
  width: 100%;
  min-height: 300px;
  background-color: rgba(255, 102, 0, 0.85);
  display: none;
}

.container-footer-track-template.visible{
  display: block;
}

.container-footer-track-template .container-footer-track-template-box {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  padding: 30px 0;
}

.container-footer-track-template .container-footer-track-template-box > div:first-child{
  width: 50%;
}

.container-footer-track-template .container-footer-track-template-box > div h4{
  color: #fff;
  margin: 15px 0;
}

.container-footer-track-template .container-footer-track-template-box > div h4 > b{
  color: #123b9f;
}

.container-footer-track-template .container-footer-track-template-box > div:last-child{
  width: 50%;
  display: flex;
  justify-content: end;
}

.container-footer-track-template .container-footer-track-template-box > div > img{
  width: 75%;
}

.container-footer-track-template .container-footer-track-template-box .divider-footer{
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #eb6f1b;
}

.container-footer-track-template .container-footer-track-template-box p{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div{
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > .container-footer-track-template-box-price-method{
  position: absolute;
  width: 100%;
  height: 25px;
  top: -38px;
  right: 0;
  display: flex;
  justify-content: start;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > .container-footer-track-template-box-price-method > img{
  padding-right: 10px;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > h4{
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div:first-child > h4{
  font-weight: 600;
  color: #fff;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > small{
  font-size: 12px;
  color: #fff;
}

.container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-button{
  width: 100%;
  height: auto;
  display: flex;
}

.btn-small-track-blue{
  background-color: #123b9f !important;
  font-size: 12px !important;
  color: #fff !important;
}

.container-geral-track-template-search-topo{
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #616161;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-geral-track-template-search-topo .container-geral-track-template-search-topo-title{
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.container-geral-track-template-search-topo .container-geral-track-template-search-topo-title > h4{
  font-size: 24px;
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
}

.container-geral-track-template-search-topo .container-geral-track-template-search-topo-title > a{
  margin-bottom: 25px;
}

.container-geral-track-template-search-404{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  min-height: 535px;
  justify-content: center;
}

.container-geral-track-template-search-404 > div{
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container-geral-track-template-search-404 > div > h4{
  font-size: 30px;
  margin: 0 0 25px 0;
  padding: 0;
}

.container-geral-track-template-search-404 > div > p{
  font-size: 14px;
  color: #4a4a4a;
  margin: 0 0 5px 0;
}

.container-geral-track-template-search-404 > div > a{
  margin: 30px 0;
}

.container-geral-track-template-search-found{
  width: 100%;
  height: auto;
  min-height: 745px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #fff;
}

.container-geral-track-template-search-loader{
  width: 100%;
  height: auto;
  min-height: 745px;
  border-radius: 5px;
  margin: 25px 0;
  background-color: transparent;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-header{
  width: 100%;
  min-height: 60px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-left: 5px solid #123b9f;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > h4{
  padding: 0;
  margin: 3px;
  font-weight: 500;
  font-size: 13px;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > h4 > b{
  font-size: 15px;
  font-weight: 600;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > span{
  color: #9b9b9b;
  display: flex;
  align-items: center;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > span > b{
  font-weight: 600;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > span > img{
  margin-left: 5px;
}

.container-geral-track-template-search-found-progress{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0 100px;
  padding: 30px 100px;
}
.container-geral-track-template-search-found-progress > .container-geral-track-template-search-found-progress-timeline{
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-geral-track-template-search-found-progress > .container-geral-track-template-search-found-progress-timeline > ul{
  width: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  padding: 0 15px;
  margin: 0 0 36px 0;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon{
  position: relative;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > img{
  transition: .3s;
  cursor: pointer;
  max-width: 26px;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > img:hover{
  transform: scale(1.3);
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail{
  position: absolute;
  width: auto;
  height: auto;
  bottom: -40px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  text-align: center;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail > span{
  color: #505050;
  font-size: 12px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail > span > img{
  width: 100%;
  margin-left: 10px;
  transition: .3s all;
  cursor: pointer;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail > span > img:hover{
  transform: scale(1.1);
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail > small{
  color: #505050;
  font-size: 9px;
}

.container-geral-track-template-search-found-progress-timeline > ul > li > img.delivery{
  width: 40px;
  max-width: 40px;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-line{
  flex: 2 1 40px;
  background-color: #d5d5d5;
  height: 3px;
}

.container-geral-track-template-search-found-progress-timeline > ul > li.marker-line.success{
  background-color: #71c016 !important;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline{
  width: 100%;
  height: auto;
  min-height: 1px;
  padding: 0 15px 30px 15px;
  background-color: #fff;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-header {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 100px;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-header > div{
  width: 100%;
  height: auto;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-header > div:last-child{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-header > div > span{
  color: #3a3a3a;
  font-size: 11px;
  margin-bottom: 5px;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-header > div > b{
  color: #68b96e;
  font-size: 12px;
  text-decoration: underline;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-content {
  width: 100%;
  height: auto;
  min-height: 1px;
  padding: 0 85px;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-content > h4 {
  color: #ff7112;
  font-size: 18px;
  margin: 0;
}

.container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-content > .container-geral-track-template-search-found-timeline-content-detail {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px 0 30px 0;
}

.container-geral-track-template-search-found-timeline-content > .container-geral-track-template-search-found-timeline-content-detail.slim {
  margin: 20px 0 0 0 !important;
}

.container-geral-track-template-search-found-timeline-content > .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 20px;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line > div:first-child{
  width: 55px;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line > div > svg {
  width: 18px;
  color: rgba(0,0,0,.54);
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line > div:last-child{
  width: calc(100% - 55px);
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line > div > h4 {
  font-size: 12px;
  margin: 0 0 0px;
  padding: 0;
  color: #4a4a4a;
  font-weight: 400;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line > div > span {
  font-size: 12px;
  font-weight: 700;
  color: #4a4a4a;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-timeline-content-detail-line > div > small {
  font-size: 11px;
  color: #4a4a4a;
}


.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v{
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul{
  position: relative;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li{
  width: 100%;
  height: 100px;
  max-height: 120px;
  overflow: hidden;
  display: flex;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li:last-child > div.progress-v > div.line-v{
  background-color: transparent;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li:first-child > div.progress-v > img{
  max-width: 30px;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.progress-v{
  width: 24px;
  height: 100px;
  margin: 0 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.progress-v > div.line-v{
  height: calc(100% - 24px);
  width: 1px;
  background-color: #9b9b9b;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v{
  width: calc(100% - 48px);
  height: 100px;
  display: flex;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div:first-child{
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div:last-child{
  width: calc(100% - 100px);
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div span{
  font-size: 13px;
  color: #ff6900;
  white-space: nowrap;
  margin-bottom: 6px;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div small{
  font-size: 13px;
  color: #9b9b9b;
  white-space: nowrap;
}

.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div h4{
  font-size: 15px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0 0 6px;
  padding: 0;
}
.container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div p{
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  padding: 0;
  line-height: 24px;
}

.divider-timeline{
  width: 100%;
  height: 2px;
  background-color: rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.container-geral-footer-default{
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #9f9f9f;
  display: flex;
  padding: 0 25px;
  transition: .5s all;
}

.container-geral-footer-default > div{
  width: 33%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-geral-footer-default > div:last-child{
  justify-content: end;
}

.container-geral-footer-default > div:first-child{
  justify-content: start;
}

.container-geral-footer-default > div.container-geral-footer-default-middle{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.container-geral-footer-default > div.container-geral-footer-default-middle > span{
  color: #fff;
  font-size: 12px;
  padding-bottom: 5px;
}

.container-geral-footer-default > div.container-geral-footer-default-middle > small{
  font-size: 10px;
}

.container-geral-footer-default > div > small{
  color: #fff;
}

.container-geral-footer-default > div > img{
  height: 30px;
}

.btn-timeline{
  font-size: 12px !important;
  background-color: #9f9f9f;
  color: #fff !important;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  padding-left: 44px !important;
  padding-right: 44px !important;
  height: 32px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  transform: scale(1);
  transition: .5s all !important;
}

.btn-more{
  font-size: 12px !important;
  background-color: rgb(48, 48, 48);
  color: #fff !important;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 40px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  transform: scale(1);
  transition: .5s all !important;
}

.btn-search-topo{
  font-size: 14px !important;
  background-color: #fff !important;
  color: #9f9f9f;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  padding-left: 34px !important;
  padding-right: 34px !important;
  height: 40px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  transform: scale(1);
  transition: .5s all !important;
  font-weight: 600;
}

.btn-timeline:hover{
  transform: scale(1.05);
}

.btn-timeline > img{
  padding-right: 6px;
  height: 100%;
}

.content-loader-absolute{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 4;
  border-radius: 0.3rem;
}

.sem-registro{
  margin: 0;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
}

.sem-registro > h4{
  font-size: 14px;
  margin: 0;
}

.icon-img {
  opacity: 0.4;
  height: 28px;
  padding-bottom: 6px;
  cursor: pointer;
  transition: .2s all;
}

.icon-img:hover {
  opacity: 0.55;
  transform: scale(1.1);
}

.container-geral-track-template-list-found{
  width: 100%;
  height: auto;
  min-height: 725px;
  border-radius: 5px;
  margin: 25px 0;
  background-color: transparent;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box:hover {
  transform: translateY(-2px) scale(1.01);
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box{
  width: 100%;
  min-height: 76px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 15px;
  transition: .2s all;
  cursor: pointer;
  border-radius: 6px;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-collapse {
  width: 100%;
  height: 0px;
  background-color: #fff;
  transition: .1s all;
  display: none;
}


.container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-collapse.active {
  width: 100%;
  min-height: 1px;
  height: auto;
  background-color: #fff;
  display: block;
}

.container-geral-track-template-list-found-box-collapse > .container-geral-track-template-list-found-box-collapse-footer{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 15px 15px;
}

.container-geral-track-template-list-found-box-collapse > .container-geral-track-template-list-found-box-collapse-footer > div:last-child{
  display: flex;
  justify-content: flex-end;
}

.container-geral-track-template-list-found-box-collapse > .container-geral-track-template-list-found-box-collapse-footer > div > button {
  width: auto;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity {
  width: 100%;
  min-height: 1px;
  height: 76px;
  display: flex;
  padding: 0 15px;
  border-left: 5px solid #6cc24a;
  border-radius: 6px;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div{
  width: 50%;
  height: 76px;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div:first-child{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div:last-child{
  display: flex;
  justify-content: end;
  align-items: center;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div > img{
  width: 24px;
  height: 24px;
  margin-left: 15px;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div > h4{
  font-size: 16px;
  font-weight: 500;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div > h4 > b{
  font-weight: 600;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div > p{
  padding: 0;
  margin: 0;
  color: #9b9b9b;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-header{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-header > a{
  margin: 0 15px;
}

.container-geral-track-template-list-found > .container-geral-track-template-list-found-header > h4{
  margin: 0;
  padding: 0;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
}

#k .km li:first-child .l.hidden {
  display: none;
}

#k {
  display: flex;
  padding: 0;
  z-index: 10;
}

#k-header h1, #k h2 {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  margin: 0;
}

#k .fm {
  margin-bottom: calc(15px + 1%);
}

#k .ka {
  width: 180px;
}

#k .ka li {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,.01);
  border: 1px solid #e7e9f4;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 5px;
}

#k .ku ul {
  box-shadow: 0 15px 30px rgba(0,0,0,.05);
  border-radius: 3px;
}

#k .ku li {
  padding: 0 15px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}

#k .ku li:hover, #k .ka li.select:hover {
  box-shadow: 0 5px 15px rgba(245,95,95,.3);
  background: #d89320;
  color: #fff;
}

#k .ku a {
  color: #d89320;
}

#k .ku a:hover {
  text-decoration: underline;
}

#k .ka li.select {
  color: #1f1845;
  font-weight: 700;
}

#k .ka li:last-child {
  display: none;
}

#k .km {
  flex: 1;
  padding: 0;
}

#k .km ul {
  margin-top: -5px;
  padding: 0;
}

#k .km li {
  display: flex;
}

#k .km li > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

#k .km .d {
  font-size: 11px;
  width: 80px;
  max-width: 80px;
  flex-basis: 80px;
  text-align: right;
}

#k .km .d strong {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1;
  font-weight: 600;
}

#k .km .l {
  position: relative;
  margin: 0 25px;
  width: 10px;
  max-width: 10px;
  flex-basis: 10px;
  background: #f3f5fc;
}

#k .km .g {
  position: relative;
  margin: 0 25px;
  width: 10px;
  max-width: 10px;
  flex-basis: 10px;
  background: transparent;
}

#k .km .g > i{
  font-size: 20px;
  color: #787f86;
}

#k .km li > * {
  width: 100%
}

#k .km .g > img{
  width: 30px;
}

#k .km li:first-child .l {
  background: linear-gradient(to top, #f3f5fc 25%, rgba(255,255,255,0));
}

#k .km .l:before {
  background: #f3f5fc;
  content: '';
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#k .km .l:after {
  content: '';
  position: absolute;
  height: 100%;
  background: #e7e9ef;
  width: 4px;
  left: 3px;
  z-index: 5;
}

#k .km li:first-child .l:after {
  top: calc(50% + 7px);
  height: calc(50% - 7px);
  background: linear-gradient(to top, #e7e9ef, #d89320);
}

#k .km li:last-child .l:after {
  background: linear-gradient(to top, #fcfdff, #e7e9ef);
}

#k .km li:last-child .l {
  background: linear-gradient(to top, #fcfdff, #f3f5fc);
}

#k .km li:last-child:first-child .l:after {
  background: linear-gradient(to top, #fcfdff 25%, #d89320);
}

#k .km li:last-child:first-child .l {
  background: none;
}

#k .km .l span {
  z-index: 10;
  background: #e7e9ef;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#k .km li:first-child .l span {
  background: #d89320;
}

#k .km li:first-child .l span {
  animation: round 1s linear infinite;
  background: #d89320;
}

#k .km li:first-child .l span {
  top: 35%;
}

#k .km li:first-child .l:before {
  top: 35%;
}

#k .km li:first-child .l:after {
  top: calc(35% + 7px);
  height: calc(65% - 7px);
}

#k .km .r {
  position: relative;
  margin: 6px 0;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,.04);
  border-radius: 2px;
  flex: 1;
  justify-content: flex-start;
  border-bottom: 1px solid #f3f5fc;
}

#k .km .r > * {
  flex: 1;
}

#k .km .r > div:not(.courier-img) {
  padding: 10px 17px 10px
}

#k .km .r > div.courier-img {
  padding: 11px 17px;
  position: absolute;
  top: 0;
  right: 0
}

#k .km .r > div.courier-img img:not(.extend-step-btn) {
  width: 60px;
  min-width: 25px;
  float: right;
  border-radius: 3px;
}

#k .km .r > div > address {
  font-size: 13px;
  font-weight: 500
}

#k .km .r > div > address i {
  margin-right: 5px;
  font-weight: 700;
}

#k .ki {
  width: 270px;
}

#k .ki li {
  justify-content: space-between
}

#k .ac {
  display: flex;
  margin-top: 15px;
}

#k .ac button {
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
  height: 30px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  color: #d89320;
}

#k .ac button:hover {
  box-shadow: 0 5px 15px rgba(245,95,95,.3);
  background: #d89320;
  color: #fff;
}

#k .ac .sb {
  width: 30px;
  margin-right: 5px;
}

#k .ac button[data-load] {
  pointer-events: none;
  color: #eee;
}

#k .ac .sl {
  padding: 0 8px;
  margin-left: auto;
}

#k .ac .sl strong {
  font-size: 10px;
  margin-left: 5px;
}

#k .ac .sl.sa {
  padding: 0 8px;
  margin-right: 5px;
  margin-left: 0;
}

#k .ac .sb i:before {
  transition: transform .4s;
}

#k .ac2 {
  display: none;
}

#k .fm .fld {
  height: 40px;
}

#k .fm .fld:before, #k select {
  height: 36px;
}

@keyframes round {
  from {
      box-shadow: 0 0 0 0 rgba(295,45,45,.3)
  }

  to {
      box-shadow: 0 0 0 15px rgba(295,45,45,0)
  }
}

@keyframes round_blue {
  from {
      box-shadow: 0 0 0 0 rgba(74,144,226,.3)
  }

  to {
      box-shadow: 0 0 0 15px rgba(295,45,45,0)
  }
}

@keyframes round_yellow {
  from {
      box-shadow: 0 0 0 0 rgba(227,194,75,.3)
  }

  to {
      box-shadow: 0 0 0 15px rgba(295,45,45,0)
  }
}

@keyframes round_red {
  from {
      box-shadow: 0 0 0 0 rgba(295,45,45,.3)
  }

  to {
      box-shadow: 0 0 0 15px rgba(295,45,45,0)
  }
}

@keyframes round_green {
  from {
      box-shadow: 0 0 0 0 rgba(4,193,68,.3)
  }

  to {
      box-shadow: 0 0 0 15px rgba(295,45,45,0)
  }
}

[data-tracker]:not(.select) {
  display: none;
}

[data-tracker] span {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rotating:after {
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  -ms-animation: rotating 1.2s linear infinite;
  -o-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}

#t-filter {
  background: #fff;
  box-shadow: 0 15px 30px rgb(0 0 0 / 1%);
  border: 1px solid #e7e9f4;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 700;
}

#t-filter select {
  font-size: 14px;
  font-weight: 700;
}

#t-filter[disabled] {
  cursor: pointer;
  pointer-events: none;
  color: #eee;
}

#k .fm .fld[disabled]:before {
  color: #eee;
}

#k .ka li:after {
  font-family: 'Font Awesome 5 Pro';
  float: right;
}

#k .ka li.rotating:after {
  content: '\f021';
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  -ms-animation: rotating 1.2s linear infinite;
  -o-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}

#k .ka li.loaded:after {
  content: '\f06e';
}

#k .ka li.loaded.select:after {
  content: '\f021';
}

.tracking-tweak {
  display: flex;
  margin-top: 5px;
}

.badge[data-status] {
  font-size: 14px;
}

.badge.tracking-lang, .badge.tracking-copy, .badge.tracking-share {
  margin: inherit;
  padding: inherit;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  background: #fff;
  color: #726f83;
  border: 1px solid #e7e9f4;
  box-shadow: 0 15px 30px rgba(0,0,0,.05);
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  transition: .2s;
}

.badge.tracking-lang {
  flex: 1;
}

.badge.tracking-copy, .badge.tracking-share {
  flex: 1;
  margin-left: 10px;
}

.badge.tracking-copy i, .badge.tracking-share i {
  font-size: 14px;
  font-weight: 500;
}

.badge.tracking-lang img {
  width: 16px;
}

[data-load].badge.tracking-lang, [data-load].badge.tracking-copy, [data-load].badge.tracking-share {
  box-shadow: none;
  border: none;
}

.badge.tracking-lang:hover, .badge.tracking-copy:hover, .badge.tracking-share:hover {
  box-shadow: 0 5px 15px rgba(245,95,95,.3);
  background: #f55f5f;
  color: #fff;
}

.badge.tracking-copy.copied, .badge.tracking-share.copied {
  box-shadow: 0 15px 30px rgba(0,0,0,.05);
  background: #fff;
  color: #008613;
}

.badge.tracking-copy i:before, .badge.tracking-share i:before {
  transition: transform .4s;
}

.badge.tracking-copy.copied i:before, .badge.tracking-share.copied i:before {
  transform: rotate(360deg);
  content: "\f00c";
}

.badge.tracking-copy.copied i, .badge.tracking-share.copied i {
  font-weight: 700;
  font-size: 14px;
}

.loading-block, .loading-text, .loading-bar, .loading-progress, .status-block, .status-text, .status-bar, .status-progress, .status-progress span, .status-label, .status-sublabel {
  display: block;
  width: 100%;
}

.loading-block, .status-block {
  display: none;
}

.loading-block.active, .status-block.active {
  display: block;
}

.loading-label, .status-sublabel {
  font-weight: 400;
}

.status-bar {
  margin-top: 14px;
}

.loading-bar, .loading-progress, .status-bar, .status-progress, .status-progress span {
  height: 5px;
  border-radius: 20px;
  transition: .5s
}

.loading-bar, .status-bar {
  margin-top: 12px;
  background: #e7e9f4;
}

.loading-progress {
  width: 0%;
  background: #f55f5f;
}

.status-icon, .status-content {
  display: inline-block;
}

.status-sublabel {
  font-size: 14px;
  margin-top: 5px;
}

.status-icon {
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  vertical-align: bottom;
  margin-right: 10px;
  text-align: center;
  background-color: #ff4747;
}

.status-icon > img {
  width: 26px;
}

.status-block.type-red .status-bar, 
.status-block.type-red .status-progress, 
.status-block.type-red .status-progress span, 
.status-block.type-yellow .status-bar, 
.status-block.type-yellow .status-progress, 
.status-block.type-yellow .status-progress span, 
.status-block.type-blue .status-bar, 
.status-block.type-blue .status-progress, 
.status-block.type-blue .status-progress span, 
.status-block.type-green .status-bar, 
.status-block.type-green .status-progress, 
.status-block.type-green .status-progress span {
  transition: inherit;
}

.status-block.type-red .status-icon {
  background: #ff4747;
}

.status-block.type-red .status-progress {
  background: #ff4747;
}

.status-block.type-red .status-progress span {
  float: right;
  width: 8px;
  background: #ff4747;
}

#k .km [data-steps].type-red li:first-child .l span {
  animation: round_red 0.9s linear infinite;
  background: #ff4747;
}

#k .km [data-steps].type-red li:first-child .l:after {
  background: linear-gradient(to top, #e7e9ef 25%, #ff4747);
}


.status-block.type-yellow .status-icon {
  background: #d89320;
}

.status-block.type-yellow .status-progress {
  background: #f1c40f;
}

.status-block.type-yellow .status-progress span {
  float: right;
  width: 8px;
  background: #f1c40f;
}

#k .km [data-steps].type-yellow li:first-child .l span {
  animation: round_yellow 0.9s linear infinite;
  background: #f1c40f;
}

#k .km [data-steps].type-yellow li:first-child .l:after {
  background: linear-gradient(to top, #e7e9ef 25%, #f1c40f);
}

.status-block.type-blue .status-icon {
  background: #248afd;
}

.status-block.type-blue .status-progress {
  background: #248afd;
}

.status-block.type-blue .status-progress span {
  float: right;
  width: 8px;
  background: #4b76c7;
}

#k .km [data-steps].type-blue li:first-child .l span {
  animation: round_blue 0.9s linear infinite;
  background: #248afd;
}

#k .km [data-steps].type-blue li:first-child .l:after {
  background: linear-gradient(to top, #e7e9ef 25%, #248afd);
}

.status-block.type-danger .status-icon {
  background: #ff4747;
}

.status-block.type-danger .status-progress {
  background: #ff4747;
}

.status-block.type-danger .status-progress span {
  float: right;
  width: 8px;
  background: #ff4747;
}

#k .km [data-steps].type-danger li:first-child .l span{
  animation: round_red 0.9s linear infinite;
  background: #ff4747;
}

#k .km [data-steps].type-danger li:first-child .l:after {
  background: linear-gradient(to top, #e7e9ef 25%, #ff4747);
}

.status-block.type-green .status-icon {
  background: #71c015;
}

.status-block.type-green .status-icon i:before {
  content: "\f00c";
}

.status-block.type-green .status-progress {
  background: #71c016;
}

.status-block.type-green .status-progress span {
  float: right;
  width: 15px;
  background: #009432;
}

#k .km [data-steps].type-green li:first-child .l span {
  animation: round_green 1s linear infinite;
  background: #71c016;
}

#k .km [data-steps].type-green li:first-child .l:after {
  background: linear-gradient(to top, #e7e9ef 25%, #71c016);
}

.more-btns {
  position: absolute;
  top: 0;
  right: 0;
}

.extend-btn, .opts-btn, .extend-step-btn {
  cursor: pointer;
  margin-left: 10px;
  width: 30px;
  transition: .2s;
}

.extend-btn.active, .extendable-step.active .extend-step-btn {
  transform: rotate(180deg)
}

.extend-btn.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.extendable-step {
  cursor: pointer;
}

.extendable-step sub {
  display: none;
}

.extendable-step sub:nth-of-type(1), .extendable-step sub:nth-of-type(2) {
  display: block;
}

.extendable-step.active sub {
  display: block;
}

.extend-step-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.track-app-btn {
  display: none;
  width: 100%;
  margin-top: 20px;
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #e7e9f4;
  box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
  align-items: center;
  justify-content: center;
}

.track-app-btn.active {
  display: flex;
}

.track-app-btn img {
  width: 12px;
  margin-right: 10px;
}

.track-app-btn .ios-ico, .track-app-btn i {
  top: 1px;
}

.step-meaning {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #585858;
  font-style: normal;
}

.step-meaning-external {
  background: #e9e9e9;
  padding: 5px 10px;
  border-radius: 6px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: .2s all;
}

.step-meaning-external:hover {
  transform: scale(1.05);
}

.step-meaning-external img {
  opacity: 0.4;
}

.step-meaning-external-redirect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.step-line {
  display: block;
  margin-top: 10px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #6b6b6b;
  padding-right: 40px;
  margin-bottom: 10px;
  font-style: normal;
}

.courier-name {
  display: block;
  margin-bottom: 10px;
}

.courier-name span {
  display: inline-block;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: 500;
  background: #f3f0ea;
  color: #807d89;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}

.mdevice .courier-name span {
  padding-top: 6px;
}

.courier-time {
  margin-bottom: 10px;
}

.courier-time, .hint-line {
  font-size: 10.5px;
  font-weight: 500;
  color: #6b6b6b;
}

.courier-time {
  display: none;
}

#k .ku .mobileapp-block {
  margin-top: 10px;
}

#k .ku .mobileapp-block a {
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 13px;
  background: #fff;
  color: #726f83;
  border-radius: 3px;
  border: 1px solid #e7e9f4;
  box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
}

#k .ku .mobileapp-block a small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

#k .ku .mobileapp-block a img {
  width: 20px;
  margin-right: 15px;
  top: -1px;
}

#k .ku .mobileapp-block a:hover {
  border-color: #1f1845;
}

.mobileapp-qr {
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid #e7e9f4;
  box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
}

.extendable-step-info .l > span{
  background: #ff6600 !important;
}

.extendable-step-info .r{
  background: #ffece0 !important;
  border-bottom: none;
}

.extendable-step-info .l span {
  animation: round_yellow 0.9s linear infinite;
  background: #ff6600;
}

/* .extendable-step-info .l:after {
  background: #ff6600 !important;
} */

@media (min-width: 992px){
  .container-track .content-track.content-track-large{
    width: 992px;
  }
}

@media (max-width: 900px){
  .container-geral {
    width: 100%;
  }
}

@media (max-width: 992px){
  .step-meaning-external-redirect{
    flex-direction: column;
    align-items: unset;
  }

  .status-sublabel{
    white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    }

    .container-geral-track-template-list-found > .container-geral-track-template-list-found-header{
      width: 100%;
      height: auto;
      min-height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column-reverse;
    }

    .container-geral-track-template-list-found > .container-geral-track-template-list-found-header > a{
      margin: 5px 0;
    }

    .container-geral-track-template-list-found > .container-geral-track-template-list-found-header > h4{
      margin: 5px 0;
      font-size: 14px;
    }

    .container-geral-track-template-list-found {
      min-height: 525px;
      margin: 10px 0;
    }

    .container-geral-track-template{
      min-height: calc(100vh - 125px);
    }

    .container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div:first-child{
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: calc(100% - 40px);
    }

    .container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div:last-child{
      width: 40px;
    }

    .container-geral-track-template-list-found > .container-geral-track-template-list-found-box > .container-geral-track-template-list-found-box-unity > div > p{
      display: none;
    }

    .container-geral-track-template-search-404 {
      padding: 50px 15px;
      min-height: 565px;
    }

    .container-geral-track-template-search-404 > div > h4{
      font-size: 18px;
      margin: 0 0 25px 0;
      padding: 0;
      text-align: center;
      line-height: 30px;
    }

    .container-geral-track-template-search-404 > div > p{
      font-size: 12px;
      color: #4a4a4a;
      margin: 0 0 5px 0;
      line-height: 20px;
      text-align: justify;
    }

    .container-geral{
      padding: 0 10px;
    }

    .container-menu-track-template > .menu-track-template .box-menu-track-template{
      padding: 0 15px;
    }

    .container-geral-track-template-search-topo{
      display: none;
    }

    .container-geral-track-template-search-found{
      margin: 15px 0;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div:first-child{
      max-width: 160px;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > h4{
      font-size: 11px;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > h4 > b{
      font-size: 13px;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > span{
      font-size: 12px;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-header > div > span > b{
      font-weight: 600;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-header{
      padding: 0;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-content{
      padding: 0;
    }

    .container-geral-track-template-search-found-progress {
      padding: 30px 15px;
    }

    #k .km .l{
      margin: 0 20px;
    }

    #k .km .g{
      margin: 0 20px;
    }

    #k .km .d{
      width: 70px;
      flex-basis: 70px;
    }

    #k .km .d strong{
      font-size: 11px;
    }

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li{
      height: auto;
      min-height: 120px;
      max-height: 220px;
    }

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v{
      flex-direction: column;
      height: auto;
    }

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div:first-child{
      flex-direction: unset;
      height: auto;
    }

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div span{
      margin-right: 6px;
    }

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div:last-child{
      width: calc(100%);
      height: auto;
    }
    

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.progress-v{
      height: auto;
    }

    .container-geral-track-template-search-found-timeline-content-detail > .container-geral-track-template-search-found-progress-timeline-v > ul > li > div.detail-v > div h4{
      font-size: 14px;
    }

    .container-geral-footer-default > div.container-geral-footer-default-middle{
      display: none;
    }

    .container-geral-footer-default > div:last-child{
      width: 66%;
    }

    .container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail{
      align-items: center;
    }

    .container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail > span{
      font-size: 11px;
    }

    .container-geral-track-template-search-found-progress-timeline > ul > li.marker-icon > .marker-detail > span > img{
      display: none !important;
    }

    .container-geral-track-template-search-found-progress > .container-geral-track-template-search-found-progress-timeline > ul{
      padding: 0 30px;
    }

    .container-geral-track-template-search-found-progress-timeline > ul > li.marker-line{
      height: 2px;
    }

    .container-geral-track-template-search-found > .container-geral-track-template-search-found-timeline > .container-geral-track-template-search-found-timeline-content > h4{
      font-size: 14px;
    }

    .container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form{
      padding: 20px 0 0 0;
    }

    .container-geral-track-template > .container-geral-track-template-background{
      background-position: left;
    }

    .container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-title > h4{
      font-size: 25px;
    }

    .container-geral-track-template .container-geral-track-template-centro > div.container-geral-track-template-centro-form > .container-geral-track-template-centro-form-description > p{
      font-size: 12px;
    }

    .container-geral-track-template .container-geral-track-template-centro{
      padding: 35px 15px;
    }

    .container-footer-track-template .container-footer-track-template-box{
      padding: 35px 15px;
    }

    .container-footer-track-template .container-footer-track-template-box > div:first-child{
      width: 100%;
    }

    .container-footer-track-template .container-footer-track-template-box > div:last-child{
      display: none;
    }

    .container-footer-track-template .container-footer-track-template-box > div h4{
      font-size: 20px;
      margin: 0 0 15px 0;
    }

    .container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > h4{
      font-size: 20px;
    }

    .container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > .container-footer-track-template-box-price-method{
      top: -38px;
    }

    .container-footer-track-template .container-footer-track-template-box p{
      font-size: 14px;
    }

    .container-footer-track-template .container-footer-track-template-box .container-footer-track-template-box-price > div > small{
      font-size: 10px;
    }
    

    .btn-timeline{
      width: 100%;
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    
    .container-track .content-track .content-track-header{
      height: 100px;
    }

    .container-track .content-track .content-track-header > img{
      height: 80px;
    }

    .container-track{
      padding: 0;
    }

    .container-track .content-track{
      width: 100%;
      padding: 0 15px;
    }

    .container-track .content-track .content-track-title{
      padding: 10px 0 30px 0;
    }

    .container-track .content-track .content-track-form > div{
      width: 100%;
    }

    .container-track .content-track.content-track-large{
      width: 100%;
    }

    .hidden-sm{
      display: none !important;
    }

    .table tbody > tr > td{
      font-size: 9px;
    }

    .container-track-timeline{
      flex-direction: column;
      padding: 25px 10px;
    }

    .container-track .content-track .content-track-search-info{
      flex-direction: column;
    }

    .container-track .content-track .content-track-search-info{
      height: auto;
      text-align: center;
    }

    
    .container-track .content-track .content-track-search-info > div.content-track-search-info-button > button{
      width: 100px;
      height: 40px;
    }

    .container-track .content-track .content-track-search-info > div.content-track-search-info-button{
      margin: 15px 0;
    }

    .container-track .content-track .content-track-search-status{
      margin-bottom: 15px;
    }

    .btn-detail{
      height: 40px;
    }

    .table tbody > tr{
      height: 50px;
    }

    .btn-detail{
      margin: 0 5px;
    }

    .alert > span{
      font-size: 10px;
    }

    .container-track .content-track .content-track-footer{
      width: 100%;
    }

    .container-track > .content-track-message{
      padding: 0 10px;
      margin-top: 15px;
      width: 100%;
    }

    .container-track-timeline > .container-track-timeline-detail{
      width: 100%;
      padding-left: 20px;
      border-top: 1px dotted #000000;
      padding-top: 30px;
    }

    /* ESTILO DE LISTAGEM TRACK */
    .content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-title{
      font-size: 10px;
    }

    .content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-description{
      font-size: 8px;
    }

    .content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-first{
      padding: 10px;
    }

    .content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-second{
      width: 100%;
    }

    .content-tracking-list .content-tracking-list-unity .content-tracking-list-unity-column-fifth{
      padding: 0 10px;
    }
}


.form-group-options{
  width: 100%;
  min-height: 1px;
  display: flex;
}

.form-group-options > div{
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.form-group-options > div > label {
  margin-right: 8px;
  color: #fff;
}

.form-group-options > div > input {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uppercase{
  text-transform: uppercase;
}

.display-block{
  width: 100%;
  height: 1px;
  display: block;
}


