/*!
Theme Name: UANL
Theme URI: http://uanl.mx/
Author: UANL
Author URI: http://uanl.mx/
Description: Tema desarrollado para la UANL.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: uanl

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.m-0 {
  margin: 0 !important;
}
.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#top_bar,
.top-bar {
  background-color: #f4f2ed;
}
.uanl-title-to-site {
  font-family: "Times New Roman", serif;
  margin-top: 1.1rem;
  margin-bottom: 0;
}
.uanl-title-to-site a {
  color: #333333;
}
.site_title_short {
  font-size: 38px !important;
}
.social-top-bar {
  float: right;
}
#data_target_menu_redes_sociales {
  min-width: 50px;
}
.site_tab {
  background-color: #004a8f;
  color: #fbc43d;
  width: 35px;
  height: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
}
.site_tab:hover {
  background-color: #003a71;
  color: #fbc43d;
}
.site_tab.in_sm {
  display: block;
  width: 100%;
  height: 45px;
  top: 0;
  position: relative;
  overflow: hidden;
}
.site_tab img {
  display: block;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 8px;
}
.site_tab.in_sm img {
  position: relative;
  width: 140px;
  display: block;
  margin: 10px auto 0;
  top: auto;
  left: auto;
  display: block;
}
.slider-principal.owl-carousel .owl-nav button.owl-prev {
  left: 35px !important;
}
/**querie for Alphabetic Menu*/
@media (max-width: 989px) {
  div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
  }

  div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }

  div.scrollmenu a:hover {
    background-color: #cf7640;
  }
}
.listado-documentos-relacionados li:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #aaaaaa;
  display: inline-block;
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}
