@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.bg-body::after {
  content: "";
  background: url(https://images.ctfassets.net/txhaodyqr481/43GtfYDJ3imaosGGuaUEeI/c1f20468a9bc69e805c43def0afa70a1/Machines.png?fm=webp&w=800&h=800);
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 390px;
}
.bg-nav{ padding: 0px; background: #fff; border-radius: 0; height: 76px;  box-shadow: rgba(12, 15, 20, 0.02) 0px 0px 0px 1px, rgba(12, 15, 20, 0.06) 0px 0px 1px 0px, rgba(12, 15, 20, 0.06) 0px 2px 2px 0px;}
.logo_icourier_re { width: 100px;margin-left: 5px; height: 76; }
.logo_sumup_re{ width: 160px;margin-left: 5px; height: 76; }
img.media-object.logo_sumup_re { margin: 3px 16px 11px 0px !important; padding: 5px; }
.recap_cont { float: right; padding-left: 12%; }
.tml {
    display: inline-block;
    width: 180px;
    text-align: center;
    color: #FFFFFF;
    background-color: #BBB;
    font-size: 38px;
    height: 10px;
    position: relative;
    margin: 70px -4px 115px 0px;
}
.tml_ic {
    position: absolute;
    margin: -35px -45px;
    padding: 22px;
    border-radius: 50%;
    background: #BBB;
}
.add_situacao { background: #8BC34A; }
.panel { background:none; }
.dsc {
    font-size: 13px;
    color: #3c4042;
    position: absolute;
    margin: 66px 0px 0 -78px;
    width: 155px;
    border-radius: 10px;
    height: 60px;
    background: #D2D2D2;
    padding: 10px;
    z-index: 10;
    box-shadow: 1px 1px 1px 0px #767777;
}
.dsc:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D2D2D2;
    top: -9px;
    left: 62px;
}
.fx-status {
    right: 180px;
    top: 21px;
    position: absolute;
    font-size: 15px;
    width: 222px;
    font-weight: bold;
    padding: 6px 0 6px 12px;
    z-index: 1;
}
.panel { position: relative; }
.show-det-oc {
  float: left;
  margin: 10px;
  transition: 0.3;
  width: 303px;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px 1px inset;
    display: block;
    cursor: pointer;
    font-weight: 700;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-color: #9E9E9E;
    padding: calc(8px) calc(24px);
}
.btn_new_search {
  transition: 0.3;
  margin: 10px;
  width: 303px;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px 1px inset;
    display: block;
    cursor: pointer;
    font-weight: 700;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    background-color: rgb(51, 136, 255) !important;
    color: rgb(255, 255, 255);
    margin-top: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-color: rgb(23, 96, 206);
    padding: calc(8px) calc(24px);
}
.btn_new_search:hover, .btn_new_search:active{
  color: #fff;
  background-color: rgb(23, 96, 206) !important;
}
.recap_cont{
    float: right;
    padding-left: 12%;
    margin-top: 0px;
}
#enviarDados {
  transition: 0.3;
  width: 303px;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px 1px inset;
    display: block;
    cursor: pointer;
    font-weight: 700;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    background-color: rgb(51, 136, 255);
    color: rgb(255, 255, 255);
    margin-top: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-color: rgb(23, 96, 206);
    padding: calc(8px) calc(24px);

}

#enviarDados:hover{
  color: #fff;
  background-color: rgb(23, 96, 206);
}
.recap_cont h1 {
    position: absolute;
    top: -88px;
    margin-left: 0;
    letter-spacing: -2px;
}
.form_fields label{
    font-size: 18.4px;
    font-weight: 500;
}

#tipoPesquisa {
  width: 303px;
}
#form_dados input, #selectOpt {
    height: 46px;
}
#selectOpt {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;

}

#selectOpt  option {
  font-size: 18px;
  font-weight: 600;
}

.media-heading {
  padding: 10px 50% 0 49%;
}

.desc_info { color: #f2ca1c }
.desc_info_p { font-size: 13px; font-style: italic; }
.desc_info_p a{ color: #fee949; }
@keyframes bg_selected {
  from {background-color: #d2d2d2;}
  to {background-color: #e8d864;}
}
@keyframes border_selected {
  from {border-bottom: 10px solid #d2d2d2;}
  to {border-bottom: 10px solid #e8d864;}
}
.atual_sit {
    animation-name: bg_selected;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.atual_sit:after {
    animation-name: border_selected;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D2D2D2;
    top: -10px;
    left: 62px;
}

@keyframes bg_selected_err {
    from {background-color: #FF9991;}
    to {background-color: #D2D2D2;}
}
@keyframes border_selected_err {
    from {border-bottom: 10px solid #FF9991;}
    to {border-bottom: 10px solid #D2D2D2;}
}

.atual_sit_err {
    animation-name: bg_selected_err;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.atual_sit_err:after {
    animation-name: border_selected_err;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D2D2D2;
    top: -9px;
    left: 62px;
}
.data_ocorrencia_tml {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  float: left;
  margin: 126px 0px 0px -54px;
}
.panel { box-shadow: none; }

.rast_simples a#protocolo_entrega {
	cursor:pointer;
	font-size: 20px;
	color: #ffffff;
	background: #3b4fa0;
	text-decoration: none;
	border-radius: 4px;
	padding: 10px;
	left: -38px;
	position: absolute;
	border: 2px solid #fff;
}

.rast_simples #protocolo_entrega:hover { background: #2d3277; }
.bt_reload{ margin: 56px -76px; }
.bt_reload,  x:-moz-any-link{ margin: 56px 1px; }
.data_ocorrencia_tml,  x:-moz-any-link{ position: absolute; }
.btn { background: #dad8d8; transition: 0.3s; }
.link_postagem { top: 108px; right: 104px; position: absolute; }

footer {
  margin: 0;
  padding: 10px;
  width: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);

  bottom: 0;
  text-align: center;
  font-weight: bold;

}

footer p {
  margin: 0px;
}

.footer-info1 {
  color: #ff9800;
   font-size: 16px;
}
.footer-info2 {
  color: #bdbdbd;
}
.footer-info2 a {
  color: #fff;
   font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .data_ocorrencia_tml {margin-left: 36px;}
  .bt_reload { margin: 56px 1px; }
}
@media (max-width: 991px){
  .panel_prot::after { content: ""; display: block; clear:both;  }

  .panel_prot { float: none; background: #fff; padding: 10px; max-width: 600px; }
  .recap_cont { float: none; padding-left: 29%; }


  .rast_simples a#protocolo_entrega {
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    background: #031a32;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    left: 0;
    position: relative;
    border: none;
  }
}
@media (max-width: 868px){
  .recap_cont{ float: none; padding-left: 12%; }
}
@media (max-width: 700px){
  /* .logo_icourier_re, .logo_nubank_re { width: 175px; } */
  .h1, h1 { font-size: 23px; }
}
@media (max-width: 420px){
  .media-heading {
    padding: 20px 10px !important;
  }

  .footer-info1 {
    font-size: 15px;
  }
  .footer-info2 {
    font-size: 12px;
    margin-top: 5px;
  }
  footer {
    padding:5px 4px;
  }
  .recap_cont { padding-left: 0%; margin-left: 21px; }
  .logo_icourier_re, .logo_nubank_re { width: 80px; }
  .h1, h1 { font-size: 19px; }
  .tb_window { overflow-x: auto; }
  #tipoPesquisa { width: 100%; }
  #enviarDados { width: 100%; }
  .timeline { padding: 0 20% 0 20%; }
  a#protocolo_entrega { left: 0; }


  #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media (max-width: 320px){
  .recap_cont { padding-left: 0%; margin-left: -6px; }
  .logo_icourier_re, .logo_nubank_re { width: 80px; }
  .h1, h1 { font-size: 19px; }
  .tb_window {  overflow-x: auto; }
  .timeline { padding: 0 20% 0 20%; }
  a#protocolo_entrega { left: 0; }
}
.timeline.post-correios > .tml { width: 320px; }
.timeline.post-correios > .tml > .data_ocorrencia_tml { margin-left: 100px; }


.pop_up_oc_div, .pop_up_oc_div_postagem {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 100;
}
.oc_box {
  width: 485px;
  height: 307px;
  background-color: #fff;
  border-radius: 4px;
  margin: 7% auto;
  position: relative;
}
.close_bo{cursor:pointer;transition:0.5s;position: absolute;right: 6px;top:4px;border-radius:50%;width:20px;height:20px;text-align: center;font-weight: 700;}
.close_bo:hover{ background: #f8f8f8;color: #696969;}
.top_bg_oc {
  background: #ea5a4d;
  text-align: center;
  /* padding: 22px 0; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.data_oc table {
  width: 98%;
  margin: 5px auto;
}
.data_oc table th{background:#ccc;padding: 2px 5px;}
.data_oc table td{padding: 2px 5px;}
.data_oc table tr:nth-child(odd) td {
 background: #f9f9f9;
}
.data_oc table tr:nth-child(even) td {
  background: #fff;
}
.top_bg_oc img{
  width: 70px;
  border: 3px solid #fff;
  border-radius: 8px;
  padding: 8px;
  margin-left: -26px;
  display: inline-block;
}
.rgt_oc {
  display: inline-block;
  margin: 0 12px;
  vertical-align: 28px;
}
.top_bg_oc h2{
  color:#fff;
  font-size: 27px;
}
.top_bg_oc p{
  color:#333;
  margin-top: 0px;
  font-size: 20px;
}
.data_oc{
  width: 100%;
  max-height: 195px;
  border-bottom-left-radius: 4px;
  float: left;
  position:relative;
  font-size: 16px;
  transition: 0.5s;
  color: #5b5b5b;
  overflow: auto;
  padding: 10px;
}
.data_oc h2 {
  font-size: 20px;
}
.data_oc:hover img{
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}
.click_img {
  top: -20px;
  position: relative;
  color: #181919;
  font-weight: bold;
}
