body{
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    color: #4C4D4B;
}
h1{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
}
h2, h3, h4{
    font-family:  'Playfair Display', serif;
    font-size: 40px;
}
h5{
    font-family: 'asapbold';
	color: #D49E55;
}
h6{
    font-family: 'Playfair Display';
    font-size: 30px;
    color: #D49E55;
}
#main > div{
    background-color: #6A102C;

}
#main > div:nth-child(2) div{
    padding: 0 18%;
}
#main > div h1{
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #EBE6D4;
}
#main > div {
	font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #D49E55;
}
div.section:nth-child(1){
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/cabezalestado.jpg) no-repeat;
    height: 400px;
    color: #FFF;
    font-size: 18px;
}
#content article img.responsive-img{


}
.cite{
    font-size: 14px;
    padding: 30px;
}
#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;
}
/*#content dl dd{
    opacity: 0;
    transition: opacity 3s;
}*/
div #actividad{
	font-family: 'Playfair Display';
    font-size: 22px;
    color: #D49E55;
}

footer.page-footer{
    background-color: #6A102C;
}
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;
    }
}
#content > div:nth-child(3) > article > div.row > div > div > div.card-content > ol > li{
    list-style: square;
}
