* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  /*background: url("../img/victoria_bg_main.png");*/

  background: radial-gradient(circle at 70% 40%, #e75a1b 0%, #b0212e 40%, #920d2c 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Home 1 */

.home_1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0vh;
}

.home_1_mobile {
  margin-top: 3.3rem;
  padding-top: 0;
  position: relative;
  padding-bottom: 17.5rem;
}

@media (min-width: 975px) {
  .home_1_mobile {
    background-image: none !important;
  }
}

.home_1_div {
  display: flex;
  grid-template-columns: 50% 50%;
  width: 100%;
  justify-items: center;
  align-items: center;
  padding-top: 5rem;
}

.home_1_subdiv {
  width: 100%;
  justify-self: baseline;
  margin-left: 5rem;
  display: flex;
  flex-direction: column;
}

.home_1_t {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 4rem;

  font-family: "Montserrat 700";
}

.home_1_t span {
  color: #fff;
  font-size: 50px;
  display: block;

  font-family: "Montserrat 900";
}

.home_1_subdiv a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #ab0033;
  border-radius: 10px;
  padding: 1rem 5rem;

  font-family: "Montserrat 700";
  width: 12.5%;
}

.home_txt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  color: #fff;
  left: 0;
  right: 0;

  font-family: "Montserrat 500";
}

.home_txt img {
  margin: 0 0.3rem;
}

.home_1_subdiv img {
  margin-bottom: 0.5rem;
  align-self: flex-end;
  padding-right: 7rem;
}

.video-home {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-hmobile {
  display: none;
}

.home_1_st {
  font-family: "Montserrat 700";
  margin-bottom: 1rem;
  font-size: 26.5px;
  color: #fff;
  opacity: 0.4;
}

@media (max-width: 975px) {
  .home_1_st {
    display: none;
  }

  .video-hmobile {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-home {
    display: none;
  }

  .home_1 {
    background-image: none !important;
  }

  .home_1_mobile {
    background-position: center 0vh;
    position: relative;
    z-index: 15;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home_1_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home_1_subdiv img {
    width: 35%;
  }

  .home_1_subdiv {
    width: 95%;
    margin: 0 auto;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home_1_t {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }

  .home_1_t span {
    font-size: 27px;
  }

  .home_1_subdiv a {
    width: 95%;
    margin: 0 auto;
    padding: 0.75rem 0;
  }

  .home_1_div {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7.5rem;
  }

  .home_txt {
    bottom: 1.5rem;
  }
}

/* Home 2 */

.home_2 {
  position: relative;
}

.home_2_div {
  /* background-image: url("../images/home/home-2/bg-home-2.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}

.mex {
  position: relative;
  margin-right: 1rem;
}

.xico {
  position: absolute;
  right: 0;
  height: 90%;
}

.home_2_subdiv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  position: relative;
}

.home_2_subdiv_bg {
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../img/home/manos/back-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.home_2_subdiv_bg img {
  z-index: 120;
  position: relative;
}

.home_2_title {
  color: #fff;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 4rem;
  font-family: "Montserrat 700";
}

.home_2_textp {
  font-family: "Montserrat 500";
  color: #fff;
  font-size: 20px;
  width: 50%;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}

.home_2_title span {
  color: #fff;
  font-size: 50px;
  display: block;
  font-family: "Montserrat 900";
  letter-spacing: 0.05em;
}

.home_2_texte a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat 700";
  padding: 0.75rem 3rem;

  background: #5a0612;
  border-radius: 10px;
  position: relative;
  z-index: 999;
}

.home_2_texte {
  text-align: right;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;

  background-color: #ab0033;
  position: relative;
}

.home_2_text_subdiv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.fruits {
  position: absolute;
  left: 0;
}

.line-pattern {
  position: absolute;
  margin: 0;
  z-index: 100;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  width: 100%;
}

.home_text_subdiv {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

.line-pattern-mobile {
  display: none;
}

.fruits-mobile {
  display: none;
}

@media (max-width: 975px) {
  .fruits {
    display: none;
  }

  .line-pattern {
    display: none;
  }

  .line-pattern-mobile {
    display: block;

    position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    top: -0.5rem;
    z-index: 10;
  }

  .mex {
    display: none;
  }

  .xico {
    display: none;
  }

  .home_2_subdiv {
    display: flex;
    flex-direction: column;
  }

  .home_2_title {
    font-size: 20px;
    width: 100%;
    display: block;
    padding-right: 2rem;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .home_2_title span {
    font-size: 41px;
  }

  .home_2_textp {
    font-size: 14px;
    width: 100%;
    display: block;
    align-self: end;
    width: 50%;
    padding-right: 1.1rem;
    margin-bottom: 2rem;
  }

  .home_2_text_subdiv {
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .home_2_texte a {
    width: 90%;
    padding: 0.5rem 0 !important;
  }

  .fruits-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 4rem;
  }

  .home_2_subdiv_bg img {
    width: 100%;
  }
}

.home_2_subdiv_bg img {
  margin-top: 1.5rem;
}

.home_2_texte a {
  padding: 0.75rem 4rem;
}

/* Home 3 */

.home_3 {
  background-repeat: no-repeat;
  background-size: cover;
}

.home_3_mobile {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 975px) {
  .home_3_mobile {
    background-image: none !important;
  }
}

.taco-productos {
  position: absolute;
  top: 5rem;
  right: 10%;
}

.home_3_div {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.home_3_title {
  font-family: "Montserrat 700";
  font-size: 30px;
  color: #fff;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.home_3_title span {
  font-size: 45px;
  font-family: "Montserrat 900";
  letter-spacing: 0.065em;
}

.home_3_subdiv select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  color: #ab0033;
  font-family: "Montserrat 700";
  font-size: 16px;
  text-transform: uppercase;

  background-image: url("../img/home/productos/Vector.png");
  background-repeat: no-repeat;
  background-position: 95%;
  padding: 0.7rem 0;
  padding-left: 1rem;
  padding-right: 8rem;
  border: none;
  border-bottom: 1px solid #ab0033;
}

.home_3_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}

.home_3_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 1.5rem 1rem 1.5rem 1rem;
  border-radius: 10px;
  padding: 1.5rem 0 2rem 0;
}

.home_3_cardiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

.producto-name {
  font-family: "Montserrat 700";
  color: #ab0033 !important;
  text-align: center;
  font-size: 16px;
  margin: 1rem 0;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.producto-precio {
  color: #ab0033;
  font-family: "Montserrat 700";
  font-size: 16px;
  margin-bottom: 1.5rem;
}

.producto-precio span {
  color: rgba(171, 0, 51, 0.7);
  margin-left: 1.5rem;
  font-family: "Montserrat 500";
  font-size: 14px;
}

.home_3_cardiv a {
  color: #fff;
  font-family: "Montserrat 700";
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1rem;
  background-color: #ab0033;
  text-align: center;
  text-decoration: none;
  width: 85%;
  margin: 0 auto;
}

.ver-mas {
  background-color: #5a0612;
  color: #fff;
  font-family: "Montserrat 700";
  font-size: 16px;
  padding: 1rem 7rem;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.home_3_marketplace .home_3_title {
  margin-top: 7rem;
}

.home_3_marketplace .taco-productos {
  top: 6rem;
}

@media (max-width: 975px) {
  .home_3_marketplace .home_3_title {
    margin-top: 5rem;
  }

  .home_3_cardiv {
    width: 92%;
  }

  .home_3 {
    background-image: none !important;
  }

  .producto-precio span {
    margin-left: 0.7rem;
  }

  .home_3_mobile {
    position: relative;
    z-index: 50;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home_3_cards {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }

  .taco-productos {
    display: none;
  }

  .home_3_title {
    font-size: 22px;
    margin-top: 2rem;
  }

  .home_3_title span {
    font-size: 25px;
  }

  .home_3_div {
    width: 90%;
    margin-bottom: 1.5rem;
  }

  .home_3_card {
    margin: 1rem 0;
  }

  .ver-mas {
    width: 90%;
    padding: 0.75rem 0;
    text-align: center;
    margin-bottom: 0rem;
  }

  .home_3_subdiv select {
    font-size: 14px;
    background-image: url("../img/home/productos/vector-mobile.png");
  }
}

/* Home 4 */

.lem-izq-mob {
  display: none;
}

.lem-der-mob {
  display: none;
}

.lem-izq {
  position: absolute;
  top: 2rem;
  left: 10rem;
}

.lem-der {
  position: absolute;
  top: 2rem;
  right: 10rem;
}

.home_4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
}

@media (min-width: 975px) {
  .home_4_div {
    background-image: unset !important;
  }
}

.home_4_div {
  position: relative;
  padding-bottom: 6rem;
}

.home_4_title {
  font-family: "Montserrat 700";
  color: #fff;
  text-align: center;
  padding: 4rem 0;
  font-size: 30px;
}

.item {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1.5rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  width: 358px;
  height: 525px;
}

.item img:first-of-type {
  width: 300px;
  height: 350px;
  margin: 0 auto;
}

.instagram-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: auto !important;
}

.inst-name {
  font-family: "Montserrat 700";
  color: #fff;
  font-size: 14px;
  margin-bottom: 1rem;
}

.inst-user {
  font-family: "Montserrat 500";
  color: #fff;
  font-size: 14px;
  margin-bottom: 2rem;
}

.inst-comment {
  font-family: "Montserrat 500";
  color: #fff;
  font-size: 12px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.likes {
  font-family: "Montserrat 500";
  color: #fff;
  font-size: 12px;
  display: inline-block;

  background-image: url("../img/home/insta/likes.png");
  background-repeat: no-repeat;
  background-position: 0%;
  padding: 1rem 0 1rem 2rem;
  margin-right: 2rem;
}

.comment {
  font-family: "Montserrat 500";
  color: #fff;
  font-size: 12px;
  display: inline-block;
  background-image: url("../img/home/insta/comment.png");
  background-repeat: no-repeat;
  background-position: 0%;
  padding: 1rem 0 1rem 2rem;
}

.owl-home .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.owl-home .owl-nav button span {
  color: #fff;
  font-size: 5rem;
  font-family: "Montserrat 400";
}

.owl-home .owl-nav button:hover {
  background-color: unset !important;
}

.owl-home .owl-nav .owl-prev {
  position: absolute;
  left: 2rem;
}

.owl-home .owl-nav .owl-next {
  position: absolute;
  right: 2rem;
}

.owl-carousel.owl-theme .owl-nav {
  display: block !important;
}

.owl-carousel a {
  text-decoration: none;
}

@media (max-width: 975px) {
  .home_4 {
    background-image: none !important;
  }

  .lem-izq {
    display: none;
  }

  .lem-der {
    display: none;
  }

  .lem-izq-mob {
    display: block;
    position: absolute;
    top: 2rem;
  }

  .lem-der-mob {
    display: block;
    position: absolute;
    top: 5rem;
    right: 0;
  }

  .home_4_title {
    font-size: 16px;
  }

  .home_4_div {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
  }

  /* .item {
    width: 340px;
    height: 211px;
  } */

  .owl-carousel.owl-theme .owl-nav {
    display: none !important;
  }

  .owl-home .owl-nav {
    display: none !important;
  }

  .inst-user {
    margin-bottom: 1.5rem;
  }

  .owl-home .owl-dots {
    margin-top: 2rem;
  }

  .owl-home.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }

  .owl-home.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
  }

  .owl-home.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

/* Home 6 */

.home_6 {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 975px) {
  .home_6_mobile {
    background-image: none !important;
  }
}

.home_6_div {
  display: grid;
  grid-template-columns: 60% 40%;
  width: 90%;
  margin: 0rem auto;
  align-items: center;
  padding: 3rem 0;
}

.home_6_title {
  font-family: "Montserrat 700";
  color: #ab0033;
  font-size: 40px;
}

.home_6_title span {
  color: #ab0033;
  font-size: 52px;
  font-family: "Montserrat 900";
}

.home_6_text {
  font-family: "Montserrat 500";
  color: #ab0033;
  margin-top: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.botellas_div {
  display: flex;
  justify-content: space-around;
}

.botella_comprar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5rem;
}

.botella_comprar a {
  font-family: "Montserrat 700";
  color: #fff;
  text-align: center;
  padding: 0.75rem 2.5rem;
  background: linear-gradient(180deg, #fa1e4e 0%, #ab0033 100%);
  border-radius: 10px;
  text-decoration: none;
}

.botella {
  height: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.botella p {
  font-family: "Montserrat 400";
  color: #ab0033;
  margin-top: 0.75rem;
}

.empty {
  display: none;
}

.botella_comprar img {
  width: auto;
  height: 364px;
}

@media (max-width: 975px) {
  .home_6 {
    background-image: none !important;
  }

  .home_6_mobile {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home_6_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home_6_subdiv {
    width: 85%;
  }

  .botella_comprar {
    margin-left: 0;
    width: 85%;
  }

  .botella_comprar img {
    width: auto;
    margin-bottom: 1.5rem;
    height: 285px;
  }

  /* .botella img {
    width: 50%;
  }

  .botella {
    height: 105px;
  } */

  .home_6_text {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }

  .home_6_title {
    font-size: 22px;
  }

  .home_6_title span {
    font-size: 25px;
  }
}

/*sticky*/
.sticky {
  right: 25px;
  bottom: 0;
  z-index: 99999;
  position: fixed;
}
.sticky .close {
  top: -50px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  background-color: #ab0033;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.sticky .close:after {
  content: "\d7";
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
@media (max-width: 570px) {
  .sticky {
    right: 15px;
    bottom: 0;
  }
  .sticky .close {
    top: -40px;
    width: 33px;
    height: 33px;
  }
  .sticky .close:after {
    font-size: 1.75rem;
  }
}
