* {
	box-sizing: border-box;
}
html {
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}
body {
	font-size: 1.25rem;
	font-family: system-ui, sans-serif;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(248,255,248,1) 0%, rgba(241,255,241,1) 62%, rgba(255,255,255,1) 100%);
	width: min(60ch, 100vw - 2rem);
	margin-top: max(6vh, 2rem);
	margin-right: auto;
	margin-left: auto;
}
h1 {
	border: min(3px, 0.15em) solid ghostwhite;
	font-size: clamp(1.8rem, 8vw + 1rem, 3rem);
	color: midnightblue;
	margin-bottom: 3rem;
}
h2 {
	border: min(6px, 0.15em) solid ghostwhite;
	font-size: clamp(1.2rem, 1.1vw + 1rem, 2rem);
	color: #559;
}
h1,h2{
	padding: max(1%, 1rem);
  text-wrap: balance;
}
p {
	line-height: 1.5;
  text-wrap: pretty;
}
a {
	color: blue;
	text-decoration: none;
}
  
a:hover {
	background-color: lightcyan;
}
  
div img { 
	width:auto;
	max-width:70vmin;
	height: auto;
	display:block;
	margin:auto;
	padding: 1rem;
}
  
kbd {
	border-top:3px #ccd solid;
	border-left:4px solid #bbc;
	border-right:4px solid #778;
	border-bottom:3px solid #889;
	padding:2px 3px 3px 2px; 
	color:#000;
	background:#eee;
	white-space:nowrap;
	font-size: 0.9rem;
}
  
code {
	  color: #080;
	  font-family: monospace;
	  background: #000;
	  border: 1px solid #7fb1e9;
	  font-size: 1rem;
}

ul li {
	padding: 0.5rem;
}
  
footer, #trans, .legal, .feedback {
	/* background-color: #fff; */
	text-align: right;
	font-size: 1rem;
	margin: 3rem 0;
	padding-right: 1rem;
}
footer {
	line-height: 3rem;
}
  
nav.menu {
    width: 90vw; position: relative; left: calc(-45vw + 50%);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    line-height: 1rem;
    align-items: center;
    transition: 0.3s ease-out;
    /* backdrop-filter: blur(8px) brightness(1.2); */
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-size: 70%;
    @media (min-width: 940px) {
      padding: 2ch 5ch 2ch 5ch;
      line-height: 3rem;
      flex-direction: row;
    }
}
nav.menu img { 
  margin-right:0; 
  max-width: max(30ch, 15vw - 2rem);
  object-fit: scale-down;
  order: -1;
  @media (min-width: 940px) {
    margin-right:4vw;
    order: 0;
  }
}
nav.menu ul {
    display:flex;
    justify-content: right;
    text-wrap: nowrap;
    flex-wrap: wrap;
    padding-inline-start: 0px;
}
nav.menu li {
  padding: 1.1vh 0.1vw;
  @media (min-width: 940px) {
        padding: 0.8vh 0.4vw;
  }
}
nav.menu li a {
  color: #333;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 1ch;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.8) inset,
      3px 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  will-change: color, text-shadow, font-size;
  transition: ease all 0.3s;
  padding: 1ch; background-color: white;
  @media (min-width: 940px) {
      padding: 1.4ch 2ch;
  }
}
nav.menu li:hover, nav.menu img:hover {
      transform: scale(1.3);
      transition: ease all 0.3s;
}

.menutabs, .menufoot {
  display: flex;
  list-style-type: none;
  margin: auto;
}
  
@media only screen and (min-width: 1100px) {
	body {
	  width:min(80ch, 100vw - 2rem);
	}
}

/* fin bbc */

.soloprint { visibility: collapse;
}

@media print {
  .soloprint { visibility: visible; 
  }
  nav {
    display: none;
    visibility: collapse;
  }
}





abbr,
acronym {
	border-bottom: 1px dotted #222;
        font-style: normal;
        cursor: help;
}

code {
	color: #008000;
	font-family: monospace;
}
codi{
    font-family: monospace;
    background: #f6fdf9;
    border: 1px solid #7fb1e9;
    font-size: 12px;
}
fieldset {
	border: 0;
	margin: 0.5em 1em;
}
form {
	margin: 1em;
}
form p {
	margin: 0;
}
input,
select {
	font-size: small;
}
legend {
	font-size: small;
	font-weight: bold;
}

.kbdimg {width:2em;height:0.9em}

p{text-align:justify;text-rendering:optimizeLegibility;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}
pre {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 1em 2em;
	color: #000000; 
	font-family: monospace;
}
textarea {
	font-family: monospace;
}
th {
	text-align: left;
	padding-right: 1em;
}




#trans { margin: 2em 2em; 
	border-top: 1px dotted;
	font-size: 0.9em;
	margin: 1em 1em;
	padding: 0.1em;
	text-align: right;
	display: inline;
}

.navegar {
	text-align: right;
}
.copyright,
.feedback,
.info {
	margin: 4em 0em 4em 0em; font-size: small; BORDER-RIGHT: #e5e1a9 1px solid; PADDING-RIGHT: 1em; BORDER-TOP: #e5e1a9 1px solid; PADDING-LEFT: 1em; BACKGROUND: #fffde3; PADDING-BOTTOM: 1em; BORDER-LEFT: #e5e1a9 1px solid; COLOR: #a5a16d; PADDING-TOP: 1em; BORDER-BOTTOM: #e5e1a9 1px solid
}
.feedback {
	margin: 1em; font-size: small; BACKGROUND: #fffde3; COLOR: #654
}
.info A:link {
	COLOR: #5e715e
}
.info A:visited {
	COLOR: #666
}
.copyright P,
.feedback P,
.info P {
	MARGIN: 2px; 	
}
.info IMG {
	BORDER-RIGHT: #e5e1a9 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #e5e1a9 1px solid; PADDING-LEFT: 2px; BACKGROUND: #fff; FLOAT: right; PADDING-BOTTOM: 2px; MARGIN: 0.2em; BORDER-LEFT: #e5e1a9 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #e5e1a9 1px solid
}


#slidebox {
  width: 400px;
  padding: 10px;
  background-color: #fff;
  border-top: 3px solid #2255dd;
  position: fixed;
  bottom: 20px;
  right: -430px;
  -moz-box-shadow: -2px 0px 5px #aaa;
  -webkit-box-shadow: -2px 0px 5px #aaa;
  box-shadow: -2px 0px 5px #aaa; }
#slidebox p {
    font-size: 0.75em; }
#slidebox p>a {
    font-size: 1.8em; }  
#slidebox a.more {
    font-size: 0.5em;
    text-transform: uppercase;
    font-family: Helvetica,sans-serif;
    letter-spacing: 1px; }
#slidebox a.close {
    background: transparent url(../img/xsbx.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px; }
#slidebox a.close:hover {
    background-position: 0px -13px; }
#slidebox .next {
    font-size: 1.2em; }
#slidebox .recommended {
    margin-top: 0.5em;
    text-align: center;
    color: #777777;
    font-size: 1.0em; }
#slidebox h1 {
    color: #777777;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Helvetica,sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.5em; }
#slidebox h2 {
    font-size: 1.4em;
    margin: 0; }



.img80 { 
	width:80%; 
}

.botoncta, .botondownload {
    display: inline-block; 
    border: 2px solid #3c7; 
    color: white; 
    padding: 0.8rem 1rem; 
    text-align: center; 
    text-decoration: none; 
    border-radius: 12px; 
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.5s;
    vertical-align:middle;
    cursor: pointer;
    margin:5px;
}
.botoncta {
    background-color: #008d13; 
}

.botoncta a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color:rgb(236, 255, 166)
}
.botoncta a:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 50%;
    transition: 0.5s;
}
.botoncta:hover {color:white; border: 2px solid rgb(51, 92, 204); box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);transition: 0.5s;}
.botoncta:hover a {color:white; padding-right: 1.4rem; background-color: inherit; }
.botoncta:hover a:after { opacity: 1; right: 0.5rem; }
