@import url(../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf);
@import url(../fonts/Gotham/Gotham-Book.ttf);
@font-face {
  font-family: "serif";
  src: url(../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf);
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham/Gotham-Book.ttf);
}
html {
  overflow-x: hidden;
}

body {
  color: #0c0c0c;
  font-size: 1.125rem;
  font-weight: 300;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
body p, body b, body span {
  font-family: "Gotham";
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
p {
  line-height: 1.6;
  margin-bottom: 30px;
}

a {
  color: #fff;
  transition: 0.2s;
}

.primary-color {
  color: #14874d;
}

.dark-color {
  color: #000;
}

.title-1 {
  font-family: "serif";
  font-size: 3rem;
  line-height: 2.2rem;
  font-weight: 200;
  letter-spacing: -1px;
  color: #5c423c;
}
.title-1 b {
  font-family: "serif";
}
@media (min-width: 768px) {
  .title-1 {
    font-size: 3.3rem;
    line-height: 2.8rem;
  }
}

.title-2 {
  font-family: "serif";
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 200;
  letter-spacing: -1px;
  color: #5c423c;
}
.title-2 b {
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-2 {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}

.title-3 {
  font-family: "serif";
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
  font-weight: 200;
  color: #333;
}
.title-3 b {
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.title-4 {
  font-family: "serif";
  font-size: 1.25rem;
  line-height: 1rem;
  color: #333;
}
@media (min-width: 768px) {
  .title-4 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
}

.title-5 {
  font-family: "serif";
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 400;
  color: #14874d;
}
@media (min-width: 768px) {
  .title-5 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
}

.outline {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.color {
  color: #14874d;
}

.color-secondary {
  color: #5c423c;
}

.text-20 {
  font-size: 1.2rem;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: 0.5s ease-in-out;
}
header .lang {
  background-color: #14874d;
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  header .lang {
    padding-right: 0;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  header .lang {
    margin-right: initial;
  }
}
header .lang::before {
  content: "";
  transition: 0.5s ease-in-out;
  opacity: 0;
}
header .lang::after {
  content: "";
  left: 100%;
  position: absolute;
  width: 1000%;
  top: 0;
  height: 37px;
  background-color: #14874d;
}
header .navbar-toggler svg path {
  fill: #fff;
}
header .navbar-nav {
  padding: 0;
}
header .navbar-nav .nav-item {
  transition: 0.5s ease-in-out;
}
header .navbar-nav .nav-item.active .nav-link {
  background-color: transparent;
  color: #c7d13f;
}
header .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0.5rem 1.7rem;
  display: block;
  font-size: 0.875rem;
}
header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item .nav-link.show {
  background-color: transparent;
  color: #14874d;
}
header .navbar-nav .nav-item .dropdown-menu {
  background-color: transparent;
  border: 0;
  left: 50px;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  header .navbar-nav .nav-item .dropdown-menu {
    margin-top: 4px;
    padding-top: 0;
  }
}
header .navbar-nav .nav-item .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  padding: 1rem 0;
  position: relative;
  background-color: #5c423c;
}
header .navbar-nav .nav-item .dropdown-menu ul li a {
  text-align: left;
  color: #fff;
  padding: 0.1rem 1rem;
}
header .navbar-nav .nav-item .dropdown-menu ul li a:hover, header .navbar-nav .nav-item .dropdown-menu ul li a:focus, header .navbar-nav .nav-item .dropdown-menu ul li a:active {
  background-color: #14874d;
}
header .navbar-nav .nav-item .dropdown-menu ul::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: -103px;
  top: 0;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #5c423c;
  border-bottom-left-radius: 40px;
}
header .navbar-nav .nav-item .dropdown-menu ul::before {
  content: "";
  position: absolute;
  left: -85px;
  top: 1.3rem;
  z-index: 1;
  background-image: url(../img/arrow-right.svg);
  background-size: cover;
  height: 15px;
  width: 7px;
}
header .navbar-nav .nav-item .dropdown-menu ul.estilos::after {
  content: "estilos";
}
header .navbar-nav .nav-item .dropdown-menu ul.marcas::after {
  content: "marcas";
}
header .insa-navbar {
  transition: 0.5s ease-in-out;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  header .insa-navbar {
    padding-top: 0.2rem;
  }
}
@media (min-width: 992px) {
  header .insa-navbar {
    padding-top: 1rem;
  }
}
@media (min-width: 1200px) {
  header .insa-navbar {
    padding-top: 1rem;
  }
}
header .insa-navbar .container {
  padding: 0.5rem 0.2rem;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  header .insa-navbar .container {
    padding: 1rem;
  }
}
header .insa-navbar .navbar-brand img {
  height: 55px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 576px) {
  header .insa-navbar .navbar-brand img {
    height: 40px;
  }
}
header .insa-navbar nav {
  position: relative;
}
header .insa-navbar .navbar-collapse {
  position: absolute;
  right: 0;
  background-color: #fff;
  transition: 0.5s ease-in-out;
  min-width: 260px;
  border-radius: 0;
  top: 98px;
}
@media (max-width: 991px) {
  header .insa-navbar .navbar-collapse {
    top: 106px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  header .insa-navbar .navbar-collapse {
    top: 98px;
  }
}
@media (max-width: 576px) {
  header .insa-navbar .navbar-collapse {
    top: 83px;
  }
}
@media (min-width: 992px) {
  header .insa-navbar .navbar-collapse {
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
header .insa-navbar .navbar-collapse .navbar-nav li a {
  color: #333;
  text-align: right;
  font-weight: 500;
}
@media (min-width: 992px) {
  header .insa-navbar .navbar-collapse .navbar-nav li a {
    color: #fff;
  }
}
header .insa-navbar .navbar-collapse .navbar-nav li.active a {
  background-color: transparent;
  color: #c7d13f;
}
header .insa-navbar .navbar-toggler {
  padding: 0;
  position: relative;
  width: 32px;
  height: 32px;
  outline: none;
  box-shadow: none;
}

header.fixed .lang::before {
  content: "";
  right: 100%;
  position: absolute;
  width: 1200%;
  top: 0;
  height: 37px;
  opacity: 1;
  background-color: #14874d;
}
header.fixed .container {
  box-shadow: none;
}
header.fixed .container::after {
  width: 90px;
}
@media (max-width: 767px) {
  header.fixed .container::after {
    width: 110px;
  }
}
header.fixed .insa-navbar {
  background-color: #b2b2b2;
  padding-top: 0.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  header.fixed .insa-navbar {
    padding-top: 0;
  }
}
header.fixed .insa-navbar .navbar-brand img {
  height: 40px;
}
@media (max-width: 991px) {
  header.fixed .insa-navbar .navbar-collapse {
    top: 90px;
  }
}
@media (max-width: 767px) {
  header.fixed .insa-navbar .navbar-collapse {
    top: 83px;
  }
}

.main-slider .swiper-slide {
  height: 100vh;
  min-height: 740px;
}
.main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.main-slider .swiper-slide .slide-caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .main-slider .swiper-slide .slide-caption {
    height: 100%;
    padding-top: 0;
  }
}
.main-slider .swiper-slide .slide-caption .container .container-caption {
  max-width: 700px;
}
@media (max-width: 1199px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption {
    max-width: 500px;
    padding-left: 0;
  }
}
.main-slider .swiper-slide .slide-caption .container .container-caption h1 {
  color: #fff;
  font-size: 100px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption h1 {
    font-size: 80px;
    line-height: 4.2rem;
    margin-bottom: 20px !important;
  }
}
.main-slider .swiper-slide .slide-caption .container .container-caption h2 {
  color: #fff;
  font-size: 65px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption h2 {
    line-height: 4.2rem;
  }
}
.main-slider .swiper-slide .slide-caption .container .container-caption p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-slide .slide-caption .container .container-caption {
    margin-bottom: 90% !important;
  }
}
.main-slider .swiper-button-group {
  position: relative;
}

.container-pagination {
  position: relative;
}
.container-pagination .swiper-pagination {
  position: absolute;
  bottom: 10vh;
  width: auto;
  padding: 5px;
}
@media (max-width: 1199px) {
  .container-pagination .swiper-pagination {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .container-pagination .swiper-pagination {
    padding-left: 10px;
    bottom: 20vh;
  }
}
.container-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
  padding: 0.3rem 1rem;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  background: rgba(127, 191, 0, 0.5);
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .container-pagination .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
  }
}
.container-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7fbf00;
}

.block-slider {
  position: relative;
}
.block-slider .swiper-button-next,
.block-slider .swiper-button-prev {
  transition: 0.3s ease-in-out;
}
.block-slider .swiper-button-next img,
.block-slider .swiper-button-prev img {
  width: 20px;
  height: 40px;
}
.block-slider .swiper-button-next::after,
.block-slider .swiper-button-prev::after {
  display: none;
}
.block-slider .swiper-button-next img,
.block-slider .swiper-button-prev img {
  width: 100%;
}
.block-slider .swiper-button-next:hover,
.block-slider .swiper-button-prev:hover {
  transform: scale(0.8);
}
@media (max-width: 576px) {
  .block-slider .swiper-button-next,
  .block-slider .swiper-button-prev {
    display: none;
  }
}

.block-content {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-content {
    padding: 20px 0px 5px;
  }
}
@media (max-width: 768px) {
  .block-content {
    padding: 0px;
  }
}

.block-intro {
  background-color: #fff;
  z-index: 1;
}
.block-intro .container {
  position: relative;
}
.block-intro .container h3 {
  margin-bottom: 0px;
}
.block-intro .caption {
  max-width: 650px;
}
@media (max-width: 991px) {
  .block-intro .caption {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .block-intro .caption {
    max-width: inherit;
    padding-right: 150px;
  }
}
@media (max-width: 576px) {
  .block-intro .caption {
    padding-right: 80px;
  }
}
.block-intro .caption h2 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .block-intro .caption h2 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .block-intro .caption h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .block-intro .caption h2 {
    font-size: 2.2rem;
  }
}

.block-prefooter-home {
  position: relative;
  z-index: 1;
  background-image: url("../img/prefoot_home.png");
  background-size: cover;
  padding: 200px 5px 110px;
}
@media (max-width: 1399px) {
  .block-prefooter-home {
    padding: 180px 0;
  }
}
@media (max-width: 991px) {
  .block-prefooter-home {
    padding: 190px 0 250px;
  }
}
.block-prefooter-home .img-fall {
  position: absolute;
  left: 60%;
  top: -720px;
  z-index: 5;
  width: 250px;
}
@media (max-width: 1399px) {
  .block-prefooter-home .img-fall {
    width: 220px;
    left: 63%;
    top: -680px;
  }
}
@media (max-width: 1199px) {
  .block-prefooter-home .img-fall {
    width: 220px;
    left: 68%;
    top: -670px;
  }
}
@media (max-width: 991px) {
  .block-prefooter-home .img-fall {
    width: 180px;
    left: auto;
    right: 20px;
    top: -550px;
  }
}
@media (max-width: 767px) {
  .block-prefooter-home .img-fall {
    width: 130px;
    top: -550px;
  }
}
@media (max-width: 576px) {
  .block-prefooter-home .img-fall {
    right: -50px;
  }
}
.block-prefooter-home .container {
  height: 100%;
}
@media (max-width: 576px) {
  .block-prefooter-home .container {
    padding: 0;
  }
}
.block-prefooter-home .container .caption {
  max-width: 550px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .block-prefooter-home .container .caption {
    max-width: inherit;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .block-prefooter-home .container .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-prefooter-home .container .caption .title-1 {
  position: relative;
  z-index: 5;
  color: #fff;
}
@media (max-width: 1199px) {
  .block-prefooter-home .container .caption .title-1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .block-prefooter-home .container .caption .title-1 {
    margin-bottom: 60px;
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  .block-prefooter-home .container .caption .title-1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.block-prefooter-home .tons-value {
  position: relative;
}
@media (max-width: 991px) {
  .block-prefooter-home .tons-value {
    margin-top: 130px;
  }
}
.block-prefooter-home .tons-value::after {
  content: "";
  background-image: url("../img/overlay.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  width: 1500px;
  height: 1500px;
  top: -290%;
  right: -88%;
}
@media (max-width: 1399px) {
  .block-prefooter-home .tons-value::after {
    width: 1000px;
    height: 1000px;
    right: -42%;
    top: -250%;
  }
}
@media (max-width: 1199px) {
  .block-prefooter-home .tons-value::after {
    width: 900px;
    height: 900px;
    right: -102%;
    top: -220%;
  }
}
@media (max-width: 991px) {
  .block-prefooter-home .tons-value::after {
    left: -15%;
    top: -213%;
    right: auto;
  }
}
@media (max-width: 767px) {
  .block-prefooter-home .tons-value::after {
    width: 700px;
    height: 700px;
    top: -209%;
    left: -18%;
  }
}
@media (max-width: 576px) {
  .block-prefooter-home .tons-value::after {
    top: -216%;
    left: 0;
    width: 100%;
  }
}
.block-prefooter-home .tons-value .swiper {
  z-index: 4;
  max-width: 400px;
}
@media (max-width: 1399px) {
  .block-prefooter-home .tons-value .swiper {
    max-width: 230px;
  }
}
@media (max-width: 1199px) {
  .block-prefooter-home .tons-value .swiper {
    max-width: 170px;
  }
}
.block-prefooter-home .tons-value h4 {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .block-prefooter-home .tons-value h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .block-prefooter-home .tons-value h4 {
    font-size: 1.2rem;
  }
}
.block-prefooter-home .tons-value h4 strong {
  font-size: 5rem;
  letter-spacing: -8px;
  display: block;
}
@media (max-width: 1399px) {
  .block-prefooter-home .tons-value h4 strong {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .block-prefooter-home .tons-value h4 strong {
    font-size: 3rem;
    letter-spacing: -4px;
  }
}
@media (max-width: 576px) {
  .block-prefooter-home .tons-value h4 strong {
    letter-spacing: -2px;
  }
}
.block-prefooter-home .tons-value h4 b {
  display: block;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  text-align: center;
}
.footer p {
  font-weight: 400;
}
.footer p.copy {
  font-size: 1rem;
  margin-bottom: 0;
}
.footer .agency svg {
  height: 8px;
}
.footer .bg1 {
  position: relative;
  padding: 3rem;
  background-color: #14874d;
  border-bottom-left-radius: 100px;
}
.footer .bg1::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #14874d;
}
.footer .bg1::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -70px;
  height: 70%;
  width: 100%;
  z-index: 1;
  border-top-left-radius: 100px;
  background-color: #5c423c;
}
@media (max-width: 767px) {
  .footer .bg1 {
    padding: 2rem 0 2rem 2rem;
  }
}
@media (max-width: 576px) {
  .footer .bg1 {
    padding: 2rem;
  }
}
.footer.footer-insa {
  position: relative;
}
.footer.footer-insa::after {
  content: "";
}
@media (max-width: 769px) {
  .footer {
    padding-top: 6rem;
  }
}

.inner {
  position: relative;
}

.header-inner {
  position: relative;
  padding: 280px 0 140px;
  z-index: 1;
  overflow: hidden;
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 991px) {
  .header-inner {
    padding: 230px 0 200px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding: 200px 0 130px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding: 170px 0 130px;
  }
}
.header-inner .container {
  height: 100%;
  position: relative;
}
.header-inner h1 {
  color: #fff;
}

.bg-product {
  background-image: url("../img/head_product.png");
}
@media (max-width: 576px) {
  .bg-product {
    background-image: url("../img/head_product_mobile.png");
  }
}

.bg-contact {
  background-image: url("../img/head_contact.png");
}
@media (max-width: 576px) {
  .bg-contact {
    background-image: url("../img/head_contact_mobile.png");
  }
}

.bg-trazabilidad {
  background-image: url("../img/head_trazabilidad.png");
}
@media (max-width: 576px) {
  .bg-trazabilidad {
    background-image: url("../img/head_trazabilidad_mobile.png");
  }
}

.bg-omega9 {
  background-image: url("../img/head_omega9.png");
}
@media (max-width: 576px) {
  .bg-omega9 {
    background-image: url("../img/head_omega9_mobile.png");
  }
}

.block-about p {
  color: #333;
}
.block-about .title-big {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -37px;
}
@media (max-width: 576px) {
  .block-about .title-big {
    font-size: 70px;
    bottom: -17px;
  }
}
@media (max-width: 768px) {
  .block-about {
    margin-top: 35% !important;
  }
}

.contact-info p {
  font-size: 1rem;
  color: #333;
}
.contact-info p a {
  color: #333;
}

.caption-contact {
  text-align: center;
  margin: auto;
  max-width: 410px;
  height: 100%;
}
.caption-contact .icon {
  position: relative;
  z-index: 3;
  margin: auto;
  padding: 50px 0;
  background-color: #5c423c;
  border: 20px solid #fff;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption-contact .icon img {
  width: 100%;
  max-height: 60px;
}
.caption-contact .caption {
  background-image: url("../img/bg_thumb.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  padding: 70px 20px 140px;
  position: relative;
  margin-top: -30px;
  height: 100%;
}
@media (max-width: 1199px) {
  .caption-contact .caption {
    padding: 70px 10px 140px;
  }
}
.caption-contact .caption p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0;
}
.caption-contact .caption p b {
  color: #fff;
  font-weight: bold;
}
.caption-contact .caption p b a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  overflow-wrap: break-word;
  display: block;
}

.form-control {
  background-color: #eee;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  border-color: #eee;
}

.form-control.error {
  border-color: red;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group label.error {
  color: red;
  font-size: 13px;
}

.btn {
  padding: 1rem 3rem 1rem 3rem;
  font-size: 1rem;
  background: #5d413d;
  border-radius: 0;
  border-color: #6d4f4b;
  height: auto;
  text-align: left;
}

.btn-primary:disabled {
  background: #3e2c29;
  border-color: #5d413d;
}

.btn:hover {
  background: #3e2c29;
  border-color: #5d413d;
}

.btn:active {
  background: #3e2c29;
  border-color: #5d413d;
}

.btn::after {
  background: #3e2c29;
  border-color: #5d413d;
}

.btn:focus {
  background: #3e2c29;
  border-color: #5d413d;
}

.location-map {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .location-map::after {
    height: 70px;
    width: 200px;
  }
}
.location-map .map {
  height: 500px;
}

.form-product {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .form-product {
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  .form-product {
    padding: 60px 15px;
    margin-top: 0;
  }
}

.product-info {
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .product-info h1 {
    font-size: 3rem;
  }
}
.product-info figure {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .product-info figure {
    padding: 40px 15px;
  }
}
.product-info figure img {
  width: 100%;
}
@media (max-width: 576px) {
  .product-info .description {
    padding: 40px 15px;
  }
}
.product-info .description p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  .block-details {
    padding: 0;
  }
}
.block-details .block-details-wrapper {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 576px) {
  .block-details .block-details-wrapper {
    padding: 40px 15px;
  }
}
.block-details .block-details-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90%;
  background-color: #5c423c;
  border-top-right-radius: 100px;
  z-index: 0;
}
@media (max-width: 576px) {
  .block-details .block-details-wrapper::before {
    width: 100%;
  }
}
.block-details .block-details-wrapper .container {
  position: relative;
  z-index: 1;
}
.block-details .block-details-wrapper h2 {
  color: #fff;
}
.block-details .block-details-wrapper p {
  color: #fff;
  font-weight: 300;
}
.block-details .block-details-wrapper p b {
  display: block;
}

.block-gallery {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 50px 0px 20px;
}
@media (max-width: 1199px) {
  .block-gallery {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .block-gallery {
    margin-top: 260px;
  }
}
@media (max-width: 576px) {
  .block-gallery {
    margin-top: 0;
  }
}
.block-gallery .obj-1 {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (max-width: 767px) {
  .block-gallery .obj-1 {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .block-gallery .obj-1 {
    width: 100%;
    bottom: auto;
    position: relative;
  }
}
.block-gallery .obj-2,
.block-gallery .obj-3,
.block-gallery .obj-4 {
  width: 50%;
}
@media (max-width: 767px) {
  .block-gallery .obj-2,
  .block-gallery .obj-3,
  .block-gallery .obj-4 {
    width: 100%;
  }
}
.block-gallery .obj-5 {
  position: relative;
  width: 25%;
  padding: 60px;
  background-color: #5c423c;
}
@media (max-width: 1659px) {
  .block-gallery .obj-5 {
    padding: 40px;
  }
}
@media (max-width: 1500px) {
  .block-gallery .obj-5 {
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .block-gallery .obj-5 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .block-gallery .obj-5 {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .block-gallery .obj-5 {
    width: 100%;
  }
}
.block-gallery .obj-5 h3 {
  color: #fff;
}
@media (max-width: 1199px) {
  .block-gallery .obj-5 h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 991px) {
  .block-gallery .obj-5 h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .block-gallery .obj-5 h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.block-gallery .obj-5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  background-image: url("../img/bg_lines_white.svg");
  height: 100px;
  z-index: 2;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .block-gallery .obj-5::after {
    width: 50px;
    height: 50px;
  }
}

.block-location {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .block-location {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .block-location .title-1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.block-location .img-location {
  position: absolute;
  right: 0;
  top: 175px;
  width: 900px;
}
@media (max-width: 1399px) {
  .block-location .img-location {
    width: 700px;
  }
}
@media (max-width: 1199px) {
  .block-location .img-location {
    width: 600px;
  }
}
@media (max-width: 991px) {
  .block-location .img-location {
    position: relative;
    width: 100%;
    top: 50px;
  }
}

.block-division {
  height: 100%;
  position: relative;
  z-index: 1;
}
.block-division .thumb-division {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .block-division .thumb-division {
    margin-bottom: 30px;
    height: auto;
  }
}
.block-division .thumb-division article {
  position: relative;
  max-width: 360px;
  background-color: #5c423c;
  padding: 35px 50px 30px;
  text-align: left;
  height: 100%;
}
@media (max-width: 1199px) {
  .block-division .thumb-division article {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .block-division .thumb-division article {
    max-width: inherit;
    height: auto;
  }
}
.block-division .thumb-division article h3 {
  min-height: 70px;
  color: #14874d;
  font-weight: 300;
}
@media (max-width: 991px) {
  .block-division .thumb-division article h3 {
    min-height: inherit;
  }
}
.block-division .thumb-division article p {
  color: #fff;
}
@media (max-width: 991px) {
  .block-division .thumb-division article p {
    font-size: 1rem;
  }
}
.block-division .thumb-division article::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(#5c423c, transparent);
}
@media (max-width: 991px) {
  .block-division .thumb-division article::after {
    display: none;
  }
}

.block-about-prefooter {
  background-image: url("../img/bg_about_prefooter.jpg");
  background-size: cover;
  padding: 340px 0 160px;
  position: relative;
  margin-top: -250px;
  z-index: 0;
}
@media (max-width: 991px) {
  .block-about-prefooter {
    padding: 280px 0;
  }
}
@media (max-width: 767px) {
  .block-about-prefooter {
    margin-top: -100px;
    padding: 100px 0 200px;
  }
}
.block-about-prefooter .title-3 {
  max-width: 1100px;
  margin: auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.block-product .caption {
  max-width: 700px;
}
.block-product img {
  width: 100%;
}

.block-product-type .thumb-product {
  justify-content: center;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .block-product-type .thumb-product {
    margin-bottom: 30px;
    height: auto;
  }
}
.block-product-type .thumb-product article {
  text-align: center;
  position: relative;
  max-width: 360px;
}
.block-product-type .thumb-product article img {
  width: 100%;
  max-width: 260px;
  position: relative;
  z-index: 2;
}
.block-product-type .thumb-product article .caption {
  background-image: url("../img/bg_thumb.jpg");
  background-repeat: repeat-x;
  background-size: contain;
  padding: 50px 50px 140px;
  position: relative;
  margin-top: -30px;
}
.block-product-type .thumb-product article .caption h3 {
  color: #fff;
}
.block-product-type .thumb-product article .caption h3 b {
  display: block;
}
.block-product-type .thumb-product article .caption p {
  font-weight: bold;
  color: #333;
}
.block-product-type .thumb-product article .caption .grid-size {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.block-product-type .thumb-product article .caption .grid-size span {
  padding: 0.4rem 1rem;
  color: #333;
  background-color: #fff;
  text-align: center;
  display: inline-block;
}
.block-product-type .thumb-product article .caption .grid-size .span1 {
  grid-area: 1/1/2/2;
}
.block-product-type .thumb-product article .caption .grid-size .span2 {
  grid-area: 1/2/2/3;
}
.block-product-type .thumb-product article .caption .grid-size .span3 {
  grid-area: 1/3/2/4;
}
.block-product-type .thumb-product article .caption .grid-size .span4 {
  grid-area: 2/1/3/3;
}
.block-product-type .thumb-product article .caption .grid-size .span5 {
  grid-area: 2/3/3/4;
}
.block-product-type .thumb-product article .caption .grid-size .span6 {
  grid-area: 2/1/3/2;
}
.block-product-type .thumb-product article .caption .grid-size .span7 {
  grid-area: 2/2/3/3;
}
.block-product-type .thumb-product article .caption .grid-size .span8 {
  grid-area: 2/3/3/4;
}

.cont-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}
.cont-grid .grid-variety {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  margin-top: -60px;
  padding: 0;
}
.cont-grid .grid-variety li {
  margin: 10px;
  position: relative;
}
.cont-grid .grid-variety li img {
  width: 230px;
  max-width: 100%;
}
.cont-grid .grid-variety li .caption {
  background: url("../img/caption-grid.png");
  padding: 20px;
  width: 130px;
  background-size: cover;
  text-align: center;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  height: 200px;
  background-position: center top;
  left: 50%;
  transform: translate(-50%, 0);
}
.cont-grid .grid-variety li .caption p {
  color: #fff;
  margin: auto;
  line-height: 1;
  font-size: 0.875rem;
}
.cont-grid .grid-variety li .caption p b {
  display: block;
  font-weight: bold;
}

.grid-img {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: auto;
}
.grid-img .links {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
.grid-img .links a {
  display: inline-block;
  width: 260px;
  height: 260px;
  margin: 0;
  transform: rotate(-45deg);
  border-radius: 50px;
}
@media (max-width: 1399px) {
  .grid-img .links a {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .grid-img .links a {
    width: 260px;
    height: 260px;
  }
}
.grid-img .links a img {
  transform: rotate(45deg);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-img .links-row1 {
  top: 0;
}
.grid-img .links-row1 a {
  margin-top: 0;
}
.grid-img .links-row2 {
  top: 210px;
}
@media (max-width: 1399px) {
  .grid-img .links-row2 {
    top: 170px;
  }
}
.grid-img .links-row2 a {
  margin-top: -30px;
}
.grid-img .links-row3 {
  top: 450px;
}
@media (max-width: 1399px) {
  .grid-img .links-row3 {
    top: 370px;
  }
}
.grid-img .links-row3 a {
  margin-top: -90px;
}

.desktop {
  max-width: 1400px;
  min-height: 600px;
}
@media (max-width: 1399px) {
  .desktop {
    max-width: 1200px;
    min-height: 500px;
  }
}

.tablet {
  display: none;
  max-width: 920px;
  min-height: 900px;
}
@media (max-width: 940px) {
  .tablet {
    min-height: 700px;
  }
}
.tablet .links a {
  width: 220px;
  height: 220px;
  margin: 0;
}
@media (max-width: 940px) {
  .tablet .links a {
    width: 180px;
    height: 180px;
  }
}
.tablet .links-row1 {
  top: -10px;
}
@media (max-width: 940px) {
  .tablet .links-row1 {
    top: 0;
  }
}
.tablet .links-row1 a {
  margin-top: 0;
}
.tablet .links-row2 {
  top: 180px;
}
@media (max-width: 940px) {
  .tablet .links-row2 {
    top: 160px;
  }
}
.tablet .links-row2 a {
  margin-top: -30px;
}
.tablet .links-row3 {
  top: 400px;
}
@media (max-width: 940px) {
  .tablet .links-row3 {
    top: 350px;
  }
}
.tablet .links-row3 a {
  margin-top: -90px;
}
.tablet .links-row4 {
  top: 560px;
}
@media (max-width: 940px) {
  .tablet .links-row4 {
    top: 480px;
  }
}
.tablet .links-row4 a {
  margin-top: -90px;
}
.tablet .links-row5 {
  top: 720px;
}
@media (max-width: 940px) {
  .tablet .links-row5 {
    top: 610px;
  }
}
.tablet .links-row5 a {
  margin-top: -90px;
}

.mobile {
  display: none;
  max-width: 720px;
  min-height: 900px;
  flex-direction: column;
  justify-content: center;
}
.mobile .links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.mobile .links a {
  width: 280px;
  height: 280px;
  margin: 0;
}
.mobile .links.two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: flex;
  }
  .tablet {
    display: none;
  }
}
.grid-variety {
  position: relative;
  margin: auto;
  padding: 0;
  list-style: none;
}
.grid-variety li {
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.grid-variety li img {
  width: 100%;
  max-width: 400px;
}

.fancybox-skin {
  box-shadow: none !important;
  background-color: transparent;
}

.block-id {
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .block-id {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .block-id {
    padding-bottom: 1100px;
  }
}
.block-id .caption {
  position: relative;
  z-index: 1;
}
.block-id::after {
  content: "";
  width: 100%;
  height: 875px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/bg_id.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .block-id::after {
    height: 1110px;
    background-position-x: 39%;
  }
}
@media (max-width: 767px) {
  .block-id::after {
    height: 1070px;
    background-position-x: 37%;
  }
}
@media (max-width: 576px) {
  .block-id::after {
    height: 1100px;
    background-image: url("../img/bg_id_mobile.jpg");
    background-position: center bottom;
  }
}
.block-id .caption.mb-10 {
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .block-id .caption.mb-10 {
    margin-bottom: 210px;
  }
}
@media (max-width: 576px) {
  .block-id .caption.mb-10 {
    margin-bottom: 50px;
  }
}
.block-id .color-white {
  color: #fff;
}
@media (max-width: 576px) {
  .block-id .color-white {
    color: #0c0c0c;
  }
}

.block-process {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .block-process {
    padding-bottom: 0;
  }
}
.block-process p {
  font-size: 1rem;
}
.block-process .images {
  position: absolute;
  right: 0;
  top: 200px;
  width: 800px;
}
@media (max-width: 1800px) {
  .block-process .images {
    width: 700px;
  }
}
@media (max-width: 1600px) {
  .block-process .images {
    width: 600px;
  }
}
@media (max-width: 1400px) {
  .block-process .images {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .block-process .images {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .block-process .images {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .block-process .images {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 40px;
  }
}
.block-process .images img {
  display: block;
  width: 100%;
}

.block-process-slider {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 1199px) {
  .block-process-slider {
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  .block-process-slider {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .block-process-slider {
    margin-top: 0;
  }
}
.block-process-slider .container-pagination {
  position: relative;
}
@media (max-width: 767px) {
  .block-process-slider .container-pagination {
    display: none;
  }
}
.block-process-slider .container-pagination .swiper-pagination {
  position: absolute;
  bottom: 10vh;
  width: auto;
  padding: 5px;
  left: 170px;
}
@media (max-width: 991px) {
  .block-process-slider .container-pagination .swiper-pagination {
    bottom: 5vh;
    left: 150px;
  }
}
@media (max-width: 767px) {
  .block-process-slider .container-pagination .swiper-pagination {
    bottom: 7vh;
    left: 110px;
  }
}
.block-process-slider .container-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  padding: 0;
  opacity: 1;
  color: #fff;
  background: #fff;
}
.block-process-slider .container-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7fbf00;
}

.process-slider .swiper-slide {
  height: 100vh;
  min-height: 650px;
}
@media (max-width: 1199px) {
  .process-slider .swiper-slide {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .process-slider .swiper-slide {
    height: auto;
  }
}
.process-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.process-slider .swiper-slide .slide-caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .process-slider .swiper-slide .slide-caption {
    padding-top: 0;
    flex-direction: column;
  }
}
.process-slider .swiper-slide .slide-caption .container .container-caption .title-5 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .title-5 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .title-5 {
    margin-bottom: 20px !important;
  }
}
.process-slider .swiper-slide .slide-caption .container .container-caption .caption-text {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .caption-text {
    flex-direction: column;
  }
}
.process-slider .swiper-slide .slide-caption .container .container-caption .caption-text .number {
  display: block;
  border: 5px solid #14874d;
  padding: 10px;
  position: relative;
  top: 10px;
  line-height: 1;
  font-size: 100px;
  text-align: center;
  margin-right: 30px;
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  flex: 70%;
  max-width: 140px;
}
@media (max-width: 1199px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .caption-text .number {
    font-size: 70px;
    border-width: 3px;
  }
}
@media (max-width: 767px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .caption-text .number {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100px;
    flex: auto;
  }
}
.process-slider .swiper-slide .slide-caption .container .container-caption .caption-text .text {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1199px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .caption-text .text {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .process-slider .swiper-slide .slide-caption .container .container-caption .caption-text .text {
    font-size: 1rem;
  }
}
.process-slider .swiper-button-group {
  position: relative;
}

.block-plant {
  background-image: url("../img/bg_plant.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 420px;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .block-plant {
    padding: 100px 0 600px;
  }
}
.block-plant p {
  color: #000;
}
.block-plant p.text-large {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .block-plant p.text-large {
    font-size: 18px;
  }
}
.block-plant::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  background-image: url("../img/bg_lines_white.svg");
  height: 70px;
  z-index: 2;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .block-plant::after {
    width: 240px;
    height: 50px;
  }
}
.block-plant::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 900px;
  background-image: url("../img/green-lines.svg");
  height: 120px;
  z-index: 2;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .block-plant::before {
    width: 400px;
    height: 70px;
  }
}

ul.list-style li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
ul.list-style li::after {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  background-color: #7fbf00;
  top: 7px;
  left: -30px;
}
@media (max-width: 576px) {
  ul.list-style li::after {
    top: 5px;
    height: 12px;
    width: 12px;
  }
}

.img-box {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.img-box img {
  width: 100%;
  max-width: 360px;
}

.img-comparison {
  width: 100%;
  max-width: 650px;
}

.block-healty {
  position: relative;
  background: linear-gradient(#fff, #b1c4cf);
}
@media (max-width: 991px) {
  .block-healty {
    padding-bottom: 300px;
  }
}
.block-healty .img-healty {
  width: 700px;
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 1600px) {
  .block-healty .img-healty {
    width: 600px;
  }
}
@media (max-width: 1300px) {
  .block-healty .img-healty {
    width: 500px;
    bottom: 100px;
  }
}
@media (max-width: 1100px) {
  .block-healty .img-healty {
    width: 450px;
    bottom: 150px;
  }
}
@media (max-width: 991px) {
  .block-healty .img-healty {
    width: 450px;
    bottom: 0;
  }
}
.block-healty::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  background-image: url("../img/bg_lines_white.svg");
  height: 70px;
  z-index: 2;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .block-healty::after {
    width: 240px;
    height: 50px;
  }
}

.block-life .img-box img {
  max-width: 700px;
}

.thumbnail-product {
  background-size: contain;
  height: 780px;
  display: block;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 0% 5% !important;
}
.thumbnail-product-1 {
  background: url(../img/Nat/FONDO-CALIDAD-HOME.png) no-repeat center bottom;
  max-width: 365px;
  color: #fff !important;
}
@media (max-width: 768px) {
  .thumbnail-product-1 {
    margin: auto;
  }
}

.thumbnail-product-2 {
  background: url(../img/Nat/FONDO-TRANSPARENCIA-HOME.png) no-repeat center bottom;
  max-width: 365px;
  height: 610px;
  margin: auto;
  color: #fff !important;
}
@media (max-width: 768px) {
  .thumbnail-product-2 {
    height: 580px;
  }
}

.thumbnail-product-3 {
  background: url(../img/Nat/FONDO-SUSTENTABILIDAD-HOME.png) no-repeat center bottom;
  max-width: 365px;
  margin-left: auto;
  color: #fff !important;
}
@media (max-width: 768px) {
  .thumbnail-product-3 {
    margin: auto;
  }
}

.caption .title2 {
  font-size: 35px;
  font-family: "serif";
  padding-bottom: 20px;
  padding-top: 40px;
}

.thumbnail-product p, .thumbnail-empresa p {
  font-size: 14px;
}

.fondoProductos {
  background-image: url(../img/Nat/IMAGEN-FRUTOS-HOME.jpg);
  background-size: 1150px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  height: 1000px;
}
@media (max-width: 768px) {
  .fondoProductos {
    height: 2000px;
  }
}

.main-empresa {
  background-image: url(../img/Nat/IMAGEN-TOP-EMPRESA.jpg);
  background-position: center;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  height: auto;
  z-index: -11;
}

.main-productos {
  background-position: center;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  height: auto;
  z-index: -11;
}

.openNav {
  overflow: hidden !important;
}
@media (max-width: 576px) {
  .openNav #NavProductos, .openNav #NavCultivos {
    overflow-y: auto;
  }
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: -100%;
  left: 0;
  background-color: #5c423c;
  background-color: rgba(92, 66, 60, 0.8);
  overflow: hidden;
  transition: 0.5s;
}
.overlay .closebtn {
  font-size: 60px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
.overlay .closebtn:hover {
  color: #fff;
}
.overlay h1 {
  color: #fff;
}
.overlay .overlay-content {
  position: relative;
  width: 100%;
}
.overlay .overlay-content .thumbnail-product {
  max-width: 240px;
  display: flex;
  text-decoration: none;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product {
    background-position: center top;
    padding-block-end: 0;
    height: 420px;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .thumbnail-product {
    height: 600px;
  }
}
.overlay .overlay-content .thumbnail-product .caption {
  max-width: 180px;
  margin: auto;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product .caption {
    min-height: 190px;
    max-width: 120px;
    padding-block-start: 1rem;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .thumbnail-product .caption {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .overlay .overlay-content .thumbnail-product .caption {
    max-width: 200px;
  }
}
.overlay .overlay-content .thumbnail-product .caption img.icon {
  height: 60px;
  margin-block-end: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .overlay .overlay-content .thumbnail-product .caption img.icon {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .overlay .overlay-content .thumbnail-product .caption img.icon {
    height: 100px;
  }
}
.overlay .overlay-content .thumbnail-product .caption h2 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 0.9;
  margin-block-end: 0;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product .caption h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .thumbnail-product .caption h2 {
    font-size: 1.9rem;
    line-height: 1;
  }
}
.overlay .overlay-content .thumbnail-product .caption .container {
  padding: auto 10px !important;
}
.overlay .overlay-content .thumbnail-product .product-img {
  width: 100%;
  max-width: 207px;
  margin: auto;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product .product-img {
    max-width: 250px;
  }
}

.prod-1-modal, .prod-2-modal, .prod-3-modal, .prod-4-modal {
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  height: 600px;
  display: block !important;
  margin: 100% 0%;
}
.prod-1-modal h2, .prod-2-modal h2, .prod-3-modal h2, .prod-4-modal h2 {
  text-align: center;
}
@media (max-width: 769px) {
  .prod-1-modal, .prod-2-modal, .prod-3-modal, .prod-4-modal {
    height: 168px;
    margin: 2% 0%;
  }
}

@media (max-width: 769px) {
  .mw-900 {
    text-align: -webkit-center;
  }
}

@media (max-width: 769px) {
  .caption {
    height: inherit;
  }
}
@media (max-width: 769px) {
  .caption .title2 {
    padding-top: 80px !important;
  }
}

.prod-1-modal {
  background: url(../img/Nat/FONDO-PRODUCTOS-FRUTOSSECOS.png) no-repeat center bottom;
}

.prod-2-modal {
  background: url(../img/Nat/FONDO-PRODUCTOS-FRUTASDESHIDRATADAS.png) no-repeat center bottom;
}

.prod-3-modal {
  background: url(../img/Nat/FONDO-PRODUCTOS-SEMILLAS.png) no-repeat center bottom;
}

.prod-4-modal {
  background: url(../img/Nat/FONDO-PRODUCTOS-LEGUMBRES.png) no-repeat center bottom;
}

.titulo-empresa, .titulo-contacto, .titulo-empresa, .titulo-productos {
  font-family: "serif";
  color: #c7d13f;
  font-size: 4.5rem;
  line-height: 60px;
}
@media (max-width: 768px) {
  .titulo-empresa, .titulo-contacto, .titulo-empresa, .titulo-productos {
    font-size: 60px;
    line-height: 55px;
    color: white;
  }
}

.thumbnail-empresa {
  background-size: contain;
  max-width: 365px;
  height: 800px;
  display: block;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 0% 5% !important;
}
@media (max-width: 768px) {
  .thumbnail-empresa {
    margin: auto;
    height: 850px;
  }
}

.thumbnail-empresa-1 {
  background: url(../img/Nat/FONDO-NATFOODAGRO-EMPRESA.png) no-repeat center bottom;
  background-position-x: right;
  color: #fff !important;
}

.thumbnail-empresa-2 {
  background: url(../img/Nat/FONDO-NATFOODINDUSTRIAL-EMPRESA.png) no-repeat center bottom;
  background-position-x: right;
  height: 700px;
  margin: auto;
  color: #fff !important;
}

.thumbnail-empresa-3 {
  background: url(../img/Nat/FONDO-NATFOODINTERNACIONAL-EMPRESA.png) no-repeat center bottom;
  background-position-x: right;
  margin-left: auto;
  color: #fff !important;
}

.main-contacto {
  background-image: url(../img/Nat/IMAGEN-TOP-CONTACTO.jpg);
  background-position: center;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  height: auto;
  z-index: -11;
}

caption h3:hover, caption p:hover {
  color: white !important;
}

.titulo-producto {
  font-family: "serif";
  color: #5c423c;
  font-size: 3.3rem;
}

ul.parrafo-producto, .parrafo-producto {
  color: #333;
  font-size: 15px;
  font-family: "Gotham";
}

.seccionContacto a, .seccionContacto p {
  color: #5c423c;
  text-decoration: none;
}

.seccionContacto .subtitulo-contacto {
  font-family: "serif";
  color: #5c423c;
  font-size: 2rem;
}

.prod-2-modal .title2 {
  padding-top: 20px;
}

.logo-top-color {
  display: block;
}

.logo-top {
  display: none;
}

@media (max-width: 769px) {
  .img-responsive {
    width: 100%;
  }
  .logo-top-color {
    display: none;
  }
  .logo-top {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */