@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto+Slab:300,400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway|Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
/*
    font-family: 'Merriweather', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Oswald', sans-serif;
*/

body, html {
    height: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

.bg-head {
    padding-top: .5rem;
    height: 55vh;
    content: '';
    display: block;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../../images/head/background_head.png');
    background-size: cover;
}

@media screen and (max-width: 600px) {
    .bg-head {
        height: 100vh;
        background-position: left;
    }
    .bg-footer {
        height: 100vh;
        background-position: left;
        background-repeat: no-repeat;
        background-image: url('../../images/head/background_footer.png');
        background-size: cover !important;
    }
    .footer{
    background-size: cover !important;
    background-image: url('../../images/ui/background_footer_small.png') !important;
    background-position:left center !important;
    display: block !important;}
    
}

.tokenrepeat {
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Indie Flower', cursive;
    /*text-decoration: line-through;*/
    font-size: 38px;
    font-weight: 900;
    color: #9b191d !important;
}

.titulo {
    color: #9b191d !important;
    font-weight: bold;
    border-bottom: solid #9b191d 5px;
    display: inline-block;
    padding-bottom: 0.1em;
}

.title_underline {
    border-bottom: solid #9b191d 5px;
    display: inline-block;
    padding-bottom: 0.1em;
}

/*Data Ribbon*/

.date {
    width: 70px;
    height: 60px;
    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.date p {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #9e9e9e;
}

.date p span {
    background: #9b191d;
    background: linear-gradient(top, #9b191d 0%, #ac1920 100%);
    background: -moz-linear-gradient(top, #9b191d 0%, #ac1920 100%);
    background: -webkit-linear-gradient(top, #9b191d 0%, #ac1920 100%);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-top: 3px solid #9b191d;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    padding: 6px 0 6px 0;
}
.footer{
    display: block;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../../images/ui/background_footer.png');
    background-size: cover !important;
    height: 55vh;
    content: '';

}
footer a, footer a:link{
    color:#ffffff !important;
    text-decoration:underline;
}
.bg-ghesp{
    background:#9b191d;
}
.nav-link{color:#ffffff !important}
.img-white{
    filter: brightness(0) invert(1);
}
.text-black{
    color:#000 !important
}