body{
    font-family: 'Poiret One', cursive;
    font-size: 22px;
    color: #4C4D4B;
}
h1{
    font-family: 'Playfair Display', serif;
    font-size: 35px;
}
h2, h3, h4{
    font-family:  'Playfair Display', serif;
    font-size: 40px;
}
h5{
    font-family: 'asapbold';
	color: #008176;
}
h6{
    font-family: 'Playfair Display';
    font-size: 35px;
    color: #646858;
}
ul.collapsible  > li {
    list-style-type:none !important;
}
#main > div{
    background-color: #A3C8C5;

}
#main > div:nth-child(2) div{
    padding: 0 18%;
}
#main > div h1{
    padding-bottom: 5px;
    color: #008176;
    border-bottom: 1px solid #008176;
}
div.section:nth-child(1){
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/cabezal.jpg) no-repeat;
    height: 400px;
    color: #FFF;
    font-size: 18px;
}
#content article img.responsive-img{


}
.cite{
    font-size: 14px;
    padding: 30px;
    text-align: center;
}
#content header div.s12:nth-child(1) > div{
    text-align: right;
}
#content dl dt{
    font-weight: bold;
    color: #007877;
    font-size: 20px;
}
#content dl dd{
    margin: 0 0 0 10px;
}
strong {
    font-weight: bold;
}
/*#content dl dd{
    opacity: 0;
    transition: opacity 3s;
}*/
div #actividad{
	font-family: 'Playfair Display';
    font-size: 22px;
    color: #383D39;
}
footer.page-footer{
    background-color: #008A87;
}
footer.page-footer div.row > div:nth-child(2){
    text-align: right;
}
@media(max-width:600px){
    #main > div:nth-child(2) div{
        padding: 20px 10%;
        margin-top: 100px;
    }
}
@media(max-width:468px){
    footer.page-footer div.row > div{
        text-align: center;
    }
}
