.fileUploadProgress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.fileUploadProgress span {
  background-color: #FAFAFA;
  padding: 20px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  top: 50%;
  height: 20px;
  width: 350px;
  margin-top: -10px;
  margin-left: -175px;
  z-index: 10000;
  display: none;
}

.imgPagInicial {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.imgPagInicial img {
  border-radius: 14px;
}

.imgPagInicial h3 {
  color: var(--color-primary);
  font-weight: 900;
  font-size: 22px;
}

.imgPagInicial p {
  font-size: 12px;
  line-height: 10px;
  padding-bottom: 5px;
}

.btnInicial button {
  background: #fff;
  color: var(--color-primary);
  margin: 8px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  gap: 16px;
}

.cards>div {
  background: #f8f8f8;
  text-align: center;
}

#compras,
#rh,
#propagandas {
  width: 282px;
  min-height: 266px;
  background: #fff;
  border: 2px solid var(--color-primary);
  /* border-radius: 8px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.icone1,
.icone2,
.icone3 {
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33%;
}

.icone1 img,
.icone2 img,
.icone3 img {
  max-width: 50px;
  height: auto;
}

.comprasDescricao,
.rhDescricao,
.propagandasDescricao {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 12px;
  color: #333;
}

.comprasDescricao a,
.rhDescricao a,
.propagandasDescricao a {
  color: var(--color-primary);
  text-decoration: underline;
}

.comprasDescricao p,
.rhDescricao p,
.propagandasDescricao p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.contato {
  display: flex;
  height: 250px;
  justify-content: center;
}

.contato p {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.container {
  width: 100%;
  /* text-align: center; */
  margin-top: 20px;
}

.titulo-secao {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.card1 {
  position: relative;
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 130px 0 110px rgba(0, 0, 0, 0.5);
}

#americanas {
  background-image: url('../images/foto2.png');
}

#seller {
  background-image: url('../images/foto3.png');
}

.card-conteudo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.card1 h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: justify;
}

.card1 p {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.icone {
  width: 20px;
  margin-left: 5px;
}

#menu1,
#menu2 {
  text-align: left;
}

#img2 {
  height: 350px;
}

#img2 h4 {
  position: relative;
  text-align: center;
}

/* The switch - the box around the slider */
.switch2 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #F80032;
}

input:focus+.slider {
  box-shadow: 0 0 1px #F80032;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#switch {
  display: flex;
  align-items: end;
  gap: 10px;
}

.select-hidden,
.select2 {
  display: none;
}

.campo-adicional {
  display: block;
  margin-top: 5px;
  width: 100%;
}

.div_add,
.select_opc,
.select_forn {
  display: none;
}

#logo {
  cursor: pointer;
}

.fontMenu {
  font-size: 12px !important;
  color: var(--color-primary);
  text-decoration: none;
  padding-right: 11px;
  margin-top: 3%;
  cursor: pointer;
}

.fontMenuIcon {
  font-size: 24px !important;
  color: var(--color-primary);
}

.sub_menu {
  position: absolute;
  z-index: 999;
  width: 200px;
  /* Ajuste conforme necessário */
  list-style: none;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  padding-left: 0 !important;
}

.nav-item:hover .sub_menu {
  opacity: 1;
  transform: translateY(0);
}

.sub_menu li {
  /* border-top: 3px solid #ff9300; */
  text-align: center;
  margin: 0;
}

.sub_menu a {
  padding: 14px 10px;
  display: block;
  text-decoration: none;
  color: #000;
}

.sub_menu a:hover {
  background-color: #eee;
}