/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Raleway', sans-serif;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lora', serif;
    margin-bottom: 10px;
}

ul{
    margin-left: 25px;
}

img{
    max-width: 100%;
}


button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
  margin: 0 auto;
}
button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

@supports (display: grid) {
  body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.625rem;
    grid-template-areas: ". main main ." ". main main .";
  }

  #container {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
}


#abecedario .grid{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-content: center;
}
#abecedario .headerImg{
    width: 100%;
    text-align: center;
}

.letra{
    /* border: 1px solid #e4e2e2; */
    padding: 10px;
    border-radius: 5px;
    height: 295px;
    margin: 5px;
    transition: all .2s;
}

.letra:hover{
    height: 300px;
    margin: 0px;
    box-shadow: 0 8px 17px 0 rgba(100, 100, 100, 0.1), 0 6px 20px 0 rgba(200, 200, 200, 0.1);
    cursor: pointer;
}


.fullscreen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden{
    display: none;
}
.overflowHidden{
    overflow: hidden;
}


#intro .content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
    min-height: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#intro .content > div{
    text-align: center;
}

#abecedario .footer{
    width: 100%;
    background: #404040;
    margin-top: 30px;
    color: #fff;
    padding: 20px;
}
#abecedario .footer .logos{
    display: flex;
    justify-content: space-around;
}

/* *** INFO *** */
#info{
    background: #3c3b48f7;
    color: #fff;
    overflow: auto;
}
#info .content{
    margin: 0 auto;
    min-height: 100%;
    max-width: 800px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title{
    font-family: 'Lora', serif;
    font-size: 42px;
    margin-bottom: 20px;
}
.cuerpo{
    font-size: 20px;
    margin-bottom: 60px;
}

.cerrar{
    position: fixed;
    margin: 0 auto;
    bottom: 10px;
    background: #282936;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    color: #8e8d8d;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cerrar:hover{
    cursor: pointer;
    color: #fff;
}

#abrirBibliografia{
    margin: 0 auto;
    background: #282936;
    text-align: center;
    color: #8e8d8d;
    color: #fff;
    width: 70px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}
#abrirBibliografia:hover{
    cursor: pointer;
    color: #fff;
}

#bibliografia{
    background: #fffffff2;
    color: #000;
    overflow: auto;
}
#bibliografia .content{
    padding: 30px;
}

@media only screen and (min-width: 885px) {

}
