.customPageCenteredContent {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0;
  padding: 0;
  padding-bottom: 100px;
}

#bannerImg {
  width: 100%;
}

#bannerImgMobile {
  display: none;
}

#title {
  width: 90%;
  margin: auto;
}

#pitch {
  width: 100%;
  float: left;
}

#formContainer {
  width: 100%;
}

.contactInput {
  border-radius: 28px;
  font-family: "Inter" !important;
}

.contactDiv .contactInput::placeholder {
  color: #595c65;
}
.contactDiv {
  padding-bottom: 60px;
}
.contactRow {
  margin-right: 0;
  left: 0;
  top: 66%;
  margin-top: 23px;
  margin-left: 50px;
}

.file-input-name {
  position: relative;
  float: right;
  width: fit-content;
  font-size: 10px;
  color: #fff;
  margin-left: unset;
  margin-top: 2px;
  left: unset;
  cursor: pointer;
}

#companyInput {
  position: absolute;
  left: 51%;
  top: 0;
}

.contact_message {
  top: 72px;
  height: 100px;
  padding-top: 16px;
}
.sendContactCanasta {
    border: 1px solid #5f7c78;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    background-color: #5f7c78;
    border-radius: 28px;
    margin-right: 4.5%;
  cursor:pointer;
    margin-top: 24px;
    text-transform: none;
    height: auto;
    width: 45%;
    border-radius: 110px;
    text-align: center;
    padding: 14px;
    margin-left: 52%;
    box-sizing: border-box;
}
#pitchImage {
  width: 100%;
}

#pitchImageMobile {
  display: none;
}

.file-input-wrapper {
  border: 1px solid #5f7c78;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  background-color: #5f7c78;
  border-radius: 28px;
  float: right;
}

.contactLabel {
  display: none;
}
.sendContact.canasta {width: 45%;}
.sendContact {
  border: 1px solid #5f7c78;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  background-color: #5f7c78;
  border-radius: 28px;
  margin-right: 4.5%;
  margin-top: 24px;
  text-transform: none;
  height: auto;
  width: 45%;
}

.sendContact:hover {
  color: #5f7c78;
}

#cardsContainer {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

#mainContainer {
  background-image: url(../../files/Canastas/fondo.png);
  background-position: center;
  background-size: contain;
  width: 100%;
}

#botContainer {
  width: 89%;
  height: auto;
  margin: auto;
  position: relative;
  margin-top: 4%;
}

#botBanner {
  width: 100%;
  height: 100%;
}

.cardsContainer {
  width: 100%;
}

.canasta {
  width: 100%;
}

.centeredContent {
  width: 100% !important;
  height: auto !important;
  padding: unset !important;
  margin: unset !important;
  max-width: unset;
}

#customPageTitle {
  display: none;
}

.category-hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.gallery-item {
  width: 100%;
}

#formulario {
  position: absolute;
  left: 0;
  top: -100px;
}

@media screen and (max-width: 1024px) {
  .ciberMonday-banner {
    margin-bottom: 15px;
  }

  .ciberMonday-categories,
  .ciberMonday-products {
    width: 95%;
    gap: 10px;
  }

  .ciberMonday-gallery {
    width: 100%;
  }

  .ciberMonday-categories .ciberMonday-card,
  .ciberMonday-products .ciberMonday-card {
    width: calc((100% / 2) - 5px);
  }

  .customPageCenteredContent {
    padding-bottom: 50px;
  }

  #headerDummy {
    height: 105px;
  }

  .ciberMonday-card:not(.ciberMonday-gallery .ciberMonday-card):hover {
    transform: translateY(0);
  }
.sendContactCanasta {margin: auto;order: 2;margin-top: 30px;}

.contactDiv {
    align-items: center;
}
  .ciberMonday-banner img {
    margin-top: 29px;
  }
}

@media screen and (max-width: 768px) {
  #bannerImg {
    display: none;
  }

  #bannerImgMobile {
    display: block;
    width: 100%;
  }
.sendContactCanasta {width:80%;}
  #botContainer {
    width: 100%;
    margin-top: calc(6% + 30px);
  }

  #title {
    width: 100%;
    margin: auto;
  }

  #botBanner {
    width: 100%;
  }

  #pitchImage {
    display: none;
  }

  #pitchImageMobile {
    display: block;
    width: 100%;
  }

  #companyInput {
    position: unset;
    left: 0;
  }

  .contact_message {
    top: 0;
  }

  .sendContact {
    margin: 20px auto;
  }

  .contactRow {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }

  .file-input-wrapper {
    margin: unset;
  }

  .cardContainer {
    width: 100%;
  }

  .file-input-name {
    font-size: 12px;
  }

  #cardsContainer {
    display: block;
    background-image: none;
    margin-top: 6%;
  }

  .slick-dots {
    bottom: -30px !important;
    right: 0;
    display: inline-block !important;
    height: 30px;
    top: unset;
  }

  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
  }

  .slick-dots li button,
  .slick-dots li button:before {
    width: 100% !important;
    height: 100% !important;
  }

  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    border-color: #5f7c78;
    content: "" !important;
  }

  .slick-dots li.slick-active button:before {
    background-color: #5f7c78;
  }
}
