#main {
  padding: 0;
  margin: 0; }
  #main > .wf-wrap {
    padding: 0;
    margin: 0;
    width: 100%; }

section#company-navigation {
  background: #eee;
  padding: 1.6em; }
  section#company-navigation a {
    color: var(--color-primary); }

section#company-header {
  font-size: 1.1em; }
  section#company-header h1 {
    margin-bottom: 0; }
  section#company-header .lead {
    font-size: 1.1em; }
  section#company-header img {
    display: block;
    max-height: 180px;
    margin: 0 auto; }
  section#company-header .columns {
    align-items: center;
    padding: 2em 0; }
  section#company-header #company-attributes {
    font-size: 0.9em; }
  section#company-header ul i {
    width: 1em;
    text-align: center;
    opacity: 0.4; }

section#company-about {
  padding: 3em 0; }
  section#company-about h2 {
    margin-bottom: 1.6rem; }
  section#company-about p {
    margin-bottom: 1rem; }

section#company-location {
  color: #fff;
  font-size: 1.1em; }
  section#company-location table {
    margin: 1em 0; }
  section#company-location address {
    margin-bottom: 1em; }
  section#company-location ul i {
    width: 1.4em;
    text-align: left;
    opacity: 0.6; }
  section#company-location .columns {
    align-items: center; }
  section#company-location #company-address-map {
    transform: translateY(-30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }

section#company-header table th,
section#company-header table td,
section#company-location table th,
section#company-location table td {
  text-align: left;
  min-width: 180px;
  vertical-align: top;
  padding: 0.2em 0; }

li.lslide img {
  width: 100%; }

.lightgallery .lSSlideOuter {
  margin-bottom: 15px; }

.lSPager.lSGallery li {
  height: 100%; }

#company-operations-slider {
  width: 100%;
  color: #fff;
  padding-bottom: 0 !important;
  height: 380px !important;
  margin-bottom: 1em; }
  #company-operations-slider article {
    width: 100%;
    padding: 0 2em;
    background-size: cover;
    background-position: center;
    height: 380px !important;
    display: flex;
    align-items: center;
    justify-content: stretch; }
    #company-operations-slider article div {
      width: 100%; }
    #company-operations-slider article.active .fancy-title {
      opacity: 0;
      animation: fadeInDown 1s ease;
      animation-delay: 0.4s;
      animation-fill-mode: forwards; }
      #company-operations-slider article.active .fancy-title:after {
        animation: fadeInLeft 1s ease;
        animation-delay: 0.6s;
        opacity: 0;
        animation-fill-mode: forwards; }
    #company-operations-slider article.active .fancy-subtitle {
      animation: fadeInUp 1s ease;
      animation-delay: 1.4s;
      opacity: 0;
      animation-fill-mode: forwards; }
  #company-operations-slider .fancy-title {
    display: inline-block;
    font-size: 2.8em;
    max-width: 80%;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    color: #fff; }
    #company-operations-slider .fancy-title:after {
      content: "";
      display: block;
      height: 5px;
      margin-top: 20px;
      width: 100%;
      background: var(--color-accent); }
  #company-operations-slider .fancy-subtitle {
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    max-width: 80%; }

section#companies-header {
  padding: 6vw;
  background-size: cover;
  background-position: center 70%; }

div#companies-header-form {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  display: flex;
  margin: 0 auto;
  font-size: 0;
  width: 70%; }

div#companies-header-form * {
  padding: 0.4em 1em;
  font-size: 1.2rem;
  border: 0;
  margin: 0;
  line-height: 100%;
  box-sizing: border-box;
  height: 3em; }

div#companies-header-form #companies-header-form-search {
  flex: 4; }

div#companies-header-form #companies-header-form-select {
  flex: 4;
  border-left: 1px solid rgba(128, 128, 128, 0.2); }

div#companies-header-form #companies-header-form-submit {
  flex: 1;
  transition: 0.2s ease all; }

section#companies-home {
  padding: 2em 0; }

section#companies-stats {
  padding: 2em 0; }

section#companies-list .grid-container {
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2em;
  margin-bottom: 3em; }
  @media screen and (min-width: 512px) {
    section#companies-list .grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 778px) {
    section#companies-list .grid-container {
      grid-template-columns: repeat(3, 1fr); } }

section#companies-list .card {
  width: 100%; }
  section#companies-list .card-body {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.4em;
    padding-bottom: 1.4em; }
    section#companies-list .card-body i.fa {
      width: 1em;
      opacity: 0.4; }
    section#companies-list .card-body a {
      word-break: break-all; }
  section#companies-list .card-thumbnail {
    height: auto;
    width: 100%; }
    @media screen and (min-width: 778px) {
      section#companies-list .card-thumbnail {
        height: 220px; } }
    section#companies-list .card-thumbnail a {
      padding: 0;
      font-size: 0;
      display: block;
      width: 100%;
      height: 100%; }
    section#companies-list .card-thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

section#companies-list h2 {
  line-height: 1em; }

section#companies-list ul li {
  margin: 0; }
  section#companies-list ul li a:hover {
    text-decoration: underline; }

section#companies-list .tags {
  margin-top: 1em; }

section#companies-pagination {
  margin-bottom: 3em;
  text-align: right; }

#company-address-map {
  padding-top: 60%; }

.company-button {
  display: inline-block;
  color: var(--color-secondary);
  padding: 0.3em 0.5em;
  border: 1px solid var(--color-secondary);
  text-decoration: none;
  border-radius: 3px;
  margin-bottom: 0.4em; }
  .company-button:hover {
    color: inherit; }

.post-type-archive-unam-operation .pagination_section {
  margin-bottom: 3em; }
