.section-header {
  /* TOP USER */
  /* ENC */
}

.section-header .navbar-cnt-up {
  height: 50px;
  background-color: #d0000e;
}

.section-header .row-cnt-up {
  height: 50px;
}

.section-header .logo-cnt {
  height: 27px;
}

.section-header .logo {
  height: 27px;
}

.section-header #button-addon2.btn-search-header {
  background-color: white;
  border-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-style: solid;
  border-width: 2px;
}

.section-header .user-header {
  height: auto;
  margin-left: 10px;
}

.section-header .navbar-cnt-down {
  height: 40px;
  background-color: #5c5c5c;
}

.section-header .row-cnt-down {
  height: 40px;
}

.section-header .nav-link-ul-header {
  color: white;
}

.section-header .nav-link-ul {
  color: white;
}

.section-header .nav-link-ul-salir {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.12px;
}

.section-header .dropdown-menu {
  left: -45px;
  font-size: 12px;
}

.section-header .btn {
  padding: 0;
}

.section-header .bi {
  color: white;
}

.section-header .dropdown-item-news {
  background-color: #00ffe4;
  color: black;
}

.section-header .dropdown-item-sale {
  background-color: #da005f;
  color: white;
}

.section-header .nav-link-ul-salir {
  color: #ffffff;
  text-decoration: none;
}

.section-header .row-cnt-down-gray {
  height: 56px;
  background-color: #5c5c5c;
}

.section-header .nav-link-gray {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
}

.section-header .nav-link-gray img {
  margin-right: 5px;
}

.section-header .nav-link-gray:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  opacity: 1;
}

.section-header .btn-link-gray {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  line-height: 40px;
}

.section-header .btn-link-gray:hover {
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  opacity: 1;
}

.section-header .row-cnt-desktop {
  background-color: #d0000e;
}

.section-header .logo-red {
  height: 41px;
}

.section-header .form-search-cnt-desktop input.search-header {
  height: 42px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0 none;
  font-size: 15px;
}

.section-header .form-search-cnt-desktop .btn-search-header-desktop {
  background-color: white;
  border-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 42px;
  width: 50px;
  border-style: none;
  position: relative;
}

.section-header .form-search-cnt-desktop .btn-search-header-desktop:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  background-color: #ddd;
  position: absolute;
  left: 0;
}

.section-header .form-search-cnt-desktop .btn-search-header-desktop .icon-search {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-lupa.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.section-header #search {
  width: 396px;
  height: 42px;
  margin-top: 20px;
}

.section-header .row-cnt-red-down {
  height: 53px;
  background-color: #d0000e;
}

.section-header .row-cnt-red-down .list-group {
  padding-top: 4px;
  padding-left: 10%;
}

.section-header .list-group-item {
  background-color: #d0000e;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  border: none;
  font-weight: 500;
}

.section-header .list-group-item:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.section-header .btn-wpp {
  background-color: #00ff96;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  height: 42px;
  width: 84%;
  margin-left: -8px;
}

.section-header .btn-wpp .icon-wpp {
  width: 24px;
  height: 24px;
  background-image: url("../images/whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.section-header .btn-wpp .phone {
  color: #00663c;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
}

.section-header .navbar-cnt-body {
  height: 73px;
  background-color: #dadada;
}

.section-header .row-cnt-body {
  height: 73px;
  background-color: #dadada;
}

.section-header .menu-item {
  color: #282828;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
}

.section-header .menu-item:hover {
  color: rgba(40, 40, 40, 0.7);
  text-decoration: none;
}

.section-header .menu-item-news {
  background-color: #00ffe4;
  color: black;
  padding: 0 19px;
  line-height: 30px;
  display: inline-block;
  border-radius: 5px;
}

.section-header .menu-item-news:hover {
  background-color: rgba(51, 161, 150, 0.7);
  color: black;
}

.section-header .menu-item-sale {
  background-color: #da005f;
  color: white;
  padding: 0 19px;
  line-height: 30px;
  display: inline-block;
  border-radius: 5px;
}

.section-header .menu-item-sale:hover {
  background-color: rgba(218, 0, 95, 0.7);
  color: white;
}

@media (max-width: 767px) {
  header {
    position: relative;
  }
  .section-header {
    padding-left: 0;
    padding-right: 0;
  }
  .section-header .row-cnt-down {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .section-header .dropdown-menu {
    min-width: 18rem;
  }
  .section-header .dropdown-menu .menu-item {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .section-header .row-cnt-desktop {
    height: 71px;
  }
}

.text-header-online {
  width: 78%;
  text-align: center;
}

#headerSearchInputMessage {
  background-color: #ffeb00;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  position: absolute;
  top: 35%;
  z-index: 9;
}

#headerSearchInputMessage:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffeb00 transparent transparent;
  position: absolute;
  left: -10px;
  top: 40%;
}
/*# sourceMappingURL=main-header-bs4.css.map */