/*---------------------------------
    HOJA DE ESTILOS BASE
-----------------------------------*/
/*
@import url('https://rsms.me/inter/inter-ui.css');

html { font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
    html { font-family: 'Inter UI var alt', sans-serif; }
}
 */

*:focus {outline: 0 none transparent !important;}   /* Elimina borde de puntos del foco       */
a {outline: 0 none transparent;}                    /* Elimina borde de puntos de los enlaces */
a img {border-style: none !important;}              /* Elimina borde de enlace a imágenes     */
a {text-decoration: none;}                          /* Elimina subrayado de enlaces           */

h1,h2,h3,h4,h5,h6 { text-transform: none; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }
hr {
  /*border: 0 none transparent;*/
  border-bottom: 1px dashed #333; }

/* ---------- clases básicas ------ */
.subrayado {text-decoration: underline;}
.tachado {text-decoration:line-through;}
.punteado {border-bottom: 1px dashed #999;}
.izquierda {
    float: left;
    margin: 10px 15px;
}
.derecha { float: right; margin: 10px 15px; }
.centro  { text-align: center; padding: 4px 8px; }
.centra  { display: block; margin: 10px auto; }

.pos-abs {
    position: absolute;
    left: -310px;
    top: -25px;
}
cite:before { content: "[... ";}
cite:after { content: " ...]";}
cite, .bio {
  font-style: italic;
  font-size: 0.9em;
}

.cierra { clear: both;}


/* --------- Tablas -------------------- */
.tabla2 {
    background: #f1f1f1;
    margin: 10px auto;
    border: 1px solid #c5c5c5;
    border-spacing: 2px;
    text-align: left;
    border-collapse: separate;
}
.tabla2 caption {
    font: 1.2em/1.5 Verdana, sans-serif;
    color: #999999;
}
.tabla2 td {
    background: transparent;
    padding: 5px;
    font: 0.8em Verdana, sans-serif;
}
.tabla2 th {
    background: #bbb;
    padding: 4px 16px;
    color: #ffffff;
    border: 1px solid #c5c5c5;
    text-align: center;
}
.tabla2 tr:nth-child(2n+1) {background: #e1e1e1;} /* marca cebra filas impares */
.tabla2 tr:hover {background: #fff; color: #333;} /* cambia la celda de la tabla T2 */


/*   LISTAS   */
.cebra li {
  list-style: none;
/*  background:  rgba(128,64,0,0.1);
  padding-left:  0.5em;*/
}

.cebra li:nth-child(2n+1) {
  /*background: rgba(128,64, 0, 0.05);*/
}
ul[class*="cebra"] {
  margin: 0;
}
.slider-co {
    background: rgba(255,255,255,1);
}

/* ////////////// Otras clases */
.etiquetas {
    background: #fff;
    padding: 0 4px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.uso {
    display: inline;
    background: #EFE7D3;
    padding: 1px 4px;
    border-bottom: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    font-family: monospace;
    font-size: 14px;
    font-weight: 500;
}

.fuente {
    font-size: 10px;
    font-style: italic;
    font-weight: 100;
}

.eti-html,.eti-css,.eti-js,.eti-php, .eti-code {
    padding: 0 3px;
    margin: 0 2px;
    font-family: monospace;
    border-radius: 2px;
    text-decoration:none;
    color: #000;
}

.eti-html {
    background-color: rgba(233,103,35,0.1);
}
.eti-css {
    background-color: rgba(72,161,216,0.1);
}
.eti-js {
    background-color: rgba(238,220,51,0.1);
}
.eti-php {
    background-color: rgba(100,150,50,0.1);
}
.eti-code {
    background-color: rgba(0,0,0,0.1);
    font-family: 'New courier', monospace;
}
.eti-html:before {
    content: '<';
}
.eti-html:after {
    content: '>';
}

.tecla {
    -moz-border-radius:2px 2px 2px 2px;
    background:none repeat scroll 0 0 #F0EBE2;
    border-color:#C9C7B9 #848070 #848070 #C9C7B9;
    border-right:2px solid #848070;
    border-style:solid;
    border-width:1px 2px 2px 1px;
    font-family:'Trebuchet MS',Verdana,Arial,sans serif;
    font-size:0.9em;
    font-style:normal;
    padding:1px 5px 0 3px;
}

.bl {
    background: #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 90%;
    margin: 0 3px 0 1px;
    padding: 2px 4px 1px;
    position: relative;
    top: -1px;
}

.formula {
    font: 100 1.2em serif;
    line-height: 1.3em;
    display: block;
    color: #333;
    max-width: 800px;
    width: 96%;
    padding: 1em;
    background: rgba(179,192,199,0.1);
}

.random {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
}
.resalta {
    background: rgba(255, 204, 153, 0.25);
    padding: 10px;
    border-left: 5px solid rgba(255,128,0,0.5);
}


/*  ////////////  Clases especiales
======================================================================  */
/* Smartphone y table no reconocen hover pero si active y onClic con 1 toque */
blockquote::before {
    content: "";
}
blockquote {
    border-left: 10px solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-style: inherit;
    line-height: inherit;
    padding-left: 30px;
}

.rotar {
    margin: 20px;
    -webkit-transform: rotate(-8deg) scale(0.8);
       -moz-transform: rotate(-8deg) scale(0.8);
        -ms-transform: rotate(-8deg) scale(0.8);
         -o-transform: rotate(-8deg) scale(0.8);
            transform: rotate(-8deg) scale(0.8);
}
.reducir {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    display: inline-block;
}
.amplia, .reduce, .rota, .gira, .inclina, .reduce-rota, .amplia-rota, .transparente, .opaco, .trans,.trans-peq {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.amplia-rota:hover {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}
.reduce-rota:hover {
    -webkit-transform: rotate(5deg) scale(0.8);
    -moz-transform: rotate(5deg) scale(0.8);
    -o-transform: rotate(5deg) scale(0.8);
    -ms-transform: rotate(5deg) scale(0.8);
    transform: rotate(5deg) scale(0.8);
}
.inclina:hover {
  -webkit-transform: skew(15deg, 5deg);
  -moz-transform: skew(15deg, 5deg);
  -o-transform: skew(15deg, 5deg);
  -ms-transform: skew(15deg, 5deg);
  transform: skew(15deg, 5deg);
}
.amplia:hover {
/*     -webkit-transform: scale(1.01,1.01);
    -moz-transform: scale(1.01,1.01);
    -o-transform: scale(1.01,1.01);
    -ms-transform: scale(1.01,1.01);
    transform: scale(1.01,1.01); */
    box-shadow: 0 0 8px 2px rgba(255,128,0,0.5);
}
.reduce:hover {
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}
.rota:hover {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.gira:hover {
    -webkit-transform: rotate(-360deg) scale(0.5);
    -moz-transform: rotate(-360deg) scale(0.5);
    -o-transform: rotate(-360deg) scale(0.5);
    -ms-transform: rotate(-360deg) scale(0.5);
    transform: rotate(-360deg) scale(0.5);
}
.transparente {opacity: 0.3;}
.transparente:hover {opacity: 1; box-shadow: 1px 1px 4px rgba(0,0,0,0.8);}
.trans {opacity: 0.5;}
.trans:hover {opacity: 1;}
.opaco {opacity: 1;}
.opaco:hover {opacity: 0.3; box-shadow: 1px 1px 4px rgba(0,0,0,0.4);}

.trans-peq {opacity: 0.5; max-width: 8em; height: auto; }
.trans-peq:hover {opacity: 1;}


.redondo {
  float: left;
  margin: 1em;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.redondo:hover {
  border: 3px solid rgba(0,0,0,0.2);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sombra-blanca {box-shadow: 0 0 4px rgba(255,255,255,1);}
.sombra-gris {box-shadow: 1px 1px 4px rgba(0,0,0,0.5);}
.sombra { box-shadow: 0 0 4px 0 rgba(0,0,0,0.2),
                      0 22px 12px -16px rgba(0,0,0,0.6);
}
.sombra-png img {
    -webkit-filter : drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.50));
    filter         : drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.50));
}
.ver { visibility: hidden; }
.sombra-obj {
    -webkit-box-shadow: 1px 1px 4px #050505;
    -moz-box-shadow: 1px 1px 4px #050505;
    box-shadow: 1px 1px 4px #050505 ;
}
.en-cursos {
    background: rgba(160,190,240,0.4);
    padding: 0.5em;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
}
.sombra-txt{
    text-shadow: 0.5px 0.5px 4px rgba(0,0,0,0.2);
    color: #666;
}
.tarea {
    border-left: 8px solid rgba(128,0,0,0.4);
    padding-left: 16px;
}
.borde { border: 5px solid #fff;}
.esquina { border-radius: 16px;}
.dedo {cursor: pointer;}


.txt-co0 { color: #333; }
.txt-co1 { color: #eee; }
.txt-co2 { color: #f00; }
.txt-co3 { color: #0f0; }
.txt-co4 { color: #00f; }

.line-iz { border-left: 4px solid #f00; padding: 0 0 0 10px; color: #DE5E25; font-weight: 900;}
.alert-azul, .alert-verde, .alert-amarillo, .alert-rojo { padding: 10px; }
.alert-azul { background: #EBF7FD; border: 1px solid #B2CEDD; }
.alert-verde { background: #F2FAE3; border: 1px solid #C7DFA4; }
.alert-amarillo { background: #FFFCEB; border: 1px solid #F6D8B0; }
.alert-rojo { background: #FFF1F0; border: 1px solid #F3C0B6; }

/*######################################################*/
.corchetes {
  padding: 1.4em 1em;
  position: relative;
  box-shadow: -10px 0 rgba(70,130,180,0.7),
               10px 0 rgba(70,130,180,0.7);
  text-align: justify;
  margin: 2em;
}
.corchetes:before, .corchetes:after {
  content:"";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  box-shadow:  30px 0 0 0 rgba(70,130,180,0.7) inset,
              -30px 0 0 0 rgba(70,130,180,0.7) inset;
}
.corchetes:before { top: 0; }
.corchetes:after  { bottom: 0; }
/*######################################################*/
.corchete {
  padding: 0.5em 1em;
  position: relative;
  box-shadow: -3px 0 rgba(70,130,180,0.7);
  text-align: justify;
  margin: 0.5em 1em;
}
.corchete:before, .corchete:after {
  content:"";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
}
.corchete:before { top: 0; }
.corchete:after  { bottom: 0; }


.colu {
  -webkit-column-width : 275px;
  -moz-column-width    : 275px;
  -o-column-width      : 275px;
  column-width         : 275px;
  -webkit-column-gap   : 0.2em;
  -moz-column-gap      : 0.2em;
  -o-column-gap        : 0.2em;
  column-gap           : 0.2em;
  font-size: 0.9em;
  padding: 0.5em 1em;
  background: rgba(0,0,0,0.1);
  border-radius: 8px;
  margin: 2em 0;
}
.colu1 {
  -webkit-column-width : 400px;
  -moz-column-width    : 400px;
  -o-column-width      : 400px;
  column-width         : 400px;
}
.flex {
  display: flex;
  justify-content: center;
}
.flex-item {
   flex: 0 1 auto;
   margin: 0.25rem;
   border-radius: 10%;
   box-shadow: 1px 1px 4px #333;
   max-width: 85%;
}
.video {
    font-size: 1.1em;
    color: rgba(0,0,128,0.5)
}.video:before {
    content: url("icon_video7.png");
    position: relative;
    top: 6px;
    padding: 0 4px 0 0;
}
/* --- imagen full width/page --- */
.box-img {
    margin         : 0 auto;
    height         : 0;
    padding-bottom : 25%;      /* alto */
    position       : relative;
    overflow       : hidden;
}
.full {
    background-repeat : no-repeat;
    background-size   : cover;
    width             : 100%;
}
/* imagen responsive */
.img-resp {
    max-width : 100%;
    height    : auto;
    margin    : 0;
}
.ejm {
  /* max-width: 85%; */
  /* height: auto; */
  color: green;
  font-style: italic;
}

/* OBJETOS (media) RESPONSIVE: videos, mapas, páginas, onDrive, Drive,... */
.media-16_9 {
  position  : relative;
  height    : 0;
  max-width : 100%;
  overflow  : hidden;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.25);
}
.media-16_9 { padding-bottom : 56.25%; }
.media-16_9p { padding-bottom : 59.25%; }
/** si seguidamente añadimos esta sera 4:3; */
.media-16_9.media-4_3  { padding-bottom : 75%; }
.media-16_9.media-4_3g  { padding-bottom : 80%; }

.media-16_9 iframe,
.media-16_9 object,
.media-16_9 embed,
.media-16_9 video {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
}

em { font: italic 1.2em serif; color: #666; }
i  { color: rgba(128,64,0,0.8); width: 28px; }


/* ===========================================================
        Modificaciones Template
============================================================== */

.uk-navbar-nav > li > a {
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.uk-nav-dropdown > li > a, .uk-nav-navbar > li > a {
    font-size: 12px;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0.25);
}

li .uk-active {
  background-color: rgba(255,0,0,0.5);
}
.uk-dropdown-navbar {
    background: rgba(152, 129, 119, 0.90);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.tm-navbar-sticky.tm-header-offset .tm-block-header + .uk-block:not(.tm-block-fullheight) {
    padding-top: 150px;
}

.uk-panel-box {
  padding: 8px;
  font-size: 0.75em;
}

.uk-article-title {
    font-size: 32px;
    color: #715831;
    text-transform: none;
}
.uk-panel-title {
    font-size: 1.5em;
    text-transform: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.uk-icon-file-pdf-o {
  margin-right: 0.5em;
}

.thumbnails > li {
    margin-left: 30px;
    background: rgba(150, 143, 126, 0.25);
    padding: 1em 1em 0.1em 1em;
    border-radius: 5px;
    margin-bottom: 4px;
}
.uk-block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tm-footer-centered {
    padding-top: 25px;
    padding-bottom: 25px;
}
textarea, input[type="text"] {
  background: rgba(255,255,255,0.8);
}
.visitorcounter {
    line-height: 1;
    font-size: 1em;
}
html {
  font-size: 17px;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: rgba(255,128,0,0.1);
}

.btn {
  background-color: rgba(0,0,0,0.3);
  vertical-align: top;
}
ul, ol {
    padding-left: 16px;
}
/*CODIGO*/
/*:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #234;
}
pre[class*="language-"].line-numbers code {
    padding-left: 1em;
}*/

[class^="icon-"], [class*=" icon-"] {
  margin-right: 0.75em;
}

pre code.language-css::before {
    background: rgba(0,128,255,0.8);
    content: "CSS";
}
pre code.language-html::before {
    background: rgba(255,100,32,0.8);
    content: "HTML";
}
pre code::before {
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    right: 0;
    /*height: 100%;*/
    /*line-height: 210%;*/
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
}
pre code {
    display: block;
    font-family: monospace;
    font-size: 1.1em;
    line-height: 1.2 !important;
    padding: 0 1em 1em 1em;
    position: relative;
    overflow: auto;
}
pre.language-css, pre.language-html, pre.language-js {
    border-radius: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
}
.kbd {
    background: #eee;
    border-color: #ccc #bbb #777;
    border-style: solid;
    border-width: 1px 2px 2px;
    color: #333;
    font-family: "Courier New",monospace;
    font-size: 18px;
    padding: 1px 4px;
    position: relative;
    top: -2px;
    white-space: nowrap;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 15px;
}
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0 0 15px 0;
}

.rl_sliders.accordion > .accordion-group {
 border: 1px solid #ababab;
}

@media (min-width: 960px){
.tm-navbar-sticky .tm-navbar-wrapper, .tm-navbar-sticky .tm-navbar-wrapper-animate {
    border-width: 20px;
}