:root {
  --font-stack: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
--color-black: black;
--color-white: white;
--color-darkGrey: #999999;
--color-mediumGrey: #cccccc;
--color-lightGrey: #f2f2f2;
--color-functional-success: #00bd3e;
--color-functional-info: #03a9f4;
--color-functional-warning: #eeb218;
--color-functional-error: #fd3700;
    --color-primary: #136496;
    --color-secondary: #111;
    --color-tertiary: #333;
    --color-quaternary: #666;
    --color-quinary: #4a851c;
      --color-crucigrama: #FDD303;
    --color-crucigrama--light: #FDFFB6;
    --color-wordle: #DE324C;
    --color-wordle--light: #FFADAD;
    --color-sopa: #F4895F;
    --color-sopa--light: #FFD6A5;
    --color-sudoku: #95CF92;
        --color-sudoku--texto:#0DA406;
    --color-sudoku--light: #D6FBCF;
    --color-cuadronumerico: #369ACC;
    --color-cuadronumerico--light: #CBE7F2;
    --color-pangramax: #AC65CA;
    --color-pangramax--light: #BDB2FF;
    --color-saltaminas: #D63F8C;
    --color-saltaminas--light: #F5ADDB;
    --color-timequest: #00D1A4;
    --color-timequest--light: #C1F0E6;
--color-crucigrama-dark: #FFBB53;
--color-crucigrama-secondary:#B4DFEF;
--color-crucigrama-tertiary:#D4C59C;
}
body
{
position: relative;
min-height: 100vh;
font-family:  -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
font-weight:600;
background-color: var(--color-lightGrey);
}
h1
{
margin: 1rem 0 2rem 0;
text-align: left;
font-size: 1.6rem;
font-weight: 600;
}
h1 span a
{
color: var(--color-primary)
}
h2
{
font-size: 1.2rem;
}

h3
{
font-size: 1rem;
}
h4
{
font-size: 1.2rem;
}
.content-wrap 
{
padding-bottom: 250px; 
padding-top: 80px;
}

footer
{
margin-top: 3rem;
font-size: 80%;
background-color:var(--color-white);
padding: 30px 0;
position: absolute;
bottom: 0;
width: 100%;
height: 200px;   
}
footer .container .text-uppercase{
text-transform: uppercase !important;
color: black;
font-weight: 600;
}
.pasatiempo_header .fas.fa-play{
  display:none;
}
a
{
color:var(--color-black);
font-weight: 600;
}

a:hover
{
text-decoration: none;
color: var(--color-primary);
}
a.btn.btn-play 
{
border:2px solid var(--color-black);

color: var(--color-black);
font-size: 1rem;
border-radius: 2rem;
padding: 0.4rem 1.5rem;
font-weight:600;
}
a.btn.btn-play:hover 
{
border:2px solid var(--color-black);
background-color: var(--color-black);
color: var(--color-white);
}
.btn-play i
{
font-size: 0;
}
.d-none.content_ayuda{
  display:none!important;
}
@media (max-width: 768px) {
  .d-none.content_ayuda{
  display:block!important;
        margin-top: 2rem;
}
}
.d-none.content_ayuda p{
    font-size: .9rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 400;
    padding:0 1rem;
}
.d-none.content_ayuda li{
    font-size: .9rem;
    font-weight: 400;
}
.d-none.d-lg-block.col-4{
  background-color: var(--color-white);
  padding: 1.5rem 1rem 1.5rem 1rem;
border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.col-12.col-lg-8{
  background-color: var(--color-white);
  padding: 1.5rem 2rem!important;;
border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  box-shadow: 1px 1px 9px 0px #E7E7E7;
}
.col-12.col-md-7.pr-md-0{
  background-color: var(--color-white);
  padding: 1.5rem 2rem!important;;
  border-radius: .5rem;
  box-shadow: 1px 1px 9px 0px #E7E7E7;
}
.col-12.col-md-5.d-md-flex.pl-md-0 {
    padding-left: 1rem !important;
    width: 100%;
}
@media (max-width: 768px) {
.col-12.col-md-5.d-md-flex.pl-md-0 {
    margin: 0;
    padding-top: 2rem;
    padding-left: 0 !important;
    padding-right:0;
}
.archivos.mb-5.p-4.h-100{
  margin-right: 0;
  width: 100%;
}
}
a.btn-sm.btn-play 
{
border: 2px solid var(--color-black);
color: var(--color-black);
font-size: .8rem;
border-radius: 2rem;
font-weight: 600;
padding: 0.2rem 1.2rem;
}
a.btn-sm.btn-play:hover
{
border:2px solid var(--color-black);
background-color: var(--color-black);
color: var(--color-white);
}
.archivos.crucigramas_semana a.btn-sm.btn-play 
{
margin-right: 0;
padding: 0.2rem 1.2rem;
font-size: .8rem;
position: relative;
font-weight: 500;
border: 2px solid var(--color-black);
color: var(--color-black);
border-radius: 2rem;

background-color: transparent;
}
.archivos.crucigramas_semana a.btn-sm.btn-play:hover
{
border:2px solid var(--color-black);
background-color: var(--color-black);
color: var(--color-white);
}
.archivos.crucigramas_semana a.btn-sm.btn-play.d-sm-block
{
border:none;
}
.archivos.crucigramas_semana a.btn-sm.btn-play.d-sm-block:hover
{
background-color: transparent;
border:none;
color: var(--color-primary);
}
.wrapper  {
    border-radius: .5rem;
    padding: 0 2rem;
    background-color:transparent!important;
}
@media (max-width: 768px) {
.wrapper  {
    padding: 0
}
}
.wrapper .bar {
  background-color: #fff !important;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
    border-radius: 5px;
        width: 100%;
    text-align: center;
    margin: 0px auto;
}

.wrapper .stat{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    position: relative;
}
.wrapper .stat.flex-cell {
  color: var(--color-black);
  font-family: var(--font-stack);
}
.wrapper .stat.flex-cell .small-text{
    color: var(--color-black);
}
.wrapper #map{
  white-space: nowrap;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
    border-radius: 5px;
}
.navbar
{
justify-content: flex-start;
color: #111111;
}

.navbar .container
{
flex-wrap: nowrap;
}

.navbar-brand
{
padding: 0.3rem 0 0.3rem 0.4rem;
display: inline-block;
vertical-align: top;
flex-grow: 1;
text-align: center;
}

.navbar-collapse .navbar-brand
{
padding-left: 0;
padding-right: 0;
text-align: center;
margin-right: 0;
max-width: 100%;
}

.navbar-brand img
{
height: 30px;
}
@media (max-width: 768px) {
  .navbar-brand img
    {height: 25px;} 
}

.pasatiempo_title
{
    margin-bottom: 1rem;
}
.pasatiempo_title .row{
  display: flex;
    flex-wrap: nowrap;
    margin: 0;
    width:100%;
}
.pasatiempo_title .col-auto, .pasatiempo_title .col-sm-auto{
  justify-content: flex-end;
}
.pasatiempo_title .row .col{
width: 100%;
    display: flex;
    flex-basis: 100%;
    flex-grow: unset;
        margin-left:1rem;
}
.pasatiempo_title .row .col .pasatiempo_header{
  white-space: nowrap;
}
.page-logo
{
margin-right: 10px;
text-transform: uppercase;
font-family:  -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
font-size: 14px;
color: var(--color-primary);
font-weight:600;
}
.page-logo:hover
{
color: var(--color-black);
}

@media (max-width: 991px) {
.content-wrap 
{
padding-bottom: 0; 
}

.navbar-brand
{
flex-grow: 1;
text-align: right;
}

.navbar .container
{
max-width: none !important;
}


.navbar-mobile .navbar-collapse
{
position: absolute;
top: 40px;
left: 0;
z-index: 100000;
background-color: white;
border-radius: .5rem;
box-shadow: 1px 1px 9px 0px #E7E7E7;
padding:2rem;
width: 200px;
}

}

.share-buttons a, .redes a
{
text-decoration: none;
color:var(--color-darkGrey);
position: relative;
width: 33px;
height: 33px;
margin-right:.5rem;
}
.modal-body .share-buttons a{
width: 40px;
height: 40px;
}
.share-buttons a i, .redes a i, .options i{
width: 33px;
display: flex;
position: relative;
height: 33px;
justify-content: center;
align-items: center;
border-radius: 5rem;
}
.share-buttons a i{
  border: 1px solid var(--color-mediumGrey);
}

.modal-body .share-buttons a i{
border: 0px none;
width: 40px;
height: 40px;
}
@media (max-width: 767px) {
.compartir .share-buttons
{
font-size: 1rem;
}
.btn{font-size:.9rem}
}

.container #sudoku_container{
    background-color: white;
    padding: 1rem 1rem 2rem 1rem;
    border-radius:.5rem;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
}

div#cuadro_container{
  background-color: white;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: .5rem;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
}
@media (max-width: 767px) {
  div#cuadro_container{
      padding: 1rem;
  }
}
.modal-header .close{
opacity:1;
}
.modal-body .fa-facebook:before,  .modal-body .fa-twitter:before, .modal-body .fa-linkedin:before, .modal-body .fa-telegram-plane:before, .modal-body .fa-whatsapp:before{
opacity:1;
width: 22px;
height: 22px;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.5rem 1rem 1rem 1rem;
justify-content: center;
align-items: center;
display: flex;
font-weight:400;
flex-direction: column;
}
.modal-body p, .modal-body ul{
font-size:14px;
}
.modal-body ul::marker{
color:var(--color-primary);
}
.fa-facebook:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/rrss-solid-light-fb.svg);
background-size: contain;
position: absolute;
width: 15px;
height: 15px;
opacity:.6;
}
.fa-facebook:hover:before{
    opacity: 1;
}
.fa-twitter:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/rrss-solid-light-twitter.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 15px;
height: 15px;
opacity:.6;
}
.fa-twitter:hover:before{
    opacity: 1;
}
.fa-whatsapp:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/rrss-solid-light-whatsapp.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 15px;
height: 15px;
opacity:.6;
}
.fa-whatsapp:hover:before{
    opacity: 1;
}
.fa-linkedin:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/rrss-solid-light-linkedin.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 15px;
height: 15px;
opacity:.6;
}
.fa-linkedin:hover:before{
    opacity: 1;
}
.fa-telegram-plane:before, .fa-telegram:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/rrss-solid-light-telegram.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 15px;
height: 15px;
opacity:.6;
}
.fa-telegram-plane:hover:before{
    opacity: 1;
}
.fa-instagram:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/rrss-solid-light-instagram.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 15px;
height: 15px;
opacity:.6;
}
.fa-instagram:hover:before{
    opacity: 1;
}
.fa-share-alt.share-mobile{
position: relative;
width: 25px;
height: 25px;
}
.fa-share-alt:before {
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-share.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 22px;
height: 22px;
opacity:.6;
left:0;
}
.fa-share-alt:hover:before{
    opacity: 1;
}
.fa-pencil-alt:before{
  content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-editar.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 28px;
height: 28px;
opacity:.6;
}
.fa-pencil-alt:hover:before{
    opacity: 1;
}
.fa-question-circle:before{
content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-pista.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 25px;
height: 25px;
opacity:.6; 
} 
.fa-question-circle:hover:before{
    opacity: 1;
}
.fa-play-circle:before{
  content: "";  
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-play.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 33px;
height: 33px;
left: .2rem;
opacity:.6;
}
.fa-play-circle:hover:before{
    opacity: 1;
}
.fa-pause-circle:before{
  content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-pause.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 28px;
height: 28px;
left: .2rem;
opacity:1;
}
.fa-pause-circle:hover:before{
    opacity: 1;
}
.fa-check-circle:before{
 content: "";
    mask-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    left: 10px;
    top: 10px;
    background-color: var(--color-functional-success);
    mask-repeat: no-repeat;
  mask-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icon-alerts--ok.svg);
}
.fa-check-circle:hover:before{
    opacity: 1;
}

.fa-undo:before{
  content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-undo.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
    width: 26px;
    height: 26px;
    left: .15rem;
    opacity: .6;
}
.fa-bars:before {
    content: "\f0c9";
    color: var(--color-quaternary);
    border: 0;
}
i#restart{
      position: relative;
    height: 40px;
}
i#restart:before{
    left: 30px;
    top: 5px;
}
.fa-undo:hover:before{
    opacity: 1;
}
.fa-print:before{
  content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-print.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
    width: 26px;
    height: 26px;
    left: .17rem;
    opacity: .6;
}
.fa-print:hover:before{
    opacity: 1;
}
.fa-info-circle:before{
  content: "";
background-image: url(https://estaticos-cdn.elperiodico.com/statics/42DS/img/icons/icons-info.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
    width: 26px;
    height: 26px;
    left: .17rem;
    opacity: .6;
}
.fa-info-circle:hover:before{
    opacity: 1;
}
.definicion_caja .fa-check-circle:before{
  left: 14px;
  top: 27px;

}
.definiciones
{
margin-top: 1rem;
}

.definiciones h4
{
color: var(--color-black);
padding: 0.8rem 0 0.4rem 1.5rem;
margin: 0;
border-bottom: 2px solid var(--color-black);
font-weight:600;
position:relative;
}
.definiciones:has(#definiciones_h) > h4::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 16px;
  height: 16px;
  background: var(--color-crucigrama-secondary);
  border-radius: 20%;
}
.definiciones:has(#definiciones_v) > h4::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 16px;
  height: 16px;
  background: var(--color-crucigrama);
  border-radius: 20%;
}
.definiciones_content
{
height: 290px;
overflow-y: scroll;
position: relative;
}

.definicion
{
cursor: pointer;
padding: 0.8rem 0.4rem;
font-family: var(--font-stack);
font-size: 0.9rem;
position:relative;
}

.definicion
{
background-color: var(--color-lightGrey);
}

.definicion:nth-child(odd)
{
background-color:var(--color-white);
}

#definiciones_h.definiciones_content > .selected.word
{
background: var(--color-crucigrama-secondary);
}
#definiciones_v.definiciones_content > .selected.word
{
background: var(--color-crucigrama);
}
.definicion.selected
{
background: #E0E4CC;
}

.definicion.solved span
{
color: #999;
}

.definicion span
{
  display: block;
  margin-left: 1.5rem;
  font-size: .9rem;
  line-height: 1.2rem;
  font-weight: 400;
  color:var(--color-black);
}

.definicion span.definicion_number
{
display: block;
float: left;
width: 1rem;
margin-left: 0;
text-align: right;
}

.definicion.solved span.definicion_number
{
color: #009633;
}
.definicion_caja i
{
display:none;
}
#gridcontainer
{
margin-bottom: 10px;
}

#grid 
{
display: block;
border-spacing: 0;
color: black;
background: white;
transition: background 2s, box-shadow 2s;
-webkit-transition: background 2s, box-shadow 2s;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 680px;
margin: 0 auto;
}

#grid td 
{
position: relative;
width: 45px;
max-width: 45px;
height: 45px;
max-height: 45px;
border: 1px solid black;
text-align: center;
cursor: pointer;
padding: 0;
border-collapse: collapse;
white-space:nowrap;
overflow: hidden;
font-family: var(--font-stack);
}

#grid .number 
{
position: absolute;
left: 0;
top: 0;
font-size: 0.6rem;
margin-top: 0rem;
margin-left: 0.2rem;
}

#grid .letter 
{     
text-transform: uppercase;
font-weight: 500;
vertical-align: middle;
text-align: center;
line-height: normal;
font-size: 1.4rem;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
color: var(--color-black);
}

#grid .block
{
background: #111111;
}

#grid td:focus
{
outline: none;
background: var(--color-crucigrama-tertiary);
}

#grid td:focus div.letter
{
outline: none;
}

.selected
{
background: var(--color-crucigrama-secondary);
}

.selected.word
{
  background: var(--color-crucigrama);
}

.definicion_caja
{
  background-color: var(--color-lightGrey);
width: 100%;
max-width: 680px;
margin: 0 auto;
margin-bottom: 1rem;
font-family: var(--font-stack);
height: 65px;
display: flex;
justify-content: center;
flex-direction: column;
font-size: 0.95rem;
line-height: 1.1rem;
font-weight: 400;
padding: .2rem .8rem;
border-radius: .3rem;
border: 1px solid #ccc;
}

#controles_mobile .definicion_caja
{
max-width: none;
}

#definicion_control
{
background-color: #A7DBD8;
display: table;
}

#definicion_control div
{
display: table-cell;
vertical-align: middle;
}

#definicion_control div.arrow
{
vertical-align: middle;
padding: 0 10px;
}

.definicion_caja span
{
display: inline;
width: auto;
}

.definicion_caja span.definicion_number
{
  font-weight: 600;
    color: var(--color-black);
    padding: .1rem .3rem;
    float: left;
    margin-right: .5rem;
}

.options
{
color: var(--color-black);
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    margin-bottom: 2px;
padding: .5rem 0rem;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
}

.options > div
{
cursor: pointer;
padding: 0.1rem 0;
flex-grow: .3;
display: flex;
justify-content: center;
}
.options > div.navbar-mobile
{
justify-content: flex-start;
}
.options > div.timer{
    flex-grow: 2;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-black);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.options > div.timer .seconds{
  width: 23px;
}
.modal-backdrop
{
z-index: 10040;
}

.modal {
z-index: 10050;
}

#modal_msg
{
z-index: 11000;
}


#game_container
{
height: 100%;
}

#game_container.pause
{
opacity: 0.04;
-moz-opacity: 0.04; 
-webkit-opacity: 0.04;
filter: alpha(opacity=0.04);
}

#game_container.novisible
{
visibility: hidden;
}

.pista_letter, .pista_word
{
cursor: pointer;
}



#keyboard #keyboard_content {text-align:center;width:100%; background-color: rgba(0,0,0,.1); padding: 1vw; display: flex; flex-wrap: wrap; justify-content: center;}
#keyboard, #keyboard * {cursor:default;padding:0;margin:0;outline:0;border:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;}

#keyboard span.key
{ 
padding: 5vw 0;
color: #333;
background: #fff;
font-size: 5vw;
line-height: 2vw; 
border-bottom: 1px solid #b5b5b5; 
text-transform: uppercase; 
border-radius: 5px; 
-webkit-box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
margin: 0.5vw 1px;
width: calc(10% - 2px);
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

#keyboard span.key:active, #keyboard span.key.active { background-color: #ddd !important; }
#keyboard span.key.supr  {text-transform: none !important; padding: 0 !important;} 
#keyboard span.key i#backspace {
background-image: url(data:image/png;base64,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);
width: 32px;
height: 20px;
background-repeat: no-repeat;
display: block;
vertical-align: middle;
background-size: contain;
} 

@media (min-width: 1920px) {

#grid 
{
width: 100%;
max-width: 730px;
}

#grid td 
{
position: relative;
width: 50px;
max-width: 50px;
height: 50px;
max-height: 50px;
border: 1px solid black;
text-align: center;
cursor: pointer;
padding: 0;
border-collapse: collapse;
white-space:nowrap;
overflow: hidden;
font-family: var(--font-stack);
}

.definicion_caja
{
width: 100%;
max-width: 730px;
}

.definiciones_content
{
height: 330px;
}
}

@media (max-width: 767px) {
#grid .letter
{
font-size: 10px;
}

#keyboard span.key
{ 
padding: 6vw 0;
}
}

@media (max-width: 575px) {

#grid .number 
{
font-size: 1.9vw;
}

.definicion_caja
{
font-size: 0.8rem;
}
}


#definicion_focused_mobile
{
padding: 0;
}

.cell_solved_animation {
animation: highlight_h 1800ms !important;
-webkit-animation: highlight_h 1800ms !important; 
}


#grid .cell_solved_h div.letter, #grid .cell_solved_v div.letter {
color: var(--color-black);
}


@keyframes highlight_h {
from {
background-color: yellow;
}
}

@keyframes highlight_v {
from {
background-color: yellow;
}
}

#intro
{
font-family: var(--font-stack);
background: #fff;
display: flex;
align-items: center; 
justify-content: center;
flex-direction: column;
position: relative;
}

#intro_help
{
position: absolute;
bottom: 0;
display: flex;
flex-direction: column;
align-items: center; 
color: #555;
}

#intro .arrow
{
opacity: 0.4;
animation-name: jump;
animation-duration: 1s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
-webkit-animation-name: jump;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;
max-height:2rem;
}

.pasatiempo_header
{
margin-bottom: 1rem;
}

.pasatiempo_header *
{
margin-bottom: 0;   
}

.crucigrama_dia
{
display: flex;
flex-direction: column;
}
.crucigrama_dia.destacado
{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}

.crucigrama_dia span
{
font-size: 1rem;
line-height: 1.4rem;
}

.row.w-100{
align-items: center;
}
.align-self-center{
text-align: center;
}
.sopa_dia
{
display: flex;
flex-direction: column;
margin-bottom: 0;
align-items: center;
border: 1px solid #f1f1f1;
border-radius: 0;
text-align: center;
padding: 1rem 1rem 3rem 1rem;
}

.cuadro_dia
{
display: flex;
flex-direction: column;
margin-bottom: 0;
align-items: center;
border: 1px solid #f1f1f1;
border-radius: 0;
text-align: center;
padding: 1rem 1rem 3rem 1rem;
}


.sudoku_dia
{
display: flex;
flex-direction: column;
margin-bottom: 0;
align-items: center;
border: 1px solid #f1f1f1;
border-radius: 0;
text-align: center;
padding: 1rem 1rem 3rem 1rem;
}

.destacado{
background-color:var(--color-white);
margin-bottom: 1.8rem;
padding: 1rem 0;
border-radius:.5rem;
box-shadow: 1px 1px 9px 0px #E7E7E7;
}

.destacado h2
{
margin-bottom: .8rem;
}

.destacado h2 a
{
font-size: 1.2rem!important;
color: var(--color-black);
font-weight: 500;
}

.destacado span 
{
font-size: 0.8rem;
line-height: 1rem;
color: #333;
}

.destacado img
{
max-width: 100%;
width: 125px;
}

.btn.mas
{
font-weight: bold;
font-size: 0.95rem;
padding:0.4rem 1.2rem;
background-color: #17a2b8;
border: 0;
border-radius: 0;

position: relative;
top: 32px;
right: 10px;
}
.btn.play
{
padding: 0.4rem 1.2rem;
border: 2px solid black;
font-size: 12px;
border-radius: 2rem;
font-weight: 500;
background-color: var(--color-white);
color: var(--color-primary);
}





.crucigrama_dia.destacado .juego_img a
{
max-height: 300px;
width: 200px;
margin-left:5px;
}


@media (max-width: 767px)  {
.crucigrama_dia.destacado img
{
max-width: 85%;
}
}

.sudoku_dia .juego_img .img-fluid, .sopa_dia .juego_img .img-fluid, .cuadro_dia .juego_img .img-fluid{
  width: 125px;
  }
.crucigrama_dia.destacado h2 a
{
font-size: 1.4rem;
font-weight:600;
}
.crucigrama_dia.destacado .row.w-100{
flex-direction: column;
margin: 0px auto;
}
#intro_info
{
    border: 1px solid #fff;
    border-radius: .5rem;
    padding: 2rem 1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-lightGrey);
    position: relative;
    top: -10%;
    width: 90%;

}

#intro_info span
{
display: block;
text-align: center;
}

#intro_info h1
{
  text-align: center;
  margin-bottom: 1rem;
}
#intro_info h2
{
      font-size: 1rem;
}
.crucigrama_dia .premium
{
position: absolute; 
right: -15px; 
bottom: 0;
}

.premium
{
position: absolute; 
right: -15px; 
bottom: -15px;
}

.premium img
{
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

@keyframes jump
{
0%{transform:translatey(0)}
10%{transform:translatey(-15px)}
20%{transform:translatey(0px)}
30%{transform:translatey(0px)}
40%{transform:translatey(-15px)}
50%{transform:translatey(0px)}
100%{transform:translatey(0px)}
}

nav.navbar-mobile i
{
text-align: center; 
width: 19%; 
font-size: 1.5rem; 
padding: 0.65rem 0;
}

.navbar-mobile
{
color: #fff;
border-bottom: 1px solid var(--color-lightGrey);
padding: 0;
box-shadow: 1px 1px 9px 0px #dedede;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 1000;
}

.navbar-collapse
{
flex-grow: 0;
}

.navbar-nav .nav-link
{
color: #fff;
display: block;
padding: 0.2rem 0.5rem;
font-size: 1rem;
text-transform: capitalize;
text-align: left;
}
.navbar-nav.mr-auto{
  align-items: flex-start;
}
.navbar-nav.mr-auto .nav-link{
  color: var(--color-primary);
  display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.navbar-nav.mr-auto.navbar-juegos .nav-link{
  color: #000;
}
.navbar-nav.mr-auto.navbar-juegos .nav-link span{
  margin-left: .3rem;
}
.navbar-nav.mr-auto.navbar-juegos .nav-link .fas.fa-play:before{
  content:none;
}
.navbar a
{
text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link
{
color: var(--color-quaternary);
font-size:14px;
}

.navbar-dark .navbar-toggler
{
color: var(--color-quaternary);
border: 0;
}

.menu-juegos-mobile
{
background-color: var(--color-lightGrey);
margin: 1rem 0;
border-radius: 5px;
padding: 1rem;
}

.menu-juegos-mobile a.nav-link
{
font-size: 1rem;
}

.users
{
padding: 0.4rem;
}

.user-info
{
padding: 0.2rem 0;

}
.user-info.user-info-premium.user_piano a.text-white.user-name{
margin-bottom: 1rem;
   display: inline-block;
    text-align: center;
    justify-content: center;
}
.user-info a
{
  display: inline-block;
padding: 0.3rem 1.2rem;
border: 2px solid var(--color-primary);
font-size: 12px;
border-radius: 2rem;
font-weight:500;
background-color: var(--color-primary);
color: var(--color-white);

}
.user-info a.mb-2.mt-md-2
{
border: 2px solid black;
color: var(--color-black);
background-color: var(--color-white);
}

.user-info a.btn:hover
{
color: #fff;
background-color:#111111;
border: 2px solid black;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
color: #111111;
}
.col-12.col-md-4.d-flex .archivos{
background-color: #B4DFEF;
border-radius: .5rem;
box-shadow: 1px 1px 9px 0px #E7E7E7;
margin-right:1rem;
}
.archivos.mb-5.p-4.h-100 {
    background-color: #B4DFEF;
    border-radius: .5rem;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
    margin-right: 1rem;
}
.col-12.col-md-4.d-flex .archivos.crucigramas_semana{
margin-right:0;
}
.col-12.col-xs-9.col-md-8{
  padding-left: 4px;
}
@media (min-width: 992px) and (orientation: landscape) {
#controles_mobile
{
display: none;
}

}
.mb-5, .my-5{
margin-bottom: 0rem !important;
}
.splash-screen
{
display: none;
}

.options_mobile
{
display: none;
}

@media (orientation: portrait) {
nav.navbar-mobile i
{
text-align: center; 
width: auto; 
padding: 0.65rem 1rem;
}

.page-logo
{
margin-left: 0;
}

.splash-screen
{
display: block;
}

.pasatiempos_extra
{
display: none;
}

.options_mobile
{
display: flex;
margin: 0 1rem;
}

.options_desktop
{
display: none;
}

.pasatiempo_title
{
display: none;
}

div.navbar-mobile .navbar-collapse
{
padding: 1rem;
width: 100%;
}

nav.navbar-mobile
{
background: #fff;
z-index: 10000;
}

.navbar .navbar-collapse .navbar-nav
{
margin-bottom: 1rem;
}

div.navbar-mobile .navbar-collapse
{
position: absolute;
top: 40px;
left: 0;
z-index: 100000;
}
}



.modal-content
{
border: 0;
border-radius: .5rem;
background-clip: border-box;
}

.modal-header
{
border: 0;
border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    background-color: black;
    color: white;
    padding: 0.3rem 1rem;
}
.modal-header .close{
  text-shadow:none;
      color: #fff;
}
.modal-header .close:hover {
    color: #fff;
    text-decoration: none;
}
.modal-header .modal-title{
  font-size:16px;
}
.modal-footer
{
border: 0;
justify-content: center;
padding: 0rem .75rem .75rem .75rem;
}

.modal .btn-primary
{
background-color: var(--color-primary);
border: 0;
border-radius: 20px;
padding: 0.3rem 1rem;
font-size: 14px;
}

.modal .btn-success
{
    background-color: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 20px;
    padding: 0.3rem 1rem;
    font-size: 14px;
    color: var(--color-black);
}
.modal .btn-success.pista_letter, .modal .btn-success.pista_word{
  color: var(--color-black);
    background-color: var(--color-white);
    border: 2px solid var(--color-black);
    padding: 0.3rem .5rem;
    font-size: .9rem;
}



/** Sopas **/

#board_container
{ 
margin: 0 auto; 
position: relative;
}

#canvas_container 
{
position: relative;
float: right; 
top: 0;
margin: 0 auto;
border-radius: .5rem;
background-color:var(--color-white);

}

#canvas_container canvas 
{
cursor: pointer;
position: absolute;
top: 0;
left: 0;
}

#canvas_container canvas#letters
{
z-index: 100;
}

#canvas_container canvas#lines
{
z-index: 200;
}


#tools
{
position: relative;
width: 198px;
z-index: 1;
float: left;
background-color: white;
border-radius:.5rem;
box-shadow: 1px 1px 9px 0px #E7E7E7;
}
.words_list{
  padding: .2rem;
}
.words_list ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.words_list li
{
padding: 8px 6px;
margin: 0;
cursor: pointer;
font-family: var(--font-stack);
border-radius: .2rem;
display: flex;
justify-content: space-between;
}

.words_list li.solved div
{
text-decoration: line-through;    
}

.words_list div
{
display: inline-block;
font-size: 14px;
}

.words_list span
{
display: inline-block;
margin-left: 4px;
    padding: 1px 10px;
    background-color: var(--color-sopa);
    font-size: 11px;
    border-radius: 10px;
    cursor: pointer;
    color: #000;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    letter-spacing: .05rem;
    text-transform: capitalize;
}

.words_list li:nth-child(odd) {
background-color: var(--color-white);
border-radius: .2rem;
}
.words_list li {
background-color:var(--color-lightGrey);
}


@media (max-width: 767px) {
#tools
{
position: static;
width: auto;
float: none;
margin-top: 1rem;
}

#canvas_container 
{
position: relative;
float: none; 
top: 0;
}

.words_list ul
{
display: flex;
flex-wrap: wrap;
}

.words_list li
{
flex-grow: 1;
flex-basis: 50%;
}

.words_list div
{
display: block;

}

}

/********** cuadro ************/

#cuadro 
{
display: block;
border-spacing: 0;
color: black;
background: white;
transition: background 2s, box-shadow 2s;
-webkit-transition: background 2s, box-shadow 2s;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 480px;
margin: 0 auto;
}

#keys_number 
{
display: block;
border-spacing: 0;
color: black;
background: white;
transition: background 2s, box-shadow 2s;
-webkit-transition: background 2s, box-shadow 2s;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 480px;
margin: 0 auto;
margin-top: 20px;
}


#cuadro td 
{
position: relative;
width: 80px;
max-width: 80px;
height: 80px;
max-height: 80px;
border: 1px solid black;
text-align: center;
cursor: pointer;
padding: 0;
border-collapse: collapse;
white-space:nowrap;
overflow: hidden;
font-family: var(--font-stack);
}

#keys_number td 
{
position: relative;
width: 80px;
max-width: 80px;
height: 80px;
max-height: 80px;
border: 1px solid var(--color-mediumGrey);
text-align: center;
cursor: pointer;
padding: 0;
border-collapse: collapse;
white-space:nowrap;
overflow: hidden;
font-family: var(--font-stack);
font-weight: bold;
color:#000;
position: relative;
}

#cuadro td div
{     
text-transform: uppercase;
font-weight: bold;
vertical-align: middle;
text-align: center;
line-height: normal;
font-size: 1.8rem;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
}

#cuadro td div.number
{
color: #369ACC;
}

#cuadro .block
{
background: #212121;
}

#cuadro td:focus
{
outline: none;
background: #DFFCFF
}

#cuadro td:focus div.number
{
outline: none;
}

#cuadro_container .options
{
width: 100%;
max-width: 480px;
margin: 4px auto;
}

.cuadro_header h1
{
text-align: center;
}

#keys_number div.number
{
text-align: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-black);
font-size: 1.4rem;
}

#keys_number div.number:active { background-color: #ddd !important; }

#keys_number div.number i#backspace
{
background-image: url('data:image/svg+xml,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.7924 7.25H50.7495C51.3904 7.25 52.0051 7.50461 52.4583 7.95783C52.9116 8.41104 53.1662 9.02573 53.1662 9.66667V48.3333C53.1662 48.9743 52.9116 49.589 52.4583 50.0422C52.0051 50.4954 51.3904 50.75 50.7495 50.75H15.7924C15.3947 50.7501 15.003 50.6519 14.6523 50.4643C14.3015 50.2767 14.0025 50.0055 13.7818 49.6746L0.893666 30.3413C0.628705 29.9441 0.487305 29.4774 0.487305 29C0.487305 28.5226 0.628705 28.0559 0.893666 27.6587L13.7818 8.32542C14.0025 7.99454 14.3015 7.72326 14.6523 7.53566C15.003 7.34806 15.3947 7.24994 15.7924 7.25ZM17.0853 12.0833L5.80917 29L17.0853 45.9167H48.3328V12.0833H17.0853ZM31.4162 25.5828L38.2505 18.7461L41.6701 22.1657L34.8333 29L41.6701 35.8343L38.2505 39.2539L31.4162 32.4172L24.5818 39.2539L21.1623 35.8343L27.999 29L21.1623 22.1657L24.5818 18.7461L31.4162 25.5828Z" fill="%2309121F"/></svg>');
width: 30px;
height: 30px;
background-repeat: no-repeat;
display: block;
vertical-align: middle;
background-size: contain;
margin: 0 auto;
} 



/********** sudoku ************/

#sudoku 
{
display: block;
border-spacing: 0;
color: black;
background: white;
transition: background 2s, box-shadow 2s;
-webkit-transition: background 2s, box-shadow 2s;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 486px;
margin: 0 auto;
border: 2px solid black;
    border-radius: .5rem;

background: 
linear-gradient(to top left,
   rgba(0,0,0,0) 0%,
   rgba(0,0,0,0) calc(50% - 0.8px),
   rgba(0,0,0,0.06) 50%,
   rgba(0,0,0,0) calc(50% + 0.8px),
   rgba(0,0,0,0) 100%),
linear-gradient(to top right,
   rgba(0,0,0,0) 0%,
   rgba(0,0,0,0) calc(50% - 0.8px),
   rgba(0,0,0,0.06) 50%,
   rgba(0,0,0,0) calc(50% + 0.8px),
   rgba(0,0,0,0) 100%);
}

#sudoku_container #keys_number 
{
max-width: 486px;
}

#sudoku_container #keys_number td
{
width: 100px;
max-width: 100px;
height: 40px;
max-height: 40px;
}

#sudoku_container #keys_number div.number
{
font-size: 1.4rem;
}

#sudoku_container #keys_number div.number.selected
{
background-color: #C7EFCF;
}

#sudoku td 
{
position: relative;
width: 54px;
max-width: 54px;
height: 54px;
max-height: 54px;
border-left: 1px solid #bbb;
border-top: 1px solid #bbb;
text-align: center;
cursor: pointer;
padding: 0;
border-collapse: collapse;
overflow: hidden;
font-family: var(--font-stack);
}
@media (max-width: 767px) {
#sudoku td {
height: 34px;
}
}

#sudoku td.border_i
{
border-left: 2px solid #111111;
}

#sudoku td.border_t
{
border-top: 2px solid #111111;
}

#sudoku td div
{     
text-transform: uppercase;
font-weight: bold;
vertical-align: middle;
text-align: center;
line-height: normal;
font-size: 1.8rem;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
}

#sudoku td.many div
{
    font-size: 1.8rem;
    letter-spacing: -3px;
}
@media (max-width: 767px) {
#sudoku td.many div {
    font-size: 1.6rem;
    letter-spacing: -3px;
}
}
#sudoku td div.number
{
color: var(--color-sudoku--texto)
}

#sudoku td:focus div.number
{
outline: none;
}

#sudoku_container .options
{
width: 100%;
max-width: 486px;
margin: 4px auto;
}

.sudoku_header h1
{
text-align: center;
}

#sudoku td.highlight
{
background-color: rgba(220, 220, 220, 0.4);
}

#sudoku td:focus, #sudoku td.selected
{
outline: none;
background: #C7EFCF !important;
}

#sudoku td.error
{
color: #fff !important;
background-color: #ED5A77;
-webkit-animation: blinkerror 1s ease;  
-moz-animation: blinkerror 1s ease;  
-o-animation: blinkerror 1s ease;
animation: blinkerror 1s ease; 
}



#sudoku td.error div.number
{
color: #fff !important;
}


@-webkit-keyframes blinkerror {
0%, 25% {
background-color: #ED5A77;
}

26%, 50% {
background-color: #d64561;
}

51%, 75% {
background-color: #ED5A77;
}

76%, 100% {
background-color: #d64561;
}

}



.juego_img
{
text-align: center;
position: relative;
margin-bottom: 10px;
margin-top:10px;
}



.juego_img a
{
display: block;
}


.ui-widget-header 
{
border: 0px none;
background:var(--color-black);
color: #fff;
font-weight: normal;
}

.ui-datepicker table 
{
font-size: 1rem;
margin: 0;
}

.ui-datepicker 
{
width: 100%;
padding: 1rem;
border: 0;
border-radius: 0;
margin-top: 0;

}

.ui-datepicker th{
  font-size: 1rem;
}
.ui-datepicker .ui-datepicker-title{
  font-size: 1.2rem;
}
.ui-corner-all
{
border-radius: 5px;
}

.ui-datepicker td span, .ui-datepicker td a
{
text-align: center;
border: 0;
}

.ui-widget.ui-widget-content
{
border: 0;
}

.ui-datepicker td
{
padding: 0;
}

.ui-datepicker td a.ui-state-default
{
border: 1px solid #fff;
border-radius: .5rem;
font-size:1rem;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
background:var(--color-lightGrey);
color: var(--color-black);
border: 2px solid #fff;
    border-radius: .5rem;
    font-size:1rem;
}
@media (max-width: 767px) {
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
font-size:1rem;
}
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid var(--color-crucigrama);
background:var(--color-crucigrama);
color: var(--color-black);
}

.ui-datepicker-prev,
.ui-datepicker-next, .ui-datepicker-prev:hover,
.ui-datepicker-next:hover
{
font-family: var(--font-stack);
}

.ui-datepicker-prev span,
.ui-datepicker-next span 
{
background-image: none !important;
font-family: var(--font-stack);
cursor: pointer;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
display: flex;
font-weight: inherit;
align-items: center;
justify-content: center;
font-size: 1.5rem;
}
.ui-datepicker-prev:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid white;
    margin-top: 10px;
    margin-left: 10px;
}

.ui-datepicker-next:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
    margin-top: 10px;
    margin-right: 10px;
}

.ui-datepicker .ui-datepicker-prev {
left: 2px;
bottom: 2px;
top: 2px;
height: auto;
cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
right: 2px;
bottom: 2px;
top: 2px;
height: auto;
cursor: pointer;
}


.ui-state-hover.ui-datepicker-prev-hover, .ui-state-hover.ui-datepicker-next-hover
{
background: transparent;
border: 0;
}
.img_container.mb-4{
  margin-bottom: 10px!important;
}
@media (max-width: 767px) {
  .ui-datepicker {
    padding:1rem 0;
  }
h1.date_title
{
font-size: 1.4rem;
margin: 1.5rem 0 2rem 0;
}
.content-wrap {
  padding-top: 50px;
}
.juego_img
{
text-align: center;
}

.destacado 
{
text-align: center;
}

.premium
{
position: absolute;  
bottom: -8px;
width: 35px;
right: -8px;
}

.btn.mas
{
top: 15px;
}

#intro_info span
{
text-align: center;
}


.destacado .img_container
{
display: flex;
justify-content: center;
}

.crucigrama_dia .premium
{
position: absolute; 
right: -15px; 
bottom: 26px;
}
.play
{
text-align: center;
margin-top: 15px;
}
@media (max-width: 767px) {
  .play {
      text-align: center;
      margin-top: 0px;
  }
}
.archivos .fecha_anio
{
display: none;
}

.options > div.timer
{
flex-grow: 2;
font-size: 1.1rem;
}

.ui-datepicker table {
font-size: 1.3rem;
margin: 0;
}
}

.text-muted 
{
color: #6c757d !important;
}

.premium-pr690
{
border-bottom: none !important;
}

.login-bar
{
margin-top: 60px;
border-top: solid 1px #c3c3c3;
text-align: center;
}

.login-bar span, .free span
{
color: #cd9c17;
font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
font-size: 25px;
line-height: normal;
text-transform: uppercase;
display: block;
}

.login-bar a, .free a
{
display: block;
cursor: pointer;
font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
text-align: center;
font-size: 15px;
text-decoration: none;
text-transform: uppercase;
border: solid 1px #41a1ba;
background-color: #41a1ba;
color: #fff;
padding: 15px 30px;
transition: 0.5s;
margin: 10px auto 20px auto;
display: inline-block;
}

.login-bar a:hover, .free a:hover
{
background-color:#fff; color:#41a1ba;
}

.login-bar .login-suscriptor
{
margin-top: -17px;
margin-left: 10px;
text-align: left;
}

.login-bar .login-suscriptor span
{
display: inline-block;
background-color: #fff;
padding: 0 10px;
}

.free
{
margin-top: 60px;
border-top: solid 1px #c3c3c3;
text-align: center;
}
.free .probar
{
margin-top: -17px;
margin-left: 10px;
text-align: left;
}

.free .probar span
{
display: inline-block;
background-color: #fff;
padding: 0 10px;
font-size: 18.2px;
}


.bg-info
{
background-color: #6eb6c2 !important;
border-radius: 4px;
}


.bg-info a
{
color: #fff;
}

.calendario
{
color: var(--color-black);

}
.calendario.p-sm-5{
padding: 0!important;
}
.archivos
{
color: var(--color-black);

}

.archivos a
{   
color: var(--color-black);
font-weight: 400;
}

.archivos ul
{
list-style-type: none;
margin-top: 1.5rem;
padding-left: 0px;
}
.archivos ul li {


margin-bottom: 10px;
display: flex
;
align-items: center;
font-size: .9rem;
}
.archivos li i
{   
font-size: 0;
}

.archivos .link_dia
{
flex-grow: 1;
font-weight: 400;
font-size: 14px;

}
.archivos .link_dia:hover
{
color: var(--color-primary);

}
.crucigramas_semana
{
margin: 0;
}
@media (max-width: 768px) {
  .row{
    margin:0;
  }
  .col{
    padding:0;
  }
  .col-12.col-md-4.d-flex .archivos{
  margin-right:0;
  }
.crucigramas_semana h2{
font-size: 1.4rem;
}
a.btn.btn-play {
font-size: .9rem;
}
.archivos.mb-5.p-4.flex-grow-1{
  padding: 1.5rem 0 1.5rem 1.5rem!important;
}
.archivos.crucigramas_semana.mb-5.p-4.flex-grow-1 {
  padding: 0 !important;
}
.col-12.col-md-4.d-flex {
  margin: 1rem 0 1rem 0;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
}
.mb-2, .my-2{
  margin-bottom:1rem!important;
}
.col-12.col-md-8.d-flex{ padding-left: 0;}
a.btn-sm.btn-play {
font-size: .9rem;
padding: 0.2rem 1.2rem;
}
.navbar-dark .navbar-toggler {
  max-width: 50px;
}
.archivos.crucigramas_semana a.btn-sm.btn-play {
font-size: .9rem;
}
.crucigramas_semana h2
{
margin: 1rem 0;
text-align: left;
font-weight: 400;
}
.archivos h2
{
margin: 1rem 0;
text-align: left;
font-size: 1.4rem;
font-weight: 600;
}
.archivos ul li{
font-size: 1rem;
margin-bottom:0;
padding-bottom:.5rem;
}
.crucigramas_semana a
{
color: var(--color-black);

}
.archivos .link_dia {
font-size: 14px;
}

.crucigramas_semana ul li
{
border-bottom: 1px solid #dedede;
padding-bottom: 10px;
margin-bottom: 10px;
display: flex;
align-items: center;
}
}
@media (max-width: 991px) {
#definicion_focused
{
display: none;
}

.users
{
padding: 0 1rem 1rem 1rem;
}

.crucigrama_dia, .cuadro_dia, .sopa_dia, .sudoku_dia
{
  padding: 1.5rem;
}

.btn.mas 
{
top: 15px;
}
.navbar-nav .nav-link{
  text-align:center;
}
}

@media (min-width: 992px) {
.crucigrama_dia, .cuadro_dia, .sopa_dia, .sudoku_dia
{
padding: 1.5rem;
}
}

.compartir .share-buttons, .redes, .compartir
{
display: flex;
justify-content: center;

}
.col-auto, .col-sm-auto{
justify-content: center;
align-items: center;
display: flex!important;
}
.mb-2, .my-2{
padding: inherit;
}
@media (max-width: 780px) {
.col-12.col-lg-8{
  padding: 1rem;
}
.mb-2, .my-2{
padding: 0;
}
}

.redes
{
text-align: center;
}

.redes i
{
font-size: 2rem;
margin: 0 2px;
}

.modal .share-buttons
{
text-align: center;
color: #0A4160;
font-size: 2rem;
display:flex;
}

.modal .share-buttons a
{
margin: 0 5px;
}

.pasatiempos_extra
{
margin-top: 4rem;
}
.mas_pasatiempos
{
  background-color: white;
  padding: 1.5rem;
  border-radius: .5rem;
  box-shadow: 1px 1px 9px 0px #E7E7E7;
}
.mas_pasatiempos h2
{
margin-bottom: 1rem;
}
.mas_pasatiempos h3
{
font-size: 0.9rem;
min-height: 36px;
}
.mas_pasatiempos a 
{
  color: var(--color-black);
}

.mas_pasatiempos img
{
max-width: 90px !important;
}


.Row,
.Row-letter {
display: flex;
justify-content: center
}

.Row-letter {
align-items: center;
    font-size: 22px;
    font-weight: 700;
    height: 45px;
    width: 45px;
    margin: 2px;
    text-transform: uppercase;
background-color: var(--color-lightGrey);
    border-radius: .3rem;

}

.App-container {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 auto;
max-width: 500px;
position: relative;
    background-color: white;
    border-radius: .5rem;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
    padding:1rem;
}

.game_container h2
{
margin: 0;
}


.App-container p {
text-align: center;
margin: 10px 0;
}
.App-container .Game p {
    color: var(--color-functional-error);
}

.App-container h1 {
margin-top: 0
}

.Game {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none
}

.Game,
.Game-keyboard {
display: flex;
flex-direction: column
}

.Game-keyboard-row {
display: flex;
flex-direction: row;
justify-content: stretch
}

.Game-keyboard-button {
align-items: center;
    background-color: #fff;
    border: 1px solid var(--color-mediumGrey);
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    font-size: 20px;
    justify-content: center;
    margin: 2px;
    min-height: 40px;
    padding: 2px;
    text-decoration: inherit;
    text-transform: capitalize;
}

.Game-keyboard-button-wide {
flex: 2 1
}

.Game-keyboard-button:focus {
outline: none
}

.letter-correct {
background-color: var(--color-functional-success);
color: #fff
}

.letter-elsewhere {
background-color: var(--color-functional-warning);
border: 2px dotted var(--color-black);
color: #fff
}

.letter-absent {
background-color:var(--color-mediumGrey);
color: #fff
}

@media (prefers-color-scheme:dark) {


.Game-keyboard-button {
color: #404040
}
.Row-letter {
border: 2px solid hsla(0, 0%, 100%, .4)
}
.letter-correct {
border: 2px solid rgba(0, 0, 0, .3);
color: #fff
}
.letter-elsewhere {
border: 2px dotted rgba(0, 0, 0, .3);
color: #fff
}
.letter-absent {
background-color: #8e8e8e;
border: 2px solid transparent;
color: #fff
}
}

.Game-options {
align-items: center;
display: flex;
justify-content: center;
margin-bottom: 1rem
}

.Game-options>*+* {
-webkit-margin-start: .5rem;
margin-inline-start: .5rem
}

.Game-options button {
min-width: 4rem
}

.App-footer {
font-size: 80%;
line-height: 1.5;
margin: -1rem 0 2rem
}

.wordle-ayuda {
margin-top:  1rem;
line-height: 1.4;
padding: 1rem;
max-width: 500px;
    margin: 0px auto;
    text-align: center;
}

.wordle-ayuda .Row.Row-locked-in{
  display: flex;
  justify-content: center;
}
.wordle-ayuda .Row.Row-locked-in .Row-letter{
    display: flex;
    justify-content: center;
}
.wordle-ayuda h2{
font-size:1.2rem;
font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.wordle-ayuda p{
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 400;
}

.archivos.crucigramas_semana .fas.fa-play, .mas_pasatiempos .fas.fa-play{
  display:none;
}

.instrucciones{
  font-size: 1rem;
  font-weight: normal;
   margin: 1rem auto;
}
.instrucciones strong{
  font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0;
    display: block;
}
#controls_mobile{
    background: #fff!important;
    box-shadow: 1px 1px 9px 0px #E7E7E7;
}
#footer-text a{
    font-weight: 400;
}
.wrapper #map span {
    width: 45px;
    height: 45px;
}
.wrapper .cell{
  width: 45px!important;
    height: 45px!important;
}
@media (max-width: 991px) {
  .wrapper #map span {
      width: 25px;
      height: 25px;
  }
  .wrapper .cell{
    width: 25px!important;
      height: 25px!important;
  }
}