/*
 * Globals
 */

/*body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}*

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans');
*{
    font-family: 'Noto Sans', sans-serif;
}*/

@font-face {
    font-family: 'Gill Sans';
    src: url('/assets/fonts/Gill Sans MT Normal.ttf');
}

@font-face {
    font-family: 'Gill Sans Condensed';
    src: url('/assets/fonts/Gill Sans MT Condensed.ttf');
}


.container, footer{
    font-family: 'Gill Sans', sans-serif;
}

nav{
    font-family: 'Gill Sans Condensed', sans-serif !important;
} 

.navbar-brand h1{
    font-size: 2.4em !important;
}



@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

/*@media (min-width: 320px) and (max-width: 780px) {
  .blog-masthead {
      height: 7em !important;
    }
    #logomarvid{
        width: 60% !important;
    }
}*/

@media (min-width: 320px) and (max-width: 770px) {
  .blog-masthead {
      height: 7em !important;
    }
    #mssg{
        display: none;
    }
    #reniecyt{
        display: none;
    }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: rgba(139, 69, 19, 1) !important;
  height: 9em;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #dadada;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #000;
  text-align: center;
  background-color: #9A9A9A;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.space {
   margin-bottom: 1em;
}


/* organigrama */
.organigrama * {
  margin: 0px;
  padding: 10px;
}

.organigrama ul {
  padding-top: 20px;
  position: relative;
}

.organigrama li {
  float: left;
  text-align: center;
  list-style-type: none;
  padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before,
.organigrama li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 50%;
  border-top: 1px solid #8b4513;
  width: 70%;
  height: 20px;
}

.organigrama li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #8b4513;
}

.organigrama li:only-child::before,
.organigrama li:only-child::after {
  display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before,
.organigrama li:last-child::after {
  border: 0 none;
}

.organigrama li:last-child::before {
  border-right: 1px solid #8b4513;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #8b4513;
  width: 0;
  height: 20px;
}

.organigrama li a {
  border: 1px solid #8b4513;
  padding: 1em 0.75em;
  text-decoration: none;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: arial, verdana, tahoma;
  font-size: 1em;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
  border: 1px solid #fff;
  color: #ffff;
  background-color: rgba(163, 84, 4, 0.87);
  display: inline-block;
}

.organigrama>ul>li>a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama>ul>li>ul>li>a {
  width: 8em;
}

/*! Flags @author Josué of Vlim */
.flags-of-lenguage{
  margin-right: 0px;
  list-style: none;
}
.flags-of-lenguage li{
  list-style: none;
  text-align: center;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all .4s ease-in;
}
.flags-of-lenguage li:hover{
  background: rgba(0, 0, 0, 0.2)
}
.flags-of-lenguage li p{
  font-size: 15px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.flags-of-lenguage li img{
  width: 60px;
}
.language img{
  height: 40px !important;
}

@media only screen and (max-width: 600px){
    #texto-pireqa{
        font-size: 0.7em !important;
    }
}