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 */
@import url(https://db.onlinewebfonts.com/c/39a2c7f346d5cfae7045aeb2fb50d9ad?family=LuloCleanW01-OneBold);

@font-face {font-family: "LuloCleanW01-OneBold";
    src: url("https://db.onlinewebfonts.com/t/39a2c7f346d5cfae7045aeb2fb50d9ad.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/39a2c7f346d5cfae7045aeb2fb50d9ad.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/39a2c7f346d5cfae7045aeb2fb50d9ad.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/39a2c7f346d5cfae7045aeb2fb50d9ad.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/39a2c7f346d5cfae7045aeb2fb50d9ad.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/39a2c7f346d5cfae7045aeb2fb50d9ad.svg#LuloCleanW01-OneBold") format("svg"); /* iOS 4.1- */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

.html {
    height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    height: 100%;
    background: none !important;
    background-color: none !important;
}
body {
    height: 100%;
}



.container {
    background-color: #f0f1f5;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.logo {
    text-align:center;
    padding-top: 90px;
}
.citation {
    width: 80%;
    height: 80%;
    min-width: 80%;
    min-height: 80%;
    padding-bottom: 80%;
    background: url("../img/instafondblanc.png") no-repeat;
    background-size: 100%;
    text-align: center;
    display: inline-block;
    margin: 9%;
}

.citation-brown {
    width: 80%;
    height: 80%;
    min-width: 80%;
    min-height: 80%;
    padding-bottom: 80%;
    background: url("../img/instafondbrown.png") no-repeat;
    background-size: 100%;
    text-align: center;
    display: inline-block;
    margin: 9%;
}

.download {
    bottom: 50px;
}

iframe {
    visibility: hidden;
}
.quote {
    width: 25%;
}

.reverse {
    transform: scale(-1, -1);
    float:right;
}

.bd-notification2 {
    padding: 15px;
}

.text {
    font-family: "LuloCleanW01-OneBold";
    color: #ccc3ab;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    font-size: 1vw;
}

.autor {
    font-family: "LuloCleanW01-OneBold";
    color: #ccc3ab;
    overflow-wrap: anywhere;
    clear: both;
    position: relative;
    font-size: 0.3vw;
    text-align: center;
}

.button.is-brown {
    background-color: #aea695;
    border-color: transparent;
    color: #ffffff;
}

.brown {
    color: white !important;
}

.citation-container {
    position: absolute;
    padding: 15px;
    width: 80%;
    top: 44%;
    transform: translateY(-50%);
}

.body-brown {
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(169,161,145,1) 0%, rgba(224,209,184,1) 100%);
    transition-delay: 2s;
    transition-duration: 1s;
}

.container-white {
    background-color: white !important;
}