/*!
 * 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;
  }
}
#comunicados #banner {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
#comunicados #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);
}
#comunicados #banner .section-title h1 {
  color: #FFFFFF;
}
#comunicados #archive .boxes {
  margin-top: -30px;
}
#comunicados #archive .box {
  margin-top: 30px;
}
#comunicados #archive .box .img-container {
  position: relative;
  height: 225px;
  margin-bottom: 1rem;
}
#comunicados #archive .box .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#comunicados #archive .box .com-content p.date {
  margin-bottom: 0;
}
#comunicados #archive .box .com-content p.date a {
  color: #636b6f;
}
#comunicados #archive .box .com-content h2.title {
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 1rem;
  color: #636b6f;
}
#comunicados #archive .box .com-content h2.title a {
  color: #636b6f;
}
#comunicados #archive .box .com-content p.excerpt {
  font-size: 14px;
  line-height: 1.4;
  height: calc(14px * 1.4 * 3);
  overflow: hidden;
}
#comunicados #archive .box .com-content a.more {
  background-color: #a3ad33;
  width: 100%;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 4px 10px;
  transition: 300ms ease all;
}
#comunicados #archive .box .com-content a.more:hover {
  background-color: #999b2a;
}
#comunicados #single-content .section-title p.date {
  margin-bottom: 0;
}
#comunicados #single-content .section-title h1 {
  margin: 0;
  margin-bottom: 2rem;
}
#comunicados #single-content img {
  max-width: 100%;
  height: auto;
}
#comunicados #related {
  background-color: #f2f2f2;
}
#comunicados #related .section-title h1 {
  margin: 0;
}

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

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

  #comunicados #archive .box .com-content p.date {
    text-align: center;
  }

  #comunicados #archive .box .com-content h2.title {
    text-align: center;
  }

  #comunicados #single-content .section-title {
    text-align: center;
  }

  #comunicados #related .section-title h1 {
    text-align: center;
  }
}

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