@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/*variables, actualizar si se modifica bootstrap*/
/**header**/
#site-header {
  font-family: "Montserrat", "Verdana", sans-serif;
  /* position: relative; */
  height: 76px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 999; }
  #site-header .navbar {
    height: 60px; }
  #site-header #logo-lg {
    width: auto;
    height: 65px;
    /* width: 160px;
    height: 70px;
    max-width: 50vw;  */ }
  #site-header .toggle-user-menu .avatar {
    color: #cecece;
    font-size: 2.5rem; }
  #site-header .login a {
    text-decoration: none !important; }
  #site-header .login .wrap {
    position: relative; }
    #site-header .login .wrap:before {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -9px;
      right: 10px; }
    #site-header .login .wrap .header-login-form {
      min-width: 100%;
      max-width: 350px; }
  #site-header .login .cerrar {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  #site-header .login .dropdown-menu {
    font-weight: normal !important;
    width: calc(100vw - 30px);
    max-width: 900px;
    position: absolute; }

@media (min-width: 768px) {
  #site-header {
    height: 95px;
    line-height: 1.1; }
    #site-header .nav-item {
      padding: 0 10px; }
  #dropdown-login .login-wrap {
    position: relative; }
    #dropdown-login .login-wrap:before {
      position: absolute;
      left: 50%;
      top: 0;
      height: 70%;
      border-right: 1px solid;
      content: "";
      display: block; } }

/** ONLY FOR MENU */
@media (max-width: 991px) {
  #mainNavBar {
    position: fixed;
    width: 250px;
    height: 100%;
    right: -100%;
    display: block !important;
    z-index: 999;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: all 300ms;
    padding: 1rem;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44);
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44); }
    #mainNavBar.show {
      right: 0; }
    #mainNavBar a {
      color: #009733; }
    #mainNavBar #logo-menu {
      width: 150px; } }

#dropdown-login a {
  color: #707070; }

#dropdown-login .corporativo {
  display: none; }

#dropdown-login.toggle-login .corporativo {
  display: block; }

@media (min-width: 992px) {
  #site-header {
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #site-header .navbar {
      height: 75px; }
    #site-header #logo-lg {
      width: auto;
      height: 70px; }
    #site-header .toggle-user-menu .avatar {
      color: #cecece;
      font-size: 3rem; } }

#site-footer {
  line-height: 1.1;
  font-weight: lighter; }
  #site-footer .widget-content {
    font-weight: lighter; }
  #site-footer .small {
    font-weight: lighter !important; }
  #site-footer a {
    color: #fff; }
    #site-footer a:hover {
      color: #fff !important;
      text-decoration: underline; }
  #site-footer ul, #site-footer ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  #site-footer li {
    padding: 12px 0;
    border-bottom: 1px solid #fff; }
  #site-footer .logo-footer {
    max-width: 240px; }
  #site-footer a:hover {
    text-decoration: none !important; }

/* MOBILE FIRST */
#main-section {
  background: center center no-repeat;
  background-size: cover; }
  #main-section .carousel-inner,
  #main-section .carousel-item,
  #main-section .banner {
    height: 75vh; }
  #main-section .banner {
    position: relative; }
    #main-section .banner .image {
      margin-bottom: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #main-section .banner .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0 solid; }
    #main-section .banner .find-ticket-form {
      background: rgba(5, 43, 137, 0.85); }

#servicios .servicio img {
  max-width: 120px; }

/*css para mantener mapa interactivo*/
#mapa {
  height: 90vh;
  width: 45vh;
  margin: 0 auto;
  position: relative;
  padding: calc(45vh * 0.05) calc(90vh * .025); }
  #mapa .wrap {
    position: relative;
    width: 100%;
    height: calc(90vh * .95); }
  #mapa #googlemap {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1;
    width: 100%;
    height: 100%; }
  #mapa .frame {
    position: absolute;
    background: url("../img/phone.png") center center no-repeat;
    z-index: 4;
    display: block; }
    #mapa .frame.frame1 {
      top: 0;
      left: 0;
      right: 0;
      height: calc(90vh * 0.05);
      background-position: top center;
      background-size: 45vh 90vh;
      z-index: 3; }
    #mapa .frame.frame2 {
      top: 0;
      bottom: 0;
      left: 0;
      width: calc(45vh * 0.065);
      background-position: center left;
      background-size: 45vh 90vh; }
    #mapa .frame.frame3 {
      top: 0;
      bottom: 0;
      right: 0;
      width: calc(45vh * 0.065);
      background-position: center right;
      background-size: 45vh 90vh; }
    #mapa .frame.frame4 {
      bottom: 0;
      left: 0;
      right: 0;
      height: calc(45vh * 0.085);
      background-position: bottom center;
      background-size: 45vh 90vh;
      z-index: 3; }

.results {
  max-height: 60vh;
  overflow: auto; }

@media (min-width: 768px) {
  #main-section .carousel-inner,
  #main-section .carousel-item,
  #main-section .banner {
    height: 580px; } }

/** RASTREO & ENVIO **/
#current-step {
  max-width: 600px;
  margin: 0 auto; }
  #current-step .col-auto {
    padding: 0 8px; }
  #current-step .step {
    position: relative; }
    #current-step .step:before {
      border-bottom: 3px solid #9F9F9F;
      content: "";
      display: block;
      position: absolute;
      left: -15px;
      top: 50%;
      width: 50%;
      z-index: 0; }
    #current-step .step:after {
      border-bottom: 3px solid #9F9F9F;
      content: "";
      display: block;
      position: absolute;
      right: -15px;
      top: 50%;
      width: 50%;
      z-index: 0; }
    #current-step .step.step-1:before {
      display: none; }
    #current-step .step.step-4:after {
      display: none; }
    #current-step .step .wrap {
      background: #fff;
      z-index: 99;
      font-size: 1.5rem;
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 4px;
      border: 2px solid #9F9F9F;
      border-radius: 50%;
      margin: 0 auto; }
      #current-step .step .wrap .icon {
        border-radius: 50%;
        border: 1px solid #9F9F9F;
        display: block;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.8rem;
        background: #9F9F9F;
        color: #fff; }
    #current-step .step.current .wrap, #current-step .step.done .wrap {
      border: 2px solid #009733; }
      #current-step .step.current .wrap .icon, #current-step .step.done .wrap .icon {
        color: #fff;
        background: #009733;
        border-color: #009733; }
  #current-step .col-auto:first-of-type .step:before {
    display: none; }
  #current-step .col-auto:last-of-type .step:after {
    display: none; }

#detalle-envio .movimiento,
#detalle-envios .movimiento {
  position: relative;
  max-width: 500px; }
  #detalle-envio .movimiento:before,
  #detalle-envios .movimiento:before {
    position: absolute;
    display: block;
    content: "";
    border-left: 1px solid;
    left: 7px;
    top: 1.3em;
    bottom: 0; }
  #detalle-envio .movimiento:last-of-type:before,
  #detalle-envios .movimiento:last-of-type:before {
    display: none; }
  #detalle-envio .movimiento .step-data,
  #detalle-envios .movimiento .step-data {
    padding-left: 5px; }
  #detalle-envio .movimiento:last-of-type .step-icon,
  #detalle-envios .movimiento:last-of-type .step-icon {
    transform-origin: top;
    transform: scale(1.5); }

#detalle-envio .card-detalle-rastreo .card-header .toggle,
#detalle-envios .card-detalle-rastreo .card-header .toggle {
  text-decoration: none; }

#detalle-envio .card-detalle-rastreo .card-header .abrir,
#detalle-envios .card-detalle-rastreo .card-header .abrir {
  display: block; }

#detalle-envio .card-detalle-rastreo .card-header .cerrar,
#detalle-envios .card-detalle-rastreo .card-header .cerrar {
  display: none; }

/* #detalle-envio .card-detalle-rastreo .historial,
#detalle-envios .card-detalle-rastreo .historial {
  display: none;
} */

#detalle-envio .card-detalle-rastreo.toggled .card-header .cerrar,
#detalle-envios .card-detalle-rastreo.toggled .card-header .cerrar {
  display: block; }

#detalle-envio .card-detalle-rastreo.toggled .card-header .abrir,
#detalle-envios .card-detalle-rastreo.toggled .card-header .abrir {
  display: none; }

#detalle-envio .card-detalle-rastreo.toggled .historial,
#detalle-envios .card-detalle-rastreo.toggled .historial {
  display: block; }

.tabla-cotiza {
  border: 0 !important; }
  .tabla-cotiza tr td.value {
    padding-left: 20px;
    text-align: right; }
  .tabla-cotiza tr td,
  .tabla-cotiza tr th {
    border: 0 !important; }

/**EXITO PAGE **/
.icon-bandera.success {
  font-size: 75px; }

@media (max-width: 567px) {
  .tabla-cotiza tr td {
    width: 50%; }
  #current-step.envio .step .wrap .icon {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem; } }

.ajax-loading {
  display: none;
  background: rgba(0, 0, 0, 0.35); }
  .ajax-loading.show {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999; }
  .ajax-loading .loadingio-spinner-rolling {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border-radius: 50%; }
    .ajax-loading .loadingio-spinner-rolling .spinner-loading {
      width: 100%;
      height: 100%;
      position: relative;
      transform: translateZ(0) scale(1);
      backface-visibility: hidden;
      transform-origin: 0 0;
      /* see note above */
      z-index: 9999; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading div {
        box-sizing: content-box; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading div.roller {
        position: absolute;
        width: 180px;
        height: 180px;
        border: 10px solid #052b89;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spinner-1 1.5s linear infinite;
        top: 100px;
        left: 100px; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading div.bg {
        position: absolute;
        width: 180px;
        height: 180px;
        border: 10px solid #CECECE;
        border-radius: 50%; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading .icon-bus {
        position: absolute;
        color: #052b89;
        top: 50%;
        left: 50%;
        font-size: 40px;
        transform: translate(-50%, -50%);
        animation: bus-1 1.5s linear infinite; }

.loading-tickets {
  max-width: 600px;
  padding-top: 57.53%;
  position: relative;
  overflow: hidden;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210"><ellipse transform="matrix(0.9732 -0.2298 0.2298 0.9732 -6.216 7.3272)" fill="rgb(240,240,240)" cx="28.4" cy="30.4" rx="28.4" ry="28.4" /> </svg>') center center no-repeat;
  background-size: cover; }
  .loading-tickets .layer-0,
  .loading-tickets .layer-1,
  .loading-tickets .layer-2,
  .loading-tickets .layer-3,
  .loading-tickets .layer-4,
  .loading-tickets .layer-5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: auto;
    z-index: 1; }
  .loading-tickets .layer-0 {
    animation: slide 45s linear infinite;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(235,235,235)"  d="M154.7,95.7c0.7-0.7,1.8-1.2,2.9-1.2c1.4,0,2.3,0.8,2.2,1.9c0.3-0.1,0.5-0.1,0.8-0.1c1,0,1.5,0.6,1.3,1.4 	c0,0.1-0.1,0.1-0.1,0.2h-9.4c0-0.2,0-0.3,0.1-0.5C152.6,96.5,153.6,95.8,154.7,95.7z"/></svg>') left center repeat-x; }
  .loading-tickets .layer-1 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" > <path fill="rgb(235,235,235)" d="M67.2,10.9c1.1-1.2,2.9-2,4.6-2c2.3,0,3.7,1.3,3.5,3.1c0.4-0.1,0.8-0.2,1.3-0.2c1.5,0,2.5,1,2.1,2.3  c0,0.1-0.1,0.2-0.1,0.3H63.4c0-0.3,0-0.5,0.1-0.8C64,12.2,65.6,11.1,67.2,10.9z"/><path fill="rgb(235,235,235)" d="M180.1,92.5c-0.1,0-0.2,0-0.3,0c-0.2-0.9-1.1-1.6-2.4-1.6c-0.4,0-0.7,0-1,0.1c-0.3-1.2-1.6-2-3.3-2 c-2.1,0-4.2,1.2-5.1,2.8c-1.3,0.2-2.5,1.1-2.8,2.1c0,0.1-0.1,0.2-0.1,0.3h16.8l0,0C182.1,93.3,181.4,92.5,180.1,92.5z"/></svg>') left center repeat-x;
    animation: slide 40s linear infinite; }
  .loading-tickets .layer-2 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(230,230,230)" d="M242.9,37.8c-1.1-3.1-4.4-5.3-9.1-5.3c-6.1,0-12.2,3.6-14.7,8.3c-0.9-0.4-1.9-0.6-3.1-0.6 	c-4.1,0-8.3,2.7-9.4,6.1c-0.1,0.3-0.2,0.6-0.2,0.9h40.6c0.5-0.7,0.9-1.4,1.1-2.2C249.3,41.4,247,38.4,242.9,37.8z"/><path fill="rgb(230,230,230)"  d="M47.2,97.5c2.3-2.4,6-4.1,9.6-4.1c4.7,0,7.7,2.8,7.2,6.4c0.8-0.3,1.8-0.5,2.6-0.5c3.2,0,5.1,2.1,4.3,4.7 c-0.1,0.2-0.2,0.5-0.3,0.7H39.3c0-0.5,0-1.1,0.2-1.7C40.4,100.3,43.7,98,47.2,97.5z"/></svg>') left center repeat-x;
    animation: slide 10s linear infinite;
    background-size: auto; }
  .loading-tickets .layer-3 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(225,225,225)" d="M20.5,98.3c0.8-2.3,3.3-3.9,6.7-3.9c4.5,0,9.1,2.7,10.9,6.2c0.6-0.3,1.4-0.4,2.3-0.4c3.1,0,6.2,2,7,4.5 c0.1,0.2,0.1,0.5,0.2,0.7H17.4c-0.4-0.5-0.6-1.1-0.8-1.6C15.8,101,17.5,98.7,20.5,98.3z"/>   <path fill="rgb(225,225,225)" d="M196.9,4.9c1.8-1.8,4.5-3.1,7.3-3.1c3.5,0,5.8,2.1,5.5,4.9c0.6-0.2,1.3-0.4,2-0.4c2.4,0,3.9,1.6,3.2,3.6 c-0.1,0.2-0.1,0.4-0.2,0.5h-23.7c0-0.4,0-0.8,0.2-1.3C191.7,7,194.2,5.2,196.9,4.9z"/></svg>') left center repeat-x;
    background-size: auto;
    transform: translateX(6px);
    animation: slide 15s linear infinite; }
  .loading-tickets .layer-4 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(205,205,205)" d="M107.7,208.6H31.4c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0 C111.4,206.9,109.7,208.6,107.7,208.6z"/><path fill="rgb(205,205,205)" d="M234.5,208.6h-76.3c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0	C238.2,206.9,236.5,208.6,234.5,208.6z"/><path fill="rgb(205,205,205)" d="M361.3,208.6h-76.3c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0 C365,206.9,363.3,208.6,361.3,208.6z"/></svg>') left center repeat-x;
    background-size: auto;
    transform: translateX(6px);
    animation: slide 4s linear infinite; }
  .loading-tickets .layer-5 {
    /* hoook opacity 0.9999 to avoid HEX VALUE*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgba(5, 43, 137, 0.9999)" d="M109.3,143.7c-12.7,0-22.9,10.3-22.9,22.9c0,12.7,10.3,22.9,22.9,22.9s22.9-10.3,22.9-22.9 C132.2,154,122,143.7,109.3,143.7z M109.3,176c-5.2,0-9.4-4.2-9.4-9.4c0-5.2,4.2-9.4,9.4-9.4c5.2,0,9.4,4.2,9.4,9.4 C118.7,171.8,114.5,176,109.3,176z M231.7,143.7c-12.7,0-22.9,10.3-22.9,22.9c0,12.7,10.3,22.9,22.9,22.9 c12.7,0,22.9-10.3,22.9-22.9C254.6,154,244.3,143.7,231.7,143.7z M231.7,176c-5.2,0-9.4-4.2-9.4-9.4c0-5.2,4.2-9.4,9.4-9.4 c5.2,0,9.4,4.2,9.4,9.4C241,171.8,236.8,176,231.7,176z M296.5,94.5c2.3,0,4.2-1.9,4.2-4.2V80c0-2.3-1.9-4.2-4.2-4.2 c-0.3,0-0.6,0-0.9,0.1h-13.2l-0.1-0.2c-2-9.8-10.6-16.8-20.6-16.8H71.9c-11.6,0-21,9.4-21,21v65.8c0,11.6,9.4,21,21,21H81 c0-15.5,12.5-28,28-28c15.5,0,28,12.5,28,28h66.5c0-15.5,12.5-28,28-28s28,12.5,28,28h19.1c13.3,0,23.2-12.2,20.6-25.2l-15.4-60.2  h8.5v9C292.2,92.6,294.1,94.5,296.5,94.5z M139.7,102.4c0,4.2-3.4,7.6-7.6,7.6H71.8c-4.2,0-7.6-3.4-7.6-7.6V84.5 c0-4.2,3.4-7.6,7.6-7.6h60.3c4.2,0,7.6,3.4,7.6,7.6V102.4z M225.2,102.4c0,4.2-3.4,7.6-7.6,7.6h-60.3c-4.2,0-7.6-3.4-7.6-7.6V84.5 c0-4.2,3.4-7.6,7.6-7.6h60.3c4.2,0,7.6,3.4,7.6,7.6V102.4z M283.8,127.8c1.2,4.8-2.5,9.4-7.4,9.4h-7.8c-1.8,0-3.5-0.6-4.9-1.8l-27.3-23.2c-1.7-1.4-2.7-3.6-2.7-5.8V84.5c0-4.2,3.4-7.6,7.6-7.6h24.2c3.5,0,6.6,2.4,7.4,5.8L283.8,127.8z"/></svg>') center center no-repeat;
    background-size: cover;
    animation: bus-2 0.6s linear infinite;
    z-index: 5; }

@keyframes spinner-1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes bus-1 {
  0% {
    font-size: 40px; }
  100% {
    font-size: 80px; } }

@keyframes bus-2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3%); } }

@keyframes slide {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

.detalle-paquete .wrap-paquetes .datos-paquete {
  position: relative; }
  .detalle-paquete .wrap-paquetes .datos-paquete .close {
    position: absolute;
    right: 10px;
    top: 20px; }
    .detalle-paquete .wrap-paquetes .datos-paquete .close a:hover {
      text-decoration: none; }

.detalle-paquete .wrap-paquetes .datos-paquete:nth-of-type(-n+2) .close {
  display: none; }

@media (min-width: 768px) {
  .detalle-paquete .datos-paquete .col-md-auto {
    max-width: 20% !important; } }

#usuario-section .main-row {
  min-height: 75vh; }

#usuario-section .full-user-menu {
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  #usuario-section .full-user-menu .menu-list li {
    margin-bottom: 5px; }
    #usuario-section .full-user-menu .menu-list li a {
      border-left: 4px solid transparent; }
      #usuario-section .full-user-menu .menu-list li a [class*="icon-"] {
        color: #9F9F9F; }
    #usuario-section .full-user-menu .menu-list li.active a,
    #usuario-section .full-user-menu .menu-list li a:hover {
      border-left: 4px solid #009733; }
      #usuario-section .full-user-menu .menu-list li.active a [class*="icon-"],
      #usuario-section .full-user-menu .menu-list li a:hover [class*="icon-"] {
        color: #009733; }

#usuario-section #results .wrap {
  overflow-x: auto; }

#usuario-section #results .table {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  overflow: auto; }
  #usuario-section #results .table td {
    padding: 0.4rem; }
  #usuario-section #results .table tbody td {
    font-size: 12px; }

#usuario-section #results.detalle tbody td {
  font-size: 14px; }

.table-wrap table tr td {
  padding: 10px 8px; }

.table-wrap.header table tr td {
  border: 0; }

.table-wrap.body {
  border: 1px solid #9F9F9F;
  border-radius: 0.5rem;
  background: #fff; }
  .table-wrap.body tr:first-child td {
    border: 0;
    vertical-align: top; }

@media (max-width: 567px) {
  #usuario-section #results {
    overflow: hidden !important; }
    #usuario-section #results .table {
      display: block; }
      #usuario-section #results .table tbody, #usuario-section #results .table tr, #usuario-section #results .table td {
        display: block; }
      #usuario-section #results .table thead {
        display: none; }
      #usuario-section #results .table tbody td {
        display: flex;
        font-size: 16px; }
        #usuario-section #results .table tbody td:last-child {
          border-bottom: 4px solid #009733; }
        #usuario-section #results .table tbody td:before {
          content: attr(data-title);
          font-weight: bold;
          display: block;
          padding-right: 10px; }
    #usuario-section #results.detalle tbody td:nth-child(2) {
      border: none; }
    #usuario-section #results.detalle tbody td:nth-child(2):before {
      display: none; } }

@media (min-width: 768px) {
  .table-wrap.header .direcciones td.alias, .table-wrap.body .direcciones td.alias {
    width: 18%; }
  .table-wrap.header .direcciones td.opciones, .table-wrap.body .direcciones td.opciones {
    text-align: right;
    width: 90px; }
  .table-wrap.header .notificaciones td.fecha, .table-wrap.body .notificaciones td.fecha {
    width: 20%; }
  .table-wrap.header .notificaciones td.folio, .table-wrap.body .notificaciones td.folio {
    text-align: right;
    width: 20%; } }

@media (min-width: 992px) {
  #usuario-section {
    background: white;
    background: linear-gradient(90deg, white 0%, white 25%, #fafafa 26%, #fafafa 100%); } }

* {
  box-sizing: border-box; }

body {
  font-size: 1rem;
  font-family: "Roboto", "Verdana", sans-serif;
  background: #fafafa; }

h1, h2, h3, h4, h5, h6,
.font-montserrat {
  font-family: "Montserrat", "Verdana", sans-serif; }

.font-family-default {
  font-family: "Roboto", "Verdana", sans-serif !important; }

img {
  max-width: 100%;
  height: auto; }

.icon-1x {
  font-size: 1.5em; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%; }

  #img-caja{
    width: 25%;
}

@media screen and (max-width: 767px) {
    #img-caja{
        width: 50%;
    }
}

.main {
  margin-top: 76px !important;
}
@media (min-width: 768px) {
  .main {
    margin-top: 115px !important;
   }
}


@media (min-width: 768px) {

  .navbar-nav li:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    margin: 0;
  }

  .dropdown-item:hover {
   background-color: #9f9f9f;
 }
}

.afterScroll {
 opacity: 0;
}


.separador {
  height: 1.875rem;
}

#rastreo {
  min-height: 40vh;
}

.social-mobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px !important;
}

.social-mobile li{
  padding: 0 !important;
  border: none !important;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .social-mobile{
    display: none;
  }
}
