/*!
 * CSS Stylesheet para Ejido Caborachi
 * Made by microcode.
 */
@font-face {
  font-family: "Basic Grotesque Pro Black";
  src: url("../../vendor/fonts/BasisGrotesquePro-Black.woff") format("woff");
}
@font-face {
  font-family: "Basic Grotesque Pro Bold";
  src: url("../../vendor/fonts/BasisGrotesquePro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Basic Grotesque Pro Light";
  src: url("../../vendor/fonts/BasisGrotesquePro-Light.woff") format("woff");
}
@font-face {
  font-family: "Basic Grotesque Pro Medium";
  src: url("../../vendor/fonts/BasisGrotesquePro-Medium.woff") format("woff");
}
@font-face {
  font-family: "Basic Grotesque Pro Regular";
  src: url("../../vendor/fonts/BasisGrotesquePro-Regular.woff") format("woff");
}
/* GENERAL */
html,
body {
  font-family: "Basic Grotesque Pro Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #123023;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Basic Grotesque Pro Bold", sans-serif;
  color: #123023;
  margin: 0;
  padding: 0;
}

a,
button,
input,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
  background: unset;
}

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

.wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.ordinary {
  position: relative;
  overflow: hidden;
}

.abs-pos {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.abs-pos.bg-cover {
  background-size: cover !important;
}
.abs-pos.bg-contain {
  background-size: contain !important;
}

.title {
  font-family: "Basic Grotesque Pro Black", sans-serif;
  color: #123023;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  font-size: 2.5rem;
}

.subtitle {
  font-family: "Basic Grotesque Pro Regular", sans-serif;
  color: #123023;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.transition {
  transition: all 350ms ease;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #13762f;
  transition: 350ms ease all;
  z-index: 69420666;
}
.whatsapp:hover {
  background-color: #0b441b;
  text-decoration: none;
  color: #fff;
}

/* SPACING */
.spacing {
  padding: 100px 10px;
}

.regular-spacing {
  padding: 75px 10px;
}

.light-spacing {
  padding: 50px 10px;
}

.thin-spacing {
  padding: 25px 10px;
}

.clearfix {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.clearfix.spacing-lg {
  margin: 25px 0px;
}
.clearfix.spacing-md {
  margin: 15px 0px;
}
.clearfix.spacing-sm {
  margin: 5px 0px;
}

/* MODAL */
.modal .modal-content {
  border: 1px solid #5aaf93;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  border-radius: 15px;
}
.modal .modal-body ul,
.modal .modal-body ol,
.modal .modal-body dl {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 1em;
  padding-inline-start: 40px;
}
.modal .modal-body ol li {
  list-style: decimal;
}
.modal .modal-body ul li {
  list-style: disc;
}
.modal.org-chart .img-container {
  height: 100%;
}
.modal.org-chart .img-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* MENU */
#nav {
  height: 100px;
  position: fixed;
  width: 100%;
  background: #5AB093;
  background: linear-gradient(90deg, rgb(90, 176, 147) 0%, rgb(41, 100, 74) 100%);
  z-index: 99;
  transition: 300ms ease all;
}
#nav.fixed-top-nav {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#nav .container {
  height: 100%;
}
#nav .container .d-flex {
  height: 100%;
}
#nav .container .d-flex a.brand {
  height: 60px;
}
#nav .container .d-flex a.brand > img {
  height: 100%;
}
#nav .container .d-flex ul.nav-links {
  display: flex;
  margin: 0;
}
#nav .container .d-flex ul.nav-links li:not(:last-of-type) {
  margin-right: 5px;
}
#nav .container .d-flex ul.nav-links a {
  font-family: "Oblivian Text Light", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  transition: 300ms ease all;
}
#nav .container .d-flex ul.nav-links a:hover, #nav .container .d-flex ul.nav-links a:focus {
  color: #123023;
}
#nav .container .d-flex ul.nav-links li.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
}
#nav .container .d-flex ul.nav-links li.social a {
  padding: 0;
  font-size: 18px;
}
#nav .container .d-flex ul.nav-links li.social a:not(:last-of-type) {
  margin-right: 15px;
}

menu {
  position: fixed;
  width: 35%;
  height: 100vh;
  background-color: #123023;
  right: 0;
  margin: 0;
  padding: 0 100px;
  margin-right: -35%;
  transition: all 0.5s ease-out;
  opacity: 0.4;
  z-index: 100;
}
menu.active-nav {
  margin-right: 0px;
  opacity: 1;
}
menu button.close-nav {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 10%;
  top: 10%;
  z-index: 99;
  opacity: 0.8;
}
menu button.close-nav:hover {
  opacity: 1;
}
menu button.close-nav i {
  font-size: 32px;
  color: #FFFFFF;
}
menu .menu-content {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  flex-flow: column;
}
menu .menu-content a.brand {
  display: inline-block;
}
menu .menu-content a.brand img {
  max-width: 200px;
}
menu .menu-content ul.menu-list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
menu .menu-content ul.menu-list li {
  list-style: none;
}
menu .menu-content ul.menu-list li a.menu-item {
  position: relative;
  font-size: 34px;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
menu .menu-content ul.menu-list li a.menu-item:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
menu .menu-content ul.menu-list::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 75px;
  background-color: #999999;
  top: -10px;
}
menu .menu-content .contact-info .social a:not(:last-of-type) {
  margin-right: 10px;
}
menu .menu-content .contact-info .social a:hover i {
  color: #FFFFFF;
}
menu .menu-content .contact-info .social a i {
  font-size: 20px;
  color: #FFFFFF;
}

/***** HEADER *****/
header {
  height: calc(100vh - 100px);
  margin-top: 100px;
  background-color: #000000;
}
header .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .swiper .swiper-slide {
  height: calc(100% - 70px);
}
header .swiper .swiper-slide .text-container {
  display: flex;
  height: 100%;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
header .swiper .swiper-slide .text-container h1 {
  font-family: "Basic Grotesque Pro Medium", sans-serif;
  color: #FFFFFF;
  margin-top: 10vh;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 4rem;
  text-align: center;
  white-space: pre-line;
}
header .swiper .swiper-slide .text-container h1 span {
  font-family: "Basic Grotesque Pro Black", sans-serif;
}
header .swiper .swiper-slide .text-container span.custom-btn {
  color: #FFFFFF;
  border: 2px solid white;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
}
header .swiper .pagination-header {
  position: absolute;
  height: 70px;
  bottom: 0;
  display: flex;
  width: 100%;
  background-color: #1c4a37;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
header .swiper .pagination-header .swiper-button-next,
header .swiper .pagination-header .swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  height: auto;
  font-size: 10px;
  width: auto;
  margin-top: 0;
  color: #FFFFFF;
}
header .swiper .pagination-header .swiper-button-next::after,
header .swiper .pagination-header .swiper-button-prev::after {
  font-size: 12px;
}
header .swiper .pagination-header .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  font-family: "Oblivian Text Light", sans-serif;
  color: #FFFFFF;
  margin: 0px 20px;
  font-size: 0.8rem;
}

/*** NOSOTROS ***/
#nosotros {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 50px 10vw;
  background-color: #cdded8;
}
#nosotros .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-color: #28654b;
}
#nosotros .content .img-container {
  width: 50%;
  height: 100%;
}
#nosotros .content .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#nosotros .content .text-container {
  width: 50%;
  padding: 50px 10vw 50px 50px;
}
#nosotros .content .text-container p {
  color: #FFFFFF;
  text-align: justify;
}
#nosotros .content .text-container p:not(:last-of-type) {
  margin-bottom: 1rem;
}

/*** ORIGEN ***/
#origen {
  padding: 50px 10vw;
  background-color: #f5f5f5;
}
#origen .origin-container p.highlight {
  display: inline-block;
  border: 1px solid #499a7f;
  padding: 5px 10px;
  font-family: "Basic Grotesque Pro Bold";
}
#origen .org-chart-container {
  margin-top: 2rem;
}
#origen .org-chart-container h2 {
  margin-bottom: 1rem;
  color: #5aaf93;
}
#origen .org-chart-container .org-chart {
  display: block;
}
#origen .org-chart-container .org-chart .img-container {
  height: 200px;
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid #5aaf93;
  border-radius: 15px;
}
#origen .org-chart-container .org-chart .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#origen .org-chart-container span {
  color: #aaaaaa;
}

/*** IDENTIDAD ***/
#identidad {
  padding: 50px 10vw;
}
#identidad .section-title h1.title {
  color: #FFFFFF;
}
#identidad .identidad-container {
  border: 1px solid white;
  border-radius: 8px;
  padding: 20px;
  min-height: 365px;
}
#identidad .identidad-container img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
#identidad .identidad-container h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
#identidad .identidad-container p {
  color: #FFFFFF;
  white-space: pre-line;
}

/*** UBICACION ***/
#ubicacion {
  padding: 50px 10vw;
  background-color: #f5f5f5;
}
#ubicacion .section-title h1 {
  margin-bottom: 2rem;
}
#ubicacion .section-title p {
  white-space: pre-line;
}
#ubicacion .map-container .img-container {
  margin-top: 2rem;
}
#ubicacion .map-container .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/*** SERVICIOS ***/
#servicios {
  padding: 50px 10vw;
}
#servicios .section-title h1 {
  margin-bottom: 2rem;
}
#servicios .section-excerpt {
  position: relative;
  margin-bottom: 2rem;
}
#servicios .section-excerpt img.img-bg {
  position: absolute;
  height: calc(100% - 4rem);
  width: 40%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#servicios .section-excerpt .bullets h2 {
  margin-bottom: 1rem;
  color: #5aaf93;
}
#servicios .section-excerpt .bullets ul li {
  list-style: disc;
}
#servicios .section-excerpt .bullets ul li:nth-child(even) {
  color: #3b8c67;
}
#servicios .section-services {
  position: relative;
}
#servicios .section-services img.img-bg1 {
  position: absolute;
  height: calc(50% - 7px);
  width: 50%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#servicios .section-services img.img-bg2 {
  position: absolute;
  height: calc(50% - 7px);
  width: 50%;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#servicios .section-services .bullets ul li {
  width: 100%;
}
#servicios .section-services .bullets ul li a {
  position: relative;
  display: block;
  color: white;
  background-color: #3b8c67;
  width: 100%;
  padding: 8px 40px 8px 20px;
}
#servicios .section-services .bullets ul li a span.icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#servicios .section-services .bullets ul li a span.icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 18px;
}
#servicios .section-services .bullets ul li:nth-child(even) a {
  background-color: #28654b;
}
#servicios .section-services .bullets ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

/*** ABASTECIMIENTO ***/
#abastecimiento {
  padding: 50px 10vw;
  background-color: #cdded8;
}
#abastecimiento .section-title h1 {
  margin-bottom: 2rem;
}
#abastecimiento .section-supplying .img-bg img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#abastecimiento .section-supplying .bullets ul li {
  width: 100%;
}
#abastecimiento .section-supplying .bullets ul li a {
  position: relative;
  display: block;
  color: white;
  background-color: #7b684d;
  width: 100%;
  padding: 8px 40px 8px 20px;
}
#abastecimiento .section-supplying .bullets ul li a span.icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#abastecimiento .section-supplying .bullets ul li a span.icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 18px;
}
#abastecimiento .section-supplying .bullets ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

/*** CATALOGO ***/
#catalogo {
  padding: 50px 10vw;
  background-color: #f5f5f5;
}
#catalogo .section-title h1 {
  margin-bottom: 2rem;
}
#catalogo .catalogo-container .category h3 {
  color: #4b937b;
  text-align: center;
  font-family: "Basic Grotesque Pro Regular", sans-serif;
  white-space: pre-line;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
#catalogo .catalogo-container .category h3 span {
  font-family: "Basic Grotesque Pro Bold", sans-serif;
  font-size: 2.2rem;
}
#catalogo .catalogo-container .category .excerpt {
  padding: 0px 25px;
  text-align: center;
}
#catalogo .catalogo-container .category .excerpt .text.collapsed {
  color: rgb(18, 48, 35);
  text-align: justify;
  overflow: hidden;
  transition: max-height 0.4s ease;
  /* visible en colapsado */
}
#catalogo .catalogo-container .category .excerpt .text.expanded {
  max-height: 1000px;
  /* lo suficientemente alto para contener el texto */
}
#catalogo .catalogo-container .category .excerpt button.toggle-btn {
  color: #696969;
}
#catalogo .catalogo-container .category .products-container {
  margin-top: 1rem;
}
#catalogo .catalogo-container .category .products-container .swiper .swiper-slide {
  padding: 10px;
}
#catalogo .catalogo-container .category .products-container .swiper .img-container {
  border: 1px solid #4b937b;
  height: 325px;
  width: 100%;
}
#catalogo .catalogo-container .category .products-container .swiper .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#catalogo .catalogo-container .category .products-container .swiper .text-container {
  border: 1px solid #4b937b;
  border-top: none;
  text-align: center;
  padding: 15px;
}
#catalogo .catalogo-container .category .products-container .swiper .text-container h4 {
  white-space: pre-line;
  color: #3b8c67;
}
#catalogo .catalogo-container .category .products-container .swiper .text-container p {
  text-align: justify;
  min-height: 8rem;
  overflow: hidden;
}
#catalogo .catalogo-container .category .products-container .swiper .pagination-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#catalogo .catalogo-container .category .products-container .swiper .pagination-header .swiper-button-next,
#catalogo .catalogo-container .category .products-container .swiper .pagination-header .swiper-button-prev {
  position: relative;
  width: auto;
  margin: 0;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  color: #696969;
}
#catalogo .catalogo-container .category .products-container .swiper .pagination-header .swiper-button-next::after,
#catalogo .catalogo-container .category .products-container .swiper .pagination-header .swiper-button-prev::after {
  display: none;
}
#catalogo .catalogo-container .category .products-container .swiper .pagination-header span {
  margin: 0 4px;
  color: #696969;
}
#catalogo .catalogo-container .category .bttns-container {
  margin-top: 1rem;
  padding: 0 10px;
}
#catalogo .catalogo-container .category .bttns-container button, #catalogo .catalogo-container .category .bttns-container a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.5rem;
  font-family: "Basic Grotesque Pro Bold", sans-serif;
  text-align: left;
  color: #4b937b;
  border: none;
  background-color: #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
}
#catalogo .catalogo-container .category .bttns-container button span.icon, #catalogo .catalogo-container .category .bttns-container a span.icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#catalogo .catalogo-container .category .bttns-container button span.icon::after, #catalogo .catalogo-container .category .bttns-container a span.icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 20px;
  color: #000000;
}
#catalogo .catalogo-container .category .bttns-container button:not(:last-of-type), #catalogo .catalogo-container .category .bttns-container a:not(:last-of-type) {
  margin-bottom: 1rem;
}
#catalogo .catalogo-container .category.aserradero h3 {
  color: #7b684d;
}
#catalogo .catalogo-container .category.aserradero .products-container .swiper .img-container {
  border: 1px solid #7b684d;
}
#catalogo .catalogo-container .category.aserradero .products-container .swiper .text-container {
  border: 1px solid #7b684d;
}
#catalogo .catalogo-container .category.aserradero .products-container .swiper .text-container h4 {
  color: #7b684d;
}
#catalogo .catalogo-container .category.aserradero .bttns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
}
#catalogo .catalogo-container .category.aserradero .bttns-container button, #catalogo .catalogo-container .category.aserradero .bttns-container a {
  background-color: #28654b;
  color: #FFFFFF;
  font-family: "Basic Grotesque Pro Regular", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.7rem;
  cursor: pointer;
}

/*** BREAK ***/
#break {
  padding: 50px 10vw 175px;
  text-align: center;
}
#break h1 {
  font-size: 3rem;
  color: white;
  white-space: pre-line;
  margin-bottom: 2rem;
}
#break a {
  padding: 12px 20px;
  color: #FFFFFF;
  background-color: #4b937b;
  border-radius: 20px;
}

/*** CONTACT ***/
#contact {
  padding: 50px 10vw;
  background: #5AB093;
  background: linear-gradient(180deg, rgb(90, 176, 147) 0%, rgb(41, 100, 74) 100%);
}
#contact .img-bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 33.33%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
  padding-top: 2rem;
}
#contact .section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contact .section-title h1 {
  color: #FFFFFF;
}
#contact .section-title img {
  height: 50px;
}
#contact .wpcf7 {
  width: 100%;
}
#contact .form-container {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#contact .form-container input,
#contact .form-container textarea {
  border: 1px solid white;
  padding: 8px 25px;
  color: #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}
#contact .form-container input::-moz-placeholder, #contact .form-container textarea::-moz-placeholder {
  color: #FFFFFF;
}
#contact .form-container input::placeholder,
#contact .form-container textarea::placeholder {
  color: #FFFFFF;
}
#contact .form-container input[type=submit] {
  padding: 8px 50px;
  color: #FFFFFF;
  background-color: #7bd5b7;
  color: #194331;
  border-radius: 20px;
  margin-bottom: 0px;
  border: none;
  width: auto;
}
#contact .block h2 {
  color: #d8b868;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#contact .block p {
  color: #FFFFFF;
}
#contact .block a {
  color: white;
}
#contact .block.phone .social {
  display: inline-block;
  margin-left: 1rem;
}
#contact .block.phone .social a {
  margin-right: 10px;
  font-size: 1.2rem;
}

/***** FOOTER *****/
footer {
  padding: 15px 0;
  background-color: #000000;
}
footer p {
  color: #FFFFFF;
  margin: 0;
}

/***** RESPONSIVE *****/
@media (max-width: 1199px) {
  #nosotros .content {
    height: 550px;
  }
}
@media (max-width: 991px) {
  /***** GENERAL *****/
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .title {
    font-size: 2rem;
  }
  #nav .container .d-flex ul.nav-links {
    display: none;
  }
  #nav button {
    background-color: transparent;
    border: none;
    z-index: 99;
    cursor: pointer;
  }
  #nav button i {
    color: #123023;
    font-size: 30px;
  }
  menu {
    width: 100%;
    padding: 0 10%;
    margin-right: -100%;
  }
  menu button.close-nav i {
    font-size: 28px;
  }
  menu .menu-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  menu .menu-content ul.menu-list {
    text-align: center;
  }
  menu .menu-content ul.menu-list li a.menu-item {
    font-size: 28px;
  }
  menu .menu-content ul.menu-list::before {
    left: 50%;
    transform: translateX(-50%);
  }
  menu .menu-content ul.menu-list::after {
    left: 50%;
    transform: translateX(-50%);
  }
  /***** HEADER *****/
  header {
    margin-top: 100px;
  }
  header .swiper .swiper-slide .text-container {
    justify-content: center;
  }
  header .swiper .swiper-slide .text-container h1 {
    font-size: 2.5rem;
  }
  /*** NOSOTROS ***/
  #nosotros .content {
    height: auto;
  }
  #nosotros .content .img-container {
    display: none;
  }
  #nosotros .content .text-container {
    width: 100%;
    padding: 30px 4vw 30px 4vw;
  }
  /*** ORIGEN ***/
  #origen .col-lg-6 {
    margin-bottom: 2rem;
  }
  /*** IDENTIDAD ***/
  #identidad .identidad-container {
    min-height: auto;
    margin-bottom: 1rem;
  }
  #identidad .identidad-container img {
    height: 50px;
    width: 50px;
  }
  /*** SERVICIOS ***/
  #servicios {
    padding: 50px 10vw;
  }
  #servicios .section-excerpt img.img-bg {
    display: none;
  }
  #servicios .section-excerpt .bullets h2 {
    text-align: center;
  }
  #servicios .section-services img.img-bg1 {
    display: none;
  }
  #servicios .section-services img.img-bg2 {
    display: none;
  }
  /*** ABASTECIMIENTO ***/
  #abastecimiento .section-supplying .img-bg img {
    display: none;
  }
  /*** CATALOGO ***/
  #catalogo {
    padding: 50px 10vw;
    background-color: #f5f5f5;
  }
  #catalogo .section-title h1 {
    margin-bottom: 2rem;
  }
  #catalogo .catalogo-container .category h3 {
    white-space: normal;
  }
  #catalogo .catalogo-container .category h3 span {
    font-size: 1.5rem;
  }
  #catalogo .catalogo-container .category:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  #catalogo .catalogo-container .category .excerpt {
    padding: 0;
    text-align: center;
  }
  #catalogo .catalogo-container .category .excerpt .text.collapsed {
    max-height: auto;
  }
  #catalogo .catalogo-container .category .excerpt .text.expanded {
    max-height: auto;
  }
  #catalogo .catalogo-container .category .excerpt button.toggle-btn {
    display: none;
  }
  #catalogo .catalogo-container .category .products-container .swiper .img-container {
    height: 250px;
  }
  #catalogo .catalogo-container .category .products-container .swiper .img-container img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px;
  }
  #catalogo .catalogo-container .category .products-container .swiper .text-container p {
    min-height: auto;
  }
  #catalogo .catalogo-container .category .bttns-container button, #catalogo .catalogo-container .category .bttns-container a {
    font-size: 1.2rem;
  }
  #catalogo .catalogo-container .category.aserradero .bttns-container {
    height: auto;
  }
  /*** BREAK ***/
  #break {
    padding: 50px 10vw 125px;
  }
  #break h1 {
    font-size: 2rem;
    white-space: normal;
  }
  /*** CONTACT ***/
  #contact .img-bg {
    display: none;
  }
  #contact .section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #contact .section-title h1 {
    color: #FFFFFF;
  }
  #contact .section-title img {
    height: 50px;
  }
  #contact .form-container {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  #contact .form-container input,
  #contact .form-container textarea {
    border: 1px solid white;
    padding: 8px 25px;
    color: #FFFFFF;
    margin-bottom: 10px;
    width: 100%;
  }
  #contact .form-container input::-moz-placeholder, #contact .form-container textarea::-moz-placeholder {
    color: #FFFFFF;
  }
  #contact .form-container input::placeholder,
  #contact .form-container textarea::placeholder {
    color: #FFFFFF;
  }
  #contact .form-container input[type=submit] {
    padding: 8px 50px;
    color: #FFFFFF;
    background-color: #7bd5b7;
    color: #194331;
    border-radius: 20px;
    margin-bottom: 0px;
    border: none;
    width: auto;
  }
  #contact .block h2 {
    color: #d8b868;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  #contact .block p {
    color: #FFFFFF;
  }
  #contact .block a {
    color: white;
  }
  #contact .block.phone .social {
    display: inline-block;
    margin-left: 1rem;
  }
  #contact .block.phone .social a {
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  /***** GENERAL *****/
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=main.css.map */