body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.animacion {
  width: 25px;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  -webkit-animation: volar 40s;
          animation: volar 40s;
  -webkit-transition: all;
  transition: all;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.animacion img {
  width: 100%;
}
.animacion p {
  background-color: white;
  width: 80px;
}

.girar {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#mensaje {
  display: none;
}

.mensaje-show {
  display: block !important;
}

@-webkit-keyframes volar {
  0% {
    left: -2%;
    bottom: 90%;
  }
  1% {
    bottom: 80%;
  }
  2% {
    bottom: 85%;
  }
  3% {
    bottom: 80%;
  }
  4% {
    bottom: 70%;
  }
  5% {
    bottom: 71%;
  }
  6% {
    bottom: 70%;
  }
  7% {
    bottom: 80%;
  }
  8% {
    bottom: 85%;
  }
  9% {
    bottom: 80%;
  }
  10% {
    bottom: 70%;
  }
  11% {
    bottom: 71%;
  }
  12% {
    bottom: 70%;
  }
  25% {
    bottom: 50%;
  }
  26% {
    bottom: 70%;
  }
  49% {
    left: 100%;
    bottom: 10%;
  }
  55% {
    bottom: 20%;
  }
  57% {
    bottom: 50%;
  }
  60% {
    bottom: 30%;
  }
  100% {
    left: -2%;
    bottom: 90%;
  }
}

@keyframes volar {
  0% {
    left: -2%;
    bottom: 90%;
  }
  1% {
    bottom: 80%;
  }
  2% {
    bottom: 85%;
  }
  3% {
    bottom: 80%;
  }
  4% {
    bottom: 70%;
  }
  5% {
    bottom: 71%;
  }
  6% {
    bottom: 70%;
  }
  7% {
    bottom: 80%;
  }
  8% {
    bottom: 85%;
  }
  9% {
    bottom: 80%;
  }
  10% {
    bottom: 70%;
  }
  11% {
    bottom: 71%;
  }
  12% {
    bottom: 70%;
  }
  25% {
    bottom: 50%;
  }
  26% {
    bottom: 70%;
  }
  49% {
    left: 100%;
    bottom: 10%;
  }
  55% {
    bottom: 20%;
  }
  57% {
    bottom: 50%;
  }
  60% {
    bottom: 30%;
  }
  100% {
    left: -2%;
    bottom: 90%;
  }
}
main {
  margin: 80px auto;
}
main h1, main p {
  text-align: center;
  width: 70%;
  margin: auto;
}
main p {
  font-size: 22px;
}
main .tarjetas_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  main .tarjetas_main {
    gap: 31px;
  }
}
main .tarjetas_main .tarjeta {
  margin: auto 10px;
  width: 370px;
}
main .tarjetas_main .tarjeta img {
  width: 100%;
}

.separacion {
  background-color: #F3912B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.separacion h2 {
  width: 70%;
  text-align: center;
  color: white;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.productos {
  margin: auto 50px;
  margin-top: 50px;
}
.productos h2 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.contenedor_productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contenedor_productos .producto {
  margin: auto 20px;
  position: relative;
}
.contenedor_productos .producto .contenedor_img {
  background-color: #f1f1f1;
  padding: 20px 0px 20px 0;
  -webkit-box-shadow: 3px 3px 20px rgba(181, 198, 29, 0.5);
          box-shadow: 3px 3px 20px rgba(181, 198, 29, 0.5);
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
}
.contenedor_productos .producto img {
  width: 80%;
}
.contenedor_productos .producto .contenedor_txt {
  margin: 15px auto;
  text-align: center;
}
.contenedor_productos .producto .contenedor_txt h4 {
  font-size: 12px;
}
.contenedor_productos .producto .contenedor_txt h4:first-child {
  color: #594614;
}

.precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contenedor-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-card {
  width: 350px;
  height: 500px;
  position: relative;
  margin: auto 20px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 20px rgba(181, 198, 29, 0.5);
          box-shadow: 3px 3px 20px rgba(181, 198, 29, 0.5);
  text-align: center;
}
.blog-card.miel {
  background: url("../images/productos-miel.png") no-repeat;
}
.blog-card.cafe {
  background: url("../images/productos-cafe.png") no-repeat;
}
.blog-card.jabon {
  background: url("../images/productos-jabon.png") no-repeat;
}
.blog-card .color-overlay {
  /* Rectangle 11: */
  background: rgba(181, 198, 29, 0.2);
  width: 350px;
  height: 500px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.blog-card .gradient-overlay {
  /* bg-gradient: */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(21%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 350px;
  height: 500px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}
.blog-card:hover .color-overlay {
  background: rgba(84, 104, 110, 0.8);
}

.title-content {
  text-align: center;
  margin: 70px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

hr {
  width: 50px;
  height: 3px;
  margin: 20px auto;
  border: 0;
  background: #D0BB57;
}

.intro {
  width: 170px;
  margin: 0 auto;
  color: #DCE3E7;
  font-family: "Droid Serif", serif;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

.card-info {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  color: #DCE3E7;
  font-family: "Droid Serif", serif;
  font-style: 16px;
  line-height: 24px;
  z-index: 20;
  -webkit-transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.utility-info {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.utility-info button {
  background-color: rgba(248, 203, 20, 0.431372549);
  border: none !important;
}
.utility-info button:hover {
  background-color: #F3912B !important;
  border: none !important;
}
.utility-info button:focus {
  background-color: rgb(243, 146, 43) !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(243, 146, 43, 0.5) !important;
          box-shadow: 0 0 0 0.25rem rgba(243, 146, 43, 0.5) !important;
}

.utility-list {
  list-style-type: none;
  margin: 0 0 30px 20px;
  padding: 0;
  width: 100%;
}
.utility-list li {
  margin: 0 15px 0 0;
  padding: 0 0 0 22px;
  display: inline-block;
  color: #DCE3E7;
  font-family: "Roboto", sans-serif;
}
.utility-list li.comments {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-chat.svg) no-repeat 0 0.1em;
}
.utility-list li.date {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-calendar.svg) no-repeat 0 0.1em;
}

.testimonios {
  margin-top: 40px;
}

.btn-float {
  position: fixed;
  right: 14px;
  bottom: 25px;
  z-index: 444444;
  display: block;
  bottom: 95px;
}

.contenedor_btn-float2 {
  position: fixed;
  right: 50px;
  bottom: 25px;
  z-index: 444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 126px;
  background-color: red;
  width: 25px;
  border-radius: 25px;
}

.btn-float2 {
  text-align: center;
  color: white;
  margin: 0;
}

.fa-cart-plus {
  color: rgb(108, 168, 108) !important;
}
.fa-cart-plus:hover {
  color: green !important;
}