<style>
body {
--r-link-color: #0d99a5;
--r-link-color-dark: #13DAEC;
--r-link-color-hover: #71e9f4;
}
.part { text-shadow: 1px 1px 2px #000000; }
section.present {font-size: 2.5rem;}
.footnote {font-size: 1.5rem;}
div.reduced {font-size: 0.9em;}
.pkpContainer{display: flex;}
.pkpCol{flex: 1; width: 48%;}
h1.raw{padding-top:5vh}
.white img { background: rgb(255, 255, 255, 1) !important;}
.reveal .slides section .fragment.highlight-blue.visible {
color: white;
background-color: #0d99a5;
}
.reveal .slides section .fragment.highlight-read.visible {
color: white;
background-color: #ea5959;
}
.reveal .slides section .fragment.highlight-green.visible {
color: white;
background-color: #38c45e;
}
img[alt*='SABIAS'] {
padding: 0;
margin: 0 2rem 0 0;
}
img[alt*='NOMARGIN'] {
padding: 0;
margin: 0;
}
img[alt*='LEFT'] {
float: left;
}
img[alt*='RIGHT'] {
float: right;
}
img[alt*='CENTER'] {
display: block;
margin: auto;
}
.centerTop {
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.centerBottom {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4 {
text-shadow: 2px 2px 4px #000000;
}
.reveal h1.noShadowMe, .reveal h2.noShadowMe, .reveal h3.noShadowMe, .reveal h4.noShadowMe, .reveal h5.noShadowMe, .reveal h6.noShadowMe {
text-shadow: none !important;
}
.logo.fixedTop {
position: fixed;
top: 0vh;
right: -20vh;
text-align: right;
}
.boxBlack {
background: rgb(50, 50, 50, .5) !important;
margin: auto;
padding: 10px 4rem;
}
.boxWhite {
background: rgb(200, 200, 200, .8) !important;
margin: auto;
padding: 10px 4rem;
}
.boxGray {
background: rgb(100, 100, 100, .8) !important;
margin: auto;
padding: 10px 4rem;
}
.boxGrayLight {
background: rgb(100, 100, 100, .5) !important;
margin: auto;
padding: 10px 4rem;
}
.boxGrayOpaque {
background: rgb(100, 100, 100, 1) !important;
margin: auto;
padding: 10px 4rem;
}
.titleBox {
padding: 2rem 4rem;
font-size: 4rem;
}
.titleQuiere {
font-size: 2rem;
font-weight: bold;
background: rgba(60, 130, 200, .7) !important;
margin: auto;
padding: 10px;
}
.titleAtencion {
font-size: 2rem;
font-weight: bold;
color: #333;
background: rgba(220, 220, 220, .7) !important;
margin: auto;
padding: 10px;
}
.blackText {
color: #333;
}
.blackText a {
color: #1666a3;
}
.logo.fixedTop img {
width: 50%; border: 0
}
.shadowMe {
text-shadow: 2px 2px 4px #000000 !important;
}
.noShadowMe {
text-shadow: none !important;
}
.capitalizeMe {
text-transform: capitalize !important;
}
.centerMe {
text-align: center !important;
display: inline-block !important;
}
.allWidthMe {
width: 100% !important;
}
.almostWidthMe {
width: 75% !important;
}
.halfWidthMe {
width: 50% !important;
}
.reduceMe {
transform-origin: top;
transform: scale(0.75) !important;
}
.reduceHalfMe {
transform-origin: top;
transform: scale(0.5) !important;
}
.reduceTextMe {
font-size: 75% !important;
}
.reduceHalfTextMe {
font-size: 50% !important;
}
.reveal blockquote.showQuoteWhite {
background-image: url(https://i.imgur.com/JOpnuFC.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 50px 50px;
min-height: 60px;
padding: 12px 60px;
}
.reveal blockquote.showQuoteBlack {
background-image: url(https://i.imgur.com/4apKQbZ.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 50px 50px;
min-height: 60px;
padding: 12px 60px;
}
</style>