* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #30302F;
  overflow-x: hidden;
}

section {
  padding: 100px 30px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 50px 20px;
  }
}

ul {
  padding-left: 0px;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 18px;
}

.btn {
  text-transform: uppercase;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 100;
}

.btn-outline-white:hover {
  background-color: white;
  color: #146A3B;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.btn-fill-green {
  background-color: #146A3B;
  color: white;
  padding: 7px 40px;
  border-radius: 30px;
  font-weight: 100;
  text-transform: uppercase;
}

.btn-fill-green:hover {
  background-color: white;
  border: 1px solid #146A3B;
  color: #146A3B;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.btn-fill-white {
  background-color: white;
  color: #146A3B;
  padding: 7px 40px;
  border-radius: 30px;
  font-weight: 100;
  text-transform: uppercase;
}

.btn-fill-white:hover {
  background-color: #146A3B;
  border: 1px solid white;
  color: white;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

@media screen and (max-width: 768px) {
  header nav .logo {
    max-width: 50%;
  }
}

header nav .navbar-toggler {
  outline: none;
  border: none;
}

header nav .navbar-nav .nav-item {
  margin: 0px 30px;
}

@media screen and (max-width: 768px) {
  header nav .navbar-nav .nav-item {
    margin: 5px 0px;
  }
}

header nav .navbar-nav .nav-link {
  font-size: 18px;
  color: #146A3B;
  font-weight: 400;
}

header nav .navbar-nav .nav-link:hover {
  opacity: .6;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: inherit;
}

@media screen and (max-width: 768px) {
  #representaciones h3 {
    font-size: 22px;
  }
}

#representaciones .wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#representaciones img {
  margin: 10px;
}

@media screen and (max-width: 768px) {
  #representaciones img {
    margin: 0px;
  }
}

#productos {
  padding: 0px !important;
}

#productos .row {
  min-height: 600px;
}

#productos .item {
  padding: 150px;
}

@media screen and (max-width: 768px) {
  #productos .item {
    padding: 50px;
  }
}

#productos .item h2 strong {
  font-weight: 700;
}

#productos .item p {
  margin: 40px auto;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #productos .item p {
    font-size: 18px;
  }
}

#productos .productores {
  border-top: 2px solid #146A3B;
}

#productos .productores .productores-bg {
  background-image: url("../img/productores.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  #productos .productores .productores-bg {
    min-height: 300px;
  }
}

#productos .procesadores {
  background-color: #146A3B;
  color: white;
}

#productos .procesadores .procesadores-bg {
  background-image: url("../img/procesadores.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  #productos .procesadores .procesadores-bg {
    min-height: 300px;
  }
}

#productos .exportadores {
  border-bottom: 2px solid #146A3B;
}

#productos .exportadores .exportadores-bg {
  background-image: url("../img/exportadores.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  #productos .exportadores .exportadores-bg {
    min-height: 300px;
  }
}

#productos .ubicacion {
  border-bottom: 2px solid #146A3B;
  height: 700px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #productos .ubicacion {
    height: auto;
    border-top: 2px solid #146A3B;
  }
}

#productos .ubicacion .item {
  border-left: 2px solid #146A3B;
}

@media screen and (max-width: 768px) {
  #productos .ubicacion .item {
    border: none;
  }
}

#productos .ubicacion .item ul li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0px;
}

#productos .ubicacion .item ul li:before {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 15px;
  height: 15px;
  background-color: #146A3B;
  border-radius: 50%;
  left: 0;
}

#productos .ubicacion .item ul li a {
  color: #30302F;
  font-size: 14px;
}

#productos .ubicacion .item ul li a:hover {
  color: inherit;
  text-decoration: none;
}

footer {
  padding: 0;
}

footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
}

footer ul.social li {
  margin: 0px 20px;
  border: 1px solid #146A3B;
  border-radius: 50%;
  padding: 10px 4px;
}

@media screen and (max-width: 768px) {
  footer ul.social li {
    margin: 0 20px;
  }
}

footer ul.social li a img:hover {
  opacity: .7;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

footer .copy {
  margin-top: 100px;
  padding: 20px 0px;
  text-align: center;
  color: white;
  background-color: #146A3B;
}

@media screen and (max-width: 768px) {
  footer .copy {
    margin-top: 0px;
    position: relative;
    z-index: 99999999999;
  }
}

footer .copy p {
  margin: 0px;
  font-size: 16px;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  footer .copy p {
    font-size: 15px;
  }
}

footer .copy a {
  color: white;
}

footer .copy a:hover {
  color: white;
}

footer .copy .logo-copy {
  margin-bottom: 20px;
}

#hero .carousel-inner {
  height: 600px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #hero .carousel-inner {
    height: 300px;
  }
}

#hero .carousel-inner .carousel-item {
  position: relative;
}

#hero .carousel-inner .carousel-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

#hero .carousel-caption {
  bottom: 20px;
  left: 15%;
  z-index: 10;
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #hero .carousel-caption {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #hero .carousel-caption a {
    padding: 5px 10px;
    font-size: 14px;
  }
}

#hero .carousel-caption h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #hero .carousel-caption h2 {
    font-size: 20px;
  }
}

#hero .carousel-indicators {
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  #hero .carousel-indicators {
    margin: 20px auto;
  }
}

#hero .carousel-indicators li {
  height: 15px;
  width: 15px;
  margin: 0px 10px;
  border: 1px solid #146A3B;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
}

#hero .carousel-indicators li.active {
  background-color: #146A3B;
}

@media screen and (max-width: 768px) {
  #contacto {
    padding: 50px;
  }
}

#contacto h2 {
  font-weight: bold;
}

#contacto form {
  margin-top: 50px;
}

#contacto form .form-control {
  background-color: #f6f6f6;
  border-radius: 0px;
  border: none;
}

#contacto form .form-control::-webkit-input-placeholder {
  color: #b5b5b5;
}

#contacto form .form-control:-ms-input-placeholder {
  color: #b5b5b5;
}

#contacto form .form-control::-ms-input-placeholder {
  color: #b5b5b5;
}

#contacto form .form-control::placeholder {
  color: #b5b5b5;
}

@media screen and (max-width: 768px) {
  #contacto form .col-sm-6 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #contacto form .form-group {
    margin: 0px;
  }
}

@media screen and (max-width: 768px) {
  #contacto form textarea, #contacto form #submit {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #nosotros h3 {
    font-size: 22px;
  }
}

#nosotros p {
  font-size: 18px;
}

#wpp {
  bottom: 0;
  right: 0;
  margin: 50px;
  padding: 20px 15px;
  background-color: #00bb2d;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #wpp {
    margin: 30px;
    padding: 10px 5px;
  }
}

#wpp img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
/*# sourceMappingURL=custom.css.map */