@media screen and (max-width: 481px) {
  .box-0 img {
    width: 300px;
  }
  .box-0 {
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .box-1 {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
  .box-2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .logo2 {
    display: none;
  }
  .search-headerLogos {
    position: relative;
  }
  .search-submit {
    position: absolute;
    top: 2px;
    margin-left: 70%;
  }
  .search {
    width: 85%;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
  }
  .search-container {
    position: relative;
  }
  form .search-container input {
    padding: 12px 0px 12px 40px;
    outline: none;
  }
  form .search-container i {
    position: absolute;
    top: 14px;
    margin-left: 15px;
  }
  .index-imagen {
    width: 100%;
    height: 250px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .index-section {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .index-article {
    position: relative;
    text-align: center;
    width: 95vw;
    margin: 5px;
    border: 1px solid #548235;
  }
  .index-article ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
  }
  .index-article:hover {
    transform: scale(1.04);
    box-shadow: 1px 1px 1px black;
  }
  .listing-section {
    width: 100%;
  }
  .listing-article {
    width: 100%;
  }
  .listing-article ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .listing-article ul li {
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0;
  }
  .listing-imagen {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .image-container {
    width: 100%;
    height: auto;
  }
  .form-item {
    width: 80vw;
  }
}
@media (min-width: 482px) and (max-width: 768px) {
  .box-0 img {
    width: 300px;
  }
  .box-0 {
    width: 100%;
    text-align: center;
    padding: 0px 50px 10px 50px;
  }
  .box-1 {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
  .box-2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .logo2 {
    display: none;
  }
  .search-headerLogos {
    position: relative;
  }
  .search-submit {
    position: absolute;
    top: -1px;
    margin-left: 81%;
  }
  .search {
    width: 100%;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
  }
  .search-container {
    position: relative;
  }
  form .search-container input {
    padding: 12px 0px 12px 40px;
    outline: none;
  }
  form .search-container i {
    position: absolute;
    top: 14px;
    margin-left: 15px;
  }
  .index-imagen {
    width: 250px;
    height: 250px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .index-section {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .index-article {
    position: relative;
    text-align: center;
    width: 220px;
    margin: 5px;
    border: 1px solid #548235;
  }
  .index-article ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
  }
  .index-article:hover {
    transform: scale(1.04);
    box-shadow: 1px 1px 1px black;
  }
  .listing-section {
    width: 100%;
    display: flex;
    flex-flow: row;
  }
  .listing-article {
    width: 50vw;
    margin: 5px;
  }
  .listing-article ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .listing-article ul li {
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0;
  }
  .listing-imagen {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .image-container {
    width: 100%;
    height: auto;
  }
  .form-item {
    width: 350px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .logo-movil {
    display: none;
  }
  .box-0 img {
    width: 300px;
  }
  .box-0 {
    width: 100%;
    text-align: center;
  }
  .box-1 {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
  .box-2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .logos-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .logos-headerImagen {
    width: 100%;
    height: 60px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .search-headerLogos {
    width: 50vw;
    position: relative;
  }
  .search-submit {
    position: absolute;
    top: 1px;
    margin-left: 82%;
  }
  .search {
    width: 100%;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
  }
  .search-container {
    position: relative;
  }
  form .search-container input {
    padding: 12px 0px 12px 40px;
    outline: none;
  }
  form .search-container i {
    position: absolute;
    top: 14px;
    margin-left: 15px;
  }
  .index-imagen {
    width: 250px;
    height: 250px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .index-section {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .index-article {
    position: relative;
    text-align: center;
    width: 250px;
    margin: 5px;
    border: 1px solid #548235;
  }
  .index-article ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
  }
  .index-article:hover {
    transform: scale(1.04);
    box-shadow: 1px 1px 1px black;
  }
  .listing-section {
    width: 100%;
    display: flex;
    flex-flow: row;
  }
  .listing-article {
    width: 50vw;
    margin: 5px;
  }
  .listing-article ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .listing-article ul li {
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0;
  }
  .listing-imagen {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .image-container {
    width: 100%;
    height: auto;
  }
  .form-item {
    width: 350px;
  }
}
@media (min-width: 1280px) {
  .logo-movil {
    display: none;
  }
  .box-0 img {
    width: 300px;
  }
  .box-0 {
    width: 100%;
    text-align: center;
  }
  .box-1 {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
  .box-2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .logos-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .logos-headerImagen {
    width: 100%;
    height: 60px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .search-headerLogos {
    width: 60vw;
    position: relative;
  }
  .search-submit {
    position: absolute;
    top: -6px;
    margin-left: 86%;
  }
  .search {
    width: 100%;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
  }
  .search-container {
    position: relative;
  }
  form .search-container input {
    padding: 12px 0px 12px 50px;
    outline: none;
  }
  form .search-container i {
    position: absolute;
    top: 14px;
    margin-left: 20px;
  }
  .index-imagen {
    width: 250px;
    height: 250px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .index-section {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .index-article {
    position: relative;
    text-align: center;
    width: 250px;
    margin: 5px;
    border: 1px solid #548235;
  }
  .index-article ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
  }
  .index-article:hover {
    transform: scale(1.04);
    box-shadow: 1px 1px 1px black;
  }
  .listing-section {
    width: 100%;
    display: flex;
    flex-flow: row;
  }
  .listing-article {
    width: 50vw;
    margin: 5px;
  }
  .listing-article ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .listing-article ul li {
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 0;
  }
  .listing-imagen {
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .image-container {
    width: 100%;
    height: auto;
  }
  .form-item {
    width: 350px;
  }
}
* {
  box-sizing: border-box;
}

h2 {
  color: #548235;
}

button {
  background-color: white;
  border: none;
}

.nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  padding: 5px;
}
.nav-item a, .nav-item button {
  text-decoration: none;
  color: #548235;
  background-color: white;
  border: none;
}
.nav-item a:hover, .nav-item button:hover {
  background-color: #548235;
  color: white;
}

.search-container input {
  box-shadow: 1px 1px 1px #c6c6c6;
}

.search-submit {
  text-align: center;
  padding: 2%;
}

.search-submit input {
  height: 20%;
  color: white;
  border: 2px solid #3f6327;
  background-color: #548235;
  border-radius: 25px;
}

.search-submit input:hover {
  background-color: #3f6327;
  color: white;
}

.form-group {
  position: relative;
}

form .form-group input {
  padding: 12px 0px 12px 40px;
  outline: none;
}

form .form-group i {
  position: absolute;
  top: 14px;
  margin-left: 15px;
}

.form-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.form-control {
  width: 100%;
  margin: 2px;
  padding: 10px;
}

.form-control a, .form-control button {
  color: #548235;
}
.form-control a:hover, .form-control button:hover {
  background-color: #548235;
  color: white;
}

input:hover {
  background-color: #548235;
  color: white;
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.carousel-dots {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #007bff;
  transform: scale(1.2);
}

.suggest-message {
  color: #007bff;
  border: solid 2px #007bff;
  margin: 5px 0 5px 2px;
  padding: 2px 15px;
}

.acept-message {
  color: rgb(15, 133, 44);
  border: solid 1px rgb(15, 133, 44);
  margin: 5px 0 5px 2px;
  padding: 2px 15px;
}

.alert-message {
  color: #ba2121;
  border: solid 1px #ba2121;
  margin: 5px 0 5px;
  padding: 2px 15px;
}

.alert-message ul {
  list-style-type: none;
  padding: 0;
}

.tag-h2 {
  text-align: center;
}

.section-categorie {
  height: 50vh;
}

.conteiner-flex-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.conteiner-flex-column ul a {
  text-decoration: none;
  color: #548235;
}
.conteiner-flex-column ul a:hover {
  color: white;
  background-color: #548235;
}

.conteiner-flex-column {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.item-flex-column:hover a {
  transform: scale(1.01);
}

.item-flex-column {
  width: 150px;
  margin: 5px;
  text-align: center;
  border: 1px solid #548235;
  padding: 5px;
  border-radius: 5px;
}

.like-container {
  display: flex;
  height: 20px;
  justify-content: center;
}

.plusLike {
  background-color: white;
  width: 25px;
  height: 20px;
  margin: 0px;
}

.buttonLike {
  background-color: white;
  border: none;
}

.notification-circle {
  position: absolute;
  top: 2px;
  left: 15px;
  width: 14px;
  height: 14px;
  color: white;
  font-size: 7px;
  background-color: red;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.boxArticle {
  width: 100%;
  height: 10vh;
  border: 1px solid black;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}

.boxArticle a {
  text-decoration-line: none;
}

.boxArticleText {
  width: 84vw;
}

.notification-imagen {
  width: 10vw;
  height: 9.5vh;
  max-width: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.image-cart {
  width: 72px;
  height: 72px;
  margin-right: 12px;
}

.winAuction-article {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 84px calc(100% - 112px);
  grid-template-rows: auto auto auto;
  width: 100%;
}

.winAuction-title {
  color: #1A1A1A;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winAuction-p {
  margin: 4px 0 0;
}

.winAuction-price {
  margin: 4px 0 0;
  text-align: right;
}

.winAuction-rich-price {
  margin: 4px 0 0;
  text-align: right;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.55);
}

.winAuction-link {
  color: #3483fa;
  background: none;
  border: none;
  padding: 0;
  margin: 12px 0 0;
}

.winAuction-total {
  display: flex;
  width: 95%;
}

.winAuction-button {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 48px;
  background-color: #3483fa;
  border-radius: 6px;
  line-height: 48px;
  padding: 0 24px;
}

.profile-section {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.profile-article {
  text-align: center;
  margin: 5px;
  border: 1px solid #548235;
  padding: 5px;
}

.profile-input {
  width: 250px;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9em;
  border-top: 1px solid #555;
}

footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}

footer .footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

footer .footer-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.1em;
}

footer .footer-section p,
footer .footer-section ul {
  color: #ccc;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}

footer .footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .footer-section ul li a:hover {
  color: #fff;
}

footer .social-icons a {
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .social-icons a:hover {
  color: #007bff;
}

footer .footer-bottom {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #555;
  font-size: 0.85em;
  color: #aaa;
}

/*# sourceMappingURL=layout.css.map */
