@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
  background-color: #eeeeee;
  font-family: 'Open Sans', serif
}



/*#region cardDevNEW*
/* Modern Shipment Tracking Styles */

.container {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Modern Card Styling */
.cardDev {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  background-clip: border-box;
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.3s ease;
}

.cardDev:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 30px -5px rgba(0, 0, 0, 0.15), 0 15px 15px -5px rgba(0, 0, 0, 0.06);
}

/* Modern Header */
.card-header {
  background: linear-gradient(135deg, #008CFF 0%, #005397 100%);
  color: white;
  padding: 20px 30px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.card-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.cardDev:hover .card-header::before {
  left: 100%;
}

/* Card Body */
.card-body {
  padding: 30px;
  background: transparent;
}

/* Inner Card Styling */
.card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  margin-bottom: 25px;
}

.card:hover {
  box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.12), 0 4px 6px -1px rgba(0, 0, 0, 0.08);
}

/* Number Field Styling */
#Numero {
  font-size: 24px;
  /* font-weight: 700; */
  color: #2d3748;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #b8c9f9;
  border: 1px solid #82a4ff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

#Numero::before {
  /* content: '📦'; */
  margin-right: 10px;
  font-size: 20px;
}

/* Modern Track Container */
.track {
  position: relative;
  background: linear-gradient(90deg, #e2e8f0 0%, #cbd5e0 50%, #e2e8f0 100%);
  height: 8px;
  display: flex;
  margin: 40px 0 80px 0;
  /* border-radius: 4px; */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

/* Track Steps */
.track .step {
  flex-grow: 1;
  width: 20%;
  margin-top: -25px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.track .step::before {
  height: 8px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 25px;
  /* border-radius: 4px; */
  transition: all 0.3s ease;
}

.track .step.active::before {
  background: linear-gradient(to left, #ffffff, #e8e6fe, #cccffe, #abb8ff, #82a4ff, #82a4ff, #82a4ff, #82a4ff, #abb8ff, #cccffe, #e8e6fe, #ffffff);
}

/* Step Icons */
.track .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border: 3px solid #e2e8f0;
  color: #718096;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.track .step.active .icon {
  background: linear-gradient(351deg, #008CFF 0%, #edf2f7 100%);
  color: white;
  border-color: #89a9ff;
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.track .step:hover .icon {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Step Text */
.track .text {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #4a5568;
  line-height: 1.4;
  font-weight: 500;
  transition: all 0.2s ease;
}

.track .step.active .text {
  color: #2d3748;
  font-weight: 600;
}

.track .step .font-weight-bold {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.track .step .font-italic {
  font-style: italic;
  font-size: 12px;
  color: #718096;
  margin-top: 2px;
}

/* Modern Table Styling */
.table-responsive {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.table {
  margin-bottom: 0;
  background: rgb(245, 245, 245);
}

.table thead th {
  /* background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%); */
  color: black;
  border: none;
  padding: 18px 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.table thead th:first-child {
  border-top-left-radius: 12px;
}

.table thead th:last-child {
  border-top-right-radius: 12px;
}

.table tbody tr {
  transition: all 0.2s ease;
}

.table tbody tr:hover {
  background-color: #f7fafc;
  transform: scale(1.01);
}

.table tbody td {
  padding: 15px;
  border-color: #e2e8f0;
  color: #4a5568;
  font-size: 14px;
  vertical-align: middle;
}

/* HR Styling */
hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
  margin: 30px 0;
}

/* Carousel and Image Section */
.pos-f-t {
  margin-top: 20px;
}

.collapse {
  border-radius: 12px;
  overflow: hidden;
}

.carousel {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.itemside {
  padding: 20px;
}

/* List Styling */
#listaImagenes {
  list-style: none;
  padding: 0;
  margin: 0;
}

#listaImagenes li {
  background: white;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}

#listaImagenes li:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .cardDev {
    margin: 10px;
    border-radius: 12px;
  }
  
  .card-header {
    padding: 15px 20px;
    font-size: 16px;
  }
  
  .card-body {
    padding: 20px;
  }
  
  .track {
    margin: 30px 0 60px 0;
  }
  
  .track .step {
    margin-top: -20px;
  }
  
  .track .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  
  .track .text {
    font-size: 11px;
  }
  
  .track .step .font-weight-bold {
    font-size: 12px;
  }
  
  .track .step .font-italic {
    font-size: 11px;
  }
  
  .table thead th {
    padding: 12px 8px;
    font-size: 12px;
  }
  
  .table tbody td {
    padding: 10px 8px;
    font-size: 12px;
  }
  
  #Numero {
    font-size: 20px;
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .track .step {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .track {
    flex-direction: column;
    height: auto;
    background: transparent;
  }
  
  .track .step::before {
    display: none;
  }
  
  .track .icon {
    margin-bottom: 10px;
  }
}

/* Animation Classes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cardDev {
  animation: fadeInUp 0.6s ease-out;
}

/* Loading Animation for Steps */
.track .step.loading .icon {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(102, 126, 234, 0);
  }
}

/* Success State */
.track .step.completed .icon {
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  color: white;
  border-color: #48bb78;
}

.track .step.completed::before {
  background: linear-gradient(90deg, #48bb78 0%, #38a169 100%);
}

/* Error State */
.track .step.error .icon {
  background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
  color: white;
  border-color: #f56565;
}

.track .step.error::before {
  background: linear-gradient(90deg, #f56565 0%, #e53e3e 100%);
}
/*#endregion*/




/*#region cardDevOLD*/

/* .container {
  margin-top: 50px;
  margin-bottom: 50px
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.10rem
}

.cardDev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.10rem;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
}

.track .step.active:before {
  background: #001bb5
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px
}

.track .step.active .icon {
  background: #001bb5;
  color: #fff
}

.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd
}

.track .step.active .text {
  font-weight: 400;
  color: #000
}

.track .text {
  display: block;
  margin-top: 7px;
  font-size: 12px;
} */


/*#endregion*/


.logo
{
  margin-left: 20%;
  margin-top: 3%;
  width: 55%;
  height: auto;

}

.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}


.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.img-sm {
  width: 120px;
  height: 120px;
  padding: 7px
}

ul.row,
ul.row-sm {
  list-style: none;
  padding: 0
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

.btn-warning {
  color: #ffffff;
  background-color: #ee5435;
  border-color: #ee5435;
  border-radius: 1px
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ff2b00;
  border-color: #ff2b00;
  border-radius: 1px
}

.blue-bg {
  position: fixed;
  /* background: url(https://live.staticflickr.com/1656/26031883676_182191d803_b.jpg); */
  background-size: cover;
  /*background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);*/
  /* background-image: #2980B9;
  background-image: -webkit-linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9);
  background-image: linear-gradient(to top, #FFFFFF, #6DD5FA, #2980B9); */
  background-image: linear-gradient(to right bottom, #ffffff, #e8e6fe, #cccffe, #abb8ff, #82a4ff, #6797f6, #478aec, #007de3, #0072ce, #0068ba, #005da6, #005393);
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  overflow-x: hidden;
}

.white-bg {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  min-height: 500px;
  margin: 261px 0px;
  width: 100vw;
  height: 71vh;
  transform: skewY(5deg);
  z-index: -1;
}

.content {
  position: absolute;
  top: 0;
  margin: 250px 10vw;
  max-width: 60vw;
  background-color: transparent;
}

.shadow {
  box-shadow: -2px -5px 5px 0px rgba(0, 0, 0, 0.3);
}

.responsive
  {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }