/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: url("../images/bg1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.panel-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p,
.xq_guitarra li {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}
.panel-body {
  font-size: 1.25em;
}
.panel-default > .panel-heading {
  border: 1px solid #578b35;
}
hr {
  max-width: 400px;
  margin: 20px auto;
  /*border-color: #999999;*/
  border-color: #578b35;
  border-width: medium;
}
.video {
  display: block;
  margin: 10px auto;
}
.brand,
.address-bar {
  display: none;
}

a.navbar-brand {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  color: #578b35 !important;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
.navbar-nav li {
  color: #578b35 !important;
}

.img-full {
  min-width: 100%;
}

.brand-before,
.brand-name {
  text-transform: capitalize;
}

.brand-before {
  margin: 15px 0;
}

.brand-name {
  margin: 0;
  font-size: 4em;
}

.tagline-divider {
  margin: 15px auto 3px;
  max-width: 250px;
  border-color: #999999;
}

.box {
  margin-bottom: 20px;
  padding: 30px 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.intro-text {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 1px;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #578b35 solid 2px;
}
.img-ml-0 {
  margin-left: 0 !important;
}
.img-mr-0 {
  margin-right: 0 !important;
}
.img-mt-0 {
  margin-top: 0 !important;
}
.img-mb-0 {
  margin-bottom: 0;
}

.img-radius {
  border-radius: 30px;
}

.img-left {
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}
.img-right {
  float: right;
  margin-left: 25px;
  margin-right: 25px;
}
footer {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

footer p {
  margin: 0;
  padding: 50px 0;
}

footer .contact-info a {
  color: #578b35;
}
footer .contact-info a:hover {
  color: #578b35;
  opacity: 0.8;
}

.social-networks {
  display: flex;
  font-size: 28px;
  justify-content: center;
  margin-bottom: 50px;
}
.social-networks a {
  color: #578b35;
  margin: 0 5px;
}

.xq_guitarra li {
  display: block;
}

.xq_guitarra li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 16px;
  float: left;
  margin-top: 2px;
  margin-left: -17px;
  color: #578b35;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #578b35;
  border-color: #578b35;
  color: white;
}
.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus,
.back-to-top:visited {
  background-color: #578b35;
  border-color: #315917;
  color: white;
}

#myCarousel .carousel-inner img {
  margin: 0 auto;
}

.foto {
  max-height: 500px;
}

.articulo {
  max-height: 1000px;
}

#myCarousel.carousel .carousel-indicators > li {
  background-color: #578b35;
  border: 1px solid #2c4f16;
}

.banner {
  text-align: center;
}

.mg-b-50 {
  margin-bottom: 50px;
}
.mg-t-50 {
  margin-top: 50px;
}

.video-evento {
  margin-top: 20px;
}

.space-arround-container {
  display: flex;
  align-self: stretch;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
  }

  .top-divider {
    margin-top: 0;
  }
  .img_radius {
    border-radius: 30px;
  }

  .img-left {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
  }
  .img-right {
    float: right;
    margin-left: 25px;
    margin-right: 25px;
  }

  .address-bar {
    display: inherit;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 1.65em;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-header {
    display: none;
  }

  .navbar {
    min-height: 0;
  }

  .navbar-default {
    border: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
  }

  .nav > li > a {
    padding: 35px 18px;
  }

  .navbar-nav > li > a {
    line-height: normal;
  }
  .navbar-nav li a {
    color: #578b35 !important;
  }

  .navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 14px;
  }
  .texto-bienvenida {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .box:after {
    content: "";
    display: table;
    clear: both;
  }
  .texto-bienvenida {
    margin-top: 60px;
  }
  br.br-none {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  iframe {
    width: 100% !important;
  }
}

a.navbar-brand {
    height: 135px;
    line-height:�32px;
}

.brand {
  margin: 0 20px;
}
