.mb-5 {
  margin-bottom: 5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 5rem;
}

.d-none {
  display: none;
}

.bg-primary {
  background: #fccf7a;
}

.navbar-login a {
  background: #faa600;
  border: 3px solid #faa600;
  color: #000 !important;
}

.navbar-login a:hover {
  border: 3px solid #faa600 !important;
  color: #000 !important;
}

.navbar-lg .navbar-nav > li > a {
  color: #fff !important;
}

.navbar-lg .navbar-nav > li > a:hover {
  color: #faa600 !important;
}

.navScroll .navbar-nav > li > a {
  color: #000 !important;
}

#logo {
  margin-top: 10px;
}

.btn.btn-primary {
  background: #fff;
  border: 3px solid #fff;
  color: #000;
}

.btn.btn-primary:hover {
  background: #faa600;
  border: 3px solid #faa600 !important;
  color: #000;
}

.btn.btn-default:hover {
  border: 3px solid #faa600 !important;
  color: #000;
}

.testimonials-color {
  background: #fccf7a;
}

footer {
  padding: 40px 0 0;
}

.footer2,
.footer-copy {
  background: #fff;
}

.footerP a {
  color: #000;
  padding: 0;
}

.footerP a:hover {
  color: #faa600;
}

.footer2 .footer-social a {
  color: #000;
}

.footer2 p {
  text-align: center;
  margin-top: 1rem;
  color: #000;
}

.footer-copy {
  color: #000;
}

.footer-copy a {
  color: #17662e;
}

.footer-copy a:hover {
  color: #faa600;
  font-weight: 800;
}

.video-action h1,
.video-action h3,
.video-action p,
.about-inline h1,
.about-inline h3,
.about-inline p {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #000;
}

.stats2-info p,
.stats2-info h2 {
  color: #17662e;
}

.list li {
  color: #000;
}

.list li i {
  color: #17662e;
}

.video-action {
  background: unset;
  height: unset;
}

.card-product p {
  font-size: 15px;
}

.card-product p span {
  color: #faa600;
  font-weight: 800;
}

.card-product .img-wrap {
  height: 160px;
  text-align: center;
}

.card-product .title {
  text-align: center;
}

.form-section {
  background: #17662e;
}

.form-section h1 {
  color: #fff;
}

form {
  max-width: 500px;
  margin: 0 auto;
}

form .col-sm-6 {
  padding: 5px 0;
}

form .form-control {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 0;
  color: #fff;
}

#resultado {
  color: #fff;
  margin: 5rem 0;
}

.intro3::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.intro3 h3,
.intro3 p {
  color: #fff;
}

#frutas .intro3 {
  background: url("../../img/home_img/propuesta_IniciativaSaludable.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#frutas .parallax2 {
  background: url("../../img/bg/bg_7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#snacks .intro3 {
  background: url("../../img/IMG_3188.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#snacks .parallax2 {
  background: url("../../img/img_7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#homeoffice .intro3 {
  background: url("../../img/home_img/propuesta_HomeOffice.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#homeoffice .parallax2 {
  background: url("../../img/img_7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 50px;
  height: 50px;
  position: fixed;
  border-radius: 50%;
  bottom: 80px;
  right: 22px;
  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;
  z-index: 1000;
}

.w-flotante a {
  color: #fff;
}

.w-flotante:hover {
  background-color: #2879ff;
}

.w-flotante .whatsapp {
  color: white;
  font-size: 30px;
}

@media (max-width: 1199px) {
  #frutas .intro3, #snacks .intro3, #homeoffice .intro3 {
    background-position: center;
  }
  .info-wrap {
    margin: 0 auto;
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .footerP {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-fixed-top.navScroll {
    height: 100px;
  }
  .navbar-toggle {
    margin-top: 0;
  }
  .navScroll .navbar-nav > li > a {
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  #frutas .parallax2, #homeoffice .parallax2, #snacks .parallax2 {
    background-size: 200%;
  }
  .parallax2 a {
    margin-top: 5rem;
  }
  .footer2 .footer-social {
    margin-bottom: 30px;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  #frutas .parallax2, #homeoffice .parallax2, #snacks .parallax2 {
    background-size: 300%;
  }
  #contacto img {
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  /* ---- whatsapp responsive ----*/
  .w-flotante {
    height: 5%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .w-flotante.d-none {
    display: inline;
  }
  .w-flotante .whatsapp {
    font-size: 22px;
    margin-top: 5px;
  }
  #btn-to-top-wrap {
    bottom: 55px;
  }
}
/*# sourceMappingURL=ajustes.css.map */