:root{
  --color-primary: #001c68;
  --color-secondary: #f72523;
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
  }
  
  @font-face {
    font-family: fivo;
    src: url(../fonts/FivoSans-Regular.otf);
  }
  
  @font-face {
    font-family: CORBEL-BOLD;
    src: url(../fonts/Corbel-Bold.ttf);
  }
  
  @font-face {
    font-family: CORBEL;
    src: url(../fonts/CORBEL.TTF);
  }
  
  @font-face {
    font-family: Futura-XBlk-BT;
    src: url(../fonts/Futura-XBlk-BT.ttf);
  }
  
  .nav-logo1 {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    width: 90px;
  }
  
  .nav-logo2 {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    width: 90px;
  }
  
  .nav-tracking{
    background-color: red !important;
    margin: 10px 17.5px 10px 17.5px !important;
    padding: 10px 17.5px 10px 17.5px !important;
    border-radius: 1em !important;
    font-weight: bold !important;
  }

  .burger {
    display: none;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  
  .logo-principal{
    display: block;
    width: 280px;
    margin: 0 auto;
    border-radius: 1em;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 5px 5px #12183a;
  }
  
  .main-image-div {
    position: absolute;
    top: 0;
    background-image: url("../img/main.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    max-height: 1048px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .main-image {
    width: 100%;
    position: absolute;
  }
  
  .red-line {
    background-color: #ff184f;
    width: 550px;
    margin-bottom: 15px;
    height: 2.5px;
  }
  
  .conectando {
    font-family: Poppins-Bold;
    color: white;
    font-size: 40px;
  }
  
  .al-svg {
    position: relative;
    z-index: 2;
    width: 95px;
    -webkit-transform: translate(20px, 4px);
            transform: translate(20px, 4px);
  }
  
  .peru {
    width: 350px;
  }
  
  .nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 1px;
    z-index: 100;
  }
  
  main{
    position: relative;
    max-width: 1600px; /* Limit the width of the main container */
    margin: 0 auto; /* Center the container horizontally */
    background-color: #fff; /* White background for the content */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for a modern look */
    border-radius: 8px; /* Rounded corners for the container */
  }
  
  .title-main{
    text-align: center;
  }
  
  .red-line {
    background-color: #ff184f;
    width: 550px;
    margin-bottom: 15px;
    height: 3.5px;
  }
  
.tracking {
    margin-top: 350px;
    background-color: #115dcc;
    height: 280px;
    position: relative;
    background-image: url("../img/horarios-img.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  
.tracking-title {
    position: absolute;
    font-family: CORBEL-BOLD;
    font-size: 60px;
    color: white;
    left: 30px;
    bottom: 50px;
}


.contactanos {
    margin-top: 150px;
    height: 600px;
    text-align: center;
  }
  
  .contactanos-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    height: 230px;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.26);
            box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.26);
    border-radius: 4px;
    padding: 0px 24px;
  }
  
  .contactanos-title {
    margin-right: 80px;
    color: #001c68;
    font-size: 34px;
    font-family: CORBEL-BOLD;
  }
  
  .contactanos-details {
    margin-left: 80px;
    display: inline-block;
    font-weight: bold;
    font-family: fivo;
    text-align: left;
  }
  
  .marker-contactanos {
    margin-right: 5px;
    width: 20px;
    -webkit-transform: translate(-5px, 10px);
            transform: translate(-5px, 10px);
    margin-right: 10px;
  }
  
  .envelope {
    margin-right: 5px;
    width: 23px;
    -webkit-transform: translate(-6px, 4px);
            transform: translate(-6px, 4px);
  }
  
  .phone {
    margin-right: 5px;
    width: 23px;
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    height: 30px;
    background-color: #001c68;
    width: 100%;
  }
  
  .wrap-all{
    height: 75vh;
    width: 100%;
    max-height: 650px;
  }
  
.nav-color {
    background-color: rgba(11, 36, 127, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.text-appear {
    -webkit-transform: translateY(0px) m !important;
            transform: translateY(0px) !important;
    opacity: 1 !important;
}

.navbar {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.2em;
    padding-top: 25px;
  }
  
  .nav-links {
    margin: 20px 35px 20px 35px;
    text-decoration: none;
    color: white;
    font-family: CORBEL;
  }
  
  .nav-link-logo{
    margin: 10px 25px 10px 25px;
  }
  
  .nav-link-logo img{
    width: 75px;
  }

.hide {
  height: 0px;
  pointer-events: none;
  opacity: 0 !important;
  margin: 0 !important;
}

.bloque-tracking{
  margin: 30px 60px;
}

#frm-consultar{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.form-group{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.2em;
  font-family: 'CORBEL';
  margin-bottom: 12px;
  min-width: 300px;
  padding: 4px 16px;
}

.form-group label{
  font-weight: bold;
}

.form-group input, .form-group select{
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 42px;
  font-size: 1.1em;
  width: 100%;
  font-family: 'CORBEL';
  padding: 4px 12px;
}
.form-group input:focus-visible, .form-group select:focus-visible{
  outline: none;
}

.form-group input:focus, .form-group select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px 3px rgba(102, 175, 233, .6);
}

.btn {
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  font-size: 1.2em;
  font-family: 'CORBEL';
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 4px 4px 8px rgb(102 175 233 / 82%);
  opacity: .8;
}

#btn-consultar{
  background-color: #001c68;
  color: white;
}

#btn-cancelar{
  background-color: white;
  color: black;
  border: 1px solid #908b8b;
}

.table {
  font-family: 'CORBEL';
  border-collapse: collapse;
  width: 100%;
  font-size: 1.1em;
}

.table td, .table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table tr:nth-child(even){background-color: #f2f2f2;}

.table tr:hover {background-color: #ddd;}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #575757;
  color: white;
  text-align: left;
}

.table .th-hidden {
  visibility: hidden;
  border: 0;
}

.table thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #001c68;
  color: white;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.numero-chip{
  padding: 7.5px 15px;
  border: none;
  border-radius: 3.5em;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.chip{
  display: inline-block;
  background: #e0e0e0;
  padding: 7px 14px;
  border-radius: 32px;
  font-size: 13px;
  color: white;
  font-weight: bold;
}

.btn-xs{
  padding: 7px 10px;
  margin: 0px;
  font-size: .9em;
  color: white;
  background-color: #001c68;
}

.btn-ver-detalle[data-cerrado='0']{
  background-color: #ee0a00 !important;
}

.collapsible {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0px;
}

.collapsible.open {
  max-height: 1000px; /* Adjust according to content */
}

#blk-resultados{
  opacity: 1;
  transition: all 1s ease;
}

#blk-sinresultados{
  color: #ee0a00;
  font-family: 'CORBEL';
  font-size: 1em;
  margin: 72px;
  opacity: 1;
  transition: all .5s ease;
}

#blk-sinresultados h6{
  font-size: 3.5em;
  margin: 0;
}

#blk-sinresultados p{
  font-size: 1.5em;
}

.list-item{
  border-radius: 1em;
  box-shadow: 10px 5px 5px gray;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  min-height: 85px;
  font-size: .85em;
  font-family: CORBEL;
}

.list-item-icon{
  padding: 10px;
}

.list-item i{
  font-size: 32.5px;
}

.list-item-estado{
  font-size: .95em;
  font-weight: bold;
}

.list-item-info{
  font-size: .95em;
  text-align: center;
}

.list-item-codigotracking{
  font-size: 1.25em;
  font-weight: bold;
}


/*Resstreo */
.blk-detalle{
  padding: 15px 10px 5px 10px;
  border-radius: 0 0 1em 1em;
  box-shadow: 5px 5px 10px #a9a2a2;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: CORBEL;
}

.blk-detalle-datos p{
  margin: 7.5px;
}

.blk-detalle-title{
  color: var(--color-primary);
  font-size: 1.5em;
  font-family: CORBEL-BOLD;
  margin-bottom: 15px;
  margin-top: 12.5px;
}

.blk-detalle-datos{
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #001c681a;
  border-radius: 1em;
  margin-bottom: 12.5px;
}

.blk-detalle-datos-well{
  text-align: center;
  padding: 20px 10px;
  border: none;
  background-color: var(--color-secondary);
  margin-top: 15px;
  color: white;
  border-radius: 1em;
  font-weight: bold;
}

.blk-detalle-datos-title{
  color: var(--color-primary);
  font-size: 1.1em;
  font-family: CORBEL-BOLD;
  margin-bottom: 7.5px;
  margin-top: 10px;
}

.route {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.step-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  box-shadow: 2px 3px 5px #002eff;
}

.step-actual{
  width: 30px;  
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step.active {
  background: linear-gradient(#ef6565, #ff1b1b, var(--color-secondary));
}

.line {
  width: 40px;
  height: 4px;
  background-color: var(--color-primary);
}

.step-label {
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  font-family: CORBEL;
  width: 100px;
  color: var(--color-primary);
}