.btn {
    display: -webkit-inline-flex
}

.fixed-top {
    background-color: #ffffff;
    border-bottom: 0px solid #3f3f3f;
    -webkit-box-shadow: 0px 3px 12px -4px rgba(194, 194, 194, 1);
    -moz-box-shadow: 0px 3px 12px -4px rgba(194, 194, 194, 1);
    box-shadow: 0px 3px 12px -4px rgba(194, 194, 194, 1);
}

.card_transparent {
    background-color: transparent;
}

li.nav-item {
    min-width: 110px;
}

li.nav-item:hover {
    background-color: #A51C1F;
    color: #FFF !important;
}

li.nav-item>a:hover {
    color: #FFF !important;
}

/*  */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-96 {
    font-size: 96px;
}

.bg-primary {
    background-color: #A51C1F !important;
    color: #ffffff !important;
}

.bg-aldia {
    background-color: #A51C1F !important;
    color: #ffffff !important;
}



.btn-primary {
    background-color: #A51C1F !important;
    border-color: #A51C1F !important;
}

.btn-primary:hover {
    border-color: #FFF!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #A51C1F !important;
    color: #FFF !important;
}

.accordion-button:not(.collapsed)  {
    color: #A51C1F !important;
    background-color: #fff !important;
}

.coverload {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.loadSpinner {
    content: '';
    display: block;
    position: absolute;
    left: 40%;
    top: 40%;
}

/* Información de tracking  */

.cardTracking {
    z-index: 0;
    /* background-color: #ECEFF1; */
    padding-bottom: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important
}

#progressbarTracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbarTracking li {
    list-style-type: none;
    font-size: 13px;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbarTracking .step0:before {
    font-family: 'Material Icons';
    content: "add";
    color: #fff
}

#progressbarTracking li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

#progressbarTracking li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbarTracking li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbarTracking li:nth-child(2):after, #progressbarTracking li:nth-child(3):after {
    left: -50%
}

#progressbarTracking li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbarTracking li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbarTracking li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbarTracking li.active:before, #progressbarTracking li.active:after {
    background: #155724
}

#progressbarTracking li.active:before {
    font-family: 'Material Icons';
    content: "add"
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.icon-content {
    padding-bottom: 20px
}

.w-33 {
    width: 33%;
}

.divFixedBottom {
    position: sticky;
    position: -webkit-sticky;
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
 }

 .whatsapp {
    display: none;
}

.whatsapp2{
    display: inline;
}


/* Efectos ondas */
  
  /* Prevent scrollbars to appear when waves go out of bound */
  .sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
  }
  
  /* The circle */
  .sonar-emitter {
    /* position: relative; */
    margin: 0 auto;
    border-radius: 9999px;
    background-color: HSL(45,100%,50%);
  }
  
  /* the 'wave', same shape and size as its parent */
  .sonar-wave {
    /* position: absolute; */
    border-radius: 9999px;
    background-color: HSL(0,100%,20%);
    opacity: 0;
    z-index: -1;
    pointer-events: none; 
  }
  
  /*
    Animate!
    NOTE: add browser prefixes where needed.
  */
  .sonar-wave {
    animation: sonarWave 2s linear infinite;
  }
  
  @keyframes sonarWave {
    from {
      opacity: 0.4;
    }
    to {
      transform: scale(2);
      opacity: 0;
    }
  }


@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}

@media only screen and (min-width:200px) and (max-width:787px) {
    .collapse:not(.show) {
        display: none !important;
    }

    .whatsapp {
        width: 70%;
        display: block;
    }

    .whatsapp2 {
        display: none;
    }
}