html {
  scroll-behavior: smooth;
}

.title-landing {
  font-family: "bison";
  font-size: 61px;
  line-height: 55px;
  letter-spacing: -1.52px;
  color: #4d4d4d;
  text-align: center;
  
  max-width: 100%;
  margin: auto;
}

.separator-menu-landing {
  border-style: Solid;
  border-color: #bebebe;
  border-color: rgba(190, 190, 190, 1);
  border-width: 1px;
  height: 150px;
  z-index: 2;
}

.title-landing b {
  color: #eaa900;
}
p.txt-landing-main {
  font-family: "gothambook";
  font-size: 21px;
  color: #000000;
  color: rgb(0, 0, 0);
  margin: 40px auto 0px;

  max-width: 100%;
  text-align: center;
}

.menu-empaques h2 {
  font-family: "bison";
  font-size: 36px !important;
  line-height: 38.83px;
  color: #eaa900 !important;
  text-align: center;
}

.menu-empaques {
  margin-top: 30px !important;
  display: block;
}

.menu-empaques-box ul {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 30px 0px;
  align-items: center;
  justify-content: space-around;
}
.menu-empaques-box-ul-li-a-p {
  font-family: "bison" !important;
  font-size: 28px !important;
  line-height: 26px !important;
  color: #4d4d4d !important;
  text-align: center !important;
  text-decoration: none !important;
  z-index: 2 !important;
  display: block !important;
  position: relative !important;
}

.menu-empaques-box-ul-li-a-p b {
  color: #eaa900;
}

.menu-empaques-box ul li a:hover p {
  text-decoration: none;
}

.menu-empaques-box ul li a {
  text-decoration: none;
}

.menu-empaques-box ul li a:hover img {
  transform: scale(1.15);
  transition: all ease 0.6s;
}
.menu-empaques-box ul li a img {
  transition: all ease 0.3s;
  width: 100%;
}
.flex-center {
  align-items: center;
  justify-content: center;
  display: flex;
}
.header-landing-big h2 {
  font-family: "bison";
  font-size: 61px !important;
  line-height: 58.81px;

  color: #ffffff !important;
  position: absolute;
  padding-bottom: 94px;
  padding-left: 105px;
  width: 330px;
  max-width: 100%;
}

.header-landing-big {
  display: flex;
  align-items: center;
  position: relative;
}

.txt-landing h3 {
  font-family: "bison";
  font-size: 48px;
  line-height: 40px;
  color: #4d4d4d;
}

.txt-landing h3 b {
  color: #eaa900;
}

.txt-landing p {
  font-size: 21px;
  color: #4d4d4d;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.center-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-digitos-yellow {
  background: #eaa900;
  font-family: "bison";
  font-size: 22px;
  line-height: 26.67px;
  color: #ffffff;
  color: rgb(255, 255, 255);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0px 30px;
  transition: all ease 0.6s;
}

.btn-digitos-yellow:hover {
  background: #b18000;
  color: #ffffff;
}

.header-landing-big-cajas-plegadizas h2 {
  padding-bottom: 200px;
}

.icon-box-empaques p {
  font-family: "gothambook";
  font-size: 13px;
  line-height: 14.7px;
  color: #1d1d1b;
  color: rgb(29, 29, 27);
  text-align: center;
}

.icons-empaques {
  display: flex;
  justify-content: center;
}

.icon-box-empaques {
  width: 150px;
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.icon-box-empaques i {
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #575756;
}

.icon-box-empaques i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header-landing-big-cajas-shipping h2 {
  padding-bottom: 30px;
}
.row-midle {
  display: flex;
  align-items: center;
}

.header-landing-big-paper-bags h2 {
  padding-bottom: 250px;
}

.my-5 {
  margin: 5rem 0px;
}

@media (max-width: 768px) {
  .row-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .row-midle {
    flex-direction: column;
  }
  .title-landing {
    font-size: 40px;
    line-height: 1.2;
  }

  p.txt-landing-main {
    font-size: 18px;
  }

  div#menu-empaques {
    overflow-x: auto;
  }

  .menu-empaques-box ul {
    align-items: center;
    justify-content: flex-start;
  }

  .menu-empaques-box ul li a img {
    width: 130px;
  }

  .menu-empaques h2 {
    font-size: 22px !important;
  }

  .menu-empaques-box-ul-li-a-p {
    font-size: 18px !important;
  }

  .header-landing-big h2 {
    color: #ecaa00 !important;
    position: relative;
    padding: 0px !important;
    font-size: 40px !important;
    letter-spacing: 0px;
    text-align: center;
  }

  .header-landing-big {
    flex-direction: column;
  }

  .txt-landing h3 {
    font-size: 34px;
  }

  .txt-landing p {
    font-size: 18px;
  }

  .btn-digitos-yellow {
    margin-bottom: 20px;
  }

  .icons-empaques {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .icon-box-empaques {
    width: 50%;
    margin: 0px;
  }

  .icon-box-empaques i {
    font-size: 30px;
  }
  .txt-landing {
    margin-top: 0px !important;
  }
}
