.scroll-to-top:hover {
  color: #fff;
}
.mb-0 {margin-bottom: 0;}
.mt-0 {margin-top: 0;}
.my-0 {margin-block: 0;}

.branch-office {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  /* justify-content: space-between; */
}

.branch-office-icon {
  border-right: 1px solid white;
  padding-right: 1em;
}
.d-flex{
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}

.input-placeholder::placeholder {
  color: rgb(167, 167, 167);
  transition-property: opacity;
  transition-duration: .3s;
}

.input-placeholder:focus::placeholder {
  opacity: 0;
}
.margin-b {
  margin-bottom: 1.7rem;
}
.select-none {
  user-select: none;
}
.remove-rounded {
  border-radius: 0 !important;
}
.card {
  width: 100%;
  box-shadow: 0 0 5px 2px #00000038;
  height: 100px;
  border-radius: 10px;
  padding-top: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  padding-left: 2rem;
}

.card i {
  position: absolute;
  right: 5px;
  top: 20px;
  opacity: .3;
  color: #2bac25;
  transition-property: opacity;
  transition-duration: .5s;
}

.card:hover i {
  opacity: 1;
}

.card h4 {
  font-weight: bold;
  color: #616161;
  user-select: none;
  margin-bottom: 5px;
}

.title-color {
  color: #616161;
}
.format-title {
  margin-bottom: .5em;
  font-weight: bold;
}
.card h5 {
  font-weight: 500;
  color: #616161;
  user-select: none;
  font-size: 16px;
}

.c-wrapper {
  margin-block: 7rem;
}

.package-status {
  text-align: center;
  margin-bottom: 2rem;
}
.package-status img {
  height: 100px;
  user-select: none;
}
.package-status h5 {
  color: #2bac25;
  user-select: none;
  font-weight: bold;
}

.disabled {
  filter: grayscale(1);
}

.pb-1{
  padding-bottom: 1rem;
}

.row{
  padding: 2rem;
}

.select-all {
  user-select: all;
}
.cursor-pointer {
  cursor: pointer;
}

#rastreo_tracking {
  background-image: url("../images/follow_package.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  background-attachment: fixed;
}

.container-card-follow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-follow-tracking {
  background: #ffffff2f;
  backdrop-filter: blur(3px);
  padding: 2rem;
  border-radius: 30px;
  box-shadow: 0 0 10px 3px #ffffff52;
  border: 1px solid #ffffff;
}

.button {
  padding: .7em 2em;
  font-weight: 500;
  font-family: system-ui;
  transition-property: background-color;
  transition-duration: .3s;
}

.button:hover {
  color: #fff;
}

.rounded-sm {
  border-radius: 5px !important;
}

.rounded-md {
  border-radius: 15px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.button-custom-success {
  background: #21A21B;
  color: white;
}

.button-custom-success:hover {
  background: #1d8b17;
  color: white;
}

.button-custom-success:focus {
  color: white;
}

.text-white {
  color: #fff;
}

.table-success {
  background-color: #beffbe;
  border-radius: 5px;
}
.table-sm {
  font-size: 13px;
}

.table-sm :is(thead, tbody) tr :is(th,td) {
  padding-block: 5px;
}


.item-service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .3em;
  border: 1px solid #21a21b;
  height: 100px;
  user-select: none;
}

.mb-1 { margin-bottom: 1rem }
.mb-2 { margin-bottom: 2rem }
.mb-3 { margin-bottom: 3rem }
.mb-4 { margin-bottom: 4rem }
.mb-5 { margin-bottom: 5rem }

.d-inline-block {
  display: inline-block !important;
}

.separate-content {
  padding-block: 80px !important;
}

.form-label {
  color: #2bac25;
}

.input-error {
  border: 1px solid red;
}

.table-content-align-middle tr td {
  vertical-align: middle !important;
}

.list-errors span:hover {
  transform: scale(1.2);
}

.list-errors span {
  position: absolute;
  right: 2em;
  font-weight: bold;
  font-size: 2rem;
  border: 2px solid white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  transition: transform .1s;
}
.list-errors li {
  list-style: disc;
  margin-inline-start: 1em;
}

.list-errors {
  background: #ff2e2e;
  color: white;
  border-radius: 5px;
  padding: 1em;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-600 {
  font-weight: 600;
}

.words-together {
  line-height: 1;
  margin-bottom: 1rem;
}

.resize-none {
  resize: none
}

.error-message {
  background-color: #ff4141;
  color: #fff;
  font-weight: 600;
  padding: 1em 2em;
  border-radius: 5px;
  margin-top: 1em;
}

.align-middle {
  vertical-align: middle;
}


.container-claim-book {
  height: 80px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}

.container-claim-book > img {
  height: 70px;
  transition: transform .2s;
}

.container-claim-book:hover img {
  transform: scale(1.1);
}

.container-claim-book:hover {
  color: #fff;
  text-shadow: 0 0 3px white ;
}

.list-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
}

.item-social {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  display: inline-block;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 2rem;
  transition: box-shadow .2s;
  text-align: center;
}
.item-social:hover {
  color: #fff;
  box-shadow: 0 0 7px white;
}
.item-social:focus {
  color: #fff;
}

.header-description {
  text-align: right;
}

.list-branch-office {
  max-height: 220px;
  overflow-y: auto;
}

.list-branch-office::-webkit-scrollbar {
  width: 4px;
}

.list-branch-office::-webkit-scrollbar-thumb {
  background-color: #26c51e;
  border-radius: 5px;
}

.list-branch-office::-webkit-scrollbar-track {
  background-color: #21A21B;
}

.scroll-to-top {
  z-index: 1000;
}

@media screen and (max-width:768px){
  .header-left {
    display:  none;
  }
  .header-description {
    text-align: left;
  }
}

/* .icon-contact {
} */

.socials-contact {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: white;
  padding: 2rem;
  border-radius: 0 5px 5px 5px;
  color: rgb(42, 42, 42);
  width: 250px;
  z-index: 100;
  gap: 1em;
  border: 1px solid #cbcbcb;
  transform: translateY(145px);
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: .3s;
}

.socials-contact.social-show {
  transform: translateY(0);
}

.socials-contact .icon:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}

.socials-contact .icon {
  position: absolute;
  top: -5rem;
  left: -1px;
  background: white;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  font-size: 3rem;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 33px;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid transparent;
}

.contact-item:hover {
  border-bottom: 1px solid #cbcbcb;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid transparent;
}

.contact-item img {
  height: 30px;
}

.list-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
}

.d-block {
  display: block;
}

.contact-item .description {
  line-height:1;
}

.style-text-area {
  resize: vertical;
  max-block-size: 150px;
  min-block-size: 35px;
}
