/*!
 * CSS Stylesheet para Ejido
 * Made by microcode
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
body {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

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

.decimal-list-style {
  margin-left: 15px;
}
.decimal-list-style li {
  list-style: decimal;
}

.alpha-list-style {
  margin-left: 15px;
}
.alpha-list-style li {
  list-style: lower-alpha;
}

a:hover {
  text-decoration: none;
}

.container-fluid div[class^=col] {
  padding: 0;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

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

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

.transition {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}

.custom-btn {
  color: #FFFFFF;
  font-size: 16px;
}
.custom-btn:hover {
  text-shadow: #000000 2px 3px 3px;
  color: #FFFFFF;
}
.custom-btn i {
  transform: rotate(45deg);
}

/* 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;
}

/* WORDPRESS */
.aligncenter {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cover {
    min-height: 115vh !important;
  }
  .cover .filter-rgt-to-lft {
    min-height: 115vh !important;
  }
  .cover .info {
    width: 100% !important;
    margin-top: 0 !important;
    right: -10% !important;
  }

  .main-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cover {
    clip-path: none !important;
  }
}
/* NAVBAR */
.navbar-brand img {
  position: relative;
  z-index: 100;
  width: 80px;
  height: auto;
}

.navbar-toggle {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .navbar {
    height: 100px;
    margin: 0;
  }
  .navbar .container, .navbar .navbar-collapse, .navbar .nav {
    height: 100% !important;
  }
  .navbar .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }
  .navbar .nav li:nth-child(1) {
    border-left: 1px solid #000;
  }
  .navbar .nav li {
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .navbar .nav .active {
    font-weight: bold;
  }
  .navbar .nav .active a {
    background-color: #fff !important;
  }
}
@media (max-width: 768px) {
  .navbar {
    margin-bottom: 0;
  }

  .navbar, .navbar-header {
    min-height: 100px;
  }
}
/* FOOTER */
footer {
  min-height: 200px;
  background-color: #a3ad33;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p, footer a {
  color: #fff;
}
footer a:hover, footer a:focus, footer a:active {
  color: #999b2a;
}
footer div[class^=col] {
  height: 150px;
}
footer .logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999b2a;
}
footer .logo img {
  max-width: 30%;
}
footer .sections-list li {
  padding: 5px 0;
}
footer .contact {
  font-size: 2em;
}
footer .contact a {
  padding: 0 10px;
}

@media screen and (max-width: 575px) {
  footer .container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
#fabrica {
  background: #faf6f4;
}
#fabrica #banner {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  background: #51745c;
  background: linear-gradient(208deg, #51745c 0%, #304735 100%);
}
#fabrica #banner .section-title {
  text-align: center;
  height: 35vh;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
#fabrica #banner .section-title h1 {
  color: #FFFFFF;
}
#fabrica article.recamara {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
#fabrica article.recamara:first-of-type {
  margin-top: 100px;
}
#fabrica article.recamara .title {
  margin-top: 25px;
}
#fabrica article.recamara .title h1 {
  color: #000000;
  margin: 0;
  padding: 50px;
  background-color: #f2f2f2;
}
#fabrica article.recamara .gallery-container {
  position: relative;
  width: 50%;
  margin-right: 10%;
  z-index: 1;
}
#fabrica article.recamara .gallery-container ul {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#fabrica article.recamara .gallery-container ul.lightSlider {
  height: 450px;
}
#fabrica article.recamara .gallery-container ul.lSGallery {
  height: 100px;
}
#fabrica article.recamara .gallery-container ul li {
  position: relative;
  width: 100%;
  height: 100%;
}
#fabrica article.recamara .gallery-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#fabrica article.recamara .gallery-container .lSPager img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  transition: 300ms ease all;
}
#fabrica article.recamara .gallery-container .lSPager li.active img,
#fabrica article.recamara .gallery-container .lSPager li:hover img {
  -webkit-filter: none;
  filter: none;
  transition: 300ms ease all;
}
#fabrica article.recamara .gallery-container a.lSPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: black;
  background-image: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 10;
}
#fabrica article.recamara .gallery-container a.lSPrev i {
  font-size: 20px;
}
#fabrica article.recamara .gallery-container a.lSNext {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  opacity: 1;
  background-color: black;
  background-image: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 10;
}
#fabrica article.recamara .gallery-container a.lSNext i {
  font-size: 20px;
}
#fabrica article.recamara .gallery-container::before {
  position: absolute;
  display: block;
  content: "";
  height: 100px;
  width: 175px;
  top: -20px;
  right: -30px;
  background: #e9bd94;
  background: linear-gradient(207deg, #e9bd94 0%, #e39a64 100%);
  z-index: 0;
}
#fabrica article.recamara .gallery-container::after {
  position: absolute;
  display: block;
  content: "";
  height: 175px;
  width: 135px;
  bottom: -20px;
  left: -40px;
  background: #51745c;
  background: linear-gradient(208deg, #51745c 0%, #304735 100%);
  z-index: -1;
}
#fabrica article.recamara:nth-of-type(even) {
  flex-direction: row-reverse;
}
#fabrica article.recamara:nth-of-type(even) .gallery-container {
  margin: 0;
  margin-left: 10%;
}
#fabrica article.recamara:nth-of-type(even) .gallery-container::before {
  right: auto;
  left: -30px;
}
#fabrica article.recamara:nth-of-type(even) .gallery-container::after {
  left: auto;
  right: -30px;
}

@media (max-width: 991px) {
  .h1, h1 {
    font-size: 25px;
  }

  .h2, h2 {
    font-size: 22px;
  }

  #fabrica article.recamara {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
  }
  #fabrica article.recamara:first-of-type {
    margin-top: 50px;
  }
  #fabrica article.recamara:nth-of-type(even) {
    flex-direction: column;
  }
  #fabrica article.recamara .gallery-container {
    width: 100%;
    margin: 0;
  }
  #fabrica article.recamara .gallery-container ul.lightSlider {
    height: 350px;
  }
}

/*# sourceMappingURL=main.css.map */
