#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px !important;
  margin-bottom: 50px;
  height: auto !important;
  margin: 0;
}
#highlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fullScreenPromo {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button:before {
  border: 1px solid var(--secondary-color-one);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color-one);
  color: transparent;
  opacity: 0.5;
  font-size: 0px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 3px solid var(--secondary-color-one);
  margin-top: -2px;
}
#shippingZoneContainer {
  display: none;
  height: 100vh;
  z-index: 10;
  width: 100vw;
  top: 0;
  left: 0;
}
.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#shippingZone {
  display: block;
  width: 70%;
  position: fixed;
  top: 110px;
  z-index: 3;
  left: 15%;
}
.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: 100% !important;
  text-align: center;
  color: var(--secondary-color-one);
  font-size: 48px;
  text-decoration: underline;
}
.widthContainer {
  width: 100%;
}
#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px;
}
.productSlide:hover .infoProduct {
  opacity: 1;
}
.productSlide:hover .productViewTop {
  opacity: 0.2;
}
.infoProduct .buyBtn:hover {
  color: var(--secondary-color-one);
  background: transparent;
  border: solid 2px var(amarillo);
  font-family: "joyride";
}

.contactDiv {
  width: 100%;
  height: 317px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 80px;
  background-image: url(/files/image4.png);
  background-size: cover;
}
#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1;
}
.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid var(--secondary-color-one);
  border-radius: 5px;
  color: var(--secondary-color-one);
  font-size: 16px;
}
.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--secondary-color-one);
  opacity: 1;
}
.contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--secondary-color-one);
  opacity: 1;
}
.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--secondary-color-one);
  opacity: 1;
}
.contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--secondary-color-one);
  opacity: 1;
}
.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--secondary-color-one);
  opacity: 1;
}
#contactName {
  margin-left: 150px;
  margin-right: 40px;
}
#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none;
}
#imageGroups {
  width: 1065px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#headerDummy {
  height: 0px !important;
}
div#highlight {
  height: calc(88vh - 80px);
  position: relative;
  display: block;
  width: 100%;
  padding-top: 80px;
}
.mainButtons {
  height: 12vh;
  display: flex;
  justify-content: space-between;
}
.mainButton {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(20px + 0.2vw);
  cursor: pointer;
  transition: .5s all ease-in-out;
  font-weight: 900;
}
.mainButtonLeft {
  color: var(--primary-color-two);
  background: var(--primary-color-one);
}
.mainButtonLeft:hover{
  color: var(--primary-color-one);
  background: var(--primary-color-two);
}
.mainButtonRight {
  color: var(--primary-color-one);
  background: var(--primary-color-two);
}
.mainButtonRight:hover{
  color: var(--primary-color-two);
  background: var(--primary-color-one);
}
.slick-slide .productViewContainer {
  margin-top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background: var(--secondary-color-two);
  pointer-events: none;
}
.productSlide {
  height: 25vw;
  padding-left: 1vw;
  padding-right: 1vw;
}
.productViewTop {
  border-radius: 5px;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .container-home{
    height: calc(var(--vh, 1vh) * 100 - 28px);
    transition: 0.5s all ease-in-out;
  }
  div#highlight {
    height: 80%;
    padding-top: 0;
  }
  .mainButtons {
    height: 20%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mainButton {
    width: 100%;
    height: 10vh;
    font-size: calc(16px + 0.2vw);
  }
  
}