/*  */
.detail-table-body {
  color: #0c1e50;
  padding: 30px;
  font-size: 20px;
}
.table-body {
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px;
}

.table-body-1 {
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px;
  justify-content: space-between;
}

.table-body-1 .item-table-body-1 {
  width: 90%;
  height: 120px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #1fa12e;
  border-top: 2px solid #1fa12e;
} 

.table-body-1 .item-table-body-1 .image-container {
  width: 30%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.table-body-1 .item-table-body-1 div {
  width: 80%;
  /* height: 100%; */
  padding: 10px;
}

.table-body-1 .item-table-body-1 div h4 {
  font-size: 15px;
  color: #0C1E50;
}

.table-body div {
  width: 50%;
  height: 100%;
}

.table-body div .item-table-body {
  /* border-bottom: 1px solid gray; */
  width: 90%;
  height: 80px;
  display: flex;
}

.table-body div .item-table-body .image-container {
  width: 20%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.table-body div .item-table-body div {
  width: 80%;
  height: 100%;
  padding: 10px;
}

.table-body div .item-table-body div h4 {
  font-size: 15px;
  color: #0C1E50;
}

.btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-wrapper .button-container {
  width: 40%;
  min-width: 400px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-wrapper .button-container .button-dercargar-guia {
  border: none;
  border-radius: 5px;
  width: 50%;
  height: 60%;
  background-color: #1fa12e;
}

.btn-wrapper .button-container .button-dercargar-guia:hover{
  background-color:  #208f2d;
}

.btn-wrapper .button-container .button-dercargar-guia a {
  font-size: 20px;
  margin-left: 20px;
}
@media (min-width: 200px) and (max-width: 700px) {
    .table-body{
        display: inline-grid;
        text-align: center;
        padding: 20px 20px 0 20px;
    }
    .table-body div{
        width: 100%;
        text-align: left;
    }
    .divNumeroRemesa {
        display: inline-grid  !important;
        width: 100%;
    }
    .btn-wrapper .button-container .button-dercargar-guia, 
    .btn-wrapper .button-container{
        width: 90%;
        min-width: 90%;
    }

    .table-body-1 {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      padding: 0 20px;
      justify-content: space-between;
    }
    
    .table-body-1 .item-table-body-1 {
      width: 100%;
      height: 80px;
      display: flex;
      border-bottom: none;
      border-top: none;
    } 
    
    .table-body-1 .item-table-body-1 .image-container {
      width: 20%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 25px;
    }
    .table-body-1 .item-table-body-1 div {
      width: 80%;
      height: 100%;
      padding: 10px;
      
    }
    
    .table-body-1 .item-table-body-1 div h4 {
      font-size: 15px;
    }

    .table-body div .item-table-body{
      height: auto;
    }
    .table-body div .item-table-body .image-container{
      padding-top: 15px;
    }
    .titleNumber{
      display: none;
    }
}
/*  */
@media (min-width: 480px) {
  .col-ms-6 {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12 {
    float: left;
  }
}
@media (max-width: 480px) {
  .cbp_tmtimeline > li .cbp_tmtime {
    padding: 0 0 20px 20px !important;
  }
}

.divNumeroRemesa {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 0.5rem;
  justify-content: space-around;
  border-bottom: solid 1px #979797;
}
.divNumeroRemesa figure {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divNumeroRemesa figure img{
  height: 100%;
}
.divNumeroRemesa .header-remesa-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleNumber {
  font-weight: bold;
}
.numeroRemesa {
  margin-left: 10px;
  font-size: 25px;
  color: #1fa12e;
  font-weight: bold;
}
p {
  margin: 0;
}

body {
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.section1 {
  margin-bottom: 10%;
  overflow: hidden;
  border: solid 1px #979797;
  border-radius: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 10px; */
}
h2 {
  font-size: 20px;
}
@media (min-width: 200px) and (max-width: 750px) {
    #timeline-wrap {
      display: none !important;
    }
  }
@media (min-width: 750px) and (max-width: 1080px) {
  #timeline-wrap {
    width: 100% !important;
  }
}
@media (min-width: 765px) and (max-width: 1200px) {
  .separadorfecha {
    height: 10px !important;
  }
}
#timeline-wrap {
  margin: 40px 40px;
  height: 100%;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

#timeline-wrap > div{
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}
#timeline-wrap > div::before {
    content: '';
    position: absolute;
    top: 60%;
    right: 50%;
    width: calc(100% - 8px);
    height: 4px;
    background-color: #ddd; 
    z-index: 0;
}
#timeline-wrap > div:first-child::before {
    content: none;
}
#timeline-wrap > div::after {
    content: '';
    position: absolute;
    top: 62%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 4px solid #ddd;
    background-color: white;
    border-radius: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.completed,
.completed::after {
    border-color: #1FA12E !important; 
    color:#1FA12E;
}
.completed::before{
    background-color:#1FA12E !important; 
}

.pending,
.pending::after {
    border-color: #0C1E50 !important;
    color:#0C1E50;
}
.pending::before{
    background-color:#0C1E50 !important;
}
#timeline-wrap div img{
    height: 58px;
    transition: transform 0.3s ease;
} 
#timeline-wrap div img:hover{
    transform: scale(1.2); 
}
#timeline-wrap div p{
    font-size: 14px;
}
#timeline {
  height: 1px;
  width: 100%;
  background-color: #aabbc4;
  position: relative;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

a {
  color: #f0f0f0;
  text-decoration: none;
}

a:hover {
  color: #f0f0f0;
}

.main,
.right > header {
  width: 90%;
  max-width: 69em;
  margin: 0 auto;
  padding: 0 1.875em 3.125em 1.875em;
}

@media screen and (max-width: 55em) {
  .right > header h1,
  .right > header nav {
    float: none;
  }

  .right > header > span,
  .right > header h1 {
    text-align: center;
  }

  .right > header nav {
    margin: 0 auto;
  }

  .right > header > span {
    text-indent: 30px;
  }
}
@font-face {
  font-family: "ecoico";
  src: url("../fonts/timelineicons/ecoico.eot");
  src: url("../fonts/timelineicons/ecoico.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/timelineicons/ecoico.woff") format("woff"),
    url("../fonts/timelineicons/ecoico.ttf") format("truetype"),
    url("../fonts/timelineicons/ecoico.svg#ecoico") format("svg");
  font-weight: normal;
  font-style: normal;
} /* Made with https://icomoon.io/ */

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: calc(20% + 18px);
}

/* The date/time */
.cbp_tmtimeline > li {
  position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  margin-left: -50px;
  position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #0C1E50;
}

.cbp_tmtimeline > li .cbp_tmtime span{
  font-size: 23px;
  color: #0C1E50;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 28%;
  background: #1FA12E;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #1FA12E;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: "ecoico";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #0C1E50;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    left: 20%;
    top: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 0 6px;
}

.cbp_tmicon-phone:before {
  content: "\e000";
}

.cbp_tmicon-screen:before {
  content: "\e001";
}

.cbp_tmicon-mail:before {
  content: "\e002";
}

.cbp_tmicon-earth:before {
  content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
.moreDetailSection {
    text-align: center;
    margin-bottom: 20px;
}
.moreDetailSection a {
    color:#0C1E50;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.main{
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}

.loading img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001; 
    animation: moveLeftRight 1.5s ease-in-out infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px); /* Mover 20 píxeles a la derecha */
    }
    100% {
        transform: translateX(0);
    }
}
