@charset "UTF-8";
@font-face {
  src: url("../fonts/Chocolate Covered Raindrops BOLD_0.ttf");
  font-family: "Chocolate-Bold";
}
@font-face {
  src: url("../fonts/Chocolate Covered Raindrops_0.ttf");
  font-family: "Chocolate";
}
@font-face {
  src: url("../fonts/MyriadPro-Regular_3.ttf");
  font-family: "MyriadPro-Regular";
}
@font-face {
  src: url("../fonts/White Chocolate Mint - OTF.otf");
  font-family: "White-Chocolate";
}
@font-face {
  src: url("../fonts/Studio Brush DEMO.otf");
  font-family: "Studio-Brush";
}
body {
  margin: 0;
  font-size: 16px;
  background: transparent url(../img/fondos/fondo.png) center repeat;
  background-size: 100% auto;
  color: #fff;
  font-family: "MyriadPro-Regular";
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrap {
  max-width: 1000px;
  width: 80%;
  margin: auto;
}

.flex {
  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;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
}

header {
  background: transparent url(../img/fondos/header-fondo.png) center bottom repeat;
  background-size: auto 100%;
  color: #fff;
  position: absolute;
  z-index: 999999;
  width: 100%;
  padding: 5px 0 10px;
}
header img {
  width: 100%;
  max-width: 110px;
}
header .menu {
  margin-left: auto;
  text-transform: uppercase;
  font-family: "Chocolate-Bold";
  font-size: 20px;
  letter-spacing: 2px;
}
header .menu li a {
  padding: 10px 20px;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu li a:hover {
  background: transparent url("../img/fondos/boton.png") center no-repeat;
  background-size: 100% 100%;
  color: #000;
}
header .redes li {
  margin-left: 5px;
}
header .redes a {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .redes a.facebook {
  background: transparent url("../img/icons/facebook-1.png") center no-repeat;
  background-size: cover;
}
header .redes a.instagram {
  background: transparent url("../img/icons/instagram-1.png") center no-repeat;
  background-size: cover;
}
header .redes a.youtube {
  background: transparent url("../img/icons/youtube-1.png") center no-repeat;
  background-size: cover;
}
header .redes a:hover.facebook {
  background: transparent url("../img/icons/facebook-2.png") center no-repeat;
  background-size: cover;
}
header .redes a:hover.instagram {
  background: transparent url("../img/icons/instagram-2.png") center no-repeat;
  background-size: cover;
}
header .redes a:hover.youtube {
  background: transparent url("../img/icons/youtube-2.png") center no-repeat;
  background-size: cover;
}
header i.fas {
  display: none;
}

main .plantas {
  position: fixed;
  top: 0;
  z-index: 9;
  height: 250%;
}
main .plantas.left {
  left: -100px;
}
main .plantas.right {
  right: -100px;
  top: initial;
  bottom: -100px;
}
main #banners {
  position: relative;
  z-index: 99;
}
main #banners #slider {
  width: 100%;
  overflow: hidden;
}
main #banners #slider .slider-inner {
  display: table;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #banners #slider section {
  float: left;
}
main #banners #slider section img {
  width: 100%;
  display: block;
}
main #banners #slider #butter {
  width: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 10px;
}
main #banners #slider #butter .options {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #banners #slider #butter .options:hover {
  background: white;
}
main #banners #slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
main #banners #slider-nav button {
  display: block;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent url("../img/icons/arrow-slider-left.png") center no-repeat;
  background-size: cover;
}
main #banners #slider-nav button:last-child {
  background: transparent url("../img/icons/arrow-slider-right.png") center no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: 10px;
}
main #welcome {
  padding: 30px 0 150px;
  background: transparent url(../img/fondos/bienvenidos-fondo.png) center bottom no-repeat;
  background-size: 100% auto;
}
main #welcome .text {
  width: 100%;
}
main #welcome .text li:firt-child {
  margin-left: -55px;
}
main #welcome .text .title img {
  height: 120px;
  margin-left: -90px;
}
main #welcome .text a.btn {
  background: transparent url("../img/fondos/boton.png") center no-repeat;
  background-size: 100% auto;
  padding: 10px 20px;
  color: #000;
  font-family: "Chocolate-Bold";
  font-size: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #welcome .text a.btn:hover {
  background: transparent url("../img/fondos/boton-hover.png") center no-repeat;
  background-size: 100% auto;
}
main #welcome .image {
  width: 100%;
  max-width: 450px;
  margin-left: 40px;
  position: relative;
}
main #welcome .image img {
  width: 100%;
  -webkit-animation: 5s welcome infinite;
          animation: 5s welcome infinite;
}
main #welcome .image img.frase {
  height: 100px;
  width: auto;
  position: absolute;
  z-index: 9;
  bottom: -30px;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: 5s "bienvenidos-image" infinite;
          animation: 5s "bienvenidos-image" infinite;
}
main #products.premios .text ul li.flex img {
  width: 50px;
}
main #products.premios .presents h4 span {
  font-family: "Studio-Brush";
  color: #ff5a00;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
main #products.premios .presents a {
  color: inherit;
  padding: 0;
  font-family: "Studio-Brush";
  position: relative;
  top: 3px;
  margin-left: 20px;
}
main #products.premios .presents a::after {
  display: none;
}
main #products.premios .presents a span {
  font-size: 30px;
  position: relative;
  top: -2px;
}
main #products .image {
  width: 100%;
  max-width: 450px;
  margin-right: 40px;
}
main #products .image img {
  width: 100%;
}
main #products .text ul li {
  margin-bottom: 10px;
}
main #products .text ul li .title img {
  width: auto;
  height: 120px;
}
main #products .text ul li.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main #products .text ul li.flex img {
  width: 100px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: 4s productos infinite;
          animation: 4s productos infinite;
}
main #products .presents {
  font-family: "Chocolate";
  font-weight: lighter;
  font-size: 40px;
  letter-spacing: 2px;
  color: #a6d514;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main #products .presents h4 {
  margin-top: 0;
}
main #products .presents a {
  color: #fff;
  cursor: default;
  display: block;
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
}
main #products .presents a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url("../img/productos/producto-muestra-icon-5.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
}
main #benefits {
  background: transparent url("../img/fondos/beneficios-fondo.png") center top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0 200px;
}
main #benefits.atributos {
  background: transparent url("../img/fondos/atributos-fondo.png") center top no-repeat;
  background-size: cover;
  padding: 80px 0 200px;
  margin-top: -20px;
}
main #benefits.atributos .title img {
  height: 120px;
}
main #benefits.atributos img.subtitle {
  width: auto;
  height: 60px;
  margin: 10px auto;
}
main #benefits.atributos .flex .items_prod {
  width: 100%;
  margin-right: 60px;
}
main #benefits.atributos .flex .items_prod img.grafico {
  width: 100%;
}
main #benefits.atributos .flex .detalles {
  width: 100%;
}
main #benefits.atributos .flex .detalles ul.items li {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main #benefits.atributos .flex .detalles ul.items li span {
  font-family: "Studio-Brush";
  color: #056716;
  font-size: 25px;
  display: inline-block;
  margin-left: 15px;
}
main #benefits.atributos .flex .detalles ul.items li img {
  width: 65px;
  -webkit-animation: 4s productos infinite;
          animation: 4s productos infinite;
}
main #benefits .title img {
  width: auto;
  height: 140px;
}
main #benefits p {
  color: #000;
}
main #benefits ul.icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main #benefits ul.icons li {
  width: calc(100%/4);
  margin-bottom: 10px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #benefits ul.icons li:hover {
  -webkit-filter: saturate(350%);
          filter: saturate(350%);
}
main #benefits ul.icons li img {
  width: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: 2s productos infinite;
          animation: 2s productos infinite;
}
main #benefits ul.icons li span {
  width: 100%;
  display: block;
  font-family: "Chocolate";
  font-size: 50px;
  line-height: 35px;
}
main #benefits .popup div {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #benefits .popup div.active {
  opacity: 1;
  visibility: visible;
}
main #benefits .popup div i.fas {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 20px;
  cursor: pointer;
}
main #benefits .popup div img {
  display: block;
  max-width: 500px;
  width: 90%;
}
main #points {
  background: transparent url("../img/fondos/puntosventa-fondo.png") center repeat;
  background-size: 100% 100%;
  padding: 50px 0 120px;
  margin-top: -150px;
}
main #points .title {
  margin-left: -60px;
}
main #points .title img {
  width: auto;
  height: 160px;
}
main #points ul li {
  margin-bottom: 10px;
}
main #points ul li.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
main #points ul li.flex img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #points ul li.flex:hover img {
  -webkit-filter: brightness(50);
          filter: brightness(50);
}
main #points ul li .icon {
  width: 30px;
  margin-right: 10px;
}
main #points ul li p {
  margin: 0;
}
main #points ul li ul.list {
  margin-left: 40px;
  padding-left: 40px;
}
main #points ul li ul.list li {
  margin-bottom: 5px;
  position: relative;
  cursor: initial;
}
main #points ul li ul.list li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background: transparent url("../img/puntos-de-venta/puntosventa-icon-4.png") center no-repeat;
  background-size: cover;
}
main #points .image {
  width: 100%;
  max-width: 600px;
  margin-left: 20px;
}
main #points .image img {
  width: 100%;
}
main #points .popup .presentaciones {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #points .popup .presentaciones.active {
  opacity: 1;
  visibility: visible;
}
main #points .popup .presentaciones i.fas {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 20px;
  cursor: pointer;
}
main #points .popup .presentaciones img {
  display: block;
  max-width: 800px;
  width: 90%;
}
main #galery {
  text-align: center;
}
main #galery .title img {
  height: 100px;
}
main #galery #photosb {
  display: none;
}
main #galery #photos, main #galery #photosb {
  position: relative;
}
main #galery #photos #carousel, main #galery #photos #carouselb, main #galery #photosb #carousel, main #galery #photosb #carouselb {
  width: 100%;
  overflow: hidden;
}
main #galery #photos #carousel .slider-inner-a, main #galery #photos #carousel .slider-inner-b, main #galery #photos #carouselb .slider-inner-a, main #galery #photos #carouselb .slider-inner-b, main #galery #photosb #carousel .slider-inner-a, main #galery #photosb #carousel .slider-inner-b, main #galery #photosb #carouselb .slider-inner-a, main #galery #photosb #carouselb .slider-inner-b {
  display: table;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #galery #photos #carousel section, main #galery #photos #carouselb section, main #galery #photosb #carousel section, main #galery #photosb #carouselb section {
  float: left;
}
main #galery #photos #carousel section img, main #galery #photos #carouselb section img, main #galery #photosb #carousel section img, main #galery #photosb #carouselb section img {
  width: calc(100%/3 - 10px);
  margin: 0 5px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: 3s fotos infinite;
          animation: 3s fotos infinite;
}
main #galery #photos #slider-nav-a, main #galery #photos #slider-nav-b, main #galery #photosb #slider-nav-a, main #galery #photosb #slider-nav-b {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
main #galery #photos #slider-nav-a button, main #galery #photos #slider-nav-b button, main #galery #photosb #slider-nav-a button, main #galery #photosb #slider-nav-b button {
  display: block;
  border: none;
  width: 40px;
  height: 40px;
  background: transparent url("../img/icons/arrow-carousel-left.png") center no-repeat;
  background-size: cover;
  margin-left: -50px;
}
main #galery #photos #slider-nav-a button:last-child, main #galery #photos #slider-nav-b button:last-child, main #galery #photosb #slider-nav-a button:last-child, main #galery #photosb #slider-nav-b button:last-child {
  background: transparent url("../img/icons/arrow-carousel-right.png") center no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: -50px;
}
main #contact {
  background: transparent url("../img/fondos/contacto-fondo.png") center top no-repeat;
  background-size: cover;
  padding: 80px 0 150px;
  color: #092e14;
}
main #contact .title {
  text-align: center;
  margin-bottom: 20px;
}
main #contact .title img {
  height: 100px;
}
main #contact .text {
  text-align: center;
  width: 100%;
}
main #contact .text h4 {
  font-family: "Chocolate";
  font-weight: 400;
  font-size: 65px;
  margin: auto;
  max-width: 350px;
}
main #contact form {
  width: 100%;
  margin-left: 20px;
}
main #contact form li {
  margin-bottom: 10px;
}
main #contact form li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main #contact form input, main #contact form textarea {
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  font-size: 15px;
  font-family: "MyriadPro-Regular";
}
main #contact form textarea {
  height: 120px;
}
main #contact form button {
  text-transform: uppercase;
  font-family: "Chocolate-Bold";
  padding: 10px 30px;
  border: none;
  font-size: 25px;
  cursor: pointer;
  background: transparent url("../img/fondos/boton.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main #contact form button:hover {
  background: transparent url("../img/fondos/boton-hover.png") center no-repeat;
  background-size: 100% 100%;
}

footer {
  margin-top: -250px;
}
footer .data {
  background: transparent url("../img/fondos/footer-fondo.png") center top no-repeat;
  background-size: cover;
  padding: 150px 0 50px;
  font-size: 30px;
}
footer .data img.wrap {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
footer .data img.logo {
  height: 140px;
  margin-right: 40px;
}
footer .data ul {
  font-family: "Chocolate";
}
footer .data ul h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}
footer .data ul h1 {
  margin: 0;
  font-size: 30px;
}
footer .data ul li:nth-child(1), footer .data ul li:nth-child(2) {
  color: #a6d514;
}
footer .data ul li:nth-child(2) {
  margin-bottom: 10px;
}
footer .data ul li:nth-child(2), footer .data ul li:nth-child(4) {
  margin-top: -2px;
}
footer .data ul li:nth-child(3), footer .data ul li:nth-child(4) {
  position: relative;
  padding-left: 30px;
}
footer .data ul li:nth-child(3):after, footer .data ul li:nth-child(4):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent url("../img/icons/whatsapp.png") center no-repeat;
  background-size: cover;
}
footer .data ul li:nth-child(4):after {
  background: transparent url("../img/icons/email.png") center no-repeat;
  background-size: cover;
}
footer .data ul li.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .fot {
  padding: 15px 0;
  font-size: 12px;
}
footer .fot .redes {
  margin-left: auto;
}
footer .fot .redes li {
  margin-left: 5px;
}
footer .fot .redes a {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .fot .redes a.facebook {
  background: transparent url("../img/icons/facebook-1.png") center no-repeat;
  background-size: cover;
}
footer .fot .redes a.instagram {
  background: transparent url("../img/icons/instagram-1.png") center no-repeat;
  background-size: cover;
}
footer .fot .redes a.youtube {
  background: transparent url("../img/icons/youtube-1.png") center no-repeat;
  background-size: cover;
}
footer .fot .redes a:hover.facebook {
  background: transparent url("../img/icons/facebook-2.png") center no-repeat;
  background-size: cover;
}
footer .fot .redes a:hover.instagram {
  background: transparent url("../img/icons/instagram-2.png") center no-repeat;
  background-size: cover;
}
footer .fot .redes a:hover.youtube {
  background: transparent url("../img/icons/youtube-2.png") center no-repeat;
  background-size: cover;
}

@-webkit-keyframes welcome {
  0%, 20%, 100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 80% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}

@keyframes welcome {
  0%, 20%, 100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 80% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@-webkit-keyframes fotos {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  20%, 80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes fotos {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  20%, 80% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes productos {
  0%, 10%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30%, 75% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
@keyframes productos {
  0%, 10%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30%, 75% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
@-webkit-keyframes bienvenidos-image {
  0%, 10%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  0%, 30%, 80% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes bienvenidos-image {
  0%, 10%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  0%, 30%, 80% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1700px) {
  main #benefits.atributos {
    padding: 80px 0 300px;
    background: transparent url("../img/fondos/atributos-fondo.png") center top no-repeat;
    background-size: 100% 100%;
  }
  main #benefits.atributos .wrap {
    position: relative;
    top: 90px;
  }
}
@media screen and (max-width: 900px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  header img {
    max-width: 90px;
  }
  header .menu {
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100vh;
    left: 0;
    top: -100vh;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .menu.active {
    top: 0;
  }
  header .menu li a {
    display: block;
    padding: 20px 0;
  }
  header .redes {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .redes.active {
    opacity: 1;
    visibility: visible;
  }
  header .redes a {
    width: 45px;
    height: 45px;
  }
  header i.fas {
    display: block;
    margin-left: auto;
    font-size: 20px;
    position: relative;
    z-index: 999999;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header i.fas.active {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  header i.fas.active:before {
    content: "" !important;
  }

  main .plantas {
    height: 200%;
  }
  main #banners {
    margin-top: 50px;
  }
  main #welcome {
    background: transparent url(../img/fondos/bienvenidos-fondo.png) center bottom no-repeat;
    background-size: cover;
  }
  main #welcome .text .title img {
    height: 80px;
    margin-left: -60px;
  }
  main #products .text ul li .title img {
    height: 80px;
  }
  main #benefits .title img {
    height: 100px;
  }
  main #benefits ul.icons li span {
    font-size: 40px;
  }
  main #benefits .popup div i.fas {
    top: 100px;
  }
  main #points {
    padding: 120px 0;
    background: transparent url("../img/fondos/puntosventa-fondo.png") center repeat;
    background-size: auto 100%;
  }
  main #points .title {
    margin-left: -50px;
  }
  main #points .popup .presentaciones i.fas {
    top: 100px;
  }
  main #galery .title img {
    height: 80px;
  }
}
@media screen and (max-width: 800px) {
  main #welcome .wrap.flex {
    display: block;
  }
  main #welcome .image {
    max-width: 400px;
    margin: 0 auto;
  }
  main #products.premios .presents {
    max-width: 80%;
    margin: auto;
    text-align: center;
    display: block;
  }
  main #products.premios .presents h4 {
    margin-bottom: 5px;
  }
  main #products.premios .presents h4 span {
    display: block;
    width: 100%;
  }
  main #products .wrap .columns {
    display: block;
  }
  main #products .wrap .columns .image {
    margin: 0 auto;
  }
  main #products .wrap .columns .text ul li {
    margin-bottom: 20px;
  }
  main #products .wrap .columns .text ul li.flex p {
    margin: 0;
  }
  main #products .wrap .columns .text ul li.flex img {
    width: 60px;
  }
  main .presents {
    font-size: 35px;
    width: 80%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 50px;
    text-align: center;
  }
  main .presents a {
    padding-left: 20px;
    margin-left: 5px;
  }
  main .presents a:after {
    width: 15px;
    height: 15px;
  }
  main .presents h4 {
    margin-bottom: 10px;
    width: 100%;
  }
  main #benefits.atributos {
    padding: 120px 0;
  }
  main #benefits.atributos .title img {
    width: 100%;
    height: auto;
  }
  main #benefits.atributos img.subtitle {
    height: 50px;
  }
  main #benefits.atributos .flex.columns {
    display: block;
  }
  main #benefits.atributos .flex.columns .items_prod {
    margin: 0 0 20px 0;
  }
  main #benefits.atributos .flex.columns .detalles ul.items li {
    margin-bottom: 10px;
  }
  main #benefits.atributos .flex.columns .detalles ul.items li img {
    width: 60px;
  }
  main #benefits.atributos .flex.columns .detalles ul.items li span {
    font-size: 18px;
  }
  main #benefits .title img {
    width: 100%;
    height: auto;
  }
  main #benefits ul.icons li {
    width: calc(100%/2);
  }
  main #points {
    padding: 180px 0 120px;
    margin-top: -200px;
  }
  main #points .wrap.flex {
    display: block;
  }
  main #points .image {
    margin-left: 0;
  }
  main #galery {
    margin-bottom: 80px;
  }
  main #galery #photos {
    display: none;
  }
  main #galery #photosb {
    display: block;
  }
  main #galery #photosb #carouselb section img {
    width: calc(100%/2);
  }
  main #galery #photosb #slider-nav-b button {
    margin-left: -10px;
  }
  main #galery #photosb #slider-nav-b button:last-child {
    margin-right: -10px;
  }
  main #contact .wrap .columns {
    display: block;
  }
  main #contact .wrap .columns form {
    margin-left: 0;
  }

  footer {
    margin-top: -280px;
  }
  footer .data {
    padding: 140px 0 50px;
  }
  footer .data img.logo, footer .fot .redes {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  main .plantas {
    display: none;
  }
  main #banners #slider-nav button {
    width: 40px;
    height: 40px;
  }
  main #welcome .text .title img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  main #welcome .image {
    margin-top: 20px;
  }
  main #welcome .image img.frase {
    height: 60px;
  }
  main #products .wrap .columns .text ul li .title img {
    height: auto;
    width: 100%;
  }
  main #benefits .title img {
    height: auto;
    width: 100%;
  }
  main #benefits ul.icons li span {
    font-size: 25px;
    line-height: 20px;
  }
  main #galery #photosb {
    display: block;
  }
  main #galery #photosb #carouselb section {
    overflow: hidden;
  }
  main #galery #photosb #carouselb section img {
    width: 100%;
  }
  main #points .title {
    margin-left: 0;
  }
  main #points .title img {
    width: 100%;
    height: auto;
  }
  main #contact .title img {
    height: auto;
    width: 100%;
  }
}