/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
16 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: "proxima-nova",sans-serif;
  color: white;
  background-color: #F1F5F9;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 15px 25px 15px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 15px 15px 15px;
    font-size: 20px;
    line-height: 1.6;
  }
}
p.introduccion {
  margin: 0 15px 25px 15px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  /*text-align: justify;*/
}
p.comparte-relato{
  color: #666;
  font-size: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.2);
}
.fa{
  padding: 10px;
  font-size: 25px;
}

.fa:hover {
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comillas-relato{
  width:50%;
  margin-right: 50px;
  float:right;
}
@media (max-width: 990px) {
    .comillas-relato{
      display: none;
    }
  }

a {
  color: #42DCA3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family:  "proxima-nova",sans-serif;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/bg-11relatosdel11.png) no-repeat bottom center scroll;
  /* background-attachment: fixed; */
  background-color: black;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .titulo-heading {
  font-size: 40px;
  padding-bottom: 90px;
  text-shadow: 2px 2px rgba(154, 0, 0, 0.5);
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .titulo-heading {
    font-size: 50px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.content-section {
  padding: 50px 0;
}

.box-relato{
  background-color: white;
  color: black;
  font-size: 18px;
  border-radius: 0.25em;
  border: 1px solid #d7e4ed;
  /*overflow: hidden;*/
  /*max-width: 1100px;*/
  /*margin: 0 150px;*/
}
.box-biografia{
  background-color: rgba(0, 0, 0, 0.7);
  height: auto;
  bottom: 0;
  position: absolute;
}
/*.foto-relatores{
  width: 100%;
  max-height: 500px;
  background-size: cover;
}*/
.foto{
  height: 500px;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
  transform: scale(1);
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);  */
}

.foto:hover{
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*-webkit-filter: grayscale(0%);
  filter: grayscale(0%); */
}

.white-box{
  overflow-y: scroll;
  height: 500px;
  padding-right: 0px;
}

.box-biografia{
  background-color: rgba(0,0,0,0.7);
  padding: 15px;
  width: 100%;
  text-align: center;
}

h2.cuna-relato{
  color: white;
  background-color: black;
  padding: 10px;
  font-size: 22px;
  font-weight: 100;
  margin: 20px 0px 30px 10px;
}

h2.nombre-relator, h2.texto-cuna{
  color: black;
  text-align: center;
}

h2.texto-cuna{
  font-size: 26px;
  margin: 25px 100px;
}

h3.biografia{
  font-size: 18px;
  margin-left: 15px;
  margin-bottom: 20px;
  color: #fff;
}
h3.nombre-relator{
  font-size: 16px;
}

p.credito-foto{
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

.white-box > p{
  font-size: 18px;
  line-height: 1.6;
  color: #111;
}

.white-box > p::selection{
  text-shadow: none;
  background: rgba(100,100,100,0.2);
}

.white-box > p::-moz-selection{
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(100,100,100,0.2);
}

@media (max-width: 425px) {
    .intro{
    height: 500px;
    max-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    }
    .intro .intro-body .titulo-heading{
      font-size: 45px;
    }
    h2.texto-cuna{
      font-size: 16px;
      margin: 10px;
    }
    h3.biografia{
      margin-left: 15px;
    }
    p.introduccion{
      font-size: 16px;
      line-height: 1.4;
    }
    p.credito-foto{
      font-size: 16px;
      line-height: 1.4;
    }
    p.texto-relato{
      font-size: 16px;
      line-height: 1.4;
      }
      .white-box{
        overflow-y: hidden;
        height: auto;
        padding: 10px;
      }
      .box-relato{
        width: 100%;
      }
}

hr{
  margin-top: 30px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(96,125,139,0.8);
  max-width: 1200px;
}

@media (min-width: 767px) {
  .content-section {
    padding-top: 50px;
  }
}

footer {
  padding: 50px 0;
  background-color: black;
}
footer p {
  margin: 0;
}

p::-moz-selection {
  text-shadow: none;
  background: rgba(100,100,100,0.2);
}

p::selection {
  text-shadow: none;
  background: rgba(100,100,100,0.2);
}

::-moz-selection {
  text-shadow: none;
  background: rgba(100,100,100,0.2);
}
::selection {
  text-shadow: none;
  background: rgba(100,100,100,0.2);
}


img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
